Roundup Tracker - Issues

Issue 613276

classification
RFE: automagically link phrases
Type: Severity: normal
Components: None Versions:
process
Status: closed later
:
: : richard, tobias
Priority: normal :

Created on 2002-09-23 16:29 by tobias, last changed 2002-09-25 05:22 by richard.

Messages
msg354 Author: [hidden] (tobias) Date: 2002-09-23 16:29
... like "bug21" in message bodies.

There's a standard notation everyone uses for
Bugzilla bugs -- "#3113" means bug number 3113. 
Knowing this, the Bugzilla developers have a
dirty-but-effective kluge where anything matching
the regexp '<whitespace|punctuation>#[0-9]+'
occuring in a message body gets converted into a
hyperlink to that bug when displayed on the web. 
This way you can just mention a bug number, and
things will be automatically linked.

We also have a nice notation for bugs etc. --
bug31, msg106, etc. These should be scanned for
and converted into links.


Another clever thing that we should steal from
bugzilla is that when they render bugs (and I
suppose in our case, tasks too) with these
auto-links, they put strikeout through them if
they're closed already.  I would never have
thought of this, but it turns out to be very
effective and useful.



I'm 'upstreaming' this from  http://issues.fresco.org/bug32
msg355 Author: [hidden] (richard) Date: 2002-09-25 05:22
Logged In: YES 
user_id=6405

This is a feature request, not a bug. Please use the feature tracker in  
the future.  
  
I'll register it with the TODO anyway.   
History
Date User Action Args
2002-09-23 16:29:25tobiascreate