All Changeset activity

  • avatar

    594

    Remove the Vista fix, since it's now in the history if I need it in the future.

    by mrs, 07 Aug, 2008 05:13 PM
  • avatar

    593

    An attempt at a fix for the vista wacky column header issue. Irrelevant as it's fixed in later Java releases. Putting it into the source history so I can pull it out later, if needed.

    by mrs, 07 Aug, 2008 05:12 PM
  • 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
  • avatar

    591

    Default to 1 for snipe quantity, so we don't return null if we don't need to.

    by mrs, 07 Aug, 2008 05:10 PM
  • avatar

    590

    Fix event logging; events were being referred to by entry_id, but we were filling in entry_id with the auction identifier.

    by mrs, 07 Aug, 2008 05:09 PM
  • avatar

    589

    Don't try to reference an AuctionEntry object that could be null if it is null. Should fix some auction-add problems.

    by mrs, 05 Aug, 2008 04:05 PM
  • avatar

    588

    Fix saving the XML file of auctions where the underlying auction info object has vanished for some reason.

    by mrs, 05 Aug, 2008 04:04 PM
  • avatar

    587

    Tag the 2.0beta6 release.

    by mrs, 05 Aug, 2008 08:33 AM
  • avatar

    586

    Update the version number to 2.0beta6.

    by mrs, 05 Aug, 2008 08:32 AM
  • avatar

    585

    Fix last minute regular expression parse/replacement error.

    by mrs, 05 Aug, 2008 08:14 AM
  • avatar

    584

    When loading the snipable items to refresh snipes, be sure to set the auction server for them.

    by mrs, 04 Aug, 2008 07:42 PM
  • avatar

    583

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

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

    582

    Fix an annoying (detected post-release) condition where the 'current' tab can get duplicated, if it exists in the database.

    by mrs, 28 Jul, 2008 07:03 PM
  • avatar

    581

    Tag the 2.0beta5 codebase.

    by mrs, 28 Jul, 2008 07:35 AM
  • avatar

    580

    Bump the version number up to 2.0beta5 in preparation for a beta release.

    by mrs, 28 Jul, 2008 07:34 AM
  • avatar

    579

    Try to improve the USB portable support by rewriting all the config values with paths to point to the USB drive when '--usb' is passed.

    by mrs, 27 Jul, 2008 11:18 PM
  • avatar

    578

    Upgrade to Quaqua 5, which fixes many minor Mac UI bugs.

    by mrs, 27 Jul, 2008 07:29 PM
  • avatar

    577

    Re-sort the tab that contains an updated auction when something about that auction changes during the update.

    by mrs, 26 Jul, 2008 10:36 AM
  • 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
  • avatar

    575

    Don't shutdown database before all tables have done their own commit. Also rename count_by to a more Java-esque countBy.

    by mrs, 25 Jul, 2008 10:23 PM
  • avatar

    574

    Ensure that all database statements, tables, and connections are committed and shut down at the close of the app.

    by mrs, 24 Jul, 2008 06:07 PM
  • avatar

    573

    Preserve changes to the My eBay search on restart. We were overwriting it, because searches were loaded later than the auction server, and the auction server was deciding that there wasn't a 'My eBay' search created yet, and then when the searches loaded later, the one from the save file was being ignored, since it already existed.

    [#188 state:resolved]

    by mrs, 24 Jul, 2008 05:26 PM
  • avatar

    572

    Due to a server move, the upload-to-account has changed.

    by mrs, 24 Jul, 2008 09:37 AM
  • avatar

    571

    Remove the OSX scripting app from the build process as it's not working.

    by mrs, 24 Jul, 2008 09:25 AM
  • avatar

    570

    Fix eBay's egregious breakage of HTML standards by including raw < and > characters in their title blocks. I'm sure I'll have to back this out some day, when they fix their page generator, so I've added a configuration option ebay.titleFix which defaults to 'true', and can be overridden to 'false' when eBay gets their code together.

    [#183 state:resolved]
    [#221 state:resolved]

    by mrs, 24 Jul, 2008 09:08 AM
  • avatar

    569

    Fix the database usage for finding snipes, so it doesn't find completed snipes as current.

    by mrs, 24 Jul, 2008 12:05 AM
  • avatar

    568

    Clean up minor scripting detritus related to the upgrade to 1.1.3.

    by mrs, 24 Jul, 2008 12:04 AM
  • avatar

    567

    Switch to the released JRuby jar file, since my hacked version doesn't quite work right.

    by mrs, 23 Jul, 2008 09:17 PM
  • avatar

    566

    Upgrade to JRuby 1.1.3 for the scripting side of things.

    by mrs, 23 Jul, 2008 08:53 PM
  • avatar

    565

    Get rid of the vestigal 'gems' directory; it's really not necessary anymore.

    by mrs, 23 Jul, 2008 06:56 PM