Roundup Tracker - Issues

Issue 502953

classification
nosy-like treatment of other multilinks
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : pohly, richard
Priority: normal :

Created on 2002-01-13 09:39 by pohly, last changed 2002-01-14 22:38 by richard.

Files
File name Uploaded Description Edit Remove
diff pohly, 2002-01-13 09:39
Messages
msg131 Author: [hidden] (pohly) Date: 2002-01-13 09:39
I like the way thenosy list is presented with
the key strings instead of the node id. Unfortunately
this was hardcoded in htmlbase.py, so I couldn't
enable the same behaviour for a new multilink
in my issues via html/issue.index.

I have patched it so that instead of comparing
against 'nosy' the showid argument is checked.
The drawback is that this parameter now has
slightly different semantic for links and
multilinks (enable identifier prefix for links,
replace nodeids with keys for multilinks), hasn't it?
Does anyone mind?
msg132 Author: [hidden] (richard) Date: 2002-01-14 06:43
Logged In: YES 
user_id=6405

Actually, that code had been completely mangled. I'd just
never gotten around to looking at it :(

I believe the CVS now reflects the intended display. Could
you please confirm?
msg133 Author: [hidden] (pohly) Date: 2002-01-14 14:50
Logged In: YES 
user_id=416927

Yes, it works like expected. I am only missing these
nice links below the multilink if the gadget itself only
shows the id. I assume this feature had to be removed
again?

msg134 Author: [hidden] (richard) Date: 2002-01-14 22:38
Logged In: YES 
user_id=6405

If you want links, include a plain() call under the field()
call.
msg135 Author: [hidden] (richard) Date: 2002-01-14 23:35
Logged In: YES 
user_id=6405

Sorry link(), not plain()
History
Date User Action Args
2002-01-13 09:39:11pohlycreate