TinyMCE 2.0RC1

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
cyberman

TinyMCE 2.0RC1

Post by cyberman »

Hi,

a new TinyMCE release is out - it looks like a must have :)

Is someone working on "modulizing" for CMS ?
Last edited by cyberman on Sat Sep 10, 2005 9:03 am, edited 1 time in total.
Redguy
Forum Members
Forum Members
Posts: 44
Joined: Wed May 18, 2005 12:59 pm

Re: TinyMCE 2.0RC1

Post by Redguy »

yeah... it's lookin' real good!!!
perl4ever

Re: TinyMCE 2.0RC1

Post by perl4ever »

Where on the site do I get the new TinyMCE?

For that matter, where are any of the downloads, for individual ones, that are updated?  Like, the News module?

I don't want, yet, to go beta on the whole CMSMS - but I do want to update the modules.

Thanks
cyberman

Re: TinyMCE 2.0RC1

Post by cyberman »

Where on the site do I get the new TinyMCE?
Please Visit http://tinymce.moxiecode.com/index.php and make also a look to the changelog :P

Code: Select all

Version 2.0RC1 (2005-09-06)
	Renamed CSS classes mcePathTop,mcePathBottom,mcePath to mceStatusbarTop,mceStatusbarBottom,mceStatusbar. [BREAKS COMPATIBLITY].
	Moved all theme CSS files to a css directory within the theme. [BREAKS COMPATIBLITY].
	Removed the default theme since the advanced theme can be configured to be as the default theme. [BREAKS COMPATIBLITY].
	Removed closeDialog method from TinyMCE use tinyMCEPopup.close(); instead of tinyMCE.closeDialog();. [BREAKS COMPATIBLITY].
	Removed the auto_cleanup_word option, since the paste plugin now handles this better than the build in function.
	Added improved undo/redo and onchange handling. All modifications are now undo/redo:able.
	Added new mceBeginUndoLevel/mceEndUndoLevel commands. Used to begin/end a undo/redo:able action.
	Added new link dialog with tab interface and lots of new fields and options.
	Added new image dialog with tab interface and lots of new fields and options.
	Added new about dialog with tab interface, this one replaces the old help dialog.
	Added new table dialogs with tab interface and lots of new fileds and options.
	Added new utils directory in tiny_mce script dir. This directory contains various utility classes.
	Added new TinyMCEPopup class to tiny_mce_popup.js, used for common popup logic.
	Added new inlinepopups plugin, this makes the popup windows to open as DHTML windows (divs).
	Added new version info constants to TinyMCE (majorVersion, minorVersion, releaseDate).
	Added new resizing functionality to the advanced theme, the editor instance can now be resized.
	Added new theme_advanced_resizing option, enables/disables the new resizing functionality.
	Added new theme_advanced_resize_horizontal option, enables/disables the horizontal resizing.
	Added new theme_advanced_path option, enables/disables the element path functionality in statusbar.
	Added new compressed icons about 1/3 of the original size, contributed by Jozef.
	Added new center support of images, images are now wrapped in a div with alignment.
	Added new - character to the valid_elements/extended_valid_elements options this feature removes empty elements.
	Added new setup_content_dom and submit_content types to custom cleanup callbacks.
	Added new inst parameter to custom cleanup callbacks, this is a reference to the editor instance.
	Added new mceColorPicker command to the advanced theme, enables the possibility invoke the color picker.
	Added new safari_warning option, this enables you to disable the alert that gets presented when running on Safari.
	Added new editor_selector/editor_deselector options that enables you to specify a include/exclude from convertion class.
	Added new tinyMCE.addToLang function to reduce the overall size of the language files.
	Added new auto save plugin. This plugin will confirm that the user want's the leave any modifications unsaved.
	Added new noneditable plugin. This plugin enables you to disable/enable the possibility to edit various elements.
	Added new word example, to better illustrate how TinyMCE is to be used when pasting content from Office/Word.
	Added missing entities eactute,iacute,oacute,uacute,Aacute,Eacute,Iacute,Oacute,Uacute,Yacute,Aacute.
	Added updated Hebrew language pack contributed by Liron Newman.
	Added visual aid icon for invisible anchors elements.
	Added new insert table and delete table commands to context menu.
	Added new convert_fonts_to_styles option, this option controls if font or span will be used when using font size, color etc.
	Renamed the theme_advanced_path_location to theme_advanced_statusbar_location.
	Moved all popup javascript logic into external .js files, inorder to separate presentation and logic.
	Removed the automatic resizing of popups. Better to use relative window sizes for each language when opening a dialog.
	Fixed issue where the character map dialog lost focus when inserting a char.
	Fixed issue where the attribute values where not XML encoded correctly. For example: & will be &.
	Fixed performance issue with the table plugin, it was executing logic even when it was inactive.
	Fixed so the directionality gets inherited by all popups/dialogs.
	Fixed so the CSS file content_css loads after the theme content CSS, user specific CSS extends theme CSS.
	Fixed so more than 3 toolbar rows may be added in when using the default simple layout.
	Fixed so the insertdatetime plugin polls it's default date formats from the language pack.
	Fixes so auto_reset_designmode is enabled by default, to avoid the question about the editor not working in tabs.
	Fixed better inline styles support for images and tables.
	Fixed duplicate IDs on advanced theme with external toolbar, contributed by Miguel Fortea.
	Fixed issue with remove formatting under MSIE, if all contents of a element is selected the element is also selected.
	Fixed issue with visual aids not being removed from content when cleanup is disabled. But it's NOT recommended to disable the cleanup.
	Fixed bug where return/enter key sometimes produced empty elements in MSIE.
	Fixed bug where link list was generated twice in the advanced themes link dialog.
	Fixed bug issue where embed was converted in to ibed due to some invalid regexps.
	Fixed bug where summary attribute on tables got lost in MSIE.
	Fixed bug where the editor scrolled to the top of content when the pasting text with the paste plugin.
	Fixed bug where external toolbar wasn't translated, contributed by Miguel Fortea.
	Fixed bug where the editor had a incorrect height, contributed by Miguel Fortea.
	Fixed bug where visual aid class where presented in element path.
	Fixed bug where HR elements with a id set to "null" produced runtime error in MSIE.
	Fixed bug where isDirty wasn't working due to the same function name and variable name.
	Fixed bug where events like onclick wasn't removed/stored correctly in old MSIE.
There is also a TinyMCE compressor. Makes TinyMCE 70% smaller and a lot faster to load.

Is this one useable for CMS ?
Last edited by cyberman on Sun Sep 11, 2005 6:23 am, edited 1 time in total.
thv

Re: TinyMCE 2.0RC1

Post by thv »

*bump*
is there no interest in this from any of the module writers? :(
Locked

Return to “Modules/Add-Ons”