History of jbidwatcher/trunk/src/com/jbidwatcher/auction/AuctionActionImpl.java

  • @592
    avatar 592

    Small cleanups; referring to 'identifier' when the auction identifier is being used, as opposed to 'id' which is for the primary keys.

    by mrs, 07 Aug, 2008 05:11 PM
  • @526
    avatar 526

    Several refactorings to make AuctionEntry reference the AuctionServer via interface only, and move the interface up to the auction level, so as to avoid cycles.

    by mrs, 29 Jun, 2008 11:46 PM
  • @505
    avatar 505

    Stop using the FilterManager to find an auction entry given an identifier, and go straight to the source, AuctionEntry.findByIdentifier.

    by mrs, 19 Jun, 2008 10:58 PM
  • @499
    avatar 499

    Sweeping changes to look for auction entries by Identifier from the database, instead of in-memory data structures, look up deleted entries in the database (thus supporting 'don't reload deleted items' again), refactoring a few classes to reduce the amount of dependence on UI code from the Auctions code, fix some aspects of the web interface (including adding a favicon.ico, and a bug where the web interface couldn't load an item from the database).

    by mrs, 19 Jun, 2008 06:32 AM
  • @350
    avatar 350

    Poke at the top-level tangle, trying to reduce it and clean it up.

    by mrs, 06 Mar, 2008 07:31 AM
  • @48
    avatar 48

    First set of changes towards a massive refactoring of the AuctionServer class, to be more specific, more testable, and more sane.

    by cyberfox, 21 Feb, 2007 03:16 AM
  • @24
    avatar 24

    Change the software license copyright header to something much simpler for now.

    Instead of LGPL, it's now simply an 'All Rights Reserved' license.

    by cyberfox, 26 Jan, 2007 12:14 AM
  • @3
    avatar 3

    The initial import of the JBidwatcher Next Generation code.

    by cyberfox, 24 Sep, 2006 08:04 AM