Lines 240-252
Version 2.0.6 (2006-05-03)
Link Here
|
240 |
Added new strict_loading_mode option, this switches the loading method from document.write to DOM. |
240 |
Added new strict_loading_mode option, this switches the loading method from document.write to DOM. |
241 |
Added new hidden_tab_class, display_tab_class options for resolving the MSIE image dimension bug. |
241 |
Added new hidden_tab_class, display_tab_class options for resolving the MSIE image dimension bug. |
242 |
Added new absolute layer support, this was added to a new plugin called layer. |
242 |
Added new absolute layer support, this was added to a new plugin called layer. |
243 |
Added new CSS style properties support, this was as a plugin called style. |
243 |
Added new CSS style properties support, this was as a plugin called style. |
244 |
Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS. |
244 |
Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS. |
245 |
Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE. |
245 |
Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE. |
246 |
Fixed bug where links the the same page as the editor page was converted into a /. |
246 |
Fixed bug where links the same page as the editor page was converted into a /. |
247 |
Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE. |
247 |
Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE. |
248 |
Fixed bug with unterminated string literal errors where reported in some browsers. |
248 |
Fixed bug with unterminated string literal errors where reported in some browsers. |
249 |
Fixed bug where src and href where converted into xsrc and xhref in text. |
249 |
Fixed bug where src and href where converted into xsrc and xhref in text. |
250 |
Fixed bug where two characters where removed by backspace sometimes in Gecko. |
250 |
Fixed bug where two characters where removed by backspace sometimes in Gecko. |
251 |
Fixed bug where class drop list wasn't visible in some of the table dialogs. |
251 |
Fixed bug where class drop list wasn't visible in some of the table dialogs. |
252 |
Fixed bug where br elements where incorrectly removed within paragraphs on backspace. |
252 |
Fixed bug where br elements where incorrectly removed within paragraphs on backspace. |
Lines 725-737
Version 1.45 RC1 (2005-05-27)
Link Here
|
725 |
Fixed the experimental Safari support, some features work some doesn't. |
725 |
Fixed the experimental Safari support, some features work some doesn't. |
726 |
Fixed bug where multiple a elements where created when updating links on images in FF/Mozilla. |
726 |
Fixed bug where multiple a elements where created when updating links on images in FF/Mozilla. |
727 |
Fixed bug in importCSS function, was having a meaning less if statement. |
727 |
Fixed bug in importCSS function, was having a meaning less if statement. |
728 |
Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme. |
728 |
Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme. |
729 |
Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path. |
729 |
Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path. |
730 |
Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache. |
730 |
Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache. |
731 |
Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the the selected position. |
731 |
Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the selected position. |
732 |
Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin. |
732 |
Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin. |
733 |
Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE. |
733 |
Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE. |
734 |
Added split/merge table cells support, to table plugin and context menus. |
734 |
Added split/merge table cells support, to table plugin and context menus. |
735 |
Added cut/copy/paste table rows functionality to context menu and table plugin. |
735 |
Added cut/copy/paste table rows functionality to context menu and table plugin. |
736 |
Added new mceSetContent command, this does the same as the setContent function. |
736 |
Added new mceSetContent command, this does the same as the setContent function. |
737 |
Added new clear all/new document icon to advanced theme. |
737 |
Added new clear all/new document icon to advanced theme. |