Language support for Danish, Polish, Simple Chinese, Slovak, Swedish and Turkish.
Language updates for Romanian.
It's now possible to override any of the editor's configurations (for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions.
A new method is available for PHP users. It's called ReturnFCKeditor. It works exactly like CreateFCKeditor, but it returns a string with the HTML for the editor instead of output it (echo). This feature is useful for people who are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane.
Many people have had problems with international characters over PHP. I had also the same problem. PHP have strange problems with character encoding. The code hasn't been changed but just saved again with Western European encoding. Now it works well in my system.
Take a look also at the "default_charset" configuration option at the php.ini file. It doesn't seem to be an editor's problem but a PHP issue.
The "testsubmit.php" file now strips the "Magic Quotes " that are automatically added by PHP on form posts.
A new language integration module is available for ASP/Jscript. Thanks to Dimiter Naydenov.
New configuration options are available to customize the Target combo box in the Insert/Modify Link dialog box. Now you can hide it, or set which options are available in the combo box. Take a look at the fck_config.js file.
The Text as Plain Text toolbar icon has been changed to avoid confusion with the Normal Paste or. Thanks to Kaupo Kalda.
The file dhtmled.cab has been removed from the package. It's not needed to the editor to work and caused some confusion for a few users.
The editor's content now doesn't loose the focus when the user clicks with the mouse in a toolbar button.
On drag-and-drop operations the data to be inserted in the editor is now converted to plain text when the "ForcePasteAsPlainText" configuration is set to true.
The image browser sample in PHP now sorts the files by name. Thanks to Sergey Lupashko.
Two new configuration options are available to turn on/off by default the "Show Borders" and "Show Details" commands.
Some characters have been removed from the "Insert Special Chars" dialog box because they were causing encoding problems in some languages. Thanks to Abomb Hua.
JSP versions of the image and file upload and browsing features. Thanks to Simone Chiaretta.
Enhancements to the Word cleaning feature (Thanks to Karl von Randow).
The Table dialog box now handles the Style width and height set in the table (Thanks to Roberto Arruda). There where many problems on prior version when people changed manually the table's size, dragging the size handles, and then it was not possible to set a new size using the table dialog box.
For the Image dialog box:
No image is shown in the preview pane if no image has been set.
If no HSpace is set in the image a "-1" value was shown in the dialog box. Now, nothing is shown if the value is negative.
[SF BUG-739630] Image with link lost the link when changing its properties. The problem is solved.
Due to some problems in the XHTML cleaning (content duplication when the source HTML is dirty and malformed), the XHTML support is turned off by default from this version. You can still change this behavior and turn it on in the configuration file.
Some little updates on the English language file.
A few addition of missing entries on all languages files (translations for these changes are pending).
Language files has been added for the following languages:
The "Multi Language" system is now available. This version ships with English and Italian versions completed. Other languages will be available soon. The editor automatically detects the client language and sets all labels, tooltips and dialog boxes to it, if available. The auto detection and the default language can be set in the fck_config.file.
Two files can now be created to isolate customizations code from the original source code of the editor: fckeditor.config.js and fckeditor.custom.js. Create these files in the root folder of your web site, if needed. The first one can be used to add or override configurations set on fck_config.js. The second one is used for custom actions and behaviors.
A problem with relative links and images like "/test/test.doc" has been solved. In prior versions, only with XHTML support enabled, the URL was changed to something like "http://www.mysite.xxx/test/test.doc" (The domain was automatically added). Now the XHTML cleaning procedure gets the URLs exactly how they are defined in the editor’s HTML.
[SF BUG-742168] Mouse drag and drop from toolbar buttons has been disabled.
[SF BUG-768210] HTML entities, like <, were not load correctly. The problem is solved.
[SF BUG-748812] The link dialog window doesn't open when the link button is grayed.