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

  • @605
    avatar 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.

    by mrs, 14 Aug, 2008 05:54 PM
  • @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
  • @490
    avatar 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.

    by mrs, 12 Jun, 2008 09:37 AM
  • @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