View Issue Details

IDProjectCategoryView StatusLast Update
0009210mantisbtfeaturepublic2014-10-15 02:39
Reporterrstens Assigned Tograngeway  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
PlatformFirefox 2.0.0.14OSWindows XPOS VersionSP2
Product Version1.2.0a1 
Summary0009210: Freemind export exports file as: filename.mm.txt
Description

The cause for this is the header that is being sent in freemind_export.php line 52.
Because the file is downloaded as filename.mm.txt, you cannot directly open it in freemind. We have to get rid of the txt extension triggered by the header.

If you replace this header with the following:
header( 'Content-Type: application/octet-stream; name=' . urlencode( $t_filename ) );
everything will work just fine, the file is save as .mm and you can also immediately open it in freemind.

Steps To Reproduce

Try export to freemind and either save it or open it directly.
Saving works but with the wrong extension, opening in Freemind does not work.

Tagspatch

Activities

grangeway

grangeway

2014-10-05 14:39

reporter   ~0041398

freemind export was moved to a seperate plugin

dregad

dregad

2014-10-15 02:39

developer   ~0041576

For the record: https://github.com/mantisbt-plugins/Freemind