View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 3262 2360 root: 3504 3361

latest revision download trunk

3262 annotated / raw | Diffs: previous, other | Lines: 612 ( +12, -4 )

Created: 2008-07-23 18:04:09 -0400 (5 months 13 days ago) | Author: kandoko | Changeset: 3262

Copied (2 times):

Fixes BCNT-185
updates DB to version 2.02.
Runs a full Database Validate to fix any issues before the postedDatabase cleaner functions become active.

Added a message to state when a Validate has finished, when the Config "Validate" button is used.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

3232 annotated / raw | Diffs: previous, other | Lines: 604 ( +75, -35 )

Created: 2008-07-12 13:11:01 -0400 (5 months 24 days ago) | Author: kandoko | Changeset: 3232

Fixes BCNT-172
Upgrades DB to 2.01 to remove wealth entries and upgrade integrity checks to handle SearchUI reason codes.
***Backup your beancounter saved var file first***

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

3120 annotated / raw | Diffs: previous, other | Lines: 564 ( +1, -0 )

Created: 2008-05-23 12:23:57 -0400 (7 months ago) | Author: kandoko | Changeset: 3120

Fixes BCNT-163
Update to 2.0 database will be run on first restart if user is upgrading from 1.10 DB client or older.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

3107 annotated / raw | Diffs: previous, other | Lines: 563 ( +44, -106 )

Created: 2008-05-12 09:08:20 -0400 (7 months ago) | Author: kandoko | Changeset: 3107

Adds BCNT-158
Add a button in the GUI options to launch the Database integrity routine.
This will scan Beancounter's Data and remove any invalid entries that it finds. Only run if you are experiencing errors on searching beancounter

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

3072 annotated / raw | Diffs: previous, other | Lines: 625 ( +71, -22 )

Created: 2008-04-30 17:21:15 -0400 (8 months ago) | Author: kandoko | Changeset: 3072

Starts BCNT-149, Completes BCNT-150
The mail system should now be fully locale independent.
*BACKUP your saved var file* Upgrades to 2.0 database format, this is a non reversible change. The new format will allow for a more compressed saved variable file as well as increase accuracy of mail matching.
See  http://jira.norganna.org/browse/BCNT-149
Changes to searcher, mail, and beancount files to handle new DB format.
To do: Garbage/outdated entries compressor.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2913 annotated / raw | Diffs: previous, other | Lines: 576 ( +28, -0 )

Created: 2008-03-11 13:21:17 -0400 (9 months ago) | Author: kandoko | Changeset: 2913

Fixes BCNT-139
Add a check to see if an item is stackable. If not then return 1 as the stack size in cases where stack is unknown. Also added a manually run function that will correct missing stack in the current DB. see ticket

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2874 annotated / raw | Diffs: previous, other | Lines: 548 ( +7, -1 )

Created: 2008-02-21 10:30:09 -0500 (10 months ago) | Author: kandoko | Changeset: 2874

Continues BCNT-127
Adjusted the 1.11A upgrade to catch and remove entries in the "failedAuctions" table that were invalid before trying to do 1.11B update.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2866 annotated / raw | Diffs: previous, other | Lines: 542 ( +151, -2 )

Created: 2008-02-14 19:34:24 -0500 (10 months ago) | Author: kandoko | Changeset: 2866

Starts BCNT-127
Added a Database Integrity check. On first run this utility will scan all entries in beancounter and remove ANY that do not fall within current database format specs. This should resolve problems with a variety of errors due to corruption/invalid entires from older revisions that do not update properly.Scroll the chat frame up to see any messages on removed entries.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2855 annotated / raw | Diffs: previous, other | Lines: 393 ( +2, -0 )

Created: 2008-02-08 21:15:23 -0500 (10 months ago) | Author: kandoko | Changeset: 2855

Adds BCNT-123
Add function to allow beancounter to easily recreate or refresh the itemName to ItemID array table.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2846 annotated / raw | Diffs: previous, other | Lines: 391 ( +2, -0 )

Created: 2008-02-05 10:05:40 -0500 (11 months ago) | Author: kandoko | Changeset: 2846

