Roundup Tracker - Issues

Issue 1101043

classification
Exception when clicking on issue cross-reference link
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : cknittel, richard, sakshale
Priority: normal :

Created on 2005-01-12 16:59 by cknittel, last changed 2005-02-08 20:32 by sakshale.

Messages
msg1818 Author: [hidden] (cknittel) Date: 2005-01-12 16:59
Release notes for 0.7.9:

...
- loosened the detection of issue cross-references in
messages
...

Now all of the following strings are rendered as
hyperlinks:

issue40
issue 40
Issue40
Issue 40
Issue   40
issue  40

Those starting with a lower case letter work. Those
starting with an upper case letter produce the
following exception:

KeyError: 'There is no class called "Issue"'

(Roundup 0.7.11, Windows, Python 2.3, pysqlite backend)
msg1819 Author: [hidden] (sakshale) Date: 2005-02-08 20:32
Logged In: YES 
user_id=79659

Roundup 0.7.11

If your message text is "Issue 5", the link will be /Issue5
and will fail.  The uppercase I needs to be forced to lowercase.
History
Date User Action Args
2005-01-12 16:59:57cknittelcreate