History of jbidwatcher/trunk/src/com/jbidwatcher/auction/AuctionActionImpl.java
-
@592
Small cleanups; referring to 'identifier' when the auction identifier is being used, as opposed to 'id' which is for the primary keys.
-
@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.
-
@505
Stop using the FilterManager to find an auction entry given an identifier, and go straight to the source, AuctionEntry.findByIdentifier.
-
@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).
-
@350
Poke at the top-level tangle, trying to reduce it and clean it up.
-
@48
First set of changes towards a massive refactoring of the AuctionServer class, to be more specific, more testable, and more sane.
-
@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.
-
@3
The initial import of the JBidwatcher Next Generation code.
