| 83 | | ==== Demo ==== |
| 84 | | * Have a set of reference data available |
| 85 | | |
| 86 | | ==== Pootle ==== |
| 87 | | * Upgrade to 2.1.4 (from 2.1.1) |
| 88 | | |
| 89 | | ==== Trac ==== |
| 90 | | * Upgrade to 0.12.1 |
| 91 | | * Check Plugin Dependencies |
| 92 | | * Convert from sqlite to PostgreSQL (or MySQL) to improve performance |
| 93 | | * Add Timing & Estmation Plugin |
| 94 | | * Investigate a fix or alternative to http://trac-hacks.org/wiki/MathCaptchaPlugin for allowing Trac users to register bugs anonymously whilst not locking out our testing team. |
| 95 | | * See if we can not send emails out to users for the updates they make themselves (maybe fixed in 0.12.x?) |
| 96 | | * Investigate a fix for the last section edit doubling-up the footers (maybe fixed in 0.12.x?) |
| 97 | | |
| 98 | | ==== Release Process ==== |
| 99 | | * [wiki:DeveloperGuidelinesReleaseProcess#ExportApplication] |
| 100 | | * Bzr start-commit hook to [wiki:DeveloperGuidelinesBzr#ToolsfordirectcommitterstoTrunk check for existence of 'compiled' folder] |
| 101 | | |
| 102 | | ==== Translation Process ==== |
| 103 | | * Bzr start-commit hook to update all languages (need a script rather than the current appadmin UI method) |
| 104 | | {{{ |
| 105 | | cd web2py |
| 106 | | python web2py.py -S eden -R applications/eden/static/scripts/tools/languages.py |
| 107 | | }}} |
| 108 | | * Scripts to automate the conversion 2 PO & upload/download to/from Pootle: UserGuidelinesLocalisation |
| 109 | | |