Roundup Tracker - Issues

Issue 517734

classification
web header customisation is obscure
Type: rfe Severity: normal
Components: Interface Versions:
process
Status: closed fixed
:
: richard : richard, schlatterbeck
Priority: normal :

Created on 2002-02-14 22:15 by richard, last changed 2002-02-15 09:54 by schlatterbeck.

Messages
msg3004 Author: [hidden] (richard) Date: 2002-02-14 22:15
Currently users must override the pagehead() method of
the cgi Client class to customise the web page header.
This is obscure, and needs to be templatable. There
should also be some tie-in with the user preferences
feature request (507842).
msg3005 Author: [hidden] (schlatterbeck) Date: 2002-02-15 09:54
Logged In: YES 
user_id=34818

I have changed cgi_client.py slightly to be a little more
flexible concerning the objects in the "status" class. These
are now computed dynamically instead of being hard-coded.
See patch 517900
History
Date User Action Args
2002-02-14 22:15:54richardcreate