Rewrite thumbnailer
[larjonas-mediagoblin.git] / extlib / tinymce / changelog.txt
blob165205b735e80f2c4099cbd9b217d2874b552ddc
1 Version 4.0.2 (2013-07-18)
2         Fixed bug where formatting using menus or toolbars wasn't possible on Opera 12.15.
3         Fixed bug where IE 8 keyboard input would break after paste using the paste plugin.
4         Fixed bug where IE 8 would throw an error when populating image size in image dialog.
5         Fixed bug where image resizing wouldn't work properly on latest IE 10.0.9 version.
6         Fixed bug where focus wasn't moved to the hovered menu button in a menubar container.
7         Fixed bug where paste would produce an extra uneeded undo level on IE and Gecko.
8         Fixed so anchors gets listed in the link dialog as they where in TinyMCE 3.x.
9         Fixed so sub, sup and strike though gets passed through when pasting from Word.
10         Fixed so Ctrl+P can be used to print the current document. Patch contributed by jashua212.
11 Version 4.0.1 (2013-06-26)
12         Added new paste_as_text config option to force paste as plaintext mode.
13         Added new pastetext menu item that lets you toggle paste as plain text mode on/off.
14         Added new insertdatetime_element option to insertdatetime plugin. Enables HTML5 time element support.
15         Added new spellchecker_wordchar_pattern option to allow configuration of language specific characters.
16         Added new marker to formats menu displaying the formats used at the current selection/caret location.
17         Fixed bug where the position of the text color picker would be wrong if you switched to fullscreen.
18         Fixed bug where the link plugin would ask to add the mailto: prefix multiple times.
19         Fixed bug where list outdent operation could produce empty list elements on specific selections.
20         Fixed bug where element path wouldn't properly select parent elements on IE.
21         Fixed bug where IE would sometimes throw an exception when extrancting the current selection range.
22         Fixed bug where line feeds wasn't properly rendered in source view on IE.
23         Fixed bug where word count wouldn't be properly rendered on IE 7.
24         Fixed bug where menubuttons/listboxes would have an incorrect height on IE 7.
25         Fixed bug where browser spellchecking was enabled while editing inline on IE 10.
26         Fixed bug where spellchecker wouldn't properly find non English words.
27         Fixed bug where deactivating inline editor instances would force padding-top: 0 on page body.
28         Fixed bug where jQuery would initialize editors multiple times since it didn't check if the editor already existed.
29         Fixed bug where it wasn't possible to paste contents on IE 10 in modern UI mode when paste filtering was enabled.
30         Fixed bug where tabfocus plugin wouldn't work properly on inline editor instances.
31         Fixed bug where fullpage plugin would clear the existing HTML head if contents where inserted into the editor.
32         Fixed bug where deleting all table rows/columns in a table would cause an exception to be thrown on IE.
33         Fixed so color button panels gets toggled on/off when activated/deactivated.
34         Fixed so format menu items that can't be applied to the current selection gets disabled.
35         Fixed so the icon parameter for addButton isn't automatically filled if a button text is provided.
36         Fixed so image size fields gets updated when selecting a new image in the image dialog.
37         Fixed so it doesn't load any language pack if the language option is set to "en".
38         Fixed so ctrl+shift+z works as an alternative redo shortcut to match a common Mac OS X shortcut.
39         Fixed so it's not possible to drag/drop in images in Gecko by default when paste plugin is enabled.
40         Fixed so format menu item texts gets translated using the specified language pack.
41         Fixed so the image dialog title is the same as the insert/edit image button text.
42         Fixed so paste as plain text produces BR:s in PRE block and when forced_root_block is disabled.
43 Version 4.0 (2013-06-13)
44         Added new insertdate_dateformat, insertdate_timeformat and insertdate_formats options to insertdatetime.
45         Added new font_formats, fontsize_formats and block_formats options to configure fontselect, fontsizeselect and formatselect.
46         Added new table_clone_elements option to table plugin. Enables you to specify what elements to clone when adding columns/rows.
47         Added new auto detect logic for site and email urls in link plugin to match the logic found in 3.x.
48         Added new getParams/setParams to WindowManager to make it easier to handle params to iframe based dialogs. Contributed by Ryan Demmer.
49         Added new textcolor options that enables you to specify the colors you want to display. Contributed by Jennifer Arsenault.
50         Added new external file support for link_list and image_list options. The file format is a simple JSON file.
51         Added new "both" mode for the resize option. Enables resizing in both width and height.
52         Added new paste_data_images option that allows you to enable/disable paste of data images.
53         Added new fixed_toolbar_container option that allows you to add a fixed container for the inline toolbar.
54         Fixed so font name, font size and block format select boxes gets updated with the current format.
55         Fixed so the resizeTo/resizeBy methods for the theme are exposed as it as in 3.x.
56         Fixed so the textcolor controls are splitbuttons as in 3.x. Patch contributed by toxalot/jashua212.
57         Fixed bug where the theme content css wasn't loaded into the preview dialog.
58         Fixed bug where the template description in template dialog wouldn't display the text correctly.
59         Fixed bug where various UI elements wasn't properly removed when an editor instance was removed.
60         Fixed bug where editing links in inline mode would fail on WebKit.
61         Fixed bug where the pagebreak_separator option in the pagebreak plugin wasn't working properly.
62         Fixed bug where the child panels of the float panel in inline mode wasn't properly placed.
63         Fixed bug where the float panel children of windows wasn't position fixed.
64         Fixed bug where the size of the ok button was hardcoded, caused issues with i18n.
65         Fixed bug where single comment in editor would cause exceptions due to resolve path logic not detecting elements only.
66         Fixed bug where switching alignment of tables in dialogs wouldn't properly remove existing alignments.
67         Fixed bug where the table properties dialog would show columns/rows textboxes.
68         Fixed bug where jQuery wasn't used instead of Sizzle in the jQuery version of TinyMCE.
69         Fixed bug where setting resize option to false whouldn't properly render the word count.
70         Fixed bug where table row type change would produce multiple table section elements.
71         Fixed bug where table row type change on multiple rows would add them in incorrect order.
72         Fixed bug where fullscreen plugin would maximize the editor on resize after toggling it off.
73         Fixed bug where context menu would be position at an incorrect coordinate in inline mode.
74         Fixed bug where inserting lists in inline mode on IE would produce errors since the body would be converted.
75         Fixed bug where the body couldn't be styled properly in custom content_css files.
76         Fixed bug where template plugins menu item would override the image menu item.
77         Fixed bug where IE 7-8 would render the text inside inputs at the wrong vertical location.
78         Fixed bug where IE configured to IE 7 compatibility mode wouldn't render the icons properly.
79         Fixed bug where editor.focus wouldn't properly fire the focusin event on WebKit.
80         Fixed bug where some keyboard shortcuts wouldn't work on IE 8.
81         Fixed bug where the undo state wasn't updated until the end of a typing level.
82         Fixed bug where keyboard shortcuts on Mac OS wasn't working correctly.
83         Fixed bug where empty inline elements would be created when toggling formatting of in empty block.
84         Fixed bug where applying styles on WebKit would fail in inline mode if the user released the mouse button outside the body.
85         Fixed bug where the visual aids menu item wasn't selected if the editor was empty.
86         Fixed so the isDirty/isNotDirty states gets updated to true/false on save() and change events.
87         Fixed so skins have separate CSS files for inline and iframe mode.
88         Fixed so menus and tool tips gets constrained to the current viewport.
89         Fixed so an error is thrown if users load jQuery after the jQuery version of TinyMCE.
90         Fixed so the filetype for media dialog passes out media instead of image as file type.
91         Fixed so it's possible to disable the toolbar by setting it to false.
92         Fixed so autoresize plugin isn't initialized when the editor is in inline mode.
93         Fixed so the inline editing toolbar will be rendered below elements if it doesn't fit above it.
94 Version 4.0b3 (2013-05-15)
95         Added new optional advanced tab for image dialog with hspace, vspace, border and style.
96         Added new change event that gets fired when undo levels are added to editor instances.
97         Added new removed_menuitems option enables you to list menu items to remove from menus.
98         Added new external_plugins option enables you to specify external locations for plugins.
99         Added new language_url option enables you to specify an external location for the language pack.
100         Added new table toolbar control that displays a menu for inserting/editing menus.
101         Fixed bug where IE 10 wouldn't load files properly from cache.
102         Fixed bug where image dialog wouldn't properly remove width/height if blanked.
103         Fixed bug where all events wasn't properly unbound when editor instances where removed.
104         Fixed bug where data- attributes wasn't working properly in the SaxParser.
105         Fixed bug where Gecko wouldn't properly render broken images.
106         Fixed bug where Gecko wouldn't produce the same error dialog on paste as other browsers.
107         Fixed bug where is wasn't possible to prevent execCommands in beforeExecCommand event.
108         Fixed bug where the fullpage_hide_in_source_view option wasn't working in the fullpage plugin.
109         Fixed bug where the WindowManager close method wouldn't properly close the top most window.
110         Fixed bug where it wasn't possible to paste in IE 10 due to JS exception.
111         Fixed bug where tab key didn't move to the right child control in tabpanels.
112         Fixed bug where enter inside a form would focus the first button like control in TinyMCE.
113         Fixed bug where it would match scripts that looked like the tinymce base directory incorrectly.
114         Fixed bug where the spellchecker wouldn't properly toggle off the spellcheck mode if no errors where found.
115         Fixed bug in searchreplace plugin where it would remove all spans instead of the marker spans.
116         Fixed issue where selector wouldn't disable existing mode setting.
117         Fixed so it's easier to configure the menu and menubar.
118         Fixed so bodyId/bodyClass is applied to preview as it's done to the editor iframe.
119 Version 4.0b2 (2013-04-24)
120         Added new rel_list option to link plugin. Enables you to specify values for a rel drop down.
121         Added new target_list option to link plugin. Enables you to add to or disable the link targets.
122         Added new link_list option to link plugin. Enables you to specify a list of links to pick from.
123         Added new image_list option to image pluigin. Enables you to specify a list of images to pick from.
124         Added new textcolor plugin. This plugin holds the text color and text background color buttons.
125         Fixed bug where alignment of images wasn't working properly on Firefox.
126         Fixed bug where IE 8 would throw error when inserting a table.
127         Fixed bug where IE 8 wouldn't render the element path properly.
128         Fixed bug where old IE versions would render a red focus border.
129         Fixed bug where old IE versions would render a frameborder for iframes.
130         Fixed bug where WebKit wouldn't properly open the cell properties dialog on edge case selection.
131         Fixed bug where charmap wouldn't correctly render all characters in grid.
132         Fixed bug where link dialog wouldn't update the link text properly.
133         Fixed bug where the focus/blur states on inline editors wasn't handled correctly on IE.
134         Fixed bug where IE would throw "unknown error" exception sometimes in ForceBlocks logic.
135         Fixed bug where IE would't properly render disabled buttons in button groups.
136         Fixed bug where tab key wouldn't properly move to next input field in dialogs.
137         Fixed bug where resize handles for tables and images would appear at wrong positions on IE 8.
138         Fixed bug where dialogs would produce stack overflow if title was wider than content.
139         Fixed bug with table cell/row menu items being enabled even if no cell was selected.
140         Fixed so the text to display is after the URL field in the link dialog.
141         Fixed so the width setting applies to the editor panel in modern theme.
142         Fixed so it's easier to make custom icons for buttons using plain old images.
143 Version 4.0b1 (2013-04-11)
144         Added new node.js based build process used uglify, amdlc, jake etc.
145         Added new package.json to enable easy installation of dependent npm packages used for building.
146         Added new link, image, charmap, anchor, code, hr plugins since these are now moved out of the theme.
147         Rewrote all plugins and themes from scratch so they match the new UI framework.
148         Replaced all events to use the more common <target>.on/off(<event>) methods instead of <target>.<event>.add/remove.
149         Rewrote the TinyMCE core to use AMD style modules. Gets compiled to an inline library using amdlc.
150         Rewrote all core logic to pass jshint rules. Each file has specific jshint rules.
151         Removed all IE6 specific logic since 4.x will no longer support such an old browser.
152         Reworked the file names and directory structure of the whole project to be more similar to other JS projects.
153         Replaced tinymce.util.Cookie with tinymce.util.LocalStorage. Fallback to userData for IE 7 native localStorage for the rest.
154         Replaced the old 3.x UI with a new modern UI framework.
155         Removed "simple" theme and added new "modern" theme.
156         Removed advhr, advimage, advlink, iespell, inlinepopups, xhtmlxtras and style plugins.
157         Updated Sizzle to the latest version.