patch to upgrade freemind.module to 4.7.0
hutch - May 15, 2006 - 19:36
| Project: | Freemind |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Attached is a patch to upgrade freemind from 4.6.x to 4.7.0
The patch is on
freemind.module,v 1.1 2005/12/12 21:32:09 joelguesclin
I have not yet tested all the features, just server generated index.mm
| Attachment | Size |
|---|---|
| freemind.module-4.7.0.patch.txt | 17.49 KB |

#1
I've just incorporated the patch, tested it briefly (it seems to work fine) and uploaded it to CVS - hopefully it is now tagged Drupal 4.7.
One caveat however: this module should work with English, but it is likely to produce incorrect displays with any language using non-English characters. Because Freemind works in ISO8859-1 format with other character sets represented via hexadecimal HTML entities, the Freemind module converts from UTF-8 into HTML entities. When I tested it, it was clear that the conversion was not working properly, which I suspect is due to the fact that the database content is now working with proper UTF-8 in 4.7.
Consequently, expect strange display results if you are not working in English. I will try to fix this in upcoming versions.
#2