view release on metacpan or search on metacpan
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where the format states would be enabled even after the format was removed.
Fixed bug where the delete key would move the caret to an incorrect position.
Fixed bug where it wasn't possible to toggle of the current font size/family/style by clicking the title item.
Fixed bug where the abbr element wouldn't get serialized correctly on IE6.
Fixed so that the examples checks if they are executed from the local file system since that might not work properly.
Version 3.3.7 (2010-06-10)
Fixed bug where context menu would produce an error on IE if you right clicked twice and left clicked once.
Fixed bug where resizing of the window on WebKit browsers in fullscreen mode wouldn't position the statusbar correctly.
Fixed bug where IE would produce an error if the editor was empty and you where undoing to that initial level.
Fixed bug where setting the table background on gecko would produce \" entities inside the url style property.
Fixed bug where the button states wouldn't be updated correctly on IE if you placed the caret inside the new element.
Fixed bug where undo levels wasn't properly added after applying styles or font sizes.
Fixed bug where IE would throw an error if you used "select all" on empty elements and applied formatting to that.
Fixed bug where IE could select one extra character when you did a bookmark call on a caret location.
Fixed bug where IE could produce a script error on delete since it would sometimes produce an invalid DOM.
Fixed bug where IE would return the wrong start element if the whole element was selected.
Fixed bug where formatting states wasn't updated on IE if you pressed enter at the end of a block with formatting.
Fixed bug where submenus for the context menu wasn't removed correctly when the editor was destroyed.
Fixed bug where Gecko could select the wrong element after applying format to multiple elements.
Fixed bug where Gecko would delete parts of the previous element if the selection range was a element selection.
Fixed bug where Gecko would not merge paragraph elements correctly if they contained br elements.
Fixed bug where the cleanup button could produce span artifacts if you pressed it twice in a row.
Fixed bug where the fullpage plugin header/footer would be have it's header reseted to it's initial state on undo.
Fixed bug where an empty paragraph would be collapsed if you performed a cleanup while having the caret inside it.
Fixed a few memory leaks on IE especially with drop menus in listboxes and the spellchecker.
Fixed so formats applied to the current caret gets merged to reduce the number of output elements.
Added the latest version of Sizzle for the CSS selector logic to fix a compatibility issue with prototype.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Version 3.3rc1 (2010-02-23)
Fixed bug with new legacyoutput plugin not working correctly on it's own.
Fixed bug some performance issues with removing text formats.
Fixed bug where TinyMCE specific attributes wasn't removed properly by remove format.
Fixed bug where it wasn't possible to align images within inline elements.
Fixed bug where Ctrl+Delete/Backspace would produce an invalid argument exception on IE.
Fixed bug where the search/replace logic could produce an infinite loop on IE for reverse searches.
Fixed bug where cloning formats in cells didn't work properly on IE.
Fixed bug where IE6 would produce a horizontal scroll bar.
Fixed so remove jQuery method removes the TinyMCE instance as well as the specified textarea.
Fixed so selected rows and cells gets updated using the row/cell properties dialogs.
Version 3.3b2 (2010-02-04)
Fixed bug where sometimes img elements would be removed by split method in DOMUtils.
Fixed bug where merging of span elements could occur on bookmark nodes.
Fixed bug where classes wasn't properly removed when removeformat was used on IE 6.
Fixed bug where multiple calls to an tinyMCE.init with mode set to exact could produce the same unique ID.
Fixed bug with the IE selection implementation when it was feeded an document range.
Fixed bug where block elements formatting wasn't properly removed by removeformat on all browsers.
Fixed bug where selection location was lost if you performed a manual cleanup.
Fixed bug where removeformat wouldn't remove span elements within styled block elements.
Fixed bug where an error would be thrown if you clicked on the separator lines in menus.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where tabindex 32768 could be outputted on IE if element attributes where cloned.
Fixed bug where the media dialogs preview window would display incorrect contents due to duplicate clsid prefixes.
Fixed bug where non pixel or percent heights for textarea elements would produce errors on IE.
Fixed bug where cdata sections in script elements wasn't handled correctly.
Fixed bug where nowrap of table cells would produce a 65535 value output.
Fixed bug where media plugin would produce an error if you selected the first item in the items list.
Fixed bug where media plugin would modify links with the item _value in them.
Fixed so table width/height is better forced if inline_styles is enabled. Patch contributed by daKmoR.
Fixed css for IE 8 such as opacity and other rendering quirks.
Version 3.2.0.2 (2008-10-02)
Fixed bug where the SelectBox and NativeSelectBox wasn't updated correctly if undefined was passed to them.
Fixed bug where the style dropdown wasn't correctly changed back to it's original state when element had no class.
Fixed bug where multiple pending font styles wasn't handled correctly.
Fixed so you can disable all auto css loading for dialogs by setting the popups_css option to false.
Version 3.2.0.1 (2008-09-17)
Fixed bug where font sizes and faces wouldn't be changed correctly when there was a parent with a different style.
Fixed bug where adding fonts to the same selection would produce redundant spans.
Version 3.2 (2008-09-11)
Added new text style support, it will now use span elements internally instead of font elements.
Added new improved support for the theme_advanced_font_sizes option, check the Wiki for details.
Added new keep_style setting that maintains the text style on return/enter on non IE browsers, enabled by default.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where the buttons wasn't activated correctly in the xhtmlxtras plugin.
Fixed bug where adding an object as the style attribute for the dom setAttribs method wouldn't work.
Fixed bug where the background color would bleed out to parent container element in Gecko.
Fixed bug where the insert column actions for tables would fail if you did it in a thead or tfoot. Patch contributed by T Andersen (tan73).
Fixed bug where event blocker element wasn't positioned correctly for the inlinepopups plugin.
Fixed bug where pasting from Office 2007 would produce an odd comment in the contents.
Fixed bug where the paste as plain text could remove an extra character. Patch contributed by Speednet.
Fixed bug where some characters where missing for the paste_replace_list option. Patch contributed by Speednet.
Fixed bug where removing non existing editor instances by the mceRemoveControl command would produce an error.
Fixed bug where meta elements with the name description would produce errors in IE.
Fixed bug where color and background colors wouldn't be updated properly.
Fixed bug where the createMenuButton of tinymce.ControlManager didn't implement the last class argument.
Fixed bug where the editor_css option was relative from the TinyMCE installation directory not the current page.
Fixed bug where elements wouldn't be padded if the element contained bogus br elements. For example TD elements.
Fixed bug where parsing of <body > in fullpage plugin would produce an error.
Fixed bug where relative urls with just ./ would become an empty string.
Fixed bug where outdent button would be disabled if inline_styles where set to false.
Fixed bug where replace with an empty search string would produce an error on IE.
Fixed bug where restoring the overflow state of the body in fullscreen plugin running on IE would produce vertical scrollbars.
Fixed bug where pressing return/enter in list items would sometimes move the caret the to top of the content area in FF.
Fixed bug where the style listbox wouldn't be updated correctly if you used the use_native_selects option.
Fixed bug where WebKit browsers would produce a div element when ending list elements using return.
Fixed so translation of popup contents only occurs if it's needed.
Optimized the URI object in regards or converting absolute URIs to relative URIs.
Version 3.1.1 (2008-08-18)
Added new getSize method to DOMUtils it will return the dimensions only of an element.
Added new alert/confirm methods to the tinyMCEPopup class to prevent focus problems and also to shorten method calls.
Added new plugin_preview_inline option to preview plugin to enable/disable native/inline dialogs.
Added new readonly option. If this is set the editor will only display the contents for the user.
Added missing tabindex and accesskey to input elements in the default valid_elements setup.
Updated firebug lite to 1.2, to enable it use the tiny_mce_dev.js?debug=1 on the development package.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where FF 3 produced -moz- internal styles in some style attributes.
Fixed bug where query strings and external URLs didn't work correctly in style attributes.
Fixed bug where shape attribute of area elements got serialized as rect regardless of it's initial value in IE 6.
Fixed bug where selection of elements inside layers would fail in IE since focus was moved to the document body.
Fixed bug where pressing enter/return in an editable select box would produce an __mce_add_custom__ class value.
Fixed bug where changing font size of text placed inside a colored text chunk would remove the parent node.
Fixed bug where Opera 9.5 final produced a strange line break behavior due to a workaround for previous Opera versions.
Fixed bug where text/background color would produce a strange focus problem when you tried to click on the body in IE.
Fixed issue where selecting the title of an listbox equals the old 2.x behavior of changing the value to an empty string.
Fixed issue where it was common for the media plugin to break if the _value attribute wasn't added for the param element.
Fixed issue where the wrong parent editor instance might be updated if you use fullscreen mode in an incorrect way.
Fixed issue where Safari was producing a warning about the base element not being closed correctly.
Removed redundant form element name matching from regexp in the DOMUtils class.
Version 3.0.9 (2008-06-02)
Added new contextmenu_offset_x/contextmenu_offset_y options for the contextmenu plugin.
Added cite attribute to the default rule for the blockquote element.
Added support for using arrow keys for selection of items in listboxes.
Added support for using arrow keys for selection of items in dropmenus.
Fixed bug where blockformat change on elements with BR inside them didn't change correctly on Firefox.
Fixed bug where removing table rows inside thead or tfoot would remove the whole table if it was the last one.
Fixed bug where XHR synchronous mode didn't execute the callback handlers synchronously.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where handling of the base element for a page would produce incorrect urls. Based on a patch contributed by John LeSueur.
Fixed bug where table constraint alert boxes was presented with an empty value and wasn't the skinned inline ones.
Fixed bug where the onChange event wasn't fired when the form was submitted. It's now also triggered when the save method is called.
Fixed bug where encoding set to xml didn't work as expected. It now encodes the contents into XML entities.
Fixed bug where numrows didn't work correctly for the merge cells dialog of the table plugin.
Fixed bug where the onGetContent event was fired even when the no_events flag was set.
Fixed bug where the preview panels for the advimage and the media plugin could overflow on Safari and FF 3.
Fixed bug where the editing and removal of abbr elements using the xhtmlxtras plugin working correctly on IE.
Fixed bug where save button in the save plugin didn't work correctly on IE.
Fixed bug where dragging layers didn't work as expected since it would snap back to it's original location if you saved.
Fixed bug where the description of the template plugin dialog wasn't updated correctly.
Fixed bug where the values for frame and rules in the table dialogs where swapped.
Fixed bug where the elements like ins, del, cite, acronym and abbr didn't have the default editing style as the old 2.x branch.
Fixed bug where ask mode would lock the focused textarea if you pressed cancel in the confirm dialog on FF 3.
Fixed bug where ask mode would produce contents for empty textareas if you reloaded the page.
Fixed so the onGetContent event gets the full pass through object just like the other events.
Fixed so attributes for block elements remains the same when you change format of a element.
Version 3.0.8 (2008-04-30)
Fixed bug where IE would produce an error if textareas without names where converted.
Fixed bug where editor wasn't forced empty when there was only a single br or empty paragraph left.
Fixed bug where IE would produce an warning message if object elements where produced in the media plugins preview running on https.
Fixed bug where new addVer function didn't handle hash items correctly. Patch contributed by Mirek Burkon.
Fixed bug where font_size_style_values option wasn't applied correctly to fonts inside the editor.
Fixed bug where image selection could be lost if a image was edited using context menu on IE.
Fixed bug where style values wasn't updated properly due to an invalid regexp.
Fixed bug where IE 6 where displaying warning message about insecure items when inserting an image while using https. Patch contributed by Norifumi Sunaoka.
Fixed bug where IE was producing an auto save message if you selected a color from the color split button.
Fixed bug where backspace sometimes would move the caret to the end of the previous block in Gecko.
Fixed bug where the rowlayout manager didn't work as described in the documentation.
Fixed bug where the default options for the fullpage plugin wasn't applied correctly.
Fixed bug where selection would jump one character if you applied a styles to a words in non IE browsers.
Fixed bug where undo levels wasn't added correctly if you went back in undo history and added a new event.
Fixed bug where font size dropdown didn't mark the selected size in IE.
Fixed bug where the size of the editor was determined using clientWidth instead of offsetWidth.
Fixed so the onchange event doesn't fire on the initial undo level, it will also fire when the editor is blurred.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed so theme_advanced_font_sizes can be named for example Font 1=1, Font 2=2 etc.
Fixed so editor_selector/editor_deselector can be regexps. By default only strings are allowed not part regexps like before.
Fixed so that the version suffix is optional. It still requires the build process so you need to export it manually.
Fixed so it's possible to tab to table cells in non Gecko browsers and also produce new rows if you tab at the end of a table. Contributed by Josh Peek.
Version 3.0.7 (2008-04-14)
Added new version suffix to all internal GET requests to make sure that the users cache gets cleared correctly.
Fixed issue with isDirty returning true event if it wasn't dirty on IE due to changes in tables during initialization.
Fixed memory leak in IE where if a page was unloaded before all images on the page was loaded it would leak.
Fixed bug in IE where underline and strikethrough could produce an exception error message.
Fixed bug where inserting paragraphs in totally empty table cells would produce odd effects.
Fixed bug where layer style data wasn't updated correctly due to some performance enhancements with the DOM serializer.
Fixed bug where it would convert the wrong element if there was two elements with the same name and id on the page.
Fixed bug where it was possible to add style information to the body element using the style plugin.
Fixed bug where Gecko would add an extra undo level some times due to the blur event.
Fixed bug where the underline icon would get active if the caret was inside a link element.
Fixed bug where merging th cells not working correctly. Patch contributed by André R.
Fixed bug where forecolorpicker and backcolorpicker buttons where rendered incorrectly when the o2k7 skin was used.
Fixed bug where comment couldn't contain -- since it's invalid markup. It will now at least not break on those invalid comments.
Fixed bug where apos wasn't handled correctly in IE. It will now convert apos to ' on IE since that browser doesn't support that entity.
Fixed bug where entities wasn't encoded correctly inside pre elements since they where protected from whitespace removal.
Fixed bug where color split buttons where rendered incorrectly on IE6 when using the non default theme.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where Safari was adding style attributes to all elements when you paste them into the editor.
Fixed bug where the spellchecker menus was visually incorrect since the space for the non existing icon was still there.
Fixed bug where remove_linebreaks option didn't remove line breaks inside the text contents of a element.
Fixed bug where Safari 3.1 was introducing _mc_tmp into paragraphs due to the new querySelectorAll and a TinyMCE specific workaround.
Fixed bug where getParam method in the Editor class was returning incorrect objects and would mess up the font drop down. Patch contributed by speednet.
Fixed bug where the table dialog would produce an exception in IE when you edited tables since it tried to place focus in a disabled field.
Fixed bug where class attribute on some span elements was removed on cleanup.
Fixed bug where resizing the editor in IE could produce an exception if the editor width/height got to be a negative value.
Fixed bug where wmv files wouldn't play since the src param was used instead of the url param.
Fixed bug where br elements would be added here and there in Gecko. Geckos internal _moz_dirty br elements where serialized as well.
Fixed bug where editing named anchors would produce two anchors instead of one updated one.
Fixed bug where arrow and function keys didn't work when an noneditable element was focused within the editor.
Fixed bug where the dispatcher could produce an exception if the listener list was altered inside an event callback.
Fixed bug where it was impossible to totally empty the editor contents on Safari due to an mistreatment of nbsp as whitespace. Patch contributed by Andrew Ozz.
Fixed bug where TinyMCE would not convert textareas with the same name attribute value. It will now generate an unique id for those textareas.
Fixed bug where backspace/delete key was deleting td elements inside tables while running on Gecko.
Fixed bug where Firefox 3.0b4 and Opera 9.26 where scrolling to the top of document when pressing return/enter.
Fixed bug where the template plugin wasn't just inserting the mceTmpl tagged element.
Fixed bug where the alert method of the default WindowManager implementation didn't translate input language strings like the inlinepopups dialog does.
Fixed bugs with the backspace behavior in Gecko. The caret was placed on incorrect locations in the DOM sometimes.
Fixed so advimage dialog and table dialogs has support for editable select boxes for the class value.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed psuedo memory leak in IE with the replaceChild method inside the DOMUtils.replace method.
Fixed so memory is released when an editor instance is removed from page.
Optimized the color split button menus so that they use less event handlers.
Removed the util/mclayer.js file since it's no longer used by any of the TinyMCE dialogs and is considered deprecated.
Version 3.0.5 (2008-03-12)
Added new black skin variant to the o2k7 skin contributed by Stefan Moonen.
Added new explode method to the tinymce core class. This does a split but removed whitespace it also defaults to a , delimiter.
Added new detection logic for IE 8 standards mode into the DOMUtils class strMode can now be checked to see if that mode is on/off.
Added new noscale option value for the scale select box for Flash in the media plugin.
Fixed bug where the menu for the ColorSplitButton wasn't removed when the editor was removed.
Fixed bug where font colors couldn't be edited correctly since the style of the element didn't get updated correctly.
Fixed bug where class of elements would get lost when TinyMCE was fixing incorrect HTML markup.
Fixed bug where table editing would produce double height values.
Fixed bug where width style value wouldn't be removed if you switched width unit from cm/em to pixels or percent.
Fixed bug where the search/replace input box wasn't auto focused like the other dialogs.
Fixed bug where the old mceAddControl command would use the fullscreen settings next time it created an instance.
Fixed bug where multiple lines where added to the target cell if you merged multiple empty cells.
Fixed bug where drop down menus would be incorrectly positioned inside scrollable divs.
Fixed bug where the separators of the silver skin variant didn't display correctly in IE 6.
Fixed bug where createStyleSheet seems to load scripts at opposite order in some IE versions.
Fixed bug where directionality could produce odd results for the UI and the dialogs.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed so load prefixes "-" for plugins and themes isn't required if the plugin/theme was loaded by the ThemeManager/PluginManager.
Fixed so the JSONRequest uses application/json content type to make Ruby on rails happy.
Fixed so the CSS rule is more exact for the body in the default content.css files. Body is now defined as "body.mceContentBody" instead of just "body".
Fixed so the tiny_mce_dev.js uses XHR instead of document.write to load scripts to resolve an issue with Opera 9.50.
Fixed so language pack loading can be disabled by setting the language option to false. Can be useful for systems with their own language pack management.
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.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
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.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
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.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
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.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Version 3.0b1 (2007-11-21)
Added new tab_focus option, that enables you to specify a element id or that the next element to be focused on tab key down.
Added new addQueryValueHandler method to the tinymce.Editor class.
Added new class_filter option, this enables you to specify a function that can filter out CSS classes for the styles list box.
Added support form [url=url]title[/url] to the bbcode plugin.
Renamed the addCommandQueryState method in the tinymce.Editor class to addQueryStateHandler.
Renamed loadQue to loadQueue, to correct spelling.
Removed the createDOM method from the window manager and replace it with a createInstance method.
Removed the add to beginning of class attribute parameter of the DOMUtils.addClass method.
Fixed bug with the forced_root_block option, didn't work correctly with multiple inline elements.
Fixed bug where image dialogs replaced the current image element with a new one even when it was updated.
Fixed bug where the submit trigger wasn't executed when divs where converted into editor instances.
Fixed bug where div elements that got converted into editors didn't get a hidden input element generated for them.
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 height of the fieldset in default image dialog for the advanced theme was to small.
Fixed bug where the font sizes behaved incorrectly after a cleanup on Safari.
Fixed bug where formatblock didn't work correctly in Safari on some elements.
Fixed bug where template plugin didn't insert content correctly unless some options where specified.
Fixed bug where charmap on Safari produced scrollbars.
Fixed bug where there was white artifacts in some dialogs due to missing background color.
Fixed bug where port was added to all external URLs if the editor was loaded from a custom port.
Fixed bug where the context menus got duplicated on Safari 3.0.4 on Mac OS X.
Fixed bug where dialogs like paste from word was huge on Firefox.
Fixed bug with media plugin not working with windows media objects.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
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 bug where inlinepopup windows where moved incorrectly when they were boundary checked for min width.
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 bug where the getParam method didn't handle false values correctly.
Fixed bug where inlinepopups was clipped by other TinyMCE instances or relative elements in IE.
Fixed bug where the contextmenu was clipped by other TinyMCE instances or relative elements in IE.
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.
Fixed issues with tinymce.ui.DropMenu class, it required some optional settings to be specified.
Fixed so multiple blockquotes can be removed with a easier method than before.
Optimized some of the core API to boost performance.
Removed some functions from the core API that wasn't needed.
Version 3.0a2 (2007-11-02)
Fixed critical bug where IE generaded an error on a hasAttribute call in the serialization engine.
Fixed critical bug where some dialogs didn't open in the non dev package.
Fixed bug when using the theme_advanced_styles option. Error was thrown in some dialogs.
Fixed bug where the close buttons produced an error when native windows where used.
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed so alignment of paragraphs results in a text-align style value instead of the deprecated align attribute.
Fixed so alignment of images uses float or vertical-align style values instead of the deprecated align attribute.
Fixed so all classes from @import stylesheets gets imported into the editor.
Fixed so the directionality can toggle the dir attribute on and off.
Fixed so the fullscreen_settings can be used for all types of fullscreen modes.
Fixed so the advanced HR dialog gets displayed when inserting a HR not only on edit.
Fixed bug where word wrap didn't work in the source editor on Safari.
Fixed so non HTML elements can be used within the editor such as <myns:tag>
Fixed various memory leaks in IE and reduced the unload cleanups needed.
Fixed so the preformatted option adds an invisible container pre tag inside the editor.
Renamed the _template plugin to example and updated it to use the new 3.x API.
lib/Apache/SdnFw/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js view on Meta::CPAN
_createSerializer : function() {
return new tinymce.dom.Serializer({
dom : this.editor.dom,
apply_source_formatting : true
});
},
_setContent : function(ed, o) {
var t = this, sp, ep, c = o.content, v, st = '';
// Ignore raw updated if we already have a head, this will fix issues with undo/redo keeping the head/foot separate
if (o.format == 'raw' && t.head)
return;
if (o.source_view && ed.getParam('fullpage_hide_in_source_view'))
return;
// Parse out head, body and footer
c = c.replace(/<(\/?)BODY/gi, '<$1body');
sp = c.indexOf('<body');
lib/Apache/SdnFw/lib/Core.pm view on Meta::CPAN
DELETE FROM group_actions
WHERE action_id=?
AND group_id=?
",undef,
v => [ $check{$f}, $g->{group_id} ]);
}
}
}
}
$s->notify("Permissions updated");
if ($s->{in}{return}) {
$s->redirect(function => $s->{in}{return},
params => $s->{in}{return_args});
}
return;
}
#croak "<pre>".Data::Dumper->Dump([\%existing])."</pre>";
$s->tt('permission.tt', { s => $s, groups => \@groups, existing => \%existing });
lib/Apache/SdnFw/template/object/group.pm view on Meta::CPAN
#$s->notify("Delete $action_id");
$s->db_q("DELETE FROM group_actions
WHERE group_id=?
AND action_id=?
",undef,
v => [ $s->{in}{group_id}, $action_id ]);
}
$s->{dbh}->commit;
$s->notify("Permissions updated");
$s->redirect();
return;
}
my @list = $s->db_q("
SELECT COALESCE(oc.name,'z_unclassified') as object_cat,
o.name as object_name, o.code, a.name as action_name, a.action_id,
CASE WHEN ga.group_id IS NOT NULL THEN TRUE ELSE NULL END as checked
FROM objects o
LEFT JOIN object_cats oc ON o.object_cat_id=oc.object_cat_id