= Manage trac reports = == Description == * Save/restore reports to/from history * Reorder report == Bugs/Feature Requests == Existing bugs and feature requests for TracReportManagerPlugin are [report:9?COMPONENT=TracReportManagerPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracReportManagerPlugin&owner=richard new ticket]. == Download == Download the zipped source from [download:tracreportmanagerplugin here]. == Source == You can check out TracReportManagerPlugin from [http://trac-hacks.org/svn/tracreportmanagerplugin here] using Subversion, or [source:tracreportmanagerplugin browse the source] with Trac. == Install == 1. Uninstall Trac Ticket Template if you have installed before. 2. Change to the directory containning setup.py. 3. If you want to install this plugin globally, that will install this plugin to the python path: * python setup.py install 4. If you want to install this plugin to trac instance only: * python setup.py bdist_egg * copy the generated egg file to the trac instance's plugin directory {{{ cp dist/*.egg /srv/trac/env/plugins }}} 5. Config trac.ini: {{{ [components] reportmanager.* = enabled }}} == Example == TBD == Recent Changes == [[ChangeLog(tracreportmanagerplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:richard] [[BR]] '''Contributors:'''