| 1 |
# $Id
|
| 2 |
|
| 3 |
Balance Tracker x.x-x.x, xxxx-xx-xx
|
| 4 |
-----------------------------------
|
| 5 |
|
| 6 |
Balance Tracker 6.x-1.5, 2009-11-10
|
| 7 |
-----------------------------------
|
| 8 |
#519770 by kidrobot: Initial commit of views integration code.
|
| 9 |
#626068 by brianV: Sort queries by bid instead of timestamp.
|
| 10 |
|
| 11 |
Balance Tracker 6.X-1.4, 2009-07-15
|
| 12 |
-----------------------------------
|
| 13 |
by brianV: Give the admin the option of displaying current balances in user profiles.
|
| 14 |
by brianV: initial commit of the Invite Commissions module.
|
| 15 |
#507438 by brianV: Add missing t()s and generate new .pot
|
| 16 |
|
| 17 |
Balance Tracker 6.X-1.3, 2009-06-29
|
| 18 |
-----------------------------------
|
| 19 |
by brianV: update CHANGELOG and tag for 1.3.
|
| 20 |
by brianV: Slight code reorganization - put the hook functions together.
|
| 21 |
#505050 by brianV: Fix admin/reports/balances showing 0 for user balances.
|
| 22 |
#502952 by brianV: Create a hook_update_N() entry, so the saved variable will be retained.
|
| 23 |
#502952 by brianV: Rename balance_tracker_custom_format to balance_tracker_custom_date_format.
|
| 24 |
by BrianV: create hook_balance_prewrite().
|
| 25 |
by brianV: Create a hook_balance_write that is called after a balance is successfully written.
|
| 26 |
#502952 by brianV: create date format settings on admin page, and format dates accordingly.
|
| 27 |
|
| 28 |
Balance Tracker 6.X-1.2, 2009-06-26
|
| 29 |
-----------------------------------
|
| 30 |
by BrianV: bugfix with form values no longer saving correctly.
|
| 31 |
#502458 by brianV: Finish allowing multiple currency formats.
|
| 32 |
by brianV: Create settings page and add currency format settings.
|
| 33 |
|
| 34 |
Balance Tracker 6.X-1.1, 2009-06-25
|
| 35 |
-----------------------------------
|
| 36 |
by BrianV: Small issue with the info file not working with Update Status.
|
| 37 |
|
| 38 |
Balance Tracker 6.X-1.0, 2009-06-25
|
| 39 |
-----------------------------------
|
| 40 |
Initial release of balance_tracker module.
|
| 41 |
|