History of jbidwatcher/trunk/src/com/jbidwatcher/util/HashBacked.java

  • @583
    avatar 583

    Capture the loss of auction entries because the underlying auction info wasn't there.

    by mrs, 04 Aug, 2008 10:47 AM
  • @518
    avatar 518

    Fixing bug #206, where an errant piece of text in the insurance field would overwrite the currency for the item with an invalid currency type.

    [#206 state:resolved tagged:committed]

    by mrs, 29 Jun, 2008 08:28 AM
  • @509
    avatar 509

    Move the caching functionality out into its own ActiveRecordCache class, so it doesn't complexify the ActiveRecord class unnecessarily.

    by mrs, 20 Jun, 2008 03:21 AM
  • @455
    avatar 455

    A few simple changes to try and ensure that the entry and auction don't get out of synch with respect to the currency types.

    [#27 tagged:committed state:resolved ]

    by mrs, 27 Apr, 2008 08:18 AM
  • @445
    avatar 445

    Preserve snipes between runs.

    by mrs, 26 Apr, 2008 05:52 PM
  • @423
    avatar 423

    Some minor changes to the shipping display [#9].

    Shipping appears to be working for me. I'll have to dig in deeper later.

    by mrs, 07 Apr, 2008 05:32 PM
  • @420
    avatar 420

    Handle currencies by default if there's a 'currency' column.

    by mrs, 07 Apr, 2008 09:49 AM
  • @418
    avatar 418

    Fix the incorrect currency on startup issue.

    [#18 tag:committed status:resolved]

    by mrs, 07 Apr, 2008 05:46 AM
  • @381
    avatar 381

    Add database migrations for future upgrades.

    by mrs, 16 Mar, 2008 01:19 PM
  • @349
    avatar 349

    Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.

    by mrs, 05 Mar, 2008 10:40 AM
  • @346
    avatar 346

    Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.

    by mrs, 04 Mar, 2008 04:36 AM
  • @246
    avatar 246

    Some attempts at fixing up potential currency mismatches, by making sure that the us_cur value is always in US currency. (This is used for sorting.)

    by mrs, 25 Nov, 2007 09:16 PM
  • @233
    avatar 233

    Blank integer fields should return 0.

    by mrs, 21 Nov, 2007 07:40 AM
  • @226
    avatar 226

    Add dirty flag to hash backed items, so they can know if they've changed anything, so as to save it.

    by mrs, 12 Nov, 2007 07:03 PM
  • @207
    avatar 207

    Improve the database abstraction somewhat; still more work to do.

    by mrs, 01 Nov, 2007 03:55 AM
  • @206
    avatar 206

    More integration of the database into the objects. So far we have AuctionEntry, AuctionInfo, and Category as DB-backed classes, and Seller as a partially DB-backed object. (It needs to be refactored to be fully HashBacked.)

    There are evidently still problems with updates nuking info. :(

    by mrs, 08 Oct, 2007 10:43 AM
  • @205
    avatar 205

    Starting the process of turning AuctionEntry into another HashBacked object.
    Convert category, sticky, and shipping into hash-based values.

    by mrs, 07 Oct, 2007 08:38 PM
  • @203
    avatar 203

    Appears almost usable now...

    Lots of little bugs fixed up, and one nasty threading bug.

    by mrs, 06 Oct, 2007 09:37 AM
  • @197
    avatar 197

    Merging from one private branch, making this the primary branch. Changes include synching in some unchecked-in changes, separate sellers into their own class, various database creation tunings, cleaning up the database code and providing a method to get multiple results from a query. Revamping the AuctionInfo class to be hash-backed for future database access, and stripping the thumbnail handling code out to a thumbnail manager (where it belongs), 'so that it's not clogging up the arteries of the AuctionInfo class.'

    by mrs, 02 Oct, 2007 08:12 AM