changelog.txt

来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· 文本 代码 · 共 304 行 · 第 1/2 页

TXT
304
字号
Version 3.0 (2008-01-30)
	Added map and area elements to the default valid_elements list and also some indentation rules.
	Fixed bug where empty paragraphs wasn't padded when loading contents.
	Fixed bug where the RowLayout manager didn't work at all.
	Fixed bug where style attribute data would get messed up in advimage dialog.
	Fixed bug where the table dialogs class select wasn't updated correctly.
	Fixed bug where elements would get extra whitespace around on insert when body was present in valid_elements.
	Fixed bug where coords attribute of the area element wasn't handled properly in IE.
	Fixed bug where Safari didn't produce BR elements on shift+return.
	Fixed bug where force blocks would cast odd invalid attribute exception in IE.
	Fixed bug where media plugin would produce extra whitespace before and after objects.
	Fixed bug where cleanup_callback could break the contents of the editor. But use the new event system instead of this option.
	Fixed bug where the tab_focus option didn't work between editor instanced. You can now tab between editors.
	Fixed bug where the load function of the ScriptLoader class didn't load single files without the load que as it was supposed to.
	Fixed bug where the execcommand_callback parameter order was incorrect. Recommendation use the new addCommand method.
	Fixed bug where range.select calls sometimes failed on some IE versions.
	Fixed bug where Safari was scrolling to top of document when enter/returned was pressed.
	Fixed bug where fullscreen_new_window option didn't work correctly.
	Fixed bug where the nonbreaking plugin inserted an space instead of an non breaking space the first time.
	Fixed bug where the visualization of non breaking spaces where visual in element path.
	Fixed so the focus is restored to the editor after inserting an custom character.
	Fixed so the isNotDirty state is set to false if a new undo level is added.
	Fixed so pointless style information for borders gets removed in IE.
	Fixed so the resize button has a se-resize cursor css value.
Version 3.0rc2 (2008-01-18)
	Added new fix_nesting option to fix bug #1867292, this is disabled by default.
	Added new indentation option enables you to specify how much each indent/outdent call will add/remove.
	Added easier support for enabling/disabling icon columns on drop menues.
	Added new menu button control class. This control is very similar to the splitbutton but without any onclick action.
	Added support for previous tab focus (shift+tab). The tab_focus setting now takes two items next and previous element.
	Fixed bug where iframes inside the editor got removed in Firefox on initial load.
	Fixed bug where the CSS for abbr elements wasn't applied correctly in IE.
	Fixed bug where mceAddControl on element inside a hidden container produced errors.
	Fixed bug where closed anchors like <a /> produced strange results.
	Fixed bug where caret would jump to the top of the editor if enter was pressed a the end of a list.
	Fixed bug where remove editor failed if the editor wasn't properly initialized.
	Fixed bug where render call on for a non existing element produced exception.
	Fixed bug where parent window was hidden when the color picker was used in a non inlinepopups setup.
	Fixed bug where onchange event wasn't fired correctly on IE when color picker was used in dialogs.
	Fixed bug where save plugin could not save contents if the converted element wasn't an textarea.
	Fixed bug where events might be fired even after an editor instance was removed such as blur events.
	Fixed bug where an exception about undefined undo levels could be throwed sometimes.
	Fixed bug where the plugin_preview_pageurl option didn't work.
	Fixed bug where adding/removing an editor instance very fast could produce problems.
	Fixed bug where the link button was highlighted when an anchor element was selected.
	Fixed bug where the selected contents where removed if a new anchor element was added.
	Fixed bug where splitbuttons where rendered one pixel down in the default theme.
	Fixed bug where some buttons where placed at incorrect positions in the o2k7 theme.
	Fixed bug that made it impossible to visually disable a custom button that used an image instead of CSS sprites.
	Fixed bug where it wasn't possible to press delete/backspace if the editor was added+removed and re-added due to a FF bug.
	Fixed bug where an entities option with only 38,amp,60,lt,62,gt would fail in IE.
	Fixed bug where innerHTML sometimes generated unknown runtime error on IE.
	Fixed bug where content_css files wasn't loaded in the template preview iframe.
	Fixed bug where scroll position was incorrect when toggling fullscreen mode.
	Fixed bug where restoration of overflow didn't work correctly when disabling fullscreen mode in Opera.
	Fixed bug where drop menus where places at incorrect locations if the editor was placed in a scrollable container element.
	Fixed bug where hideMenu didn't hide sub menus correctly. It will now hide all menus recursively.
	Fixed so theme_advanced_path_location can be used in init options for compatibility reasons.
	Fixed so the drop menu colors matches the rest of o2k7 theme.
	Fixed so the preview example.html file is updated to the new 3.x API.
	Fixed so the margins are the same by default inside the editable area between IE and other browsers.
	Fixed so editor contents gets stored before it the onSubmit event is fired.
