History of jbidwatcher/trunk/src/com/jbidwatcher/my/MyJBidwatcher.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.
-
@643
Support reporting individual auctions to my.jbidwatcher.com that have issues. It snapshots the HTML as well as the current state, and a comment from the user.
-
@576
Perform operations (and track) auctions in their 'natural order', which is to say sorted by end date.
-
@554
Some minor cleanups.
-
@547
Make uploading auctions to My JBidwatcher work.
-
@542
Revamp the postAuction method to take any XML serializable object, so as to not have a dependency loop.
-
@538
Trying to get the 'moving red text' effect working again, for updating auctions.
-
@537
Add a small method that sends an auction's XML to the my.jbidwatcher.com server. Mostly proving the concept, right now, but eventually this will form the backbone of a web-based service.
-
@497
Lots of refactorings to make the bidding process more consistent, and more comprehensible code. It also should have fewer side effects, which should help sniping a bit.
