[[PageOutline(2-5,Contents,pullout)]] = Manage Trac reports == Description This plugin offers the following functionality: * Save reports to history. * Restore reports from history. * Reorder report. The report manager will typically look as follows: [[Image(trac_reportmanager.png, border=2)]] See '''ZoomQuiet''' ~ Collection KSPEG Trac hacking. == Bugs/Feature Requests Existing bugs and feature requests for TracReportManagerPlugin are [report:9?COMPONENT=TracReportManagerPlugin here]. If you have any issues, create a [/newticket?component=TracReportManagerPlugin new ticket]. [[TicketQuery(component=TracReportManagerPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tracreportmanagerplugin here]. == Source You can check out TracReportManagerPlugin from [/svn/tracreportmanagerplugin here] using Subversion, or [source:tracreportmanagerplugin browse the source] with Trac. == Installation 1. Uninstall the plugin if you have installed it before. 1. Change to the directory containing `setup.py`. 1. If you want to install this plugin globally, this will install this plugin to the Python path: * `python setup.py install` 1. If you want to install this plugin to one Trac instance only: * `python setup.py bdist_egg` * Copy the generated egg file to the Trac instance's plugin directory. {{{#!sh cp dist/*.egg /srv/trac/env/plugins }}} 1. Add the following to your `trac.ini` file: {{{#!ini [components] reportmanager.* = enabled }}} == Recent Changes [[ChangeLog(tracreportmanagerplugin, 3)]] == Author/Contributors '''Author:''' [wiki:richard] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''