v0.1.4-beta-u2

Details

  • Filename
    LoanOfficer-v0.1.4-beta-u2.zip
  • Uploaded by
  • Uploaded
    Jul 14, 2009
  • Size
    43.37 KB
  • Downloads
    1,026
  • MD5
    c81798ea20854f56afb64d079a63e9a4

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r30 | sidrus | 2009-07-15 02:13:58 +0000 (Wed, 15 Jul 2009) | 6 lines
Changed paths:
   M /trunk/Constants.lua
   M /trunk/Core.lua
   M /trunk/TransactionLogFrame.lua
   M /trunk/TransactionLogFrame.xml

+ Added the ability to sort the transaction log by amount.

* Fixed a bug produced by the database converter when it checks the database version but no database exists.
* Removed an extra transaction log line that was unused.
n/a

------------------------------------------------------------------------
r24 | sidrus | 2009-07-11 22:59:15 +0000 (Sat, 11 Jul 2009) | 1 line
Changed paths:
   M /trunk/Core.lua

Turned off debug mode.
------------------------------------------------------------------------
r22 | sidrus | 2009-07-11 22:48:26 +0000 (Sat, 11 Jul 2009) | 4 lines
Changed paths:
   M /trunk
   A /trunk/AbstractElements.lua
   A /trunk/AbstractElements.xml
   M /trunk/Constants.lua
   M /trunk/Core.lua
   M /trunk/LoanOfficer.toc
   M /trunk/TransactionLogFrame.lua
   M /trunk/TransactionLogFrame.xml
   A /trunk/Utilities.lua