Version 3.0rc1 (2008-01-08)
	Added new classes for toolbar rows in advanced theme mceToolbarRow1..n enabled you to change appearance of individual rows.
	Added auto detection for the strict_loading_mode option when running in application/xhtml+xml mode on Gecko.
	Optimized the HTML serializer by bundling some post process methods together.
	Fixed so that the toolbars have unique IDs, enables you to alter the toolbars using the ControlManager and the DOM.
	Fixed bug where delta values for dialog sizes in language packs didn't work correctly due to missing string to number casting.
	Fixed bug where paragraph generation logic didn't handle hr or table elements correctly if they where the only element.
	Fixed bug where some elements got extra linebreaks added after or before it in HTML output.
	Fixed bug where it was hard to modify existing style data on table rows and table cells.
	Fixed bug where the dom.getRect method didn't handle non pixel values correctly.
	Fixed bug where strikethrough and underline couldn't be toggled on existing span elements.
	Fixed bug where the postprocessor searched for nsbp instead of nbsp entities.
	Fixed bug where it was impossible to edit links that had child elements within them.
	Fixed bug where it was possible to click on the parent item of a submenu.
	Fixed bug where mouseover/mouseout images couldn't be removed in advimage dialog.
	Fixed bug where drop menus didn't work when running in application/xhtml+xml mode.
	Fixed bug where Opera added doctype to output in application/xhtml+xml mode.
	Fixed bug where some DOM methods didn't work correctly in the application/xhtml+xml mode.
	Fixed bug where the inlinepopups didn't work correctly in the application/xhtml+xml mode.
	Fixed bug where the ColorSplitButton didn't display correctly in the application/xhtml+xml mode.
	Fixed bug where the UI layout was incorrect on Gecko browsers when running in application/xhtml+xml mode.
	Fixed bug where the word paste plugin produced exception while running in application/xhtml+xml mode.
	Fixed bug where there wasn't any hidden input element generated for divs while running in application/xhtml+xml mode.
	Fixed bug where indentation of script/style/pre elements where incorrect.
	Fixed bug where script element contents was removed in IE.
	Fixed bug where script element contents got entity encoded.
	Fixed bug where you couldn't edit existing element styles using the styles plugin.
	Fixed bug where styles wasn't updated properly sometimes due to an performance enhancement.
	Fixed bug where font sizes couldn't be changed using the style plugin.
	Fixed bug where an error was produced in Gecko browsers when switching back from fullscreen mode.
	Fixed bug where Opera was producing br elements after elements like h3.
	Fixed bug where TinyMCE couldn't be loaded on a page using - characters in it's URL.
	Fixed bug where the editor container element was forced to have a specific name.
	Fixed bug with force_br_newlines option on Firefox, even though it should never be used (Read FAQ).
	Fixed bug where onclick event had an return true; prefix added when creating an popup.
	Fixed bug where the theme_advanced_statusbar_location option couldn't handle the value "none".
	Fixed issue with URLs with multiple at characters for example an Zope URI.
	Fixed so simple and advanced themes doesn't collide.
	Fixed so a elements gets removed when the href field is left empty, the href attribute is required in a link after all.
	Fixed so img elements gets removed when the src field is left empty, the src attribute is required for all images after all.
	Removed the indent and encode methods from the tinymce.dom.Serializer class due to performance enhancement and reduction of the API size.
