Source

GitHub

We use GitHub as a source repository for TinyMCE, if you wish to contribute, go to GitHub and fork the project then send a pull request when you have fixed it.

Commit History rss

Fixed so any potential caret container clone isn't unmarked. 2012-05-11 14:42:56
m jscripts/tiny_mce/classes/Formatter.js

Fixed so any potential caret container clone isn't unmarked.
Removed a test from non IE browsers. 2012-05-11 14:37:49
m tests/tinymce.dom.Range.html

Removed a test from non IE browsers.
Fix for bug regarding the removal of caret formatted nodes. 2012-05-11 14:37:28
m jscripts/tiny_mce/classes/Formatter.js
m tests/tinymce.Formatter_apply.html

Fix for bug regarding the removal of caret formatted nodes.
Added changelog item about a fix for the autolink plugin since the toString wasn't implemented on the fake IE Range. 2012-05-11 13:59:28
m changelog.txt

Added changelog item about a fix for the autolink plugin since the toString wasn't implemented on the fake IE Range.
Implemented toString to tinymce.dom.Range and fixed some issues with the unit test for it having duplicate id:s. 2012-05-11 13:58:54
m jscripts/tiny_mce/classes/dom/Range.js
m tests/tinymce.dom.Range.html

Implemented toString to tinymce.dom.Range and fixed some issues with the unit test for it having duplicate id:s.
Updated changelog.txt. 2012-05-10 16:19:15
m changelog.txt

Updated changelog.txt.
Fixed bug where the autolink plugin would produce an error on older IE versions when pressing enter. 2012-05-09 13:20:41
m changelog.txt
m jscripts/tiny_mce/plugins/autolink/editor_plugin_src.js

Fixed bug where the autolink plugin would produce an error on older IE versions when pressing enter.
Fixed issue where old IE versions could throw errors while initializing. 2012-05-08 14:36:34
m jscripts/tiny_mce/classes/ForceBlocks.js

Fixed issue where old IE versions could throw errors while initializing.
Fixed bug where the autolink plugin would include trailing dots in domain names in the link creation. 2012-05-04 17:30:29
m changelog.txt
m jscripts/tiny_mce/plugins/autolink/editor_plugin_src.js
m tests/autolink.html
m tests/js/autolink/actions.js

Fixed bug where the autolink plugin would include trailing dots in domain names in the link creation.
Fixed bug where selection normalization logic would break the selections of parent elements using the element path. 2012-05-04 10:35:36
m changelog.txt
m jscripts/tiny_mce/classes/Editor.Events.js
m jscripts/tiny_mce/classes/Editor.js

Fixed bug where selection normalization logic would break the selections of parent elements using the element path.
Updated release date. 2012-05-03 13:55:01
m changelog.txt

Updated release date.
Fixed issue when the caret was placed at the end of a text node in body. 2012-05-02 17:25:11
m jscripts/tiny_mce/classes/util/Quirks.js

Fixed issue when the caret was placed at the end of a text node in body.
Fixed issue where FF could sometimes produce an error when the selection object wasn't initialized. 2012-05-02 17:24:43
m jscripts/tiny_mce/classes/dom/Selection.js

Fixed issue where FF could sometimes produce an error when the selection object wasn't initialized.
Fixed bug where IE might loop forever when wrapping root nodes. 2012-05-02 17:24:14
m jscripts/tiny_mce/classes/ForceBlocks.js

Fixed bug where IE might loop forever when wrapping root nodes.
Fixed IE test case issue where it would reinit the editor instance without removing it first. 2012-05-02 17:17:51
m tests/media.html

Fixed IE test case issue where it would reinit the editor instance without removing it first.
Added ignore for white since it's the default background. 2012-05-02 16:33:05
m jscripts/tiny_mce/themes/advanced/editor_template_src.js

Added ignore for white since it's the default background.
Fixed so background color in style preview gets computed from body element if the current style element is transparent. 2012-05-02 16:25:27
m changelog.txt
m jscripts/tiny_mce/themes/advanced/editor_template_src.js

Fixed so background color in style preview gets computed from body element if the current style element is transparent.
Fixed bug where delete/backspace could remove contents of noneditable elements. 2012-05-02 16:12:09
m changelog.txt
m jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js

Fixed bug where delete/backspace could remove contents of noneditable elements.
Fixed so prevent default state is correctly handled on key events in Quirks.js. 2012-05-02 15:05:16
m jscripts/tiny_mce/classes/util/Quirks.js

Fixed so prevent default state is correctly handled on key events in Quirks.js.
Updated changelog and removed unreleased version details. 2012-05-02 13:16:51
m changelog.txt

Updated changelog and removed unreleased version details.