Roundup Tracker - Issues

Issue 1727967

classification
Display version of Roundup in web pages
Type: rfe Severity: normal
Components: None Versions:
process
Status: closed wont fix
:
: jpend : jpend
Priority: normal :

Created on 2007-05-29 23:45 by anonymous, last changed 2007-09-03 05:46 by jpend.

Messages
msg3484 Author: [hidden] (anonymous) Date: 2007-05-29 23:45
A recent problem was eventually (!) traced to multiple Roundup installations on a host, at differing versions.

It is easy to determine the version of roundup-admin and other commandline tools, as they provide an option for this purpose. There is currently no such option to determine which Roundup version generated the web pages.

Please add a way for the web pages to display the version of Roundup used to create them. It is important that this is easily accessible by someone who is still very unfamiliar with Roundup, so that it is useful to them for debugging.
msg3485 Author: [hidden] (anonymous) Date: 2007-05-30 00:05
Logged In: NO 

Suggestions include:

* Default 'classic' template grows an element in the footer showing the version of Roundup.

* As above, but commented out by default.

* As above, but triggered on by some condition detectable to TAL.
msg3486 Author: [hidden] (jpend) Date: 2007-09-03 05:46
You can do this in roundup today. I'm not certain of the general usefulness so I'm unconvinced the default templates need to be changed. If I figure out how to edit the Wiki, that's probably the place for something like this.

Short version: create an extension that registers a new util function that returns roundup.__version__ then call that in your templates wherever you want it displayed.
msg3487 Author: [hidden] (jpend) Date: 2007-09-03 06:26
Added to wiki at: http://www.mechanicalcat.net/tech/roundup/wiki/ShowRoundupVersion
History
Date User Action Args
2007-05-29 23:45:54anonymouscreate