History of jbidwatcher/trunk/src/com/jbidwatcher/auction/event/EventLogger.java
-
@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.
-
@637
Some minor refactorings of the event system, mainly to support listings having 'lost' their seller temporarily ('seller is away' message).
-
@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.
-
@590
Fix event logging; events were being referred to by entry_id, but we were filling in entry_id with the auction identifier.
-
@382
Try to fix the event status information not being preserved between sessions.
-
@355
Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!
