240
I Use This!
High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added jquery adapter contributed by Stefan Petre. More... over 17 years ago
Added new addQueryValueHandler method to the tinymce.Editor class. Renamed the addCommandQueryState method in the tinymce.Editor class to addQueryStateHandler. Fixed bug where the the media_use_script option for the media plugin wasn't working correctly. Fixed bug where the font size and font family listboxes wasn't updated correctly on Safari. Fixed bug where the font sizes behaved incorrectly after a cleanup on Safari. More... over 17 years ago
Removed the createDOM method from the window manager and replace it with a createInstance method. More... over 17 years ago
Added some new unit tests and fixed some issues with the unit tester. More... over 17 years ago
Fixed some minor issues. More... over 17 years ago
No message. More... over 17 years ago
No message. More... over 17 years ago
Fixed bug where listbox menus was clipped by other TinyMCE instances or relative elements in IE. Fixed bug where listboxes wasn't updated correctly when the a value wasn't found by select. Fixed various CSS issues that produced odd rendering bugs in IE. More... over 17 years ago
Fixed bug where the contextmenu was clipped by other TinyMCE instances or relative elements in IE. More... over 17 years ago
Fixed bug where inlinepopups where clipped by other TinyMCE instances or relative layers in IE. More... over 17 years ago
Fixed bug where the getParam method didn't handle false values correctly. More... over 17 years ago
No message. More... over 17 years ago
Fixed bug where textareas without id or name couldn't be converted into editor instances. Fixed bug where TinyMCE was stealing element focus on IE. Fixed some issues with the inlinepopups. More... over 17 years ago
Added new init method to all plugins and themes, since it's shorter to write and it mimics interface capable languages better. Fixed issues with tinymce.ui.DropMenu class, it required some optional settings to be specified. More... over 17 years ago
Removed key search for inArray and optimized it. More... over 17 years ago
Fixed bug where inlinepopup windows where moved incorrectly when they were boundary checked for min width. More... over 17 years ago
Fixed bug where anchor list in advlink dialog wasn't populated correctly in Safari. Fixed bug where it wasn't possible to edit tables in IE when inlinepopups was enabled. Fixed bug where it wasn't possible to change the table width of an existing table. Fixed bug where xhtmlxtras like abbr didn't work correctly on IE. Fixed bug where IE6 had some graphics rendering issues with the inlinepopups. Fixed so multiple blockquoted can be removed with a easier method than before. More... over 17 years ago
Renamed tinymce.get to tinymce.resolve and fixed editor activation. More... over 17 years ago
Updated tinymce.DOMUtils.selector method to improve performance. More... over 17 years ago
Fixed a bunch of bugs. More... over 17 years ago
No message. More... over 17 years ago
Removed another core method. More... over 17 years ago
Changed func calls to onclick. Removed some functions that was no longer needed. More... over 17 years ago
No message. More... over 17 years ago
Added more API documentation. Added new setup callback option, use this callback to add events to TinyMCE. This method is recommended over the old callbacks. More... over 17 years ago
Added documentation and fixes/removed some functions that wasn't needed. More... over 17 years ago
Fixed bug where inlinepopups produces scrollbars if windows where moved to the corners of the browser. Fixed bug where view HTML source failed when inserting a embedded media object. More... over 17 years ago
No message. More... over 17 years ago
Fixed more issues with the save_callback. More... over 17 years ago
Removed old comment. More... over 17 years ago