History of jbidwatcher/trunk/src/com/jbidwatcher/auction/event/EventLogger.java

  • @693
    avatar 693

    Finally clean up the previously deep tangle between JConfig and ErrorManagement. All error logging is now handled through JConfig.log(), so ErrorManagement doesn't need to be a static block of functions anymore. Much cleaner, imo, but a pretty far-reaching change.

    by mrs, 21 Dec, 2008 01:04 AM
  • @637
    avatar 637

    Some minor refactorings of the event system, mainly to support listings having 'lost' their seller temporarily ('seller is away' message).

    by mrs, 20 Sep, 2008 10:10 AM
  • @636
    avatar 636

    Try to simplify the database access, by making _everything_ save itself when it changes. No more automatic saves, queued saves, etc., since all that crap is dangerous with multiple threads doing simultaneous database access. Hopefully this will yield more consistent (and good!) behavior.

    by mrs, 15 Sep, 2008 09:50 AM
  • @590
    avatar 590

    Fix event logging; events were being referred to by entry_id, but we were filling in entry_id with the auction identifier.

    by mrs, 07 Aug, 2008 05:09 PM
  • @382
    avatar 382

    Try to fix the event status information not being preserved between sessions.

    by mrs, 16 Mar, 2008 01:19 PM
  • @355
    avatar 355

    Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!

    by mrs, 07 Mar, 2008 02:12 AM