wiki:TracReportManagerPlugin

Version 5 (modified by Richard Liao, 16 years ago) (diff)

--

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 [download:tracreportmanagerplugin 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

6336 by richard on 2009-08-07 03:10:44
remove license.txt
4471 by richard on 2008-10-13 07:17:16
update readme files
4470 by richard on 2008-10-13 07:14:26
add tracreportmanager plugin
(more)

Author/Contributors

Author: richard
Contributors:

Attachments (1)

Download all attachments as: .zip