View Issue Details

IDProjectCategoryView StatusLast Update
0004611mantisbtbugtrackerpublic2005-04-18 10:24
Reporterstevemagruder Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0 
Fixed in Version1.0.0a1 
Summary0004611: "&" displayed as "&" in summary categories
Description

On the Summary page, under "By Category", in categories containing the "&" character, "&" is displayed.

TagsNo tags attached.

Relationships

related to 0005345 closedvwegert Quotes and ampersands are corrupted in issues names in relationships list ("test & test") 
related to 0005347 closedvwegert HTML named characters (i.e. 'ä') are displayed as 'ä' in "Assign to:" and "Reported by:" drop down 

Activities

stevemagruder

stevemagruder

2005-01-05 14:14

reporter   ~0008854

Has anyone been able to take a look at this one yet? Thanks.

daego

daego

2005-01-10 14:21

reporter   ~0008912

Yeah, same here. Latest version (not CVS)

uvoigt

uvoigt

2005-03-14 08:47

reporter   ~0009530

The same happens with ä etc. (Product version 0.19.2).
But the error occurs only in 'Reporter Stats' and 'Developer Stats'. The other sections seems to be ok.

vwegert

vwegert

2005-03-14 15:46

reporter   ~0009531

As far as I can see, this issue is caused because the function string_display() applied twice to the label. The first call can be found in core/summary_api.php, lines 459 and 514 (all line numbers refer to the 0.19.2 tarball), the second call is in the very same file, line 17. The first call transforms "&" to "&", the second call then transforms "&amp" to "&". Removing the calls to string_display() around the arguments of summary_helper_print_row() should fix this issue.

grangeway

grangeway

2005-03-15 14:48

reporter   ~0009544

Suggested change commited to CVS version.

Paul