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

CommentFileSizeAuthor
freemind.module-4.7.0.patch.txt17.49 KBhutch

Comments

joel_guesclin’s picture

Status: Active » Fixed

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)