Mantis Bug Tracker
 

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010421mantisbtcsvpublic2009-04-27 08:152009-06-23 15:26
Reporterkesterhabermann 
Assigned Tograngeway 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionfixed 
PlatformanyOSanyOS Versionany
Product Version1.1.7 
Target VersionFixed in Version1.2.0rc1 
Summary0010421: Default filename corrupted if project name contains special chars
DescriptionWhen exporting a file as CSV, the suggested default filename is corrupted if the project name contains special chars (e. g. "/").

Workaround:
core/csv_api.php:

function: csv_get_default_filename
$t_filename = str_replace('/', '',$t_filename); // remove '/'

Note:
- other characters may also cause a problem (not tried)
- the same problem may also apply to other export methods (not tried)
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (0021885)
grangeway (developer)
2009-05-23 11:24

fixed in git trunk
User avatar (0022112)
kesterhabermann (reporter)
2009-06-12 05:45

In 1.1.8 it is still broken.

- Issue History
Date Modified Username Field Change
2009-04-27 08:15 kesterhabermann New Issue
2009-05-23 11:24 grangeway Note Added: 0021885
2009-05-23 11:24 grangeway Status new => resolved
2009-05-23 11:24 grangeway Fixed in Version => 1.2.x
2009-05-23 11:24 grangeway Resolution open => fixed
2009-05-23 11:24 grangeway Assigned To => grangeway
2009-06-12 05:45 kesterhabermann Note Added: 0022112
2009-06-23 15:26 jreese Status resolved => closed


MantisBT 1.2.2 git master-1.2.x[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.2080 seconds.
memory usage: 1,936 KB
Powered by Mantis Bugtracker