Version 0.5.0 now available
NEW RELEASE - 0.5.0
Based on Trac 0.11.7 this release adds some significant improvements.
- #904 - Tickets can now be added to an iteration from as a ticket action.
- #27 - An assigned ticket is shown as orange for the next incomplete completion stage. This provides a fast visual indication of whether someone is working on a ticket or not.
- #905 - Progress bar legends and completion stage status is now shown correctly in Chrome (recently Chrome's rendering broke and stopped displaying these items correctly).
- Additional Roadmap enhancements, #29, #132, #135, #136, #902, #903 also significantly improve overall usability.
To Upgrade Your Installation
1. Upgrade the Agile-Trac plugin
easy_install -U http://svn.agile-trac.org/BRANCH/AGILE-TRAC/SOURCE/0.11/REL/
2. Update the patch
You must also use svn to update your agile-trac patch.
Note: The location of your Trac install will depend on the version number, for example you might have Trac 0.11 or a newer version like Trac 0.11.7.
Windows
This will depend on your installation, for example with Trac 0.11, this may work.
cd C:\Python25\Lib\site-packages\Trac-0.11-py2.5.egg
Linux
Do these commands as a user of sufficient privileges, for example as root.
This will depend on your distribution. For example in Debian Testing for Trac 0.11 you might type:
cd /usr/lib/python2.6/site-packages/Trac-0.11-py2.6.egg/
Now run svn update from the current location, for example,
svn update
3. Restart you web server
For example if you are using apache you might need to execute,
apache2ctl graceful

rss
Comments
No comments.