All Changeset activity
-
Remove the Vista fix, since it's now in the history if I need it in the future.
-
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.
-
Small cleanups; referring to 'identifier' when the auction identifier is being used, as opposed to 'id' which is for the primary keys.
-
Default to 1 for snipe quantity, so we don't return null if we don't need to.
-
Fix event logging; events were being referred to by entry_id, but we were filling in entry_id with the auction identifier.
-
Don't try to reference an AuctionEntry object that could be null if it is null. Should fix some auction-add problems.
-
Fix saving the XML file of auctions where the underlying auction info object has vanished for some reason.
-
Tag the 2.0beta6 release.
-
Update the version number to 2.0beta6.
-
Fix last minute regular expression parse/replacement error.
-
When loading the snipable items to refresh snipes, be sure to set the auction server for them.
-
Capture the loss of auction entries because the underlying auction info wasn't there.
-
Fix an annoying (detected post-release) condition where the 'current' tab can get duplicated, if it exists in the database.
-
Tag the 2.0beta5 codebase.
-
Bump the version number up to 2.0beta5 in preparation for a beta release.
-
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.
-
Upgrade to Quaqua 5, which fixes many minor Mac UI bugs.
-
Re-sort the tab that contains an updated auction when something about that auction changes during the update.
-
Perform operations (and track) auctions in their 'natural order', which is to say sorted by end date.
-
Don't shutdown database before all tables have done their own commit. Also rename count_by to a more Java-esque countBy.
-
Ensure that all database statements, tables, and connections are committed and shut down at the close of the app.
-
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]
-
Due to a server move, the upload-to-account has changed.
-
Remove the OSX scripting app from the build process as it's not working.
-
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] -
Fix the database usage for finding snipes, so it doesn't find completed snipes as current.
-
Clean up minor scripting detritus related to the upgrade to 1.1.3.
-
Switch to the released JRuby jar file, since my hacked version doesn't quite work right.
-
Upgrade to JRuby 1.1.3 for the scripting side of things.
-
Get rid of the vestigal 'gems' directory; it's really not necessary anymore.