* Updated the transaction log to include a columnized format and the ability to sort the log by date.
* Reorganized the transaction log code somewhat, but still need to do some more work on it.
* Refactored some of the UI elements in to an abstract XML file rather than storing them in a particular UI definition.
3-sortable-transaction-log
------------------------------------------------------------------------
r21 | sidrus | 2009-07-11 03:40:43 +0000 (Sat, 11 Jul 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Updated pkgmeta dependencies
------------------------------------------------------------------------
r20 | sidrus | 2009-07-11 03:23:37 +0000 (Sat, 11 Jul 2009) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Added package file
------------------------------------------------------------------------
r18 | sidrus | 2009-07-05 10:39:32 +0000 (Sun, 05 Jul 2009) | 2 lines
Changed paths:
   D /trunk/AccountDetailsFrame.lua
   D /trunk/AccountDetailsFrame.xml
   M /trunk/Constants.lua
   M /trunk/Core.lua
   M /trunk/DatabaseConverter.lua
   M /trunk/IssueLoanFrame.lua
   M /trunk/IssueLoanFrame.xml
   M /trunk/LoanOfficer.lua
   M /trunk/LoanOfficer.toc
   M /trunk/LoanOfficer.xml
   M /trunk/PayLoanFrame.lua
   M /trunk/PayLoanFrame.xml
   A /trunk/TransactionLogFrame.lua
   A /trunk/TransactionLogFrame.xml

Reworked the transaction log UI significantly.  Laid the foundation for a sortable log sometime in the future.
Fixed a bug in the gold parser.
------------------------------------------------------------------------
r16 | sidrus | 2009-07-04 02:19:12 +0000 (Sat, 04 Jul 2009) | 1 line
Changed paths:
   M /trunk/AccountDetailsFrame.lua
   M /trunk/Core.lua
   M /trunk/IssueLoanFrame.lua
   M /trunk/LoanOfficer.lua
   M /trunk/PayLoanFrame.lua

Fixed a nasty bug that was preventing non-Loan Officer frames from being shown.  
------------------------------------------------------------------------
r14 | sidrus | 2009-07-04 01:58:00 +0000 (Sat, 04 Jul 2009) | 4 lines
Changed paths:
   M /trunk/AccountDetailsFrame.lua
   M /trunk/Constants.lua
   M /trunk/Core.lua
   A /trunk/DatabaseConverter.lua
   M /trunk/IssueLoanFrame.lua
   M /trunk/LoanOfficer.toc
   M /trunk/LoanOfficer.xml
   M /trunk/PayLoanFrame.lua

Updated the UIs to clear out the data fields when the forms are closed.
Added a database converter to help patch the databases when new version are rolled out.
Made the code case-insensitive when looking up records in the database.  Hopefully, this will prevent some issues with multiple records being created for the same individual.
Added a slash command help to the add-on start up.
------------------------------------------------------------------------
r12 | sidrus | 2009-07-03 20:29:24 +0000 (Fri, 03 Jul 2009) | 3 lines
Changed paths:
   A /trunk/AccountDetailsFrame.lua
   A /trunk/AccountDetailsFrame.xml
   A /trunk/Constants.lua
   M /trunk/Core.lua
   M /trunk/IssueLoanFrame.lua
   M /trunk/IssueLoanFrame.xml
   M /trunk/LoanOfficer.lua
   M /trunk/LoanOfficer.toc
   M /trunk/LoanOfficer.xml
   A /trunk/PayLoanFrame.lua
   A /trunk/PayLoanFrame.xml

Added a frame to receive a payment.
Added a frame to view an account's transaction log.
Started a constants file for eventual migration of string literals in code
------------------------------------------------------------------------
r8 | sidrus | 2009-07-03 10:34:39 +0000 (Fri, 03 Jul 2009) | 1 line
Changed paths:
   A /trunk/Core.lua
   M /trunk/IssueLoanFrame.lua
   M /trunk/IssueLoanFrame.xml
   M /trunk/LoanOfficer.lua
   M /trunk/LoanOfficer.toc
   M /trunk/LoanOfficer.xml

Completely reworked the add-on.  New UIs and core code file.  Completed the "issue loan" frame and work flow.
------------------------------------------------------------------------
r7 | sidrus | 2009-07-03 03:41:54 +0000 (Fri, 03 Jul 2009) | 1 line
Changed paths:
   D /trunk/Constants.lua
   D /trunk/Frame.lua
   D /trunk/Frame.xml
   D /trunk/Functions.lua
   A /trunk/IssueLoanFrame.lua
   A /trunk/IssueLoanFrame.xml
   A /trunk/LoanOfficer.lua
   M /trunk/LoanOfficer.toc
   A /trunk/LoanOfficer.xml
   D /trunk/embeds.xml

Reorganizing the project.
------------------------------------------------------------------------
r6 | sidrus | 2009-06-28 11:02:06 +0000 (Sun, 28 Jun 2009) | 3 lines
Changed paths:
   M /trunk/Frame.lua
   M /trunk/Frame.xml
   M /trunk/Functions.lua
   M /trunk/LoanOfficer.toc

Updated the interface version number.
Added code to prevent the main frame from showing initially.
Added slash commands to show or hide the main frame (/loans show & /loans hide)
------------------------------------------------------------------------
r5 | sidrus | 2009-06-28 09:22:02 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
   A /trunk/Constants.lua
   A /trunk/Frame.lua
   A /trunk/Frame.xml
   A /trunk/Functions.lua
   A /trunk/LoanOfficer.toc
   A /trunk/embeds.xml

Initial population.
------------------------------------------------------------------------
r4 | sidrus | 2009-06-28 09:17:53 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
   D /trunk/LoanOfficer.wowsln
   D /trunk/LoanOfficer.wowsuo

improper files
------------------------------------------------------------------------
r3 | sidrus | 2009-06-28 09:17:36 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
   D /trunk/LoanOfficer

improper directory structure
------------------------------------------------------------------------
r2 | sidrus | 2009-06-28 09:14:21 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
   A /trunk/LoanOfficer
   A /trunk/LoanOfficer/Constants.lua
   A /trunk/LoanOfficer/Frame.lua
   A /trunk/LoanOfficer/Frame.xml
   A /trunk/LoanOfficer/Functions.lua
   A /trunk/LoanOfficer/LoanOfficer.toc
   A /trunk/LoanOfficer/LoanOfficer.wowproj
   A /trunk/LoanOfficer/embeds.xml
   A /trunk/LoanOfficer/resources
   A /trunk/LoanOfficer/resources/images
   A /trunk/LoanOfficer/resources/sounds
   A /trunk/LoanOfficer.wowsln
   A /trunk/LoanOfficer.wowsuo

Initial population.
------------------------------------------------------------------------
r1 | root | 2009-06-28 07:57:02 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"loan-officer/mainline: Initial Import"
------------------------------------------------------------------------