Apache-SdnFw
view release on metacpan or search on metacpan
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Version 3.3.4 (2010-04-27)
Fixed bug where fullscreen plugin would add two editor instances to EditorManager collection.
Fixed bug where it was difficult to enter text on non western languages such as Japanese on IE.
Fixed bug where removing contents from nodes could result in an exception when using undo/redo.
Fixed bug with selection of images inside layers or other resizable containers on IE.
Fixed so editors isn't initialized on iPhone/iPad devices since they don't have caret support.
Version 3.3.3 (2010-04-19)
Added new script_loaded callback function setting for the jQuery plugin.
Added various fixes and new rpc methods for the spellchecker plugin. Patch contributed by Michael Peters.
Removed some unnecessary inline style information from some of the dialogs.
Fixed some issues with the chaining for the TinyMCE jQuery plugin.
Fixed so any extra arguments passed to patched jQuery functions gets passed through. Patch contributed by Lee Henson.
Fixed so spellchecking/contextmenu can be toggled on/off if the browser has native spellchecker support.
Fixed bug where some texts in the new paste plugin wasn't placed in language pack.
Fixed bug where IE would produce an incorrect information message when cutting.
Fixed bug where removing items using the xhtmlxtras plugin wouldn't work correctly.
Fixed bug where setting table background images would add extra quotes on Gecko.
Fixed bug where shortcut for bold/italic/underline wouldn't work properly on WebKit.
Fixed bug where IE would produce an error message if only contents was an image tag and bold was used.
Fixed bug where the caret would move if alignment was applied to empty block elements.
Fixed bug where some shortcut key commands wouldn't apply formatting correctly.
Version 3.3.2 (2010-03-25)
Fixed bug where it was possible to scale the editor iframe smaller than the editor UI.
Fixed bug where some of the resizing option didn't work with the new live resize.
Fixed bug where the format listbox didn't show nestled formats correctly.
Fixed bug where the native listboxes didn't work correctly.
Fixed bug where font size selection in using the legacyoutput plugin would produce errors.
Fixed so block and blockquote formats remove their matching element regardless of it's attributes.
Version 3.3.1 (2010-03-18)
Added new live resize feature, the editor contents is now visible while resizing.
Fixed bug where some valid_element patterns would produce an unknown property error.
Fixed bug where it wasn't possible to toggle off blockquotes.
Fixed bug where an undo level wasn't produced when applying formatting using the styles dropdown.
Fixed bug where IE 6/7 wouldn't perform caret formatting due to a focus/event bug in IE.
Fixed bug where undo/redo wasn't restoring the previous selection correctly.
Fixed bug where the caret would become invisible if you resized the editor in latest Gecko.
Fixed bug where the class attribute wasn't completely removed in IE 6/7 when the removeClass function was used.
Fixed so the matchNode method of the Formatter class returns the matched format rule.
Fixed so it's possible to apply formatting to both blocks and as inline elements.
Version 3.3 (2010-03-10)
Fixed bug where backspace on a table on IE would produce an empty tbody and some JS exceptions.
Fixed bug where some redundant children wasn't removed properly when applying inline styles to them.
Fixed bug where Chrome would produce incorect dialog sizes if the inlinepopups plugin wasn't used.
Fixed bug where spans with different classes would get merged if they where siblings to each other.
Fixed bug where IE 8 would crash if you used the spellchecker.
Fixed bug where Input Method for non western languages didn't work correctly.
Fixed bug where the UI would render incorrectly in FF 3.6 on Mac due to a bug n their rendering engine.
Fixed bug where WebKit wouldn't scroll down correctly if Shift+Enter was used. Patch contributed by Thomas Andersen.
Version 3.3rc1 (2010-02-23)
Fixed bug with new legacyoutput plugin not working correctly on it's own.
Fixed bug some performance issues with removing text formats.
Fixed bug where TinyMCE specific attributes wasn't removed properly by remove format.
Fixed bug where it wasn't possible to align images within inline elements.
Fixed bug where Ctrl+Delete/Backspace would produce an invalid argument exception on IE.
Fixed bug where the search/replace logic could produce an infinite loop on IE for reverse searches.
Fixed bug where cloning formats in cells didn't work properly on IE.
Fixed bug where IE6 would produce a horizontal scroll bar.
Fixed so remove jQuery method removes the TinyMCE instance as well as the specified textarea.
Fixed so selected rows and cells gets updated using the row/cell properties dialogs.
Version 3.3b2 (2010-02-04)
Fixed bug where sometimes img elements would be removed by split method in DOMUtils.
Fixed bug where merging of span elements could occur on bookmark nodes.
Fixed bug where classes wasn't properly removed when removeformat was used on IE 6.
Fixed bug where multiple calls to an tinyMCE.init with mode set to exact could produce the same unique ID.
Fixed bug with the IE selection implementation when it was feeded an document range.
Fixed bug where block elements formatting wasn't properly removed by removeformat on all browsers.
Fixed bug where selection location was lost if you performed a manual cleanup.
Fixed bug where removeformat wouldn't remove span elements within styled block elements.
Fixed bug where an error would be thrown if you clicked on the separator lines in menus.
Fixed bug with the jQuery plugin adding always adding a querystring value to other resources.
Fixed bug where IE would produce an error message if you had an empty editor instance.
Fixed bug where Shift+Enter didn't produce br elements on WebKit browsers.
Fixed bug where a temporary marker element wasn't removed by the paste plugin.
Fixed bug where inserting a table would produce two undo levels instead of one.
Version 3.3b1 (2010-01-25)
Added new text formatting engine. Fixes a lot of browser quirks and adds new possibilities.
Added new advlist plugin that enables you to set the formats of list elements.
Added new paste plugin logic that enables you to retain style information from Office.
Added new autosave plugin logic that automatically saves contents in local storage.
Added new valid_styles option. Adds the possibility to restrict styles and their order.
Added new theme_advanced_runtime_fontsize option to display the runtime font size in font size select box.
Added new jquery plugin version that handles the gzip compressor amongst other things. Contributed by Speednet.
Added new $ function to tinymce namespace and editor instances for the jQuery build.
Added the possibility to get editors by index as well as name in the tinyMCE.editors collection.
Fixed so the contents inside the editor renders in standards mode by default.
Fixed bug where it wasn't possible to move the caret on short documents running in standards mode on IE.
Fixed bug where the decode method of the DOMUtils class could end up in an endless loop.
Fixed bug where it was possible to bypass the paste cleanup on non IE browsers if you clicked while pasting.
Fixed bug where some attributes wasn't serialized correctly on IE if wildcard attribute patters where used.
Fixed bug where entity decoding was performed on strings that didn't have any valid entities in them.
Fixed bugs with the insertNode method of the IE DOMRange implementation. Patch contributed by Scott McNaught.
Rewrote the getBookmark/moveToBookmark selection logic to boost performance on larger documents.
Rewrote the table plugin to include new cell selection logic and fixed various bugs and issues.
Merged the tinyMCE, tinymce and tinymce.EditorManager into the same instance makes more sense.
Removed browser setting since the browser support for TinyMCE is not far better than it was when that setting was introduced.
Changed the mce_ attribute prefix to the more standard _mce_ prefix. This is similar to browser vendors prefixes.
Optimized performance with named entities on Gecko. Regexp replace was executing very slowly probably due to a Gecko bug.
Optimized performance of the IE specific selection/range implementation.
Removed the safari plugin since we now replaced all text formatting logic to custom code.
Version 3.2.7 (2009-09-22)
Fixed bug where uppercase paragraphs could still produce an invalid DOM tree on IE.
Fixed bug where split command didn't work on WebKit since the node serializer needs a real document to work with.
Fixed bug where it was impossible in Gecko to place the caret before a table if it was the first one.
Fixed bug where linking to urls like ../../ would produce an extra traling slash ../..//.
Fixed bug where the template cdate functionality was using an old 2.x API call. Patch contributed by vectorjohn.
Fixed bug where urls to the same site but different protocol would be converted when relative_urls where set to false. Patch contributed by Ted Rust.
Fixed bug where the paste plugin would remove mceItem prefixed classes.
Fixed bug where the paste plugin would sometimes add items in a reverse order on WebKit.
Fixed bug where the paste buttons would present an error message on Gecko even if you changed user.js. Patch contributed by Todd (teeaykay).
Fixed bug where Opera would crash if you had tables incorrectly placed inside paragraphs.
Fixed bug where styles elements wasn't properly processed if you had bad input HTML.
Fixed bug where style attributes wasn't properly forced into a specific format.
Fixed bug and issues with boolean attributes like checked, nowrap etc.
Fixed bug where input elements could override attributes on form elements.
Fixed bug where script or style elements could get modified by the DOMUtils processHTML method.
Fixed bug where the selected attribute could get lost when force root blocks logic got executed on IE. Patch contributed by Attila Mezei-Horvati.
Fixed bug where getAttribs method didn't handle boolean attributes correctly on IE.
Fixed so the paste from word dialog is presented if you paste content on an IE with to restrictive security settings.
Fixed so the paste_strip_class_attributes option is set to none by default in the paste plugin.
Removed default border=0 on tables for the default value of valid_elements.
Version 3.2.6 (2009-08-19)
Added new wordcount plugin, this will display the number of typed words as you write. Contributed by Andrew Ozz.
Added new getNext and getPrev methods to DOM utils. These will return the first matching sibling.
Fixed bug where it was impossible to place the caret after a table on Gecko. It will now add a paragraph after tables.
Fixed bug where inline dialogs would fail if used in a window opened using a showModalDialog. Patch contributed by Derek Britt.
Fixed bug where IE could sometimes render a unknown runtime error on invalid input HTML.
Fixed bug where some incorrectly placed tables wouldn't be moved outside the paragraphs on IE.
Fixed bug where uppercase script/style element wouldn't be handled correctly and converted to valid lowercase.
Fixed bug where some WebKit versions on Mac OS X would produce issues with hidden select fields.
Fixed bug where the media plugin would fail on WebKit since the node wasn't properly imported to the right document.
Fixed bug where absolute URLs for the TinyMCE script using a base href element would cause loading problems in IE 6/7.
Fixed bug where pasting using the paste plugin wasn't possible on IE with to restrictive security settings.
Fixed bug where pasting of whitespace was impossible using the new custom paste method.
Fixed bug where pasting on some WebKit browsers would not work if you pasted specific contents due to a WebKit bug.
Fixed bug where doctypes with multiple lines would not be parsed correctly by the fullpage plugin. Patch contributed by Colin.
Fixed bug where the autoresize plugin would break the fullscreen functionality.
Fixed bug where tables would be chopped up running on IE using invalid contents and pasting paragraphs into a cell.
Fixed bug where the each method of jQuery build didn't iterate styleSheets. We now use the TinyMCE API one instead.
Fixed bug where auto switching to paragraphs after headers some times failed in Gecko.
Fixed so all editor options gets passed to the Serializer class. Patch contributed by Jasper Mattsson.
Fixed so script/style blocks isn't wrapped in paragraphs as other inline elements.
Fixed so the XHR requests sends the X-Requested-With HTTP header.
Fixed so the data url scheme is handled in the tinymce.util.URI class.
Changed inline documentation to use moxiedoc style comments.
Removed the compat2x plugin people should have upgraded to the 3.x API by now. 3.0 was released more then a year ago.
Re-added Gecko specific message for users who doesn't understand the security concept regarding paste.
Version 3.2.5 (2009-06-29)
Added new jQuery plugin for the jQuery specific package. This enables you to more easily load and use TinyMCE.
Added new autoresize plugin contributed by Peter Dekkers. This plugin will auto resize the editor to the size of the contents.
Fixed so all packages have the same directory structure. Previous releases had a different structure for the production package.
Fixed so the paste from word dialog forces the contents to be processed as word contents even if it's not.
Fixed so the jQuery build adapter build works. It's currently only excluding Sizzle.
Fixed so noscript element contents is retained during the editing process.
Fixed bug where the getBookmark method would need a "simple" string input when the documented way is a boolean.
Fixed bug where invalid contents could break the fix_table_elements logic.
Fixed bug where Sizzle specific attributes would be serialized if the valid_elements was set to *[*].
Fixed bug where IE would produce an error if you specified a relative content_css and opened the paste dialog.
Fixed bug where pasting images on IE would produce broken images if they came from an external site.
Fixed bug where memory was leaked if you add/remove controls dynamically. Some event handlers wasn't removed properly.
Fixed bug where domain relaxing wasn't treated correctly if you added it after the TinyMCE script element.
Fixed bug where the activeEditor wasn't set to null if the last editor instance was removed.
Fixed bug where IE was leaking memory on the onbeforeunload event due to some recently introduced logic. Patch contributed by Options.
Fixed bug where inserting tables in Safari 4 didn't work due to a new WebKit bug where some element names are reserved.
Fixed bug where URLs having a :// value in the query string would make it absolute regardless of URL settings.
Fixed the WebKit specific bug where DOM Ranges would fail if the node wasn't attached to something in a different way.
Removed the auto_resize option and the resizeToContent method from the tinymce.Editor class. Use the new autoresize plugin instead.
Version 3.2.4.1 (2009-05-25)
Fixed bug where Gecko browsers would produce an extra space after for example strong when loaded from sub domains.
Fixed bug where script elements would be removed if they where placed inside a paragraph element.
Fixed bug where IE 8 would produce 1 item remaining when loading CSS files dynamically with an empty cache.
Fixed bug where bound events would be removed from other editor instances if a specific one was removed.
Fixed various bugs and issues with script and style elements inside the editor.
Fixed so all script contents gets wrapped in CDATA sections so that they can be parsed using a XML parser.
Fixed so it's impossible for elements marked as closed to have child nodes rendered in output.
Version 3.2.4 (2009-05-21)
Added new paste_remove_styles/paste_remove_styles_if_webkit option to paste plugin concept contributed by Hadrien Gardeur.
Added new functionality to paste plugin contributed by Scott Eade aka monkeybrain.
Added new paste_block_drop option to the paste plugin this is disabled by default and will block any drag/drop event.
Added new bind/unbind methods to DOMUtils these works like Event.add/Event.remove but is easier to access.
Added new paste_dialog_width/paste_dialog_height options to paste pluign. Enables you to change the dialog sizes.
Fixed bug on IE 8 where it would sometimes produce a "1 item remaining" status message that would never finish.
Fixed bug on Safari 4 beta that would produce DOM Range exceptions on the DOMUtils split method since the browser has a bug.
Fixed bug where the paste plugin could accidentally think that some word sentences was supposed to be list elements.
Fixed bug where paste plugin would produce one extra empty undo level on some browsers.
Fixed bug where spans wasn't produced correctly on new line when the keep_styles option was enabled.
Fixed bug where the caret would be placed at the beginning of contents in IE 8 if you selected colors from the color pickers.
Fixed so the Event class is a normal class instead of a static one. The tinymce.dom.Event is now a global instance of that class.
Fixed so internal events for instances gets removed when the DOMUtils instance is removed.
Fixed so preventDefault and stopPropagation methods can be used on the event object in all browsers.
Version 3.2.3.1 (2009-05-05)
Fixed bug where paragraphs containing form elements such as input or textarea would be removed.
Fixed bug where some IE versions would produce a wrapper function for events attributes.
Fixed bug where table cell contents could be removed if you pressed return/enter at the end of the cell contents.
Fixed bug where the paste plugin would remove a extra character if the selection range was collapsed.
Fixed bug where creating tables with % width wouldn't be handled correctly on WebKit browsers.
Version 3.2.3 (2009-04-23)
Added new paste plugin logic. This new version will autodetect Word contents and clean it up.
Added a optional root element argument to getPos so you can tell it where to stop the calculation.
Added new DOM ready logic to remove the usage of document.write. We now use basically the same method as jQuery.
Fixed bug where WebKit browsers would fail when selecting all contents in the area using Ctrl+A.
Fixed bug where IE would produce paragraphs with empty inline style elements.
Fixed bug where WebKit browsers would fail when inserting tables with a non pixel width.
Fixed bug where block elements could get a redundant br element at the end of the element.
Fixed bug where the tabfocus plugin only worked with a single editor instance on page.
Fixed bug where IE 8 was loosing caret position if the selection was collapsed and a menu was clicked.
Fixed bug with application/xhtml+xml mode where menus wasn't working properly.
Fixed bug where the onstop workaround fix for IE would produce errors in an ASP update panel.
Fixed bug where the submit function override could produce errors if executed in the wrong scope.
Fixed bug where the area element wasn't closed by a short ending.
Fixed various number issues in the style plugins properties dialog. Contributed by datpaulchen.
Fixed issues with size suffix values in the style plugin dialog.
Fixed issue where hasDuplicate variable would leak out to the global space due to a bug in the Sizzle engine.
Fixed issue where the paste event would fire a dialog warning on IE since we extracted the text contents.
Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
Version 3.2.2.3 (2009-03-26)
Fixed regression bug with the getPos method, it would return invalid if the view port was to small.
Version 3.2.2.2 (2009-03-25)
Fixed so the DOMUtils getPos method can be used cross documents if needed.
Fixed bug where undo/redo wasn't working correctly in Gecko browsers.
Version 3.2.2.1 (2009-03-19)
Added support for tel: URL prefixes. Even though this doesn't match any official RFC.
Fixed so the select method of the Selection class selects the first best suitable contents.
Fixed bug where the regexps for www. prefixes for link and advlink dialogs would match wwwX.
Fixed bug where the preview dialog would fail to open if the content_css wasn't defined. Patch contributed by David Bildström (ChronoZ).
Fixed bug where editors wasn't converted in application/xhtml+xml mode due to an issue with Sizzle.
Fixed bug where alignment would fail if multiple lines where selected.
Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
Version 3.2.2 (2009-03-05)
Added new CSS selector engine. Sizzle the same one that jQuery and other libraries are using.
Added new is and getParents methods to the DOMUtils class. These use the new Sizzle engine to select elements.
Added new removeformat_selector option, enables you to specify a CSS selector pattern of elements to remove when using removeformat.
Fixed so the getParent method can take CSS expressions when selecting it's parents.
Added new ant based build process, includes a new javabased preprocessor and a yuicompressor ant task.
Moved the tab_focus logic into a plugin called tabfocus, so the old tab_focus option has been removed from the core.
Replaced the TinyMCE custom unit testing framework with Qunit and rewrote all tests to match the new logic.
Moved the examples/testcases to a root directory called tests since it now includes slickspeed.
Fixed bug where nbsp wasn't replaced correctly in ForceBlocks.js. Patch contributed by thorn.
Fixed bug where an dom exception would be thrown in Gecko when the theme_advanced_path path was set to false under xml application mode.
Fixed bug where it was impossible to get out of a link at the end of a block element in Gecko.
Fixed bug where the latest WebKit nightly would fail when changing font size and font family.
Fixed bug where the latest WebKit nightly would fail when opening dialogs due to changes to the arguments object.
Fixed bug where paragraphs wasn't added to elements positioned absolute using classes.
( run in 1.415 second using v1.01-cache-2.11-cpan-fe3c2283af0 )