View Issue Details

IDProjectCategoryView StatusLast Update
0008023mantisbtlocalizationpublic2007-08-02 02:28
ReporterJames Fu Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0a3 
Fixed in Version1.1.0a4 
Summary0008023: [all lang] Wrong URL on summary
Description

While set project category with non-english name, the url of the summary page by category is not correct.

Additional Information

May be fixed with in line 421 file summary_api.php

$t_bug_link = '<a class="subtle" href="' . config_get( 'bug_count_hyperlink_prefix' ) . '&show_category=' . rawurlencode($last_category);

May be fixed with in line 464 file summary_api.php

==============================================================================
$t_bug_link = '<a class="subtle" href="' . config_get( 'bug_count_hyperlink_prefix' ) . '&show_category=' . rawurlencode($last_category);

==============================================================================

TagsNo tags attached.

Activities

vboctor

vboctor

2007-06-09 12:20

manager   ~0014730

Fixed by adding urlencode() since it is used elsewhere in Mantis. Let me know if you expect problems with using urlencode() rather than rawurlencode().