History of jbidwatcher/trunk/src/com/jbidwatcher/my/MyJBidwatcher.java

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

    by mrs, 21 Dec, 2008 01:04 AM
  • @643
    avatar 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.

    by mrs, 28 Sep, 2008 11:34 AM
  • @576
    avatar 576

    Perform operations (and track) auctions in their 'natural order', which is to say sorted by end date.

    by mrs, 26 Jul, 2008 10:20 AM
  • @554
    avatar 554

    Some minor cleanups.

    by mrs, 07 Jul, 2008 01:34 AM
  • @547
    avatar 547

    Make uploading auctions to My JBidwatcher work.

    by mrs, 04 Jul, 2008 11:12 AM
  • @542
    avatar 542

    Revamp the postAuction method to take any XML serializable object, so as to not have a dependency loop.

    by mrs, 04 Jul, 2008 08:57 AM
  • @538
    avatar 538

    Trying to get the 'moving red text' effect working again, for updating auctions.

    by mrs, 03 Jul, 2008 07:27 PM
  • @537
    avatar 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.

    by mrs, 03 Jul, 2008 06:39 AM
  • @497
    avatar 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.

    by mrs, 18 Jun, 2008 03:24 AM