Roundup Tracker - Issues

Issue 1058020

classification
Allow override of web trackers index
Type: rfe Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: jpend : a1s, jpend, kosminen
Priority: normal :

Created on 2004-11-01 08:55 by kosminen, last changed 2007-09-02 16:08 by jpend.

Files
File name Uploaded Description Edit Remove
trackerfile.patch kosminen, 2004-11-01 08:55 Patch to give trackerlistfile as a command-line argument to roundup_server.py
Messages
msg3354 Author: [hidden] (kosminen) Date: 2004-11-01 08:55
Hi,

We use roundup for managing to-do-lists for multiple
projects in our organization. We create and configure a
new tracker for each new project, and after projects
are finished, we archive the tracker database and take
it out of the active projects list.

Starting up multiple trackers is a pain, however, as
each tracker has to be included as a command-line
argument to roundup_server.py. So we came up with the
attached patch for the roundup_server.py to accept an
optional filename argument on the command line, where
"tracker=home"-pairs can be read. If you want to
include the patch in future versions of roundup, please
feel free to do so.

One thing we'd like to see is to be able to give an
HTML template file as an argument to the
roundup_server.py, so that the "Roundup trackers
index"-page could be customized.

Thank you for a great tracking tool!!

Regards,
  Hans Kuosmanen

msg3355 Author: [hidden] (a1s) Date: 2004-11-01 09:08
Logged In: YES 
user_id=8719

configuration file for roundup-server is already implemented
in CVS HEAD branch, will appear in 0.8.0.
msg3356 Author: [hidden] (jpend) Date: 2007-09-02 16:08
Support for a template for the trackers index page has been checked in to CVS. Currently the only variable accessible to the template is a dict of the trackers. Hopefully that is sufficient.
History
Date User Action Args
2004-11-01 08:55:09kosminencreate