Version 3.0b3 (2007-12-14)
	Added new getElement method to Editor class, returns the element that was replaced with the editor instance.
	Added new unavailable prefix for disabled controls for accessibility reasons.
	Fixed bug where regexp patterns couldn't be used for the editor_selector/editor_deselector options.
	Fixed bug where the DOM wasn't properly initialized before the onInit event was executed in popups.
	Fixed bug where font sizes where reduced by font size actions on previous spans in Safari.
	Fixed bug where HR elements got places at the wrong location in IE.
	Fixed bug where align/justify didn't work correctly on multiple paragraphs.
	Fixed bug with missing translation for cell scope settings.
	Fixed bug where selection/caret position was lost on some table actions.
	Fixed bug where editor instances couldn't be added to hidden div elements.
	Fixed bug where list elements in Safari would get an odd ID attribute.
	Fixed bug where IE would return <html/> when the editor was completely empty.
	Fixed bug where accessibility title attribute for access keys wasn't setup properly.
	Fixed bug where forecolorpicker and backcolorpicker control names wasn't working.
	Fixed bug where inserting template content didn't work in Safari due to selection exception.
	Fixed bug where absolute URLs to remote hosts couldn't be used for background images.
	Fixed bug where mysterious span elements where produced in Safari when injecting HTML contents.
	Fixed bug where the media plugin didn't work correctly on the latest Opera 9.24.
	Fixed bug where indentation of HTML output wasn't applied to all block elements.
	Fixed bug where Safari was production DOM exception if you pressed enter in an empty editor.
	Fixed bug where media plugin didn't parse script tags correctly patch contributed by Mathieu Campagna.
	Fixed bug where the drop menus of list boxes like blockformat could produce scrolling of the page.
	Fixed bug where the drop menus where placed at an incorrect location if TinyMCE was placed in a scrollable div.
	Fixed bug where submit buttons couldn't be named submit, it's not recommended to name submit buttons submit anyway.
	Fixed bug where the stylelistbox produced an exception if there was only one class in the list box.
	Fixed bug where the stylelistbox wasn't updated correctly when the current class was removed.
	Fixed bug where the formatblock command sometimes removed the body element.
	Fixed bug where fullscreen switching in IE sometimes produced an exception when the spellchecker plugin was enabled.
	Fixed issue where FF produced an empty paragraph when the editor was completely empty.
	Fixed issue with size of image dialog in the advanced theme.
	Fixed issues with the bbcode plugin it now also handles spans and the [font] rule.
	Fixed so the style compression feature is a bit smarter to resolve issues with Opera.
	Reintroduced the remove_linebreaks option, this is enabled by default.
Version 3.0b2 (2007-11-29)
	Added type and compact attributes to the default valid_elements list for the ul and ol elements.
	Added missing accessibility support to native list boxes in both the toolbar and dialogs.
	Added missing access key for the element path for accessibility reasons.
	Fixed support for loading themes from external URLs.
	Fixed bug where setOuterHTML didn't work correctly when multiple elements where passed to it.
	Fixed bug with visualchars plugin was moving elements around in the DOM.
	Fixed bug with DIV elements that got converted into editors on IE.
	Fixed bug with paste plugin using the old event API.
	Fixed bug where the spellchecker was removing the word when it was ignored.
	Fixed bug where fullscreen wasn't working properly.
	Fixed bug where the base href element and attribute was ignored.
	Fixed bug where redo function didn't work in IE.
	Fixed bug where content_css didn't work as previous 2.x branch.
	Fixed bug where preview dialog was throwing errors if the content_css wasn't defined.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?