wiki:TracReportManagerPlugin

Version 6 (modified by figaro, 8 years ago) (diff)

Cosmetic changes, tagged with license

Manage Trac reports

Description

This plugin offers the following functionality:

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

See ZoomQuiet ~ Collection KSPEG Trac hacking.

Bugs/Feature Requests

Existing bugs and feature requests for TracReportManagerPlugin are here.

If you have any issues, create a new ticket.

enhancement

1 / 1

task

1 / 1

Download

Download the zipped source from here.

Source

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

Installation

  1. Uninstall the plugin if you have installed it before.
  2. Change to the directory containing setup.py.
  3. If you want to install this plugin globally, this will install this plugin to the Python path:
    • python setup.py install
  4. 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.
      cp dist/*.egg /srv/trac/env/plugins
      
  5. Add the following to your trac.ini file:
    [components]
    reportmanager.* = enabled
    

Example

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
Maintainer: Richard Liao
Contributors:

Attachments (1)

Download all attachments as: .zip