Updates BCNT-117
Hopefully corrects update to 1.11 failures. Added a check to correct expired auctions that only had 4 data fields instead of the expected 5. This should stop BeanCounterUpdate.lua line 373:attempt to perform arithmetic on field '?' (a nil value) failures.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2837 annotated / raw | Diffs: previous, other | Lines: 389 ( +6, -2 )

Created: 2008-02-02 23:18:56 -0500 (11 months ago) | Author: kandoko | Changeset: 2837

Fixes BCNT-121
The DB version upgrades will now run completely on first login rather that one version number upgrade per login. This should stop display errors for folks who are several DB version behind. Thanks Azir for pointing this out.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2819 annotated / raw | Diffs: previous, other | Lines: 385 ( +46, -3 )

Created: 2008-01-31 18:03:17 -0500 (11 months ago) | Author: kandoko | Changeset: 2819

Starts BCNT-117
Updates the failedAuctions table to store its own bid, buy, deposit data rather than retrieving them from postedAuctions when a search is requested.
This will update the Database to 1.11 backup your beancounter saved data just in case. *add new variables in failedauctions table to store bid, buyout, deposit costs, adjust GUI and mail to display and record new format.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2805 annotated / raw | Diffs: previous, other | Lines: 342 ( +18, -2 )

Created: 2008-01-28 23:52:49 -0500 (11 months ago) | Author: kandoko | Changeset: 2805

Fixes BCNT-116
Removes the redundant extra data field in the Completedbids/buyouts table that causes errors in scroll frame when a search is triggered.
This will update the DB to 1.10 the extra field produced since the 1.09 update will be removed cleanly and no data loss should occur. Backups are recommended thou.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2800 annotated / raw | Diffs: previous, other | Lines: 326 ( +42, -0 )

Created: 2008-01-27 11:47:26 -0500 (11 months ago) | Author: kandoko | Changeset: 2800

Adds BCNT-115
Backup your savedVar file, downgrading is not possible. Database updated to 1.09
Merge stack and starting bid info from postedBids and pstedBuyouts DB's to the completedBids/Buyouts DB. Reduces search times for Auctions you have bid or bought when large number of results are returned.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2799 annotated / raw | Diffs: previous, other | Lines: 284 ( +47, -1 )

Created: 2008-01-26 00:05:01 -0500 (11 months ago) | Author: kandoko | Changeset: 2799

Starts BCNT-114
Backup your savedVar file, downgrading is not possible. Database updated to 1.08
Merge stack and starting bid info from postedAuctions DB to the completedAuctions DB. Reduces search times for sold Auctions when large number of results are returned.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2750 annotated / raw | Diffs: previous, other | Lines: 238 ( +15, -5 )

Created: 2008-01-15 17:25:33 -0500 (11 months ago) | Author: kandoko | Changeset: 2750

Fixes BCNT-100, BCNT-91, BCNT-103
Classic search will now work properly with the new itemID search routine. The exact check box will now function correctly. Database has been updated to version 1.07. This changes the ItemName to itemID array to store itemName in lower case, needed for exact to function.
Corrected a very old typo that prevented the characters faction from being recorded.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2725 annotated / raw | Diffs: previous, other | Lines: 228 ( +1, -0 )

Created: 2008-01-04 13:03:03 -0500 (12 months ago) | Author: kandoko | Changeset: 2725

Continues BCNT-98
Corrects item Texture lookup that caused error ..BeanCounter.lua line 355
Corrects typo that prevented outbids results table from being reduced in size.
Capped displayed results to 500 most recent from each Database.(will be configurable later)


Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2724 annotated / raw | Diffs: previous, other | Lines: 227 ( +24, -1 )

Created: 2008-01-03 23:34:49 -0500 (12 months ago) | Author: kandoko | Changeset: 2724

Starts BCNT-98
Adds a itemName to itemID array table. Update Database to 1.06 to add new DB.
The array is used to allow plain text searches to take advantage of the far faster itemID search routine.
todo:Add new items to the array as beanCounter sees em, allow configurable # of returns, allow per character searches.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2615 annotated / raw | Diffs: previous, other | Lines: 204 ( +29, -0 )

