Meditate™ Web Content Editor
1.0a
27 Nov 2008
Initial development.
1.0b
30 Nov 2009
Added support for content storage in Dreamweaver template files and custom
databases.
Added support for integrating the entire product into a larger administrative interface.
The editor now converts high-ASCII characters to low-ASCII equivalents when loading content, to avoid problems with the JavaScript decodeURIComponent method.
The editor now resets its undo list when loading new content.
1.0
3 Nov 2010
Added Expand/Collapse, New Field and Refresh icons to the content browser,
and added new styles to config/styles.css.
Added a COLLAPSABLE_GROUPS option to config/constants.php. When set to 0, all the groups in the content browser will be expanded, and the group names will appear as headings rather than links. If you do not add this option to your constants.php file, the behavior will remain as it was in previous versions. (Suggested by Paul Ryley.)
Added a MULTIPLE_SPACES option to config/constants.php. Normally, TinyMCE converts sequences of spaces to characters. When set to 0, this option will rewrite them as normal spaces (which web browsers render as a single space). If you do not add this option to your constants.php file, the behavior will remain as it was in previous versions.
Added a CONTENT_FILE_EXTENSIONS option to config/constants.php. When using the Contemplate and Dreamweaver content types, the editor will only show files matching the extensions you list here. If you do not add this option to your constants.php file, the editor will only show .html and .htm files.
Updated TinyMCE to the latest version (3.3.9.2).
Increased the default height of the TinyMCE editor window. (The editor is still resizeable by dragging the lower-left corner.)
Fixed a bug that erroneously added slashes to published content when magic_quotes_gpc was turned off.
Fixed a bug that removes dollar amounts like $20 when saving to Dreamweaver files. (Reported by NAI Multimedia.)
Fixed the "view all edits" link on the Edit User page. (Reported by Paul Ryley.)