History of jbidwatcher/trunk/src/com/jbidwatcher/auction/event/EventStatus.java
-
@605
Don't try to load the auctions xml file if we didn't create the database this run. In other words, only the first time we load JBidwatcher as an upgrade should we try to import the auctions.
-
@590
Fix event logging; events were being referred to by entry_id, but we were filling in entry_id with the auction identifier.
-
@490
Sweeping changes to improve deletion speeds and intelligence.
Also some minor performance improvements (actually clearing the dirty flag on save) which should speed up shutdown.
Also, when we find an auction entry we can't load because the auction id is no longer present, remove the entry.
-
@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!
