Roundup Tracker - Issues

Message3009

Author anonymous
Recipients
Date 2002-03-07.00:45:19
Message-id
In-reply-to
There are currently some aspects of customisation that
currently are required to be done by editing the
cgi_client.py file. IMO this needs to be changed to
allow flexibility and ease of use. 2 examples are:

"status" name property values are hardcoded into
cgi_client.py, so these must be manually changed if the
class is changed.

Many default values are hardcoded into cgi_client.py.
eg default_index_group, default_index_filter. This
means that they cannot be customised on a per-database
basis. If you are running multiple databases, as I
would expect many users would want to do, each database
needs to be customisable without affecting the others.
As cgi_client.py changes affect all databases this is
not a good thing.

Otherwise, a fantastic bit of software - keep up the
good work!!

Craig Findlay
craig@ilid.com.au
History
Date User Action Args
2009-02-03 14:23:25adminlinkissue526728 messages
2009-02-03 14:23:25admincreate