Created: 2007-12-01 13:21:59 -0500 (13 months ago) | Author: kandoko | Changeset: 2615

Fixes BCNT-73
Corrects table offset issue for expired auctions.
Expired auctions should now be displayed properly.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2597 annotated / raw | Diffs: previous, other | Lines: 175 ( +22, -0 )

Created: 2007-11-27 17:55:31 -0500 (13 months ago) | Author: kandoko | Changeset: 2597

fixes BCNT-65
*Stack data for expired auctions collected before this revision will display 0 this is intended.
The expired auctions table did not record stack sizes from the mailbox, leaving the "reconcile with posted auctions" function providing it's best guess stack size.

Corrected mail function to record stack size for expired auctions.
Update DB to 1.05 to add stack data field to expired auctions.
Updated the reconcile function that retrieves bid,buyout, stack data for expired auction from the posted auction table to use this stack info to better filter the returned results.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2480 annotated / raw | Diffs: previous, other | Lines: 153 ( +16, -2 )

Created: 2007-11-14 19:08:13 -0500 (13 months ago) | Author: kandoko | Changeset: 2480

Starts BCNT-32
Beancounter now has options to Re-Color the mail frame to make it look unread after a scan. This is only the basic color/read test with minimal per session tracking. Known bug,item with same name will inherit color state if side by side and one is removed.
Options in GUI for Re-Color (off, text only, icon only, both on).

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2424 annotated / raw | Diffs: previous, other | Lines: 139 ( +3, -1 )

Created: 2007-11-10 18:15:35 -0500 (13 months ago) | Author: kandoko | Changeset: 2424

Fixes BCNT-25 Fixes BCNT-26
Fixes the occasional Blank AH tab when switching back and forth from AH to GUI to AH.
Left clicks on BeanCounter's Icon opens the GUI , right clicks open BeanCounter's configuration screen

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2381 annotated / raw | Diffs: previous, other | Lines: 137 ( +16, -0 )

Created: 2007-11-06 20:13:39 -0500 (13 months ago) | Author: kandoko | Changeset: 2381

Starts BCNT-20
Remove excess DATE field, update database to version 1.03
Date is now generated from time field via date("%c", time), this is in preparation  for allowing the user to choose time display style.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2361 annotated / raw | Diffs: previous, other | Lines: 121 ( +4, -4 )

Created: 2007-10-31 08:57:08 -0400 (14 months ago) | Author: kandoko | Changeset: 2361

Fixes CBCT-12, CBCT-11
the global lib created when AucAdv is NOT loaded, will no longer cause Enchatrix to think AucAdv loaded
Corrected errant global's into local values

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

2360 new annotated / raw | Lines: 121 ( +121, -0 )

Created: 2007-10-31 05:48:44 -0400 (14 months ago) | Author: kandoko | Changeset: 2360

Task CBCT-10 Replace Classic Beancounter with a standalone version of Auc-Util-BeanCounter.
This is the testing replacement of Beancounter by Auc-Util-BeanCounter per norgs/MP. All current saved data from BeanCounter Classic will be preserved, UI options allow searching of sales/purchases in the classic DB.
All new transactions will be recorded in the newer Adv Beancounter style.
Do not run BeanCounter and Auc-Util-BeanCounter togather.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

latest revision download root:

3504 annotated / raw | Diffs: previous, other | Lines: 661 ( +49, -0 )

Created: 2008-09-17 15:04:52 -0400 (3 months 18 days ago) | Author: Norganna | Changeset: 3504

LTT-2: Merge mainline changes into LibTT branch.

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

3361 new/copied annotated / raw | Diffs: previous, other | Lines: 612 ( +612, -0 )

Created: 2008-08-14 22:19:53 -0400 (4 months 22 days ago) | Author: Norganna | Changeset: 3361

Copied from: trunk/BeanCounter/BeanCounterUpdate.lua 3262

LTT-2: LibTooltip conversion in progress

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id

Crucible: Open Source License registered to Norganna's AddOns.
Version 1.6.5.a is available.
Atlassian Crucible, painless code review. (Version:1.6.4 Build:build-344 2008-11-20) - Administration - Page generated 2009-01-06 04:46 -0500