Version 1.45 RC1 (2005-05-27) Fixed bug where character map inserted & and </> when using & < >. Fixed so paragraphs containing   is converted to numeric or raw if entity_encoding is set. Fixed bug in searchreplace plugin when user tried to search on a empty string or the editor contents was empty. Fixed repaint/trail graphics issues with images and tables in FF/Mozilla. Fixed some memory leaks in TinyMCE core and context menu plugin, only MSIE was inflicted by this. Fixed stange issue where elements sometimes disappeared in MSIE. Fixed URL convertion problems with onmouseover, onmouseout image urls in advimage plugin. Fixed URL convertion problems with Flash plugin. Fixed the experimental Safari support, some features work some doesn't. Fixed bug where multiple a elements where created when updating links on images in FF/Mozilla. Fixed bug in importCSS function, was having a meaning less if statement. Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme. Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path. Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache. Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the the selected position. Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin. Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE. Added split/merge table cells support, to table plugin and context menus. Added cut/copy/paste table rows functionality to context menu and table plugin. Added new mceSetContent command, this does the same as the setContent function. Added new clear all/new document icon to advanced theme. Added new remove formatting and select text color icons. Added new directionality plugin to better support languages that write from right to left. Added new fullscreen plugin, enables users to toggle fullscreen editing mode. Added a new template/tutorial plugin to aid people in the development of own plugins. Removed visual_table_style and replaced it with visual_table_class. [BREAKS COMPATIBLITY]. Renamed urlconvertor_callback option to urlconverter_callback. Version 1.44 (2005-05-03) Fixed bug with contextmenu not showing at the correct location in MSIE. Fixed bug where a error was produced by the Flash plugin if the user reloaded the page in MSIE. Fixed issue where mceAddControl and mceRemoveControl commands produced a error in MSIE. Fixed bug when images and flash movies where mixed in the editor produced strange results. Fixed so trailing / characters isn't removed from URLs. Fixed so the contextmenu uses a diffrent method of loading it's custom CSS file. Fixed getAttributes problem, it should read getAttribute. Fixed so "Edit HTML source" window may be maximized. Added French eacute entitiy to default entities option. Added a height CSS value for the element path in advanced themes editor_ui.css since it keept bobbing up and down. Added updated Polish language pack contributed by Marcin Szymon Sznyra. Added better window auto resize method for most dialogs. Added new feature to set what tags are to be left open in valid_elements. Add a + before the element names to enable. Added nowrap for the editor table cells, sometimes the editors controls wrapped. Updated German language pack contributed by Krokogras. Version 1.44 RC2 (2005-04-25) Fixed bug with host prefixes and port numbers when having relative_urls set to false and remove_script_host set to true. Fixed bug when site absolute URLs for example /something was converted incorrectly in Firefox/Mozilla. Fixed bug where the link wasn't auto selected in the drop list in the advanced themes default link dialog. Fixed bug issue with the flash plugin and croping out characters before and after the movie. Fixed bug where the editor jumped to top of editor area on enter/return when doctype was set to XML Transitional. Fixed bug where context menu was appearing in the wrong location if the window was resized. Fixed bug in the context menu where table properties wasn't working. Fixed bug where a selectorText exception was trown if the CSS file contained @import or @charset. Fixed bug where bold/italic/strikethough/underline wasn't selected/unselected in toolbar some times. Fixed issue with hspace and vspace when having the inline_styles option enabled. Contributed by speednet. Fixed bug where access denied error was thrown sometimes in MSIE. Fixed so images without src won't be inserted. Fixed some issues with width/height fields in the advimage plugin. Fixed so the contextmenu plugin doesn't appear in MSIE 5.0, now functions with 5.5+. Added filebrowser icon to mouse over and mouse out fields in the advimage plugin. Added filebrowser icon to popup field in the advlink plugin. Added so the triggerSave function gets auto executed when a user calls submit on a form, this can be disabled with the submit_patch option. Added missing readme.txt file for the context menu plugin. Added new border and background color fields to table dialog, based on contribution by Neirda. Enable them by the table_color_fields option. Removed some old outdated items from FAQ. Version 1.44 RC1 (2005-04-20) Fixed bug where width/height attributes of a image wasn't stored some times in Firefox/Mozilla. Fixed bug where P elements where created if a user pressed return/enter within a h1-h6 in Firefox/Mozilla. Fixed bug where the remove format fuction didn't work some times in MSIE. Fixed so backspace/delete gets added in one undo level in MSIE (improves performance). Fixed so the "Could not find element by id or name" alert only shows when the debug option is set to true. Fixed bug where bold/italic didn't work in Mozilla 1.3. Fixed bug where width/height of a hidden TinyMCE instance where incorrect. Fixed so the function layout of classes in tiny_mce_src.js uses prototype keyword instead of TinyMCE_ prefix (reduces size). Fixed bug where triggerNodeChange produced javascript error some times in MSIE. Fixed some issues in the Swedish and Spanish language packs. Fixed bug where first undo level wasn't working correctly. Fixed so flash plugin loads it's needed CSS data from within the plugin. Fixed button images and CSS in the simple theme. Fixed so the simple example shows how to use the simple theme instead of the default theme. Fixed so cleanup default values can be set to empty. For example alt= generated alt="" on img elements. Fixed memory leaks in MSIE (circular closure problem) events are now removed in a better way. Fixed bug where URLs where converted incorrectly if the editor page URL contained / characters. Fixed bug where table guidlines didn't work correctly when using the build in Mozilla table buttons. Fixed bug where the Flash plugin was breaking other elements. Added new contextmenu plugin, this plugin adds a menu if the user right clicks/uses the contextmenu on elements. Added new multiple configuration support, the init method may now be called multiple times. Added new remove_linebreaks option, this option is enabled by default and removes all HTML code linebreaks. Added new behavior to the textarea_trigger option, if mode is textareas and trigger is false those elements will not be converted into editors. Added new entity_encoding option, enabled user to better control the behavior of how character are converted into entities. Added new isDirty command to TinyMCEControl, this method returns true if the user has done any modifications to the content. Added new onchange_callback option, this callback is executed when contents within the editor instance is changed. Added new init function for themes/plugins this gets called when a editor instance has finished it's setup. Added new init_instance_callback option this callback is executed when instances are added to the editor. Added new cleanup option this option enables users to totaly disable the whole cleanup process. Added new importCSS method to TinyMCE. This method allows plugins and themes to load custom CSS files on initialization. Added new getSelectedHTML method to TinyMCEControl class, this method returns the currently selected HTML contents. Added new getSelectedText method to TinyMCEControl class, this method returns the currently selected contents as text. Added new removeclass behavior to the removeformat button. The current class will be removed if no contents is selected. Added new queryInstanceCommandValue and queryInstanceCommandState methods. Added new option button_tile_map, this option contols the usage of button tile maps and is disabled by default. Version 1.43 (2005-03-06) Fixed bug with ask option not working at all. Fixed bug where a "instance is not defined bug" error was produced. Fixed bug with empty image src produced a error. Fixed so the simple and default theme used the same CSS style as the advanced theme. Fixed bug with the relative to absolute URL convertion logic if a empty string was passed used. Fixed parse error bug with the source editor some servers can't handle XML PI declarations. Fixed bug issue with HR elements in MSIE, if a specific work pattern where used a runtime error was produced by MSIE. Fixed bug in the URL convertor logic, port numbers was not correctly handled. Fixed issue where the cursor was placed before a insert of custom charater or date/time. Fixed bug where the editor height option didn't work on MSIE. Fixed bug where a linefeed within a table cell broke the table in Firefox/Mozilla. Fixed bug where return/enter key after a image removed all content. Fixed bug where return/enter key sometimes produced nestled P elements. Fixed bug where the editor was stealing focus on load in MSIE. Fixed bug where the visual aid logic forces width/height attributes on tables. Fixed bug where getCSSClasses some times returned null value. Fixed issue where the lang_insert/lang_update language variables wasn't entity decoded. Fixed so the image/link/flash drop list gets auto selected thanks goes to Randy Simons and salzbermat. Fixed so remove formatting button in MSIE removes all classes aswell. Fixed issue where output contained single br element when the editor area was empty. Added new %A/%a/%B/%b format chunks to insertdatetime, these insert localized date names such as January. Added new oninit callback option for TinyMCE this callback is executed when all editor instances been initialized. Added new preview panel to dialog in the advimage plugin, contributed by Virtuelcom. Added element class name to element path in the advanced theme. Updated Canadian French table language pack contributed by Virtuelcom. Updated the swedish language pack, contributed by Mats Löfström, York Consulting AB. Version 1.42 (2005-02-14) Fixed bug with the element path beeing resized if width/height of editor was 100%. Fixed bug with reloading/flicker of all button images in MSIE if browser cache is disabled. Fixed backspace/delete bug in Firefox, some times the cursor got stuck. Fixed bug issues with enter/return key in Firefox/Mozilla. Fixed bug where copy/paste and drag drop of images/links failed in Firefox/Mozilla if a document_base_url is provided. Fixed so when relative_urls is set to false it forces absolute URLs for images/links. Fixed so the _src.js suffix versions of the themes and plugins gets loaded with the tiny_mce_src.js script is used. Fixed so verify_css_classes option is disabled by default. Fixed bug where tables where resized when toggling visual aid in Firefox/Mozilla. Fixed bugs with advhr plugin running in a hidden div element. Added new auto_focus option that enabled a specific editor area to be focused on startup. Added a extra argument to the filebrowser callback inorder to get the calling window reference. Added a new persian (farsi) language pack contributed by Morteza Zafari. Added new more nice looking icons contributed by Morteza Zafari and Michael Keck. The old icons are available in a separate icon pack. Added updated Canadian French language pack contributed by Virtuelcom. Added updated French languahe pack contributed by Laurent Dran. Added updated German language pack contributed by Tobias Heer. Added some documentation regarding the layout manager options made by SlyD. Version 1.41 (2005-01-31) Added new table plugin, all table code is moved into this plugin [BREAKS COMPATIBLITY]. Added new external_link_list_url/external_image_list_url options for better backend integration. Added new file_browser_callback option for better backend integration. Added new layout manager code into the advanced theme, contributed by SlyD. Added new nowrap option, enables so users may change the word wraping behavior. Added new Thai language pack contributed by Innozent. Added obfuscated version of all plugins and themes to reduce over all startup/download time. Added Simplified Chinese language pack contributed by cube316. Added a updated Czech language pack thanks to Josef Klimosz. Fixed issue where anchor elements where closed. This results in browser problems with the outputed HTML. Fixed bug where the first return key press didn't produce a paragraph in Firefox/Mozilla. Fixed bug in the searchreplace plugin where replace content sometimes fails in Firefox/Mozilla. Fixed so all language packs now uses the ISO-639-2 code instead of ISO 3166-1 [BREAKS COMPATIBLITY]. Fixed some issues with the force_br_newlines option in MSIE. Fixed bug where the backspace or delete key produced BR elements in Firefox/Mozilla. Fixed bug issue with link and image dialogs of the default theme/simple example. Fixed some bugs when having the editor hidden in a tab/div, contributed by Ernst de Moor. Fixed some character issues with the Danish language packs, contributed by someone unknown. Version 1.40 (2005-01-09) Added a new default value for the font size drop down, if no font size where found this gets selected. Added a auto resize window feature, this is enabled by default but can be disabled with a window argument. Added a new print plugin, prints the current editor contents to a printer. Added a new searchreplace plugin, adds a search, searchnext and replace button. Fixed bug issue where buttons didn't display correctly on some Firefox installations. Fixed issue with value and type attributes of input elements getting lost in cleanup on MSIE. Fixed so that the getEditorInstance command is public, returns a TinyMCEControl by id. Fixed issue where "true" and "false" string wasn't treated as booleans in TinyMCE init options. Fixed so cursor/mousepointer allways remains a arrow in all themes when rolling over buttons. Fixed the popup windows so they are mode "modal" in Mozilla/Firefox. Fixed so the ask question is displayed when elements are focused with the tab key. Fixed so the ask option works when mode option is set to exact. Fixed issue with visualaids on tables not working correctly when the user uses the tab key in Firefox/Mozilla. Fixed some bugs with the mceSetCSSClass class command and the element path. Fixed a new version of the mceInsertContent command. Fixed so the auto_cleanup_word option is disabled by default. Removed the langs of the zoom plugin, it now uses + instead of the "zoom" word. Version 1.391 (2005-01-04) Fixed major spacebar bug in MSIE, spacebar was disabled. Version 1.39 (2005-01-04) Updated the Flash plugin with a new version, contributed by jamesw. Added new setWindowArg function, useful if plugins are to call other plugins. Added new save plugin, this plugin adds a save/submit form button to tinyMCE, contributed by SlyD. Added new hilite color support, sets a background-color style on the selected text. Added new variable replacement popup URLs, check the openWindow function documentation for details. Added new force_p_newlines option, forces P elements on return/enter key in Mozilla/Firefox. Added new theme_advanced_path_location, adds a element path list. Added new theme_advanced_toolbar_align option, defaults to center. Added new Portuguese translation contributed by José Pedro Pereira. Added new mceSelectNode and mceSelectNodeDepth commands. Added new add_unload_trigger option, this adds a unload triggerSave call. Enabled by default. Added am/pm time format to the insertdatetime plugin. Fixed font color and size attribute bug, contributed by Vincent FIACK. Fixed className undefined bug, Firefox/Mozilla produced a console error sometimes. Fixed so mceSetCSSClass command may be applied to all sorts of elements. Fixed so anchor elements can be removed by setting the anchor name to nothing. Fixed typing performance some in Firefox/Mozilla, removed some nodechange triggers. Fixed so the zoom plugin is invisible in MSIE 5.0, since zoom isn't available in that browser. Fixed bug with the emotions plugin in MSIE 5.0, it was opening a new window. Fixed so contents stay within the editor if the user hits the back/forward buttons. Fixed bug where the window.name property was set to the image name. Fixed so anchors links within the same page are made relative when relative_urls are set to false. Updated the advanced theme so most of the images are loaded from a tiled image, improves loading time. Updated the Swedish language pack, contributed by Martin. Updated the readme.txt in the advlink plugin, was some problems with the valid_elements. Updated the default CSS for the advanced theme some, added button backgrounds to look like office2k. Version 1.38 (2004-11-28) Added new textarea field for form elements when debug mode is enabled, contributed by Michael Keck. Added new spacer item support for the theme_advanced_buttons options, contributed by Michael Keck. Added new selection borders for images and hr elements, contributed by Michael Keck. Added new advhr plugin, this plugin handles advanced settings on HR elements, contributed by Michael Keck. Added new german language pack for the preview plugin, contributed by Michael Keck. Added new word wrap and source formatting to the source editor, contributed by Michael Keck. Added new updated charmap, contributed by Michael Keck. Added new flash plugin that enabled flash movied to be handled, contributed by Michael Keck. Added the old cut/copy/paste commands to the advanced theme, these are not visible by default. Added new theme_advanced_buttons_add_before option to advanced theme. Added new "update" button title for a popup windows. Added new zoom prefix language variable to the zoom plugin. Added new entities option, that enables you to config entity code to name convertion. Added new custom cleanup possibility to plugins. Added new cleanup_callback option, adds the possibilty to add custom cleanup logic. Added new Norwegian language pack, contributed by Sten Aksel Heien. Added new Korean language pack, contributed by Setzer Gabbiani. Fixed the layout of the color picker, contributed by Michael Keck. Fixed so the preview plugin doesn't include the any toolsbars in preview popup window, contributed by Michael Keck. Fixed bug where anchors elements was treated as links. Fixed so all popup windows are modal dialogs in MSIE. Fixed bug where the word "null" sometimes appares in HTML after cleanup in Firefox/Mozilla. Fixed bug where form elements with missing name attributes produced errors. Fixed some default value bugs and issues with the new advlink plugin. Fixed the link/image dialog sizes in the SE language pack. Fixed the content duplication bug, it seems to be fixed anyway, if not please let me know. Fixed bug where plugin handleNodeChange extentions broke the theme function. Version 1.37 (2004-11-12) Added new mceResetDesignMode command that can be used when the editor is placed in tabs. Added new updated Italian language pack thanks goes to "Fabrix Xm" for the contribtion. Added new greek language pack thanks goes to "Jacaranda Bill" for the contribution. Added new french language pack thanks goes to "Pat Boens" for the contribution. Added new russian language pack thanks goes to "Roman Filippov" for the contribution. Added new updated Dutch language pack thanks goes to Arnoud van Delden and Ernst de Moor for the contribution. Added new convert_newlines_to_brs option, that enables newlines to be converted to br elements. Added new custom_undo_redo_keyboard_shortcuts option, enables keyboard shortcuts to be enabled/disabled. Added new auto_reset_designmode option, thats resets the design mode when a editor instance is focused. Added new form reset handler, resets the contents of TinyMCE areas when the onreset event is trigged. Added new skip_cleanup parameter to triggerSave, this parameter is optional and defaults to false. Added new lang_underline_img language variable to all themes. Added new title attribute to all images, enables tooltips in Mozilla and Firefox. Added new insert and cancel CSS id's for all submit and cancel buttons. Added new full featured example that includes all available plugins and buttons. Added new advlink and advimage plugins to TinyMCE, these are more advanced link and image tools. Contributed by Michael Keck. Added new parameters to insertImage and insertLink commands. Contributed by Michael Keck. Added updated compatiblity chart, includes a matrix table thanks goes to Ernst de Moor. Added new insert image icon contributed by Arnoud van Delden and Ernst de Moor. Added window focus on all popup windows, contributed by Arnoud van Delden and Ernst de Moor. Fixed some issues with the char map added some characters and removed duplicate ones, contributed by Arnoud van Delden and Ernst de Moor. Fixed the insert row icon, rotated it 180 degrees, contributed by Arnoud van Delden and Ernst de Moor. Fixed the visual aid icon, made it a bit darker. Contributed by Arnoud van Delden and Ernst de Moor. Fixed some issues with entity encoding in source editor aswell as in core cleanup code. Fixed bug where the auto import CSS feature imported invalid CSS rules with : or spaces. Fixed bug where unnecessary entity encoding of characters was done. Fixed the window sizes some to better function on MSIE with SP2. Fixed some issued with the auto word cleanup feature, fixes some issued with content duplication. Fixed bug that made the editor to throw weird error when HTML code includes content. Fixed bug where the style attribute was returned on images in source output even if it was disabled. Fixed issue where the UI form elements of TinyMCE was submitted with the form submit. Version 1.36 (2004-10-19) Added a newly modified version of the German language pack from "krokogras". Added auto resizing to popup windows with the same name. Added example page for the plugin_preview_pageurl option in the preview plugin. Fixed issue with link button auto enable/disable feature when content selection was made with the keyboard. Fixed bug where events wasn't handled correctly in MSIE 5.5 and some 6.0 versions. Fixed so align on images gets set as float style when the inline_styles option is enabled. Fixed so solid border style isn't applied on elements with a border when the inline_styles option is enabled. Fixed some issues with tables and the inline_styles option. Fixed back button issue with MSIE, iframes was placed in browser history. Version 1.35 (2004-10-13) Added so that whitespace gets stripped in plugin and theme_advanced_buttons options. Added custom plugin_preview_pageurl option to preview plugin. Added Canadian French language packs for the new plugins, contributed by Virtuelcom. Added new theme_advanced_blockformats option. Added new title support to advanced theme link dialog. Added new Ctrl+B/I/U keyboard shortcuts for Firefox. Added Polish language pack contributed by "revyag". Added Taiwanese language pack contributed by "Jim Kou". Added updated German language pack contributed by "Krokogras". Fixed some issues with ieSpell including better language support. Fixed bug with default value in valid_elements not working in Firefox some times. Fixed bug when focusing links without selecting any characters. Fixed some typos in Swedish language pack. Fixed bug with content selection and link button auto enable/disable feature. Fixed bug issue when "theme_advanced_buttons" options where left empty. Fixed various bugs with absolute URLs. Version 1.34 (2004-10-03) Added new insertdatetime plugin, inserts date/time in various formats. Added new preview plugin, previews the HTML page in a new window. Added new zoom plugin, adds the possibility zoom the editor in MSIE. Added new emotions plugin, adds the possibility to add smileys. Fixed so that TinyMCE functions on MSIE 5.0 again. Fixed so that TinyMCE functions better on Mozilla 1.3. Fixed so that the cursor doesn't jump to the top when setting styles. Fixed bug with STRONG and EM elements wasn't handled correctly in Firefox. Optimized the key handling some, gives better typing performance. Removed key down statusbar debug info. Version 1.33 (2004-09-29) Removed the need of loading blank.html, iframes are now created dynamicly. Fixed bug when selecting tables, MSIE was casting errors. Fixed bug with pluginurl variable. Fixed bug when tinyMCE.selectedElement error was cast in Mozilla. Added new Arabic language pack contributed by Hani Suleiman. Added "lang_dir" support to language packs like Arabic. Version 1.32 (2004-09-25) Added new ieSpell plugin, only works in MSIE. Added new "theme_advanced_buttons_add" option. Added new importPluginLanguagePack function. Added new Danish language pack contributed by Jan Moelgaard. Added updated German language pack contributed by Christopher Müller. Added new any_selection to handleNodeChange callback. Modified so link/unlink is dimmed if nothing is selected. Fixed bug when deleting images in Firefox. Changed the plugin location to a new plugin directory. Renamed the "theme_plugins" option to "plugins". Version 1.31 (2004-09-18) Added Canadian French language pack, contributed by Virtuelcom. Added so link/unlink buttons gets selected when user enters a link element. Fixed URL bug when drag dropping/copy pasting images in Mozilla. Fixed so mso style attribs don't get trimmed if auto_cleanup_word option is set to false. Fixed bug with text alignment buttons. Fixed bug with CSS auto import function in MSIE. Fixed initialization bugs and issues. Version 1.30 (2004-09-10) Fixed bug issue where the editor was stealing focus from location bar. Fixed bug issue with absolute aligned images lost focus when using tools. Fixed bug #1025483, Url converting broken. Added ability to send command values in advanced theme button list, contributed by someone helpfull. Added new cleanup_on_startup option, to increase startup speed. Added new inline_styles partly based on a contribution by Victor Nilsson. Added new named anchor support. Added custom_undo_redo_levels option. Version 1.29 (2004-09-08) Added new getEditorId function, to retrive the editor id of a form element. Readded so cleanup is automaticly executed on editor startup in MSIE. Added some various cleanup fixes for MS Word HTML. Added new auto_cleanup_word option, enabled auto MS Word HTML cleanup on paste events. Fixed parameter issue with insertImage function. Bug #1022863. Fixed bug #1022874, Where the small theme had underline command on strikethrough button. Fixed some bugs with table commands. Fixed bug #1023204, mceRemoveControl brings back the old HTML. Fixed bug issue with tinyMCE.selectedInstance in Mozilla. Fixed bug issue with Mozilla not saving content. Version 1.28 (2004-09-04) Added new Finnish language pack thanks to Urho Konttori. Added new rowseparator as a possible value of the theme_advanced_buttons options. Added new theme_advanced_toolbar_location option. Added new uid variable option to valid_elements. (Generates unique IDs) Added new "directionality" option to support languages like Arabic. Added new character map button/window. Added new guidelines/visual aid toggle button. Reduced the source of the advanced theme some, and added some better comments. Separated the default theme in to files aswell. Removed source area size options and made source editor resizable instead. Increased the default width and height of the source editor. Fixed bug where image width/height default to 0x0 if these attributes wasn't defined. Fixed some bug issues with MSIE 5.5. Version 1.27 (2004-08-29) Added new cleanup logic, with new options and smarter behavior. Added new "trim_span_elements" option (removed unneeded span elements). Added new "verify_css_classes" option (verifies so class attributes contain a valid class). Added new "verify_html" option (enables/disabled verification of elements and attributes). Added new value verification type to "valid_elements" option. Added new simple wildcard support in "valid_elements" option. Added class as a valid attribute to table elements by default. Added so non existent classes gets removed HTML output. Added fix for   entities, so they get converted correctly. Added new class select box in table dialog. Added hr as a default valid element. Fixed some issues with the language packs. Fixed some weird bugs and issues with hr elements. Fixed bug where Mozilla was casting exceptions on keypress. Version 1.26 (2004-08-25) Added a better way to create theme popup windows (External files). Added new getWindowArg function, returns window arguments in theme popups. Modified the advanced theme to adopt the new theme popup idea. Fixed critical Mozilla bug, where the editor didn't work at all some times. Fixed bug with auto CSS class import feature running on Firefox. Version 1.25 (2004-08-22) Added new format select box in advanced theme (Can be disabled). Added new "theme_advanced_disable" option to advanced theme. Added some new elements to default list of valid elements (Format select box elements). Added new font face, forecolor and font size support, these are not enabled by default. Added new "mceAddControl" command, enables users to dynamicly add editors. Added new execInstanceCommand function, check the documentation for details. Added new "mceSetAttribute" command. Modified the themes so that the focus alert doesn't popup as often as before. Modified the "mceRemoveControl" command so it can handle element id aswell as editor ids. Fixed some bugs and issues with the new custom undo/redo logic. Fixed weird Mozilla bug #997860. Version 1.24 (2004-08-17) Modified so that span with CSS classes that don't exists get removed. Added new "custom_undo_redo" option, this option is enabled by default. Added new "fix_content_duplication" option, that fixes some MSIE content duplication issues. Added new "mceFocus" command, that changes focus to the specified editor instance. Added new "mceReplaceContent" command, that enables users to replace the current selection. Fixed so styles including spaces doesn't get listed in style selection box. Fixed bug with form element names and exact mode in Mozilla. Fixed so tiny_mce_src.js can be used aswell as tiny_mce.js. Converted some of the language packs to better support unicode. Version 1.23 (2004-07-31) Modified the mceSetCSSClass command to address bug #997071. Added new Hungarian language pack thanks to 2XP. Added new callback "setupcontent_callback" check the manual for details. Fixed bug #994506, where empty theme_plugins option generated a 404 error. Fixed bug #999332, where image properties wasn't removed if the user deleted the image. Version 1.22 (2004-07-19) Fixed bug #989846, Image resize bug. Changed so that style attribute values get converted to lowercase in MSIE. Changed so the alignment called "middle" is "center" in table properties. Fixed so visual aids work correctly after using the source editor. Fixed some issues with anchor links. Fixed so that javascript: links can be used. Added width/height options for the advanced source editor. Fixed bug issue with URL:s containing quotes or single quotes. Fixed so that document_base_url can point to another domain. Version 1.21 (2004-07-12) Added new "theme_plugins" option, check the manuals for details. Added new "execCommand" plugin extention possibility. Added new "buttons" config options to the advanced theme. Added new "mceRemoveControl" command. Added Spanish language pack thanks to "Alvaro Velasco". Fixed first click bug. Fixed so CSS url:s can be absolute. Updated the FAQ regarding the Cut/Copy/Paste issue. Version 1.20 (2004-07-05) Fixed bug issue #983257, JS runtime error when template contains no controls. Removed cut/copy/paste commands and icons due to security reasons in Mozilla. Added Czech language pack, thanks goes to "Pavel Novák" for the contribution. Fixed minor bug regarding empty attributes. Fixed so the "extended_valid_elements" overrides previous declarations. Version 1.19 (2004-06-28) Fixed focus bug that appared on Linux version of Mozilla. Fixed major bug issues with some Firefox/Firebird versions on Linux. Fixed minor visual aid bugs on tables. Fixed minor bugs with table commands. Fixed scroll issue in HTML source windows on Mozilla/Linux. Added a compatiblity chart to the manuals. Version 1.18 (2004-06-20) Added new option "remove_script_host". Some minor fixes to the mceInsertContent command. Fixed some issues with visual aids for tables. Fixed strange focus bug in MSIE. Updated some of the documentation. Version 1.17 (2004-06-16) Fixed bug, #972666 - Doesn't save edits when id != name. Added more Italian, user manuals. Thanks goes to "Fabrix Xm". Added Dutch language pack thanks to "Meint Post". Modified the MSIE version of mceInsertContent command. Version 1.16 (2004-06-14) Added new table dialog and TinyMCE__getInsertTableTemplate template function. Added auto class import feature and Italian language pack thanks goes to "Lorenzo Pavani". Added border, alignment, vspace, hspace, width, height fields to the image properties dialog in advanced theme. Updates advanced theme help pages for Swedish and English. Fixed some minor issues with the mceSetCSSClass command. Fixed minor MSIE bug in built in default URL convertor. Fixed some image alignment issues. Fixed support for site root script paths like src="/jscripts/tiny_mce.js". Removed the use of "TinyMCE_advanced_cssClasses" from "advanced" theme. Modified the default value of "valid_elements" to include table align and class as valid attributes. Modified the default value of "valid_elements" to set img border attribute to 0 by default instead of by force. Modified so that popup windows gets centered on screen. Version 1.15 (2004-06-09) Added new "advanced" theme, that adds some new functions. Added new public js functions "getContent, setContent, applyTemplate, openWindow". Added new custom command "mceSetCSSClass", that sets css class of the selection. Added new custom command "mceInsertContent", that inserts HTML content. Added class attributes to some of the elements in the default value of "valid_elements". Added ability to have theme specific language packs by the js function "importThemeLanguagePack". Added more documentation to the usage and themes sections. Added table support, with custom commands and in advanced theme. Modified the advanced example to include the new advanced theme. Fixed tooltips for buttons in Mozilla. Version 1.14 (2004-06-07) Added new conversion possibility to save callback. Added some more usage documentation. Fixed some issues will updateContent function in Mozilla. Fixed some issues with relative paths. Fixed small Mozilla issue with visual aids. Fixed so that the default theme sets image border to 0. Fixed bug #968079, Removing editor buttons in template can cause errors. Version 1.13 (2004-06-04) Fixed critical bug where the editor didn't work at all in MSIE. Fixed bug where table visual aids didn't work in Mozilla. Version 1.12 (2004-06-03) Added updateContent function thanks to "Jürgen Baute" contribution. Added documentation of the diffrent public javascript functions of tinyMCE. Fixed bug #965615, Empty editor content returns "
" as value after cleanup. Fixed bug where Bold and Italic didn't work correctly in Mozilla. Version 1.11 (2004-06-01) Added new option "document_base_url", it's used when converting absolute URLs to relative ones. Added so that align button sets the align attribute of selected images. Fixed bug when / was passed within query string to the editors page. Fixed bug #961041, Image attributes are not removed. Version 1.1 (2004-05-26) Fixed bug #960112 JavaScript error when opening image window. Fixed bug #926644 Multiple forms with elements having the same name failed. Added function so that "specific_textareas" mode handles the "ask" option. Added new option "focus_alert", to remove annoying focus alert message. Version 1.09 (2004-05-24) Added new option "extended_valid_elements", this option adds extra elements to the "valid_elements" list. Fixed bug #958637, Resized images are displayed in original size Fixed bug #958942, Bug on realitive_urls (Bug with absolute URLs to insertlink_callback, insertimage_callback callbacks) Fixed bug #958498, Unable to change Bold and italic text in Mozilla. Version 1.08 (2004-05-21) Added new attributes "border, hspace, vspace, width, height, align" to the getInsertImageTemplate theme function. Added new relative_urls option, this new feature converts all absolute URLs to relative URLs and it's on by default. Fixed bug #956007, the CSS theme URL:s was allways pointing to the default theme. Fixed bug where enter/return key produced a error in the insert link popup window form. (This was done in the default template) Fixed bug #957681, Could not delete text without first adding character bug in Mozilla. Version 1.07 (2004-05-10) Added experimental support for option "force_br_newlines" to address bug #922416 and feature request #936270. Fixed bug with mailto: links. Version 1.06 (2004-04-15) Added new German language pack. Thanks goes to "Simon Rupf" for the contribution. Added new German/Swedish bold/italic language specific icons to both default and simple theme. Added new Swedish documentation. Version 1.05 (2004-04-02) Added new Italian language pack and documentation. Thanks goes to "Fabrix Xm" for the contribution. Fixed missing "lang_help_desc" definition in UK and SE langpacks. Added better documentation for the "valid_elements" option and it's format. Added new "preformatted" option to address feature request #927948. Added browser checker so that the script don't break on non compatible browsers. Fixed bug #926639, now the editor instance gets resized if a width/height is specified in %. Added new simple theme, this theme has only basic functions. Version 1.04 (2004-03-30) Fixed bug when insertLink and insertImage function didn't use the url_convertor callback. Fixed MSIE bug when images was 32x32 on initialization on slow connections. Fixed bug that made request on images with wrong path, produced some 404 error in webserver logs. Fixed MSIE bug where users could add images outside of the editor scope. Version 1.03 (2004-03-26) Added new "add_form_submit_trigger" this option is default and is added on all document forms within the page. To address bug #923362 Moved javascript sourcecode file to "jscripts/tiny_mce/tiny_mce_src.js". Added new obfuscated version of tinymce to reduce size of script. Added some performance boosting code to the switchClassSticky function. Removed the "autosave" option, this is no longer needed and is replaced with "add_form_submit_trigger" or triggerSave call. Fixed undo bug in MSIE. Removed some unused eventhandlers results in better performance. Version 1.02 (2004-03-26) Added new handleNodeChange callback to themes. Fixed some bugs regarding events and themes function checks. Fixed bug issue when user focused nodes with keyboard. Version 1.01 (2004-03-12) Added some more documentation. Added new "visual" option to editor. Fixed bug on empty P elements. Fixed bug on table width/height. Version 1.0 (2004-03-11) Added new "debug" option and fixed some path issues.