| | 9 | |
| | 10 | == Remit 0.4 released (April 20, 2010) == |
| | 11 | |
| | 12 | Remit 0.4 is released, and can be taken from tag remit-0.4 in the Git repository --- /mit/remit/remit.git/. The big feature in this release is '''an install script and documentation'''. Another development focus was getting Remit ready for use with ESP (the source of SocketAuth) and moving towards a 1.0 release. |
| | 13 | |
| | 14 | New features since version 0.3 include: |
| | 15 | * Addition of SocketAuth authentication method |
| | 16 | * Keep track of more dates (Trac: #19) |
| | 17 | * Handle no account having an owner |
| | 18 | * Add install script and documentation |
| | 19 | * Allow mass account adding |
| | 20 | * Display current user |
| | 21 | * Add and use finance_core.use_reporting permission |
| | 22 | * Add reporting link to homepage (Trac: #14) |
| | 23 | * Display time and voucher count on summary page (Trac: #24) |
| | 24 | * Harden the downloader script |
| | 25 | * Use 30 character usernames to match Django |
| | 26 | * Auto-apply 'mit' and 'autocreated' groups |
| | 27 | * Process documentation upload only when requested (Trac: #15) |
| | 28 | * Fix random bugs |
| | 29 | |
| | 30 | If upgrading, I recommend: |
| | 31 | * Create the 'mit' and 'autocreated' groups |
| | 32 | * Ensure that the finance_core.use_reporting permission exists --- I'm not sure that Django South syncs permissions. |