Roundup Tracker - Issues

Issue 517900

classification
cgi_client.py related to [ #517734 ]
Type: Severity: normal
Components: None Versions:
process
Status: closed accepted
:
: richard : richard, schlatterbeck
Priority: normal : patch

Created on 2002-02-15 09:50 by schlatterbeck, last changed 2002-02-21 23:41 by richard.

Files
File name Uploaded Description Edit Remove
cgi_client.patch schlatterbeck, 2002-02-15 09:51
Messages
msg2610 Author: [hidden] (schlatterbeck) Date: 2002-02-15 09:50
This is a patch to cgi_client.py.
it is related to feature request [ #517734 ] web header
customisation is obscure
The following has been done:
- I have computed the values of the "status" class --
the current code depends on the contents of this class,
so it is now computed instead of using fixed values
there
- I have thrown out what I think should go into
detectors (reactors) but have not produced the code for
these detectors so far.
At least the first half of the patch should probably go
as a quick fix into the cgi_client.py code to make it a
little more flexible for other states people might want
to use in their roundup configuration.
msg2611 Author: [hidden] (richard) Date: 2002-02-21 23:41
Logged In: YES 
user_id=6405

I like the ideas in this patch, I'll look at implementing
them fully.
History
Date User Action Args
2002-02-15 09:50:25schlatterbeckcreate