Manage trac reports

SEE:ZoomQuiet ~ Collection KSPEG Trac hacking

Description

  • Save/restore reports to/from history
  • Reorder report

Bugs/Feature Requests

Existing bugs and feature requests for TracReportManagerPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TracReportManagerPlugin from here using Subversion, or browse the source with Trac.

Install

  1. Uninstall if you have installed before.
  1. Change to the directory containning setup.py.
  1. If you want to install this plugin globally, that will install this plugin to the python path:
    • python setup.py install
  1. 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
      
  1. Config trac.ini:
    [components]
    reportmanager.* = enabled
    

Example

  • Screenshots

Recent Changes

[4471] by richard on 10/13/08 02:17:16

update readme files

[4470] by richard on 10/13/08 02:14:26

add tracreportmanager plugin

[4461] by richard on 10/12/08 23:18:25

New hack TracReportManagerPlugin, created by richard

Author/Contributors

Author: richard
Contributors:

Attachments