1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<!-- 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 5 * 6 * == BEGIN LICENSE == 7 * 8 * Licensed under the terms of any of the following licenses at your 9 * choice: 10 * 11 * - GNU General Public License Version 2 or later (the "GPL") 12 * http://www.gnu.org/licenses/gpl.html 13 * 14 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 15 * http://www.gnu.org/licenses/lgpl.html 16 * 17 * - Mozilla Public License Version 1.1 or later (the "MPL") 18 * http://www.mozilla.org/MPL/MPL-1.1.html 19 * 20 * == END LICENSE == 21--> 22<html xmlns="http://www.w3.org/1999/xhtml"> 23<head> 24 <title>FCKeditor - What's New?</title> 25 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 26 <style type="text/css"> 27 body { font-family: arial, verdana, sans-serif } 28 p { margin-left: 20px } 29 </style> 30</head> 31<body> 32 <h3> 33 Version 2.4.3</h3> 34 <p> 35 New Features and Improvements:</p> 36 <ul> 37 <li>It is now possible to set the default target when creating links, with the new "<strong>DefaultLinkTarget</strong>" 38 setting. </li> 39 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/436">#436</a>] The new 40 "<strong>FirefoxSpellChecker</strong>" setting is available, to enable/disable the 41 Firefox built-in spellchecker while typing. Even if word suggestions will not appear 42 in the FCKeditor context menu, this feature is useful to quickly identify misspelled 43 words.</li> 44 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/311">#311</a>] The new 45 "<strong>BrowserContextMenuOnCtrl</strong>" setting is being introduced, to enable/disable 46 the ability of displaying the default browser's context menu when right-clicking 47 with the CTRL key pressed.</li> 48 </ul> 49 <p> 50 Fixed Bugs:</p> 51 <ul> 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/300">#300</a>] The fck_internal.css 53 file was not validating with the W3C CSS Validation Service.</li> 54 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/336">#336</a>] Ordered 55 list didn't keep the Type attribute properly (it was converted to lowercase when 56 the properties dialog was opened again).</li> 57 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/318">#318</a>] Multiple 58 linked images are merged in a single link in IE.</li> 59 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/350">#350</a>] The <marquee> 60 element will no longer append unwanted <p>&nbsp;</p> to the code.</li> 61 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/351">#351</a>] The content 62 was being lost for images or comments only HTML inserted directly in the editor 63 source or loaded in the editor.</li> 64 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/388">#388</a>] Creating 65 links in lines separated by <br> in IE can lead to a merge of the links.</li> 66 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/325">#325</a>] Calling 67 the GetXHTML can distort visually the rendering in Firefox.</li> 68 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/391">#391</a>] When ToolbarLocation=Out, 69 a "Security Warning" alert was being shown in IE if under https. Thanks to reister.</li> 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/360">#360</a>] Form "name" 71 was being set to "[object]" if it contained an element with id="name".</li> 72 <li>Fixed a type that was breaking the ColdFusion SpellerPages integration file when 73 no spelling errors were found.</li> 74 <li>The ColdFusion SpellerPages integration was not working it Aspell was installed 75 in a directory with spaces in the name.</li> 76 <li>Added option to SpellerPages to ignore "alt" attributes.</li> 77 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/451">#451</a>] Classes 78 for images in IE didn't take effect immediately.</li> 79 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/430">#430</a>] Links with 80 a class did generate a span in Firefox when removing them.</li> 81 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP 82 quick upload still tried to use the uppercased types instead of the lowercased ones. 83 </li> 84 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP 85 quick upload didn't check for the existence of the folder before saving.</li> 86 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/467">#467</a>] If InsertHtml 87 was called in IE with a comment (or any protected source at the beginning) it was 88 lost.</li> 89 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1518766&group_id=75348&atid=543653">SF 90 BUG-1518766</a>] Mozilla 1.7.13 wasn't recognized properly as an old Gecko engine.</li> 91 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/324">#324</a>] Improperly 92 nested tags could lead to a crash in IE.</li> 93 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/455">#455</a>] Files and 94 folders with non-ANSI names were returned with a double UTF-8 encoding in the PHP 95 File Manager.</li> 96 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/273">#273</a>] The extensions 97 "sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions 98 on upload.</li> 99 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/453">#453</a>] No more 100 errors when hitting del inside an empty table cell.</li> 101 <li>The perl connector cgi file has been changed to Unix line endings.</li> 102 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] Regression: 103 The HR tag will not anymore break the contents loaded in the editor. </li> 104 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/508">#508</a>] The HR 105 command had a typo.</li> 106 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/505">#505</a>] Regression: 107 IE crashed if a table caption was deleted.</li> 108 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/82">#82</a>] [<a target="_blank" 109 href="http://dev.fckeditor.net/ticket/359">#359</a>] <object> and <embed> 110 tags are not anymore lost in IE.</li> 111 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/493">#493</a>] If the 112 containing form had a button named "submit" the "Save" command didn't work in Firefox.</li> 113 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/414">#414</a>] If tracing 114 was globally enabled in Asp.Net 2.0 then the Asp.Net connector did fail.</li> 115 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/520">#520</a>] The "Select 116 Field" properties dialog was not correctly handling select options with &, < 117 and >.</li> 118 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/258">#258</a>] The Asp 119 integration didn't pass boolean values in English, using instead the locale of the 120 server and failing.</li> 121 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/487">#487</a>] If an image 122 with dimensions set as styles was opened with the image manager and then the dialog 123 was canceled the dimensions in the style were lost.</li> 124 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#220</a>] The creation 125 of links or anchors in a selection that results on more than a single link created 126 will not anymore leave temporary links in the source. All links will be defined 127 as expected.</li> 128 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#182</a>] [<a 129 target="_blank" href="http://dev.fckeditor.net/ticket/220">#261</a>] [<a target="_blank" 130 href="http://dev.fckeditor.net/ticket/220">#511</a>] Special characters, like 131 percent signs or accented chars, and spaces are now correctly returned by the File 132 Browser.</li> 133 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/281">#281</a>] Custom 134 toolbar buttons now render correctly in all skins.</li> 135 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/527">#527</a>] If the 136 configuration for a toolbar isn't fully valid, try to keep on parsing it.</li> 137 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/187">#187</a>] [<a 138 target="_blank" href="http://dev.fckeditor.net/ticket/435">#435</a>] [<a target="_blank" 139 href="https://sourceforge.net/tracker/?func=detail&aid=1612978&group_id=75348&atid=543653">SF 140 BUG-1612978</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1163511&group_id=75348&atid=543653">SF 141 BUG-1163511</a>] Updated the configuration options in the ColdFusion integration 142 files.</li> 143 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1726781&group_id=75348&atid=543655">SF 144 Patch-1726781</a>] Updated the upload class for asp to handle large files and other 145 data in the forms. Thanks to NetRube.</li> 146 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/225">#225</a>] With ColdFusion, 147 the target directory is now being automatically created if needed when "quick uploading". 148 Thanks to sirmeili.</li> 149 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/295">#295</a>] [<a 150 target="_blank" href="http://dev.fckeditor.net/ticket/510">#510</a>] Corrected some 151 path resolution issues with the File Browser connector for ColdFusion.</li> 152 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/239">#239</a>] The <xml> 153 tag will not anymore cause troubles.</li> 154 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1721787&group_id=75348&atid=543653">SF 155 BUG-1721787</a>] If the editor is run from a virtual dir, the PHP connector will 156 detect that and avoid generating a wrong folder.</li> 157 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/431">#431</a>] PHP: The 158 File Browser now displays an error message when it is not able to create the configured 159 target directory for files (instead of sending broken XML responses).</li> 160 </ul> 161 <h3> 162 Version 2.4.2</h3> 163 <p> 164 Fixed Bugs:</p> 165 <ul> 166 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/279">#279</a>] The UTF-8 167 BOM was being included in the wrong files, affecting mainly PHP installations.</li> 168 </ul> 169 <h3> 170 Version 2.4.1</h3> 171 <p> 172 New Features and Improvements:</p> 173 <ul> 174 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">#118</a>] The SelectAll 175 command now is available in Source Mode.</li> 176 <li>The new open source FCKpackager sub-project is now available. It replaces the FCKeditor.Packager 177 software to compact the editor source.</li> 178 <li>With Firefox, if a paste execution is blocked by the browser security settings, 179 the new "Paste" popup is shown to the user to complete the pasting operation. </li> 180 </ul> 181 <p> 182 Fixed Bugs:</p> 183 <ul> 184 <li>Various fixes to the ColdFusion File Browser connector.</li> 185 <li>We are now pointing the download of ieSpell to their pages, instead to a direct 186 file download from one of their mirrors. This disables the ability of "click and 187 go" (which can still be achieved by pointing the download to a file in your server), 188 but removes any troubles with mirrors link changes (and they change it frequently).</li> 189 <li>The Word cleanup has been changed to remove "display:none" tags that may come from 190 Word.</li> 191 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1659613&group_id=75348">SF 192 BUG-1659613</a>] The 2.4 version introduced a bug in the flash handling code that 193 generated out of memory errors in IE7.</li> 194 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1660456&group_id=75348">SF 195 BUG-1660456</a>] The icons in context menus were draggable.</li> 196 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1653009&group_id=75348">SF 197 BUG-1653009</a>] If the server is configured to process html files as asp then it 198 generated ASP error 0138.</li> 199 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1288609&group_id=75348">SF 200 BUG-1288609</a>] The content of iframes is now preserved.</li> 201 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1245504&group_id=75348">SF 202 BUG-1245504</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1652240&group_id=75348">SF 203 BUG-1652240</a>] Flash files without the .swf extension weren't recognized upon 204 reload.</li> 205 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1649753&group_id=75348&atid=543655">SF 206 PATCH-1649753</a>] Node selection for text didn't work in IE. Thanks to yurik dot 207 m.</li> 208 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1573191&group_id=75348&atid=543653">SF 209 BUG-1573191</a>] The Html code inserted with FCK.InsertHtml didn't have the same 210 protection for special tags.</li> 211 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/110">#110</a>] The OK 212 button in dialogs had its width set as an inline style.</li> 213 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/113">#113</a>] [<a 214 target="_blank" href="http://dev.fckeditor.net/ticket/94">#94</a>] [<a target="_blank" 215 href="https://sourceforge.net/tracker/?func=detail&aid=1659270&group_id=75348&atid=543653">SF 216 BUG-1659270</a>] ForcePasteAsPlainText didn't work in Firefox.</li> 217 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/114">#114</a>] The correct 218 entity is now used to fill empty blocks when ProcessHTMLEntities is disabled.</li> 219 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/90">#90</a>] The editor 220 was wrongly removing some <br> tags from the code.</li> 221 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/139">#139</a>] The CTRL+F 222 and CTRL+S keystroke default behaviors are now preserved.</li> 223 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/138">#138</a>] We are 224 not providing a CTRL + ALT combination in the default configuration file because 225 it may be incompatible with some keyboard layouts. So, the CTRL + ALT + S combination 226 has been changed to CTRL + SHIFT + S.</li> 227 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/129">#129</a>] In IE, 228 it was not possible to paste if "Allow paste operation via script" was disabled 229 in the browser security settings.</li> 230 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/112">#112</a>] The enter 231 key now behaves correctly on lists with Firefox, when the EnterMode is set to 'br'.</li> 232 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/152">#152</a>] Invalid 233 self-closing tags are now being fixed before loading. </li> 234 <li>A few tags were being ignored to the check for required contents (not getting stripped 235 out, as expected). Fixed.</li> 236 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] The HR 237 tag will not anymore break the contents loaded in the editor.</li> 238 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/211">#211</a>] Some invalid 239 inputs, like "<p>" where making the caret disappear in Firefox.</li> 240 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/99">#99</a>] The <div> 241 element is now considered a block container if EnterMode=p|br. It acts like a simple 242 block only if EnterMode=div.</li> 243 <li>Hidden fields will now show up as an icon in IE, instead of a normal text field. 244 They are also selectable and draggable, in all browsers.</li> 245 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/213">#213</a>] Styles 246 are now preserved when hitting enter at the end of a paragraph.</li> 247 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/77">#77</a>] If ShiftEnterMode 248 is set to a block tag (p or div), the desired block creation in now enforced, instead 249 of copying the current block (which is still the behavior of the simple enter).</li> 250 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/209">#209</a>] Links and 251 images URLs will now be correctly preserved with Netscape 7.1.</li> 252 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter 253 key now honors the EnterMode settings when outdenting a list item.</li> 254 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars 255 may be wrongly positioned. Fixed.</li> 256 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#254</a>] The IgnoreEmptyParagraphValue 257 setting is now correctly handled in Firefox.</li> 258 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#248</a>] The behavior 259 of the backspace key has been fixed on some very specific cases.</li> 260 </ul> 261 <h3> 262 Version 2.4</h3> 263 <p> 264 New Features and Improvements:</p> 265 <ul> 266 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1329273&group_id=75348&atid=543656">SF 267 Feature-1329273</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456005&group_id=75348&atid=543656">SF 268 Feature-1456005</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315002&group_id=75348&atid=543653">SF 269 BUG-1315002</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1350180&group_id=75348&atid=543653">SF 270 BUG-1350180</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1450689&group_id=75348&atid=543653">SF 271 BUG-1450689</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1461033&group_id=75348&atid=543653">SF 272 BUG-1461033</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1510111&group_id=75348&atid=543653">SF 273 BUG-1510111</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1203560&group_id=75348&atid=543653">SF 274 BUG-1203560</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1564838&group_id=75348&atid=543653">SF 275 BUG-1564838</a>] The advance <strong>Enter Key Handler</strong> 276 is now being introduced. It gives you complete freedom to configure the editor to 277 generate <strong><p>, <div> or <br></strong> when the user uses 278 both the [Enter] and [Shift]+[Enter] keys. The new "EnterMode" and "ShiftEnterMode" 279 settings can be use to control its behavior. It also guarantees that all browsers 280 will generate the same output. </li> 281 <li>The new and powerful <strong>Keyboard Accelerator System</strong> is being introduced. 282 You can now precisely control the commands to execute when some key combinations 283 are activated by the user. It guarantees that all browsers will have the same behavior 284 regarding the shortcuts.<br /> 285 It also makes it possible to remove buttons from the toolbar and still invoke their 286 features by using the keyboard instead. 287 <br /> 288 It also blocks all default "CTRL based shortcuts" imposed by the browsers, so if 289 you don't want users to underline text, just remove the CTRL+U combination from 290 the keystrokes table. Take a look at the FCKConfig.Keystrokes setting in the fckconfig.js 291 file. </li> 292 <li>The new "<strong>ProtectedTags</strong>" configuration option is being introduced. 293 It will accept a list of tags (separated by a pipe "|"), which will have no effect 294 during editing, but will still be part of the document DOM. This can be used mainly 295 for non HTML standard, custom tags.</li> 296 <li>Dialog box commands can now open resizable dialogs (by setting oCommand.Resizable 297 = true).</li> 298 <li>Updated support for AFP. Thanks to Soenke Freitag.</li> 299 <li>New language file:<ul> 300 <li><strong>Afrikaans</strong> (by Willem Petrus Botha). </li> 301 </ul> 302 </li> 303 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456343&group_id=75348&atid=543655">SF 304 Patch-1456343</a>] New sample file showing how to dynamically exchange a textarea 305 and an instance of FCKeditor. Thanks to Finn Hakansson</li> 306 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1496115&group_id=75348&atid=543655">SF 307 Patch-1496115</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1588578&group_id=75348&atid=543653">SF 308 BUG-1588578</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1376534&group_id=75348&atid=543653">SF 309 BUG-1376534</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1343506&group_id=75348&atid=543653">SF 310 BUG-1343506</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1211065&group_id=75348&atid=543656">SF 311 Feature-1211065</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=949144&group_id=75348&atid=543656">SF 312 Feature-949144</a>] The content of anchors are shown and preserved 313 on creation. * </li> 314 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1587175&group_id=75348&atid=543656">SF 315 Feature-1587175</a>] Local links to an anchor are readjusted if the anchor changes.</li> 316 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1500040&group_id=75348&atid=543655">SF 317 Patch-1500040</a>] New configuration values to specify the Id and Class for the 318 body element.</li> 319 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577202&group_id=75348&atid=543655">SF 320 Patch-1577202</a>] The links created with the popup option now are accessible even 321 if the user has JavaScript disabled.</li> 322 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1443472&group_id=75348&atid=543655">SF 323 Patch-1443472</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1576488&group_id=75348&atid=543653">SF 324 BUG-1576488</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1334305&group_id=75348&atid=543653">SF 325 BUG-1334305</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1578312&group_id=75348&atid=543653">SF 326 BUG-1578312</a>] The Paste from Word clean up function can be configured 327 with FCKConfig.CleanWordKeepsStructure to preserve the markup as much as possible. 328 Thanks Jean-Charles ROGEZ. </li> 329 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1472654&group_id=75348&atid=543655">SF 330 Patch-1472654</a>] The server side script location for SpellerPages can now be set 331 in the configuration file, by using the SpellerPagesServerScript setting.</li> 332 <li><span style="color: #ff0000">Attention:</span> All connectors are now pointing by 333 default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also, 334 the inner folders for each type (file, image, flash and media) are all lower-cased 335 too.</li> 336 <li><span style="color: #ff0000">Attention:</span> The UseBROnCarriageReturn configuration 337 is not anymore valid. The EnterMode setting can now be used to precisely set the 338 enter key behavior.</li> 339 </ul> 340 <p> 341 Fixed Bugs:</p> 342 <ul> 343 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1444937&group_id=75348">SF 344 BUG-1444937</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1274364&group_id=75348">SF 345 BUG-1274364</a>] Shortcut keys are now undoable correctly.</li> 346 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1015230&group_id=75348">SF 347 BUG-1015230</a>] Toolbar buttons now update their state on shortcut keys activation.</li> 348 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1485621&group_id=75348">SF 349 BUG-1485621</a>] It is now possible to precisely control which shortcut keys can 350 be used.</li> 351 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1573714&group_id=75348">SF 352 BUG-1573714</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1593323&group_id=75348">SF 353 BUG-1593323</a>] Paste was not working in IE if both AutoDetectPasteFromWord 354 and ForcePasteAsPlainText settings were set to "false". </li> 355 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1578306&group_id=75348">SF 356 BUG-1578306</a>] The context menu was wrongly positioned if the editing document 357 was set to render in strict mode. Thanks to Alfonso Martinez.</li> 358 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1567060&group_id=75348">SF 359 BUG-1567060</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1565902&group_id=75348">SF 360 BUG-1565902</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1440631&group_id=75348">SF 361 BUG-1440631</a>] IE was getting locked on some specific cases. Fixed.</li> 362 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1582859&group_id=75348">SF 363 BUG-1582859</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1579507&group_id=75348&atid=543655">SF 364 Patch-1579507</a>] Firefox' spellchecker is now disabled during editing mode. 365 Thanks to Alfonso Martinez.</li> 366 <li>Fixed Safari and Opera detection system (for development purposes only).</li> 367 <li>Paste from Notepad was including font information in IE. Fixed.</li> 368 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584092&group_id=75348">SF 369 BUG-1584092</a>] When replacing text area, names with spaces are now accepted.</li> 370 <li>Depending on the implementation of toolbar combos (mainly for custom plugins) the 371 editor area was loosing the focus when clicking in the combo label. Fixed.</li> 372 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1596937&group_id=75348&atid=543653">SF 373 BUG-1596937</a>] InsertHtml() was inserting the HTML outside the editor area on 374 some very specific cases.</li> 375 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1585548&group_id=75348">SF 376 BUG-1585548</a>] On very specific, rare and strange cases, the XHTML processor was 377 not working properly in IE. Fixed.</li> 378 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584951&group_id=75348">SF 379 BUG-1584951</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1380598&group_id=75348">SF 380 BUG-1380598</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1198139&group_id=75348">SF 381 BUG-1198139</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1437318&group_id=75348">SF 382 BUG-1437318</a>] In Firefox, the style selector will not anymore delete 383 the contents when removing styles on specific cases.</li> 384 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515441&group_id=75348">SF 385 BUG-1515441</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1451071&group_id=75348">SF 386 BUG-1451071</a>] The "Insert/Edit Link" and "Select All" buttons are now working 387 properly when the editor is running on a IE Modal dialog.</li> 388 <li>On some very rare cases, IE was throwing a memory error when hiding the context 389 menus. Fixed.</li> 390 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1526154&group_id=75348">SF 391 BUG-1526154</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1509208&group_id=75348&atid=543653">SF 392 BUG-1509208</a>] With Firefox, <style> tags defined in the source are 393 now preserved.</li> 394 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1535946&group_id=75348">SF 395 BUG-1535946</a>] The IE dialog system has been changed to better work with custom 396 dialogs.</li> 397 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599520&group_id=75348">SF 398 BUG-1599520</a>] The table dialog was producing empty tags when leaving some of 399 its fields empty.</li> 400 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599545&group_id=75348">SF 401 BUG-1599545</a>] HTML entities are now processed on attribute values too.</li> 402 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1598517&group_id=75348">SF 403 BUG-1598517</a>] Meta tags are now protected from execution during editing (avoiding 404 the "redirect" meta to be activated).</li> 405 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1415601&group_id=75348">SF 406 BUG-1415601</a>] Firefox internals: styleWithCSS is used instead of the deprecated 407 useCSS whenever possible.</li> 408 <li>All JavaScript Core extension function have been renamed to "PascalCase" (some were 409 in "camelCase"). This may have impact on plugins that use any of those functions.</li> 410 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1592311&group_id=75348">SF 411 BUG-1592311</a>] Operations in the caption of tables are now working correctly in 412 both browsers.</li> 413 <li>Small interface fixes to the about box.</li> 414 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1604576&group_id=75348&atid=543655">SF 415 PATCH-1604576</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1604301&group_id=75348">SF 416 BUG-1604301</a>] Link creation failed in Firefox 3 alpha. Thanks to Arpad Borsos</li> 417 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577247&group_id=75348&atid=543653">SF 418 BUG-1577247</a>] Unneeded call to captureEvents and releaseEvents.</li> 419 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1610790&group_id=75348">SF 420 BUG-1610790</a>] On some specific situations, the call to form.submit(), in form 421 were FCKeditor has been unloaded by code, was throwing the "Can't execute code from 422 a freed script" error.</li> 423 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1613167&group_id=75348&atid=543653">SF 424 BUG-1613167</a>] If the configuration was missing the FCKConfig.AdditionalNumericEntities 425 entry an error appeared.</li> 426 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1590848&group_id=75348&atid=543653">SF 427 BUG-1590848</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1626360&group_id=75348&atid=543653">SF 428 BUG-1626360</a>] Cleaning of JavaScript strict warnings in the source code.</li> 429 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1559466&group_id=75348&atid=543653">SF 430 BUG-1559466</a>] The ol/ul list property window always searched first for a UL element.</li> 431 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1516008&group_id=75348&atid=543653">SF 432 BUG-1516008</a>] Class attribute in IE wasn't loaded in the image dialog.</li> 433 <li>The "OnAfterSetHTML" event is now fired when being/switching to Source View.</li> 434 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1631807&group_id=75348&atid=543653">SF 435 BUG-1631807</a>] Elements' style properties are now forced to lowercase in IE.</li> 436 <li>The extensions "html", "htm" and "asis" have been added to the list of denied extensions 437 on upload.</li> 438 <li>Empty inline elements (like span and strong) will not be generated any more.</li> 439 <li>Some elements attributes (like hspace) where not being retrieved when set to "0".</li> 440 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1508341&group_id=75348&atid=543653">SF 441 BUG-1508341</a>] Fix for the ColdFusion script file of SpellerPages.</li> 442 </ul> 443 <p> 444 * This version has been partially sponsored by <a href="http://www.imedi.org/">Medical 445 Media Lab</a>.</p> 446 <h3> 447 Version 2.3.3</h3> 448 <p> 449 New Features and Improvements:</p> 450 <ul> 451 <li>The project has been <strong>relicensed</strong> under the terms of the <strong> 452 GPL / LGPL / MPL</strong> licenses. This change will remove many licensing compatibility 453 issues with other open source licenses, making the editor even more "open" than 454 before. </li> 455 <li><font color="#ff0000">Attention:</font> The default directory in the distribution 456 package is now named "fckeditor" (in lowercase) instead of "FCKeditor". This 457 change may impact installations on case sensitive OSs, like Linux. </li> 458 <li><font color="#ff0000">Attention:</font> The "Universal Keyboard" has been removed 459 from the package. The license of those files was unclear so they can't be included 460 alongside the rest of FCKeditor.</li> 461 </ul> 462 <h3> 463 Version 2.3.2</h3> 464 <p> 465 New Features and Improvements:</p> 466 <ul> 467 <li>Users can now decide if the template dialog will replace the entire contents of 468 the editor or simply place the template in the cursor position. This feature can 469 be controlled by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration 470 options.</li> 471 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237693&group_id=75348&atid=543655">SF 472 Patch-1237693</a>] A new configuration option (<strong>ProcessNumericEntities</strong>) 473 is now available to tell the editor to convert non ASCII chars to their relative 474 numeric entity references. It is disabled by default.</li> 475 <li>The new "<strong>AdditionalNumericEntities</strong>" setting makes it possible to 476 define a set of characters to be transformed to their relative numeric entities. 477 This is useful when you don't want the code to have simple quotes ('), for example.</li> 478 <li>The Norwegian language file (no.js) has been duplicated to include the Norwegian 479 Bokmal (nb.js) in the supported interface languages. Thanks to Martin Kronstad. 480 </li> 481 <li>Two new patterns have been added to the Universal Keyboard: 482 <ul> 483 <li>Persian. Thanks to Pooyan Mahdavi</li> 484 <li>Portuguese. Thanks to Bo Brandt.</li> 485 </ul> 486 </li> 487 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF 488 Patch-1517322</a>] It is now possible to define the start number on numbered lists. 489 Thanks to Marcel Bennett.</li> 490 <li>The Font Format combo will now reflect the EditorAreaCSS styles.</li> 491 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461539&group_id=75348&atid=543655">SF 492 Patch-1461539</a>] The File Browser connector can now optionally return a "url" 493 attribute for the files. Thanks to Pent.</li> 494 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1090851&group_id=75348">SF 495 BUG-1090851</a>] The new "ToolbarComboPreviewCSS" configuration option has been 496 created, so it is possible to point the Style and Format toolbar combos to a different 497 CSS, avoiding conflicts with the editor area CSS.</li> 498 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1421309&group_id=75348&atid=543656">SF 499 Feature-1421309</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1489402&group_id=75348">SF 500 BUG-1489402</a>] It is now possible to configure the Quick Uploder target path 501 to consider the file type (ex: Image or File) in the target path for uploads.</li> 502 <li>The JavaScript integration file has two new things: 503 <ul> 504 <li>The "CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of 505 an editor instance, instead of writing it directly to the page (as done by "Create()").</li> 506 <li>The global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing 507 browser is compatible with FCKeditor. This makes it possible to do any necessary 508 processing depending on the compatibility, without having to create and editor instance.</li> 509 </ul> 510 </li> 511 </ul> 512 <p> 513 Fixed Bugs:</p> 514 <ul> 515 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1525242&group_id=75348">SF 516 BUG-1525242</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500050&group_id=75348">SF 517 BUG-1500050</a>] All event attributes (like onclick or onmouseover) are now 518 being protected before loading the editor. In this way, we avoid firing those events 519 during editing (IE issue) and they don't interfere in other specific processors 520 in the editor.</li> 521 <li>Small security fixes to the File Browser connectors. </li> 522 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1546226&group_id=75348">SF 523 BUG-1546226</a>] Small fix to the ColdFusion CFC integration file.</li> 524 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&atid=543655&aid=1547768&group_id=75348">SF 525 Patch-1407500</a>] The Word Cleanup function was breaking the HTML on pasting, on 526 very specific cases. Fixed, thanks to Frode E. Moe.</li> 527 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551979&group_id=75348&atid=543655">SF 528 Patch-1551979</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1418066&group_id=75348">SF 529 BUG-1418066</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1439621&group_id=75348">SF 530 BUG-1439621</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1501698&group_id=75348&atid=543653">SF 531 BUG-1501698</a>] Make FCKeditor work with application/xhtml+xml. Thanks 532 to Arpad Borsos.</li> 533 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1547738&group_id=75348&atid=543655">SF 534 Patch-1547738</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1550595&group_id=75348&atid=543653">SF 535 BUG-1550595</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1540807&group_id=75348&atid=543653">SF 536 BUG-1540807</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1510685&group_id=75348&atid=543653">SF 537 BUG-1510685</a>] Fixed problem with panels wrongly positioned when the 538 editor is placed on absolute or relative positioned elements. Thanks to Filipe Martins.</li> 539 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1511294&group_id=75348&atid=543655">SF 540 Patch-1511294</a>] Small fix for the File Browser compatibility with IE 5.5.</li> 541 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503178&group_id=75348&atid=543655">SF 542 Patch-1503178</a>] Small improvement to stop IE from loading smiley images when 543 one smiley is quickly selected from a huge list of smileys. Thanks to stuckhere.</li> 544 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1549112&group_id=75348&atid=543653">SF 545 BUG-1549112</a>] The Replace dialog window now escapes regular expression specific 546 characters in the find and replace fields.</li> 547 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1548788&group_id=75348&atid=543653">SF 548 BUG-1548788</a>] Updated the ieSpell download URL.</li> 549 <li>In FF, the editor was throwing an error when closing the window. Fixed.</li> 550 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1538509&group_id=75348&atid=543653">SF 551 BUG-1538509</a>] The "type" attribute for text fields will always be set now.</li> 552 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551734&group_id=75348&atid=543653">SF 553 BUG-1551734</a>] The SetHTML function will now update the editing area height no 554 matter which editing mode is active.</li> 555 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1554141&group_id=75348&atid=543653">SF 556 BUG-1554141</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1565562&group_id=75348&atid=543653">SF 557 BUG-1565562</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1451056&group_id=75348&atid=543653">SF 558 BUG-1451056</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1478408&group_id=75348&atid=543653">SF 559 BUG-1478408</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489322&group_id=75348&atid=543653">SF 560 BUG-1489322</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513667&group_id=75348&atid=543653">SF 561 BUG-1513667</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1562134&group_id=75348&atid=543653">SF 562 BUG-1562134</a>] The protection of URLs has been enhanced 563 and now it will not break URLs on very specific cases.</li> 564 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1545732&group_id=75348&atid=543653">SF 565 BUG-1545732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1490919&group_id=75348&atid=543653">SF 566 BUG-1490919</a>] No security errors will be thrown when loading FCKeditor in 567 page inside a FRAME defined in a different domain.</li> 568 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512817&group_id=75348&atid=543653">SF 569 BUG-1512817</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571345&group_id=75348&atid=543653">SF 570 BUG-1571345</a>] Fixed the "undefined" addition to the content when ShowBorders 571 = false and FullPage = true in Firefox. Thanks to Brett.</li> 572 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512798&group_id=75348&atid=543653">SF 573 BUG-1512798</a>] BaseHref will now work well on FullPage, even if no <head> 574 is available.</li> 575 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1509923&group_id=75348&atid=543653">SF 576 BUG-1509923</a>] The DocumentProcessor is now called when using InserHtml().</li> 577 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505964&group_id=75348&atid=543653">SF 578 BUG-1505964</a>] The DOCTYPE declaration is now preserved when working in FullPage.</li> 579 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1553727&group_id=75348&atid=543653">SF 580 BUG-1553727</a>] The editor was throwing an error when inserting complex templates. 581 Fixed.</li> 582 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1564930&group_id=75348&atid=543655">SF 583 Patch-1564930</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1562828&group_id=75348">SF 584 BUG-1562828</a>] In IE, anchors where incorrectly copied when using the Paste 585 from Word button. Fixed, thanks to geirhelge.</li> 586 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1557709&group_id=75348&atid=543653">SF 587 BUG-1557709</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1421810&group_id=75348&atid=543653">SF 588 BUG-1421810</a>] The link dialog now validates Popup Window names.</li> 589 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1556878&group_id=75348&atid=543653">SF 590 BUG-1556878</a>] Firefox was creating empty tags when deleting the selection in 591 some special cases.</li> 592 <li>The context menu for links is now correctly shown when right-clicking on floating 593 divs.</li> 594 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1084404&group_id=75348&atid=543653">SF 595 BUG-1084404</a>] The XHTML processor now ignores empty span tags.</li> 596 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221728&group_id=75348&atid=543653">SF 597 BUG-1221728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1174503&group_id=75348&atid=543653">SF 598 BUG-1174503</a>] The <abbr> tag is not anymore getting broken by IE.</li> 599 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1182906&group_id=75348&atid=543653">SF 600 BUG-1182906</a>] IE is not anymore messing up mailto links.</li> 601 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1386094&group_id=75348&atid=543653">SF 602 BUG-1386094</a>] Fixed an issue when setting configuration options to empty ('') 603 by code.</li> 604 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1389435&group_id=75348&atid=543653">SF 605 BUG-1389435</a>] Fixed an issue in some dialog boxes when handling numeric inputs.</li> 606 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1398829&group_id=75348&atid=543653">SF 607 BUG-1398829</a>] Some links may got broken on very specific cases. Fixed.</li> 608 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1409969&group_id=75348&atid=543653">SF 609 BUG-1409969</a>] <noscript> tags now remain untouched by the editor.</li> 610 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1433457&group_id=75348&atid=543653">SF 611 BUG-1433457</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513631&group_id=75348&atid=543653">SF 612 BUG-1513631</a>] Empty "href" attributes in <a> or empty "src" in <img> 613 will now be correctly preserved.</li> 614 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1435195&group_id=75348&atid=543653">SF 615 BUG-1435195</a>] Scrollbars are now visible in the File Browser (for custom implementations).</li> 616 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1438296&group_id=75348&atid=543653">SF 617 BUG-1438296</a>] The "ForceSimpleAmpersand" setting is now being honored in all 618 tags.</li> 619 <li>If a popup blocker blocks context menu operations, the correct alert message is 620 displayed now, instead of a ugly JavaScript error.</li> 621 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1454116&group_id=75348&atid=543653">SF 622 BUG-1454116</a>] The GetXHTML() function will not change the IsDirty() value of 623 the editor.</li> 624 <li>The spell check may not work correctly when using SpellerPages with ColdFusion. 625 Fixed.</li> 626 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1481861&group_id=75348&atid=543653">SF 627 BUG-1481861</a>] HTML comments are now removed by the Word Cleanup System.</li> 628 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489390&group_id=75348&atid=543653">SF 629 BUG-1489390</a>] A few missing hard coded combo options used in some dialogs are 630 now localizable.</li> 631 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505448&group_id=75348&atid=543653">SF 632 BUG-1505448</a>] The Form dialog now retrieves the value of the "action" attribute 633 exactly as defined in the source.</li> 634 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF 635 Patch-1517322</a>] Solved an issue when the toolbar has buttons with simple icons 636 (usually used by plugins) mixed with icons coming from a strip (the default toolbar 637 buttons).</li> 638 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1575261&group_id=75348&atid=543655">SF 639 Patch-1575261</a>] Some fields in the Table and Cell Properties dialogs were being 640 cut. Fixed.</li> 641 <li>Fixed a startup compatibility issue with Firefox 1.0.4.</li> 642 </ul> 643 <h3> 644 Version 2.3.1</h3> 645 <p> 646 Fixed Bugs:</p> 647 <ul> 648 <li>[<a target="_blank" href="https://sourceforge.net/support/tracker.php?aid=1506126">SF 649 BUG-1506126</a>] Fixed the Catalan language file, which had been published with 650 problems in accented letters. </li> 651 <li>More performance improvements in the default File Browser.</li> 652 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1506701&group_id=75348&atid=543653">SF 653 BUG-1506701</a>] Fixed compatibility issues with IE 5.5.</li> 654 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509073&group_id=75348&atid=543653">SF 655 BUG-1509073</a>] Fixed the "Image Properties" dialog window, which was making invalid 656 calls to the "editor/dialog/" directory, generating error 400 entries in the web 657 server log.</li> 658 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507294&group_id=75348&atid=543653">SF 659 BUG-1507294</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507953&group_id=75348&atid=543653">SF 660 BUG-1507953</a>] The editing area was getting a fixed size when using the "SetHTML" 661 API command or even when switching back from the source view. Fixed.</li> 662 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1507755&group_id=75348">SF 663 BUG-1507755</a>] Fixed a conflict between the "DisableObjectResizing" and "ShowBorders" 664 configuration options over IE.</li> 665 <li>Opera 9 tries to "mimic" Gecko in the browser detection system of FCKeditor. As 666 this browser is not "yet" supported, the editor was broken on it. It has been fixed, 667 and now a textarea is displayed, as in any other unsupported browser. Support for 668 Opera is still experimental and can be activated by setting the property "EnableOpera" 669 to true when creating an instance of the editor with the JavaScript integration 670 files.</li> 671 <li>With Opera 9, the toolbar was jumping on buttons rollover. </li> 672 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509479&group_id=75348&atid=543656">SF 673 BUG-1509479</a>] The iframes used in Firefox for all editor panels (dropdown combos, 674 context menu, etc...) are now being placed right before the main iframe that holds 675 the editor. In this way, if the editor container element is removed from the DOM 676 (by DHTML) they are removed together with it.</li> 677 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271070&group_id=75348&atid=543653">SF 678 BUG-1271070</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1411430&group_id=75348&atid=543653">SF 679 BUG-1411430</a>] The editor API now works well on DHTML pages that create and 680 remove instances of FCKeditor dynamically. </li> 681 <li>A second call to a page with the editor was not working correctly with Firefox 1.0.x. 682 Fixed.</li> 683 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511460&group_id=75348&atid=543653">SF 684 BUG-1511460</a>] Small correction to the <script> protected source regex. 685 Thanks to Randall Severy.</li> 686 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1521754&group_id=75348">SF 687 BUG-1521754</a>] Small fix to the paths of the internal CSS files used by FCKeditor. 688 Thanks to johnw_ceb.</li> 689 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511442&group_id=75348&atid=543653">SF 690 BUG-1511442</a>] The <base> tag is now correctly handled in IE, no matter 691 its position in the source code.</li> 692 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507773&group_id=75348&atid=543653">SF 693 BUG-1507773</a>] The "Lock" and "Reset" buttons in the Image Properties dialog window 694 are not anymore jumping with Firefox 1.5.</li> 695 </ul> 696 <h3> 697 Version 2.3</h3> 698 <p> 699 New Features and Improvements:</p> 700 <ul> 701 <li>The <strong>Toolbar Sharing</strong> system has been completed. See sample10.html 702 and sample11.html.*</li> 703 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1407500&group_id=75348&atid=543655">SF 704 Patch-1407500</a>] Small enhancement to the Find and Replace dialog windows.</li> 705 </ul> 706 <p> 707 Fixed Bugs:</p> 708 <ul> 709 <li>Small security fixes.</li> 710 <li>The context menu system has been optimized. Nested menus now open "onmouseover". 711 </li> 712 <li>An error in the image preloader system was making the toolbar strip being downloaded 713 once for each button on slow connections. Some enhancements have also been made 714 so now the smaple05.html is loading fast for all skins.</li> 715 <li>Fixed many memory leak issues with IE.</li> 716 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1489768&group_id=75348&atid=543653">SF 717 BUG-1489768</a>] The panels (context menus, toolbar combos and color selectors), 718 where being displayed in the wrong position if the contents of the editor, or its 719 containing window were scrolled down. </li> 720 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1493176&group_id=75348">SF 721 BUG-1493176</a>] Using ASP, the connector was not working on servers with buffer 722 disable by default.</li> 723 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1491784&group_id=75348&atid=543653">SF 724 BUG-1491784</a>] Language files have been updated to not include html entities.</li> 725 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490259&group_id=75348&atid=543653">SF 726 BUG-1490259</a>] No more security warning on IE over HTTPS.</li> 727 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493173&group_id=75348&atid=543653">SF 728 BUG-1493173</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499708&group_id=75348">SF 729 BUG-1499708</a>] We now assume that, if a user is in source editing, he/she 730 wants to control the HTML, so the editor doesn't make changes to it when posting 731 the form being in source view or when calling the GetXHTML function in the API. 732 </li> 733 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490610&group_id=75348&atid=543653">SF 734 BUG-1490610</a>] The FitWindow is now working on elements set with relative position.</li> 735 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493438&group_id=75348&atid=543653">SF 736 BUG-1493438</a>] The "Word Wrap" combo in the cell properties dialog now accepts 737 only Yes/No (no more <Not Set> value).</li> 738 <li>The context menu is now being hidden when a nested menu option is selected.</li> 739 <li>Table cell context menu operations are now working correctly.</li> 740 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1494549&group_id=75348&atid=543653">SF 741 BUG-1494549</a>] The code formatter was having problems with dollar signs inside 742 <pre> tags.</li> 743 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459740&group_id=75348&atid=543655">SF 744 Patch-1459740</a>] The "src" element of images can now be set by styles definitions. 745 Thanks to joelwreed.</li> 746 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1437052&group_id=75348&atid=543655">SF 747 Patch-1437052</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1436166&group_id=75348&atid=543655">SF 748 Patch-1436166</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352385&group_id=75348&atid=543655">SF 749 Patch-1352385</a>] Small fix to the FCK.InsertHtml, FCKTools.AppendStyleSheet 750 and FCKSelection.SelectNode functions over IE. Thanks to Alfonso Martinez.</li> 751 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349765&group_id=75348&atid=543655">SF 752 Patch-1349765</a>] Small fix to the FCKSelection.GetType over Firefox. Thanks to 753 Alfonso Martinez.</li> 754 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1495422&group_id=75348">SF 755 Patch-1495422</a>] The editor now creates link based on the URL when no selection 756 is available. Thanks to Dominik Pesch.</li> 757 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1478859&group_id=75348">SF 758 Patch-1478859</a>] On some circumstances, the Yahoo popup blocker was blocking the 759 File Browser window, giving no feedback to the user. Now an alert message is displayed.</li> 760 <li>When using the editor in a RTL localized interface, like Arabic, the toolbar combos 761 were not showing completely in the first click. Fixed.</li> 762 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500212&group_id=75348">SF 763 BUG-1500212</a>] All "_samples/html" samples are now working when loading directly 764 from the Windows Explorer. Thanks to Alfonso Martinez.</li> 765 <li>The "FitWindow" feature was breaking the editor under Firefox 1.0.x.</li> 766 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1500032&group_id=75348&atid=543655">SF 767 Patch-1500032</a>] In Firefox, the caret position now follows the user clicks when 768 clicking in the white area bellow the editor contents. Thanks to Alfonso Martinez.</li> 769 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499522&group_id=75348">SF 770 BUG-1499522</a>] In Firefox, the link dialog window was loosing the focus (and quickly 771 reacquiring it) when opening. This behavior was blocking the dialog in some Linux 772 installations. </li> 773 <li>Drastically improved the loading performance of the file list in the default File 774 Browser.</li> 775 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1503059&group_id=75348">SF 776 BUG-1503059</a>] The default "BasePath" for FCKeditor in all integration files has 777 been now unified to "/fckeditor/" (lower-case). This is the usual casing system 778 in case sensitive OSs like Linux.</li> 779 <li>The "DisableFFTableHandles" setting is now honored when switching the full screen 780 mode with FitWindow.</li> 781 <li>Some fixes has been applied to the cell merging in Firefox.</li> 782 </ul> 783 <p> 784 * This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a> 785 and <a href="http://www.kentico.com/">Kentico</a>.</p> 786 <h3> 787 Version 2.3 Beta</h3> 788 <p> 789 New Features and Improvements:</p> 790 <ul> 791 <li><span><strong>Extremely Fast Loading!</strong> The editor now loads more than 3 792 times faster than before, with no impact on its advanced features.</span> </li> 793 <li><span><strong>New toolbar system</strong>:</span> 794 <ul> 795 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1454850&group_id=75348&atid=543656">SF 796 Feature-1454850</a>] The toolbar will now <strong>load much faster</strong>. All 797 images have being merged in a single image file using a unique system available 798 only with FCKeditor. </li> 799 <li>The "Text Color" and "Background Color" commands buttons have 800 enhancements on the interface.</li> 801 <li><strong><span style="color: #ff0000">Attention</span></strong>: As a completely 802 new system has being developed. Skins created for versions prior this one will not 803 work. Skin styles definitions have being merged, added and removed. All skins have 804 been a little bit reviewed. </li> 805 <li>It is possible to <strong>detach the toolbar</strong> from an editor instance and 806 share it with other instances. In this way you may have only one toolbar (in the 807 top of the window, for example, that can be used by many editors (see <a href="_samples/html/sample10.html"> 808 sample10.html</a>). This feature is still under development (issues with IE 809 focus still to be solved).* </li> 810 </ul> 811 </li> 812 <li><strong><span>New context menu system</span></strong>: 813 <ul> 814 <li>It uses the same (fast) loading system as the toolbar. </li> 815 <li>Sub-Menus are now available to group features (try the context menu over a table 816 cell). </li> 817 <li>It is now possible to create your own context menu entries by creating plugins. 818 </li> 819 </ul> 820 </li> 821 <li><strong>New "FitWindow" toolbar button</strong>, based on the <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1431638&group_id=75348&atid=737639"> 822 plugin</a> published by Paul Moers. Thanks Paul!</li> 823 <li><strong>"Auto Grow" Plugin</strong>: automatically resizes the editor 824 until a maximum height, based on its contents size.** </li> 825 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1444943&group_id=75348&atid=543656">SF 826 Feature-1444943</a>] <strong>Multiple CSS files</strong> can now be used in the 827 editing area. Just define FCKConfig.EditorAreaCSS as an array of strings (each one 828 is a path to a different css file). It works also as a simple string, as on prior 829 versions. </li> 830 <li>New language files:<ul> 831 <li><strong>Bengali / Bangla</strong> (by Richard Walledge).</li> 832 <li><strong>English (Canadian)</strong> (by Kevin Bennett). </li> 833 <li><strong>Khmer</strong> (by Sengtha Chay).</li> 834 </ul> 835 </li> 836 <li>The source view is now available in the editing area on Gecko browsers. Previously 837 a popup was used for it (due to a Firefox bug). </li> 838 <li><span>As some people may prefer the popup way for source editing, a new configuration 839 option (SourcePopup) has being introduced.</span> </li> 840 <li>The IEForceVScroll configuration option has been removed. The editor now automatically 841 shows the vertical scrollbar when needed (for XHTML doctypes). </li> 842 <li>The configuration file doesn't define a default DOCTYPE to be used now. </li> 843 <li>It is now possible to easily change the toolbar using the JavaScript API by just 844 calling <EditorInstance>.ToolbarSet.Load( '<ToolbarName>' ). See _testcases/010.html 845 for a sample. </li> 846 <li>The "OnBlur" and "OnFocus" JavaScript API events are now compatible 847 with all supported browsers. </li> 848 <li>Some few updates in the Lasso connector and uploader. </li> 849 <li>The GeckoUseSPAN setting is now set to "false" by default. In this way, the code 850 produced by the bold, italic and underline commands are the same on all browsers.</li> 851 </ul> 852 <p> 853 Fixed Bugs:</p> 854 <ul> 855 <li><strong>Important security fixes have been applied to the File Manager, Uploader 856 and Connectors. Upgrade is highly recommended.</strong> Thanks to Alberto Moro, 857 Baudouin Lamourere and James Bercegay.</li> 858 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1399966&group_id=75348&atid=543653">SF 859 BUG-1399966</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1249853&group_id=75348&atid=543653">SF 860 BUG-1249853</a>] The "BaseHref" configuration is now working with 861 Firefox in both normal and full page modes.</li> 862 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1405263&group_id=75348&atid=543653">SF 863 BUG-1405263</a>] A typo in the configuration file was impacting the Quick Upload 864 feature. </li> 865 <li>Nested <ul> and <ol> tags are now generating valid html.</li> 866 <li>The "wmode" and "quality" attributes are now preserved for Flash 867 embed tags, in case they are entered manually in the source view. Also, empty attributes 868 are removed from that tag. </li> 869 <li>Tables where not being created correctly on Opera. </li> 870 <li>The XHTML processor will ignore invalid tags with names ending with ":", 871 like http:. </li> 872 <li><span>On Firefox, the scrollbar is not anymore displayed on toolbar dropdown commands 873 when not needed.</span> </li> 874 <li><span>Some small fixes have being done to the dropdown commands rendering for FF</span>. 875 </li> 876 <li>The table dialog window has been a little bit enlarged to avoid contents being cropped 877 on some languages, like Russian. </li> 878 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1465203&group_id=75348&atid=543653">SF 879 BUG-1465203</a>] The ieSpell download URL has been updated. The problem is that 880 they don't have a fixed URL for it, so let's hope the mirror will be up for it. 881 </li> 882 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1456332&group_id=75348&atid=543653">SF 883 BUG-1456332</a>] Small fix in the Spanish language file. </li> 884 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1457078&group_id=75348&atid=543653">SF 885 BUG-1457078</a>] The File Manager was generating 404 calls in the server. </li> 886 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459846&group_id=75348&atid=543653">SF 887 BUG-1459846</a>] Fixed a problem with the config file if PHP is set to parse .js 888 files. </li> 889 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1432120&group_id=75348&atid=543653">SF 890 BUG-1432120</a>] The "UserFilesAbsolutePath" setting is not correctly 891 used in the PHP uploader. </li> 892 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1432120&group_id=75348&atid=543653">SF 893 BUG-1408869</a>] The collapse handler is now rendering correctly in Firefox 1.5. 894 </li> 895 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1410082&group_id=75348&atid=543653">SF 896 BUG-1410082</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1424240&group_id=75348&atid=543653">SF 897 BUG-1424240</a>] The "moz-bindings.xml" file is now well formed. </li> 898 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1413980&group_id=75348&atid=543653">SF 899 BUG-1413980</a>] All frameborder "yes/no" values have been changes to 900 "1/0". </li> 901 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1414101&group_id=75348&atid=543653">SF 902 BUG-1414101</a>] The fake table borders are now showing correctly when running under 903 the "file://" protocol. </li> 904 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1414155&group_id=75348&atid=543653">SF 905 BUG-1414155</a>] Small typo in the cell properties dialog window.</li> 906 <li>Fixed a problem in the File Manager. It was not working well with folder or file 907 names with apostrophes ('). Thanks to René de Jong.</li> 908 <li>Small "lenght" type corrected in the select dialog window. Thanks to Bernd Nussbaumer.</li> 909 <li>The about box is now showing correctly in Firefox 1.5.</li> 910 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1464020&group_id=75348&atid=543655">SF 911 Patch-1464020</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155793&group_id=75348&atid=543653">SF 912 BUG-1155793</a>] The "Unlink" command is now working correctly under Firefox 913 if you don't have a complete link selection. Thanks to Johnny Egeland.</li> 914 <li>In the File Manager, it was not possible to upload files to folders with ampersands 915 in the name. Thanks to Mike Pone.</li> 916 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1178359&group_id=75348&atid=543653">SF 917 BUG-1178359</a>] Elements from the toolbar are not anymore draggable in the editing 918 area.</li> 919 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487544&group_id=75348&atid=543653">SF 920 BUG-1487544</a>] Fixed a small issue in the code formatter for <br /> and 921 <hr /> tags.</li> 922 <li>The "Background Color" command now works correctly when the GeckoUseSPAN setting 923 is disabled (default).</li> 924 <li>Links are now rendered in blue with Firefox (they were black before). Actually, 925 an entry for it has been added to the editing area CSS, so you can customize with 926 the color you prefer. </li> 927 </ul> 928 <p> 929 * This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a> 930 and <a href="http://www.kentico.com/">Kentico</a>. 931 <br /> 932 ** This version has been partially sponsored by <a href="http://www.nextide.ca/">Nextide</a>.</p> 933 <h3> 934 Version 2.2</h3> 935 <p> 936 New Features and Improvements:</p> 937 <ul> 938 <li>Let's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion 939 integration. In this version we are introducing his new files with the following 940 changes: 941 <ul> 942 <li>The "<strong>Uploader</strong>", used for quick uploads, is now available 943 <strong>natively for ColdFusion</strong>. </li> 944 <li>Small bugs have been corrected in the <strong>File Browser connector</strong>. </li> 945 <li>The samples now work as is, even if you don't install the editor in the "/FCKeditor" 946 directory.</li> 947 </ul> 948 </li> 949 <li>And a big welcome also to "Andrew Liu", our responsible for the <strong> 950 Python</strong> integration. This version is bringing <strong>native support for Python</strong> 951 , including the File Browser connector and Quick Upload. </li> 952 <li>The "<strong>IsDirty()</strong>" and "<strong>ResetIsDirty()</strong>" 953 functions have been added to the JavaScript API to check if the editor 954 content has been changed.* </li> 955 <li>New language files: 956 <ul> 957 <li><strong>Hindi</strong> (by Utkarshraj Atmaram) </li> 958 <li><strong>Latvian </strong>(by Janis Klavinš)</li> 959 </ul> 960 </li> 961 <li>For the interface, now we have complete <strong>RTL support</strong> also for 962 the drop-down toolbar commands, color selectors and context menu. </li> 963 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1325113&group_id=75348&atid=543653">SF 964 BUG-1325113</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1277661&group_id=75348&atid=543653">SF 965 BUG-1277661</a>] The new "Delete Table" command is available in the 966 Context Menu when right-clicking inside a table. </li> 967 <li>The "FCKConfig.DisableTableHandles" configuration option is now working 968 on Firefox 1.5. </li> 969 <li>The new "<strong>OnBlur</strong>" and "<strong>OnFocus</strong>" 970 events have been added to the JavaScript API (IE only). See "_samples/html/sample09.html" * 971 </li> 972 <li><strong><font color="#ff0000">Attention</font></strong>: The "<strong>GetHTML</strong>" 973 function has been deprecated. It now returns the same value as "<strong>GetXHTML</strong>". 974 The same is valid for the "EnableXHTML" and "EnableSourceXHTML" 975 that have no effects now. The editor now works with XHTML output only. </li> 976 <li><strong><font color="#ff0000">Attention</font></strong>: A new "<strong>PreserveSessionOnFileBrowser</strong>" 977 configuration option has been introduced. It makes it possible to set whenever is 978 needed to maintain the user session in the File Browser. It is disabled by default, 979 as it has very specific usage and may cause the File Browser to be blocked by popup 980 blockers. If you have custom File Browsers that depends on session information, 981 remember to activate it. </li> 982 <li><strong><font color="#ff0000">Attention</font></strong>: The "<strong>fun</strong>" 983 smileys set has been removed from the package. If you are using it, you must manually 984 copy it to newer installations and upgrades. </li> 985 <li><strong><font color="#ff0000">Attention</font></strong>: The "<strong>mcpuk</strong>" 986 file browser has been removed from the package. We have no ways to support it. There 987 were also some licensing issues with it. Its web site can still be found at <a href="http://mcpuk.net/fbxp/"> 988 http://mcpuk.net/fbxp/</a>. </li> 989 <li>It is now possible to set different CSS styles for the chars in the Special Chars 990 dialog window by adding the "SpecialCharsOut" and "SpecialCharsOver" 991 in the "fck_dialog.css" skin file.* </li> 992 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1268726&group_id=75348&atid=543655">SF 993 Patch-1268726</a>] Added table "summary" support in the table dialog. 994 Thanks to Sebastien-Mahe. </li> 995 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1284380&group_id=75348&atid=543655">SF 996 Patch-1284380</a>] It is now possible to define the icon of a FCKToolbarPanelButton 997 object without being tied to the skin path (just like FCKToolbarButton). Thanks 998 to Ian Sullivan. </li> 999 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1338610&group_id=75348&atid=543655">SF 1000 Patch-1338610</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1263009&group_id=75348&atid=543656">SF 1001 Patch-1263009</a>] New characters have been added to the "Special Characters" 1002 dialog window. Thanks to Deian. </li> 1003 <li>You can set the QueryString value "fckdebug=true" to activate "debug 1004 mode" in the editor (showing the debug window), overriding the configurations. 1005 The "AllowQueryStringDebug" configuration option is also available so 1006 you can disable this feature.</li> 1007 </ul> 1008 <p> 1009 Fixed Bugs:</p> 1010 <ul> 1011 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1363548&group_id=75348&atid=543653">SF 1012 BUG-1363548</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1364425&group_id=75348&atid=543653">SF 1013 BUG-1364425</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1335045&group_id=75348&atid=543653">SF 1014 BUG-1335045</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1289661&group_id=75348&atid=543653">SF 1015 BUG-1289661</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1225370&group_id=75348&atid=543653">SF 1016 BUG-1225370</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1156291&group_id=75348&atid=543653">SF 1017 BUG-1156291</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1165914&group_id=75348&atid=543653">SF 1018 BUG-1165914</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1111877&group_id=75348&atid=543653">SF 1019 BUG-1111877</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1092373&group_id=75348&atid=543653">SF 1020 BUG-1092373</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1101596&group_id=75348&atid=543653">SF 1021 BUG-1101596</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1246952&group_id=75348&atid=543653">SF 1022 BUG-1246952</a>] The URLs for links and 1023 images are now correctly preserved as entered, no matter if you are using relative 1024 or absolute paths. </li> 1025 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1162809&group_id=75348&atid=543653">SF 1026 BUG-1162809</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1205638&group_id=75348&atid=543653">SF 1027 BUG-1205638</a>] The "Image" and "Flash" dialog windows 1028 now loads the preview correctly if the "BaseHref" configuration option 1029 is set. </li> 1030 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1329807&group_id=75348&atid=543653">SF 1031 BUG-1329807</a>] The alert boxes are now showing correctly when doing cut/copy/paste 1032 operations on Firefox installations when it is not possible to execute that operations 1033 due to security settings. </li> 1034 <li>A new "Panel" system (used in the drop-dowm toolbar commands, color selectors 1035 and context menu) has been developed. The following bugs have been fixed with it: 1036 <ul> 1037 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1186927&group_id=75348&atid=543653">SF 1038 BUG-1186927</a>] On IE, sometimes the context menu was being partially hidden.* 1039 </li> 1040 <li>On Firefox, the context menu was flashing in the wrong position before showing. 1041 </li> 1042 <li>On Firefox 1.5, the Color Selector was not working. </li> 1043 <li>On Firefox 1.5, the fonts in the panels were too big. </li> 1044 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1076435&group_id=75348&atid=543653">SF 1045 BUG-1076435</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1200631&group_id=75348&atid=543653">SF 1046 BUG-1200631</a>] On Firefox, sometimes the context menu was being shown in the 1047 wrong position.</li> 1048 </ul> 1049 </li> 1050 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1364094&group_id=75348">SF 1051 BUG-1364094</a>] Font families were <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572"> 1052 not being rendered correctly on Firefox</a> . </li> 1053 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1315954&group_id=75348">SF 1054 BUG-1315954</a>] No error is thrown when pasting some case specific code from editor 1055 to editor. </li> 1056 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1341553&group_id=75348&atid=543653">SF 1057 BUG-1341553</a>] A small fix for a security alert in the File Browser has been 1058 applied. </li> 1059 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1370953&group_id=75348&atid=543653">SF 1060 BUG-1370953</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1339898&group_id=75348&atid=543653">SF 1061 BUG-1339898</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1323319&group_id=75348&atid=543653">SF 1062 BUG-1323319</a>] A message will be shown to the user (instead of a JS error) if 1063 a "popup blocker" blocks the "Browser Server" button. Thanks 1064 to Erwin Verdonk. </li> 1065 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1370355&group_id=75348&atid=543653">SF 1066 BUG-1370355</a>] Anchor links that points to a single character anchor, like "#A", 1067 are now correctly detected in the Link dialog window. Thanks to Ricky Casey. </li> 1068 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1368998&group_id=75348&atid=543653">SF 1069 BUG-1368998</a>] Custom error processing has been added to the file upload on the 1070 File Browser. </li> 1071 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1367802&group_id=75348&atid=543653">SF 1072 BUG-1367802</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1207740&group_id=75348&atid=543653">SF 1073 BUG-1207740</a>] A message is shown to the user if a dialog box is blocked by 1074 a popup blocker in Firefox. </li> 1075 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1358891&group_id=75348&atid=543653">SF 1076 BUG-1358891</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1340960&group_id=75348&atid=543653">SF 1077 BUG-1340960</a>] The editor not works locally (without a web server) on directories 1078 where the path contains spaces. </li> 1079 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1357247&group_id=75348&atid=543653">SF 1080 BUG-1357247</a>] The editor now intercepts SHIFT + INS keystrokes when needed. </li> 1081 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1328488&group_id=75348&atid=543653">SF 1082 BUG-1328488</a>] <strong><font color="#ff0000">Attention</font></strong>: The Page 1083 Break command now produces different tags to avoid XHTML compatibility 1084 issues. Any Page Break previously applied to content produced with previous versions 1085 of FCKeditor will not me rendered now, even if they will still be working correctly. 1086 </li> 1087 <li>It is now possible to allow cut/copy/past operations on Firefox using the <a 1088 href="http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard" 1089 target="_blank">user.js</a> file. </li> 1090 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1336792&group_id=75348&atid=543653">SF 1091 BUG-1336792</a>] A fix has been applied to the XHTML processor to allow tag names 1092 with the "minus" char (-). </li> 1093 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1339560&group_id=75348&atid=543653">SF 1094 BUG-1339560</a>] The editor now correctly removes the "selected" option 1095 for checkboxes and radio buttons. </li> 1096 <li>The Table dialog box now selects the table correctly when right-clicking on objects 1097 (like images) placed inside the table. </li> 1098 <li><strong><font color="#ff0000">Attention</font></strong>: A few changes have been 1099 made in the skins. If you have a custom skin, it is recommended you to make a diff 1100 of the fck_contextmenu.css file of the default skin with your implementation. </li> 1101 <li>Mouse select (marking things in blue, like selecting text) has been disabled 1102 on panels (drop-down menu commands, color selector and context menu) and toolbar, 1103 for both IE and Firefox. </li> 1104 <li>On Gecko, fake borders will not be applied to tables with the border attribute set 1105 to more than 0, but placed inside tables with border set to 0. </li> 1106 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1360717&group_id=75348&atid=543653">SF 1107 BUG-1360717</a>] A wrapping issue in the "Silver" skin has been corrected. 1108 Thanks to Ricky Casey. </li> 1109 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1251145&group_id=75348&atid=543653">SF 1110 BUG-1251145</a>] In IE, the focus is now maintained in the text when clicking in 1111 the empty area following it. </li> 1112 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1181386&group_id=75348&atid=543653">SF 1113 BUG-1181386</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1237791&group_id=75348&atid=543653">SF 1114 BUG-1237791</a>] The "Stylesheet Classes" field in the Link dialog 1115 window in now applied correctly on IE. Thanks to Andrew Crowe. </li> 1116 <li>The "Past from Word" dialog windows is now showing correctly on Firefox 1117 on some languages. </li> 1118 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1315008&group_id=75348&atid=543653">SF 1119 BUG-1315008</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1241992&group_id=75348&atid=543653">SF 1120 BUG-1241992</a>] IE, when selecting objects (like images) and hitting the "Backspace" 1121 button, the browser's "back" will not get executed anymore and the object 1122 will be correctly deleted. </li> 1123 <li>The "AutoDetectPasteFromWord" is now working correctly in IE. Thanks to 1124 Juan Ant. Gómez. </li> 1125 <li>A small enhancement has been made in the Word pasting detection. Thanks to Juan 1126 Ant. Gómez. </li> 1127 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1090686&group_id=75348&atid=543653">SF 1128 BUG-1090686</a>] No more conflict with Firefox "Type-Ahead Find" feature. 1129 </li> 1130 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=942653&group_id=75348&atid=543653">SF 1131 BUG-942653</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1155856&group_id=75348&atid=543653">SF 1132 BUG-1155856</a>] The "width" and "height" of images sized 1133 using the inline handlers are now correctly loaded in the image dialog box. </li> 1134 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1209093&group_id=75348&atid=543653">SF 1135 BUG-1209093</a>] When "Full Page Editing" is active, in the "Document 1136 Properties" dialog, the "Browse Server" button for the page background 1137 is now correctly hidden if "ImageBrowser" is set to "false" 1138 in the configurations file. Thanks to Richard. </li> 1139 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1120266&group_id=75348&atid=543653">SF 1140 BUG-1120266</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1186196&group_id=75348&atid=543653">SF 1141 BUG-1186196</a>] The editor now retains the focus when selecting commands in 1142 the toolbar. </li> 1143 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1244480&group_id=75348&atid=543653">SF 1144 BUG-1244480</a>] The editor now will look first to linked fields "ids" 1145 and second to "names". </li> 1146 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1252905&group_id=75348&atid=543653">SF 1147 BUG-1252905</a>] The "InsertHtml" function now preserves URLs as entered. 1148 </li> 1149 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1266317&group_id=75348&atid=543653">SF 1150 BUG-1266317</a>] Toolbar commands are not anymore executed outside the editor. </li> 1151 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1365664&group_id=75348&atid=543653">SF 1152 BUG-1365664</a>] The "wrap=virtual" attribute has been removed from the 1153 integration files for validation purposes. No big impact. </li> 1154 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=972193&group_id=75348&atid=543653">SF 1155 BUG-972193</a>] Now just one click is needed to active the cursor inside the editor. 1156 </li> 1157 <li>The hidden fields used by the editor are now protected from changes using the "Web 1158 Developer Add-On > Forms > Display Forms Details" extension. Thanks to 1159 Jean-Marie Griess. </li> 1160 <li>On IE, the "Format" toolbar dropdown now reflects the current paragraph 1161 type on IE. Because of a bug in the browser, it is quite dependent on the browser 1162 language and the editor interface language (both must be the same). Also, as the 1163 "Normal (DIV)" type is seen by IE as "Normal", to avoid confusion, 1164 both types are ignored by this fix. </li> 1165 <li>On some very rare cases, IE was loosing the "align" attribute for DIV 1166 tags. Fixed. </li> 1167 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1388799&group_id=75348">SF 1168 BUG-1388799</a>] The code formatter was removing spaces on the beginning of lines 1169 inside PRE tags. Fixed. </li> 1170 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1387135&group_id=75348&atid=543653">SF 1171 BUG-1387135</a>] No more "NaN" values in the image dialog, when changing 1172 the sizes in some situations. </li> 1173 <li>Corrected a small type in the table handler. </li> 1174 <li>You can now set the "z-index" for floating panels (toolbar dropdowns, 1175 color selectors, context menu) in Firefox, avoiding having them hidden under another 1176 objects. By default it is set to 10,000. Use the FloatingPanelsZIndex configuration 1177 option to change this value.</li> 1178 </ul> 1179 <p> 1180 <strong>Special thanks</strong> to <a target="_blank" href="https://sourceforge.net/users/alfonsoml/"> 1181 Alfonso Martinez</a>, who have provided many patches and suggestions for the 1182 following features / fixes present in this version. I encourage all you to <a href="https://sourceforge.net/donate/index.php?user_id=1356422"> 1183 donate</a> to Alfonso, as a way to say thanks for his nice open source approach. 1184 Thanks Alfonso!. Check out his contributions:</p> 1185 <ul> 1186 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1364094&group_id=75348">SF 1187 BUG-1352539</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1208348&group_id=75348&atid=543653">SF 1188 BUG-1208348</a>] With Firefox, no more "fake" selections are appearing 1189 when inserting images, tables, special chars or when using the "insertHtml" 1190 function. </li> 1191 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1382588&group_id=75348">SF 1192 Patch-1382588</a>] The "FCKConfig.DisableImageHandles" configuration option 1193 is not working on Firefox 1.5. </li> 1194 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1368586&group_id=75348&atid=543655">SF 1195 Patch-1368586</a>] Some fixes have been applied to the Flash dialog box and the 1196 Flash pre-processor. </li> 1197 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1360253&group_id=75348&atid=543655">SF 1198 Patch-1360253</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1378782&group_id=75348&atid=543653">SF 1199 BUG-1378782</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1305899&group_id=75348&atid=543653">SF 1200 BUG-1305899</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1344738&group_id=75348&atid=543653">SF 1201 BUG-1344738</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1347808&group_id=75348&atid=543653">SF 1202 BUG-1347808</a>] On dialogs, some fields became impossible 1203 to select or change when using Firefox. It has been fixed. </li> 1204 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1357445&group_id=75348&atid=543655">SF 1205 Patch-1357445</a>] Add support for DIV in the Format drop-down combo for Firefox. 1206 </li> 1207 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1350465&group_id=75348&atid=543653">SF 1208 BUG-1350465</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1376175&group_id=75348&atid=543653">SF 1209 BUG-1376175</a>] The "Cell Properties" dialog now works correctly 1210 when right-clicking in an object (image, for example) placed inside the cell itself. 1211 </li> 1212 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349166&group_id=75348&atid=543655">SF 1213 Patch-1349166</a>] On IE, there is now support for namespaces on tags names. </li> 1214 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1350552&group_id=75348&atid=543655">SF 1215 Patch-1350552</a>] Fix the display issue when applying styles on tables. </li> 1216 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352320&group_id=75348&atid=543655">SF 1217 Patch-1352320</a> ] Fixed a wrong usage of the "parentElement" 1218 property on Gecko. </li> 1219 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1355007&group_id=75348&atid=543655">SF 1220 Patch-1355007</a>] The new "FCKDebug.OutputObject" function is available 1221 to dump all object information in the debug window. </li> 1222 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1329500&group_id=75348&atid=543655">SF 1223 Patch-1329500</a>] It is now possible to delete table columns when clicking on a 1224 TH cell of the column. </li> 1225 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1315351&group_id=75348&atid=543655">SF 1226 Patch-1315351</a>] It is now possible to pass the image width and height to the 1227 "SetUrl" function of the Flash dialog box. </li> 1228 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1327384&group_id=75348&atid=543655">SF 1229 Patch-1327384</a>] TH tags are now correctly handled by the source code formatter 1230 and the "FillEmptyBlocks" configuration option. </li> 1231 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1327406&group_id=75348&atid=543655">SF 1232 Patch-1327406</a>] Fake borders are now displayed for TH elements on tables with 1233 border set to 0. Also, on Firefox, it will now work even if the border attribute 1234 is not defined and the borders are not dotted. </li> 1235 <li>Hidden fields now get rendered on Firefox. </li> 1236 <li>The BasePath is now included in the debugger URL to avoid problems when calling 1237 it from plugins.</li> 1238 </ul> 1239 <p> 1240 * This version has been partially sponsored by <a target="_blank" href="http://www.alkacon.com"> 1241 Alkacon Software</a>.</p> 1242 <h3> 1243 Version 2.1.1</h3> 1244 <p> 1245 New Features and Improvements:</p> 1246 <ul> 1247 <li>The new "<strong>Insert Page Break</strong>" command (for printing) has 1248 been introduced.* </li> 1249 <li>The editor package now has a root directory called "FCKeditor".</li> 1250 </ul> 1251 <p> 1252 Fixed Bugs:</p> 1253 <ul> 1254 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1326285&group_id=75348&atid=543653">SF 1255 BUG-1326285</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1316430&group_id=75348&atid=543653">SF 1256 BUG-1316430</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1323662&group_id=75348&atid=543653">SF 1257 BUG-1323662</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1326223&group_id=75348&atid=543653">SF 1258 BUG-1326223</a>] We are doing a little step back with this version. 1259 The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice 1260 feature, but we need much more testing on it. It introduced some bugs and so 1261 its preferable to not have that feature, avoiding problems (even if that feature 1262 was intended to solve some issues). </li> 1263 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1289372&group_id=75348&atid=543653">SF 1264 BUG-1275714</a>] Comments in the beginning of the source are now preserved when 1265 using the "undo" and "redo" commands. </li> 1266 <li>The "undo" and "redo" commands now work for the Style command. 1267 </li> 1268 <li>An error in the execution of the pasting commands on Firefox has been fixed. </li> 1269 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1326184&group_id=75348">SF 1270 BUG-1326184</a>] No strange (invalid) entities are created when using Firefox. Also, 1271 the &nbsp; used by the FillEmptyBlocks setting is maintained even if you disable 1272 the ProcessHTMLEntities setting.</li> 1273 </ul> 1274 <p> 1275 * This version has been partially sponsored by <a target="_blank" href="http://www.acttive.com.br/"> 1276 Acctive Software S.A.</a>.</p> 1277 <h3> 1278 Version 2.1</h3> 1279 <p> 1280 New Features and Improvements:</p> 1281 <ul> 1282 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1200328&group_id=75348&atid=543653">SF 1283 BUG-1200328</a>] The editor now offers a way to "protect" part of the 1284 source to remain untouched while editing or changing views. Just use the "FCKConfig.ProtectedSource" 1285 object to configure it and customize to your needs. It is based on regular expressions. 1286 See fckconfig.js for some samples. </li> 1287 <li>The editor now offers native support for <strong>Lasso</strong>. Thanks and welcome to 1288 our new developer Jason Huck. </li> 1289 <li>New language files are available: 1290 <ul> 1291 <li><strong>Faraose</strong> (by Símin Lassaberg and Helgi Arnthorsson) 1292 </li> 1293 <li><strong>Malay</strong> (by Fairul Izham Mohd Mokhlas) </li> 1294 <li><strong>Mongolian</strong> (by Lkamtseren Odonbaatar) </li> 1295 <li><strong>Vietnamese</strong> (by Phan Binh Giang)</li> 1296 </ul> 1297 </li> 1298 <li>A new configurable ColdFusion connector is available. Thanks to Mark Woods. 1299 Many enhancements has been introduced with it. </li> 1300 <li>The PHP connector for the default File Browser now sorts the folders and files names. 1301 </li> 1302 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1289372&group_id=75348&atid=543653">SF 1303 BUG-1289372</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1282758&group_id=75348&atid=543653">SF 1304 BUG-1282758</a>] In the PHP connector it is now possible to set the absolute 1305 (server) path to the User Files directory, avoiding problems with Virtual Directories, 1306 Symbolic Links or Aliases. Take a look at the config.php file. </li> 1307 <li>The ASP.Net uploader (for Quick Uploads) has been added to the package. </li> 1308 <li>A new way to define <strong>simple "combo" toolbar items</strong> , like 1309 Style and Font, has been introduced. Thanks to Steve Lineberry. See 1310 sample06.html and the "simplecommands" plugin to fully understand 1311 it. </li> 1312 <li>A new test case has been added that shows how to set the editor background dynamically 1313 without using a CSS. </li> 1314 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155906&group_id=75348&atid=543653">SF 1315 BUG-1155906</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1110116&group_id=75348&atid=543653">SF 1316 BUG-1110116</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1216332&group_id=75348&atid=543653">SF 1317 BUG-1216332</a>] The "AutoDetectPasteFromWord" configuration option 1318 is back (IE only feature). </li> 1319 <li>The new "OnAfterLinkedFieldUpdate" event has been introduced. If 1320 is fired when the editor updates its hidden associated field. </li> 1321 <li>Attention: The color of the right border of the toolbar (left on RTL interfaces) 1322 has been moved from code to the CSS (TB_SideBorder class). Update your custom skins. 1323 </li> 1324 <li>A sample "htaccess.txt" file has been added to the editor's package 1325 to show how to configure some Linux sites that could present problems on Firefox 1326 with "Illegal characters" errors. Respectively the "" 1327 chars. </li> 1328 <li>With the JavaScript, ASP and PHP integration files, you can set the QueryString 1329 value "fcksource=true" to load the editor using the source files (located 1330 in the _source directory) instead of the compressed ones. Thanks to Kae Verens for 1331 the suggestion. </li> 1332 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1246623&group_id=75348&atid=543656">SF 1333 Feature-1246623</a>] The new configuration option "ForceStrongEm" has 1334 been introduced so you can force the editor to convert all <B> and <I> 1335 tags to <STRONG> and <EM> respectively. </li> 1336 <li>A nice contribution has been done by Goss Interactive Ltd: 1337 <ul> 1338 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1246949&group_id=75348&atid=543653">SF 1339 BUG-1246949</a>] Implemented ENTER key and BACKSPACE key handlers for Gecko so that 1340 P tags (or an appropriate block element) get inserted instead of BR tags when not 1341 in the UseBROnCarriageReturn config mode. 1342 <br /> 1343 The ENTER key handling has been written to function much the same as the ENTER key 1344 handling on IE : as soon as the ENTER key is pressed, existing content will be wrapped 1345 with a suitable block element (P tag) as appropriate and a new block element (P 1346 tag) will be started. 1347 <br /> 1348 The ENTER key handler also caters for pressing ENTER within empty list items - ENTER 1349 in an empty item at the top of a list will remove that list item and start a new 1350 P tag above the list; ENTER in an empty item at the bottom of a list will remove 1351 that list item and start a new P tag below the list; ENTER in an empty item in the 1352 middle of a list will remove that list item, split the list into two, and start 1353 a new P tag between the two lists. </li> 1354 <li>Any tables that are found to be incorrectly nested within a block element (P tag) 1355 will be moved out of the block element when loaded into the editor. This is required 1356 for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML. 1357 </li> 1358 <li>The InsertOrderedList and InsertUnorderedList commands have been overridden on Gecko 1359 to ensure that block elements (P tags) are placed around a list item's content when 1360 it is moved out of the list due to clicking on the editor's list toolbar buttons 1361 (when not in the UseBROnCarriageReturn config mode). </li> 1362 </ul> 1363 </li> 1364 </ul> 1365 <p> 1366 Fixed Bugs:</p> 1367 <ul> 1368 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1253255&group_id=75348&atid=543653">SF 1369 BUG-1253255</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1253255&group_id=75348&atid=543653">SF 1370 BUG-1265520</a>] Due to changes on version 2.0, the anchor list was not anymore 1371 visible in the link dialog window. It has been fixed. </li> 1372 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1242979&group_id=75348">SF 1373 BUG-1242979</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1251354&group_id=75348&atid=543653">SF 1374 BUG-1251354</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1256178&group_id=75348&atid=543653">SF 1375 BUG-1256178</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1274841&group_id=75348&atid=543653">SF 1376 BUG-1274841</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1303949&group_id=75348&atid=543653">SF 1377 BUG-1303949</a>] Due to a bug on Firefox, some keys stopped working 1378 on startup over Firefox. It has been fixed. </li> 1379 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1251373&group_id=75348&atid=543653">SF 1380 BUG-1251373</a> ] The above fix also has corrected some strange behaviors on 1381 Firefox. </li> 1382 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1144258">SF 1383 BUG-1144258</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1092081">SF 1384 BUG-1092081</a>] The File Browsers now run on the same server session used 1385 in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta. 1386 </li> 1387 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1305619&group_id=75348&atid=543653">SF 1388 BUG-1305619</a> ] No more repeated login dialogs when running the editor with Windows 1389 Integrated Security with IIS. </li> 1390 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1245304&group_id=75348&atid=543655">SF 1391 Patch-1245304</a>] The Test Case 004 is now working correctly. It has been changed 1392 to set the editor hidden at startup. </li> 1393 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1290610&group_id=75348&atid=543653">SF 1394 BUG-1290610</a> ] Over HTTPS, there were some warnings when loading the Images, 1395 Flash and Link dialogs. Fixed. </li> 1396 <li>Due to Gecko bugs, two errors were thrown when loading the editor in a hidden div. 1397 Workarounds have been introduced. In any case, the testcase 004 hack is needed when 1398 showing the editor (as in a tabbed interface). </li> 1399 <li>An invalid path in the dialogs CSS file has been corrected. </li> 1400 <li>On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut 1401 keys. </li> 1402 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1295538&group_id=75348&atid=543653">SF 1403 BUG-1295538</a> ] A few Undo/Redo fixes for IE have been done. </li> 1404 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1247070&group_id=75348&atid=543653">SF 1405 BUG-1247070</a>] On Gecko, it is now possible to use the shortcut keys for Bold 1406 (CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like in IE. </li> 1407 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1274303&group_id=75348&atid=543653">SF 1408 BUG-1274303</a>] The "Insert Column" command is now working correctly 1409 on TH cells. It also copies any attribute applied to the source cells. </li> 1410 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1287070&group_id=75348&atid=543655">SF 1411 Patch-1287070</a> ] In the Universal Keyboard, the Arabic keystrokes translator 1412 is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij. </li> 1413 <li>The editor now handles AJAX requests with HTTP status 304. </li> 1414 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157780&group_id=75348&atid=543653">SF 1415 BUG-1157780</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1229077&group_id=75348&atid=543653">SF 1416 BUG-1229077</a>] Weird comments are now handled correctly (ignored on some cases). 1417 </li> 1418 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155774&group_id=75348&atid=543653">SF 1419 BUG-1155774</a>] A spelling error in the Bulleted List Properties dialog has been 1420 corrected. </li> 1421 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1272018&group_id=75348&atid=543653">SF 1422 BUG-1272018</a>] The ampersand character can now be added from the Special Chars 1423 dialog. </li> 1424 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1263161&group_id=75348&atid=543653">SF 1425 BUG-1263161</a>] A small fix has been applied to the sampleposteddata.php file. 1426 Thanks to Mike Wallace. </li> 1427 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1241504&group_id=75348&atid=543653">SF 1428 BUG-1241504</a>] The editor now looks also for the ID of the hidden linked field. 1429 </li> 1430 <li>The caption property on tables is now working on Gecko. Thanks to Helen Somers (Goss 1431 Interactive Ltd). </li> 1432 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1297431&group_id=75348&atid=543653">SF 1433 BUG-1297431</a>] With IE, the editor now works locally when its files are placed 1434 in a directory path that contains spaces. </li> 1435 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1279551&group_id=75348&atid=543653">SF 1436 BUG-1279551</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1242105&group_id=75348&atid=543653">SF 1437 BUG-1242105</a>] On IE, some features are dependant of ActiveX components (secure... 1438 distributed with IE itself). Some security setting could avoid the usage of 1439 those components and the editor would stop working. Now a message is shown, indicating 1440 the use the minimum necessary settings need by the editor to run. </li> 1441 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1298880&group_id=75348&atid=543653">SF 1442 BUG-1298880</a>] Firefox can't handle the STRONG and EM tags. Those tags are now 1443 converted to B and I so it works accordingly. </li> 1444 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271723&group_id=75348&atid=543653">SF 1445 BUG-1271723</a>] On IE, it is now possible to select the text and work correctly 1446 in the contents of absolute positioned/dimensioned divs. </li> 1447 <li>On IE, there is no need to click twice in the editor to activate the cursor 1448 in the editing area. </li> 1449 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1221621&group_id=75348">SF 1450 BUG-1221621</a>] Many "warnings" in the Firefox console are not thrown 1451 anymore. </li> 1452 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1295526&group_id=75348&atid=543653">SF 1453 BUG-1295526</a>] While editing on "FullPage" mode the basehref is 1454 now active for CSS "link" tags. </li> 1455 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1222584&group_id=75348&atid=543655">SF 1456 Patch-1222584</a>] A small fix to the PHP connector has been applied. </li> 1457 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1281313&group_id=75348&atid=543655">SF 1458 Patch-1281313</a>] A few small changes to avoid problems with Plone. Thanks to Jean-mat. 1459 </li> 1460 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1275911&group_id=75348&atid=543653">SF 1461 BUG-1275911</a>] A check for double dots sequences on directory names on creation 1462 has been introduced to the PHP and ASP connectors.</li> 1463 </ul> 1464 <h3> 1465 Version 2.0</h3> 1466 <p> 1467 New Features and Improvements:</p> 1468 <ul> 1469 <li>The new "<strong>Flash</strong>" command is available. Now you can 1470 easily handle Flash content, over IE and Gecko, including server browser integration 1471 and context menu support. Due to limitations of the browsers, it is not possible 1472 to see the preview of the movie while editing, so a nice "placeholder" 1473 is used instead. * </li> 1474 <li>A "<strong>Quick Upload</strong> " option is now available in the 1475 link, image and flash dialog windows, so the user don't need to go (or have) the 1476 File Browser for this operations. The ASP and PHP uploader are included. Take 1477 a look at the configuration file.*** </li> 1478 <li>Added support for <strong>Active FoxPro Pages</strong> . Thanks to our new developer, 1479 Sönke Freitag. </li> 1480 <li>It is now possible to <strong>disable the size handles</strong> for images and tables 1481 (IE only feature). Take a look at the DisableImageHandles and DisableTableHandles 1482 configuration options. </li> 1483 <li>The handles on form fields (small squares around them) and the inline editing 1484 of its contents have been disabled. This makes it easier to users to use 1485 the controls. </li> 1486 <li>A much better support for Word pasting operations has been introduced. Now it uses 1487 a dialog box, in this way we have better results and more control.** </li> 1488 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1225372&group_id=75348&atid=543655">SF 1489 Patch-1225372</a>] A small change has been done to the PHP integration file. The 1490 generic __construct constructor has been added for better PHP 5 sub-classing compatibility 1491 (backward compatible). Thanks to Marcus Bointon.</li> 1492 </ul> 1493 <p> 1494 Fixed Bugs:</p> 1495 <ul> 1496 <li>ATTENTION: Some security changes have been made to the connectors. Now you must 1497 explicitly enable the connector you want to use. Please test your application before 1498 deploying this update. </li> 1499 <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1211591">SF 1500 BUG-1211591</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1204273&group_id=75348&atid=543653">SF 1501 BUG-1204273</a>] The connectors have been changed so it is not possible to use 1502 ".." on directory names. </li> 1503 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1219734&group_id=75348&atid=543655">SF 1504 Patch-1219734</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1219728&group_id=75348&atid=543653">SF 1505 BUG-1219728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1208654&group_id=75348&atid=543653">SF 1506 BUG-1208654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1205442&group_id=75348&atid=543653">SF 1507 BUG-1205442</a>] There was an error in the page unload on some cases 1508 that has been fixed. </li> 1509 <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1209708">SF 1510 BUG-1209708</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1214125">SF 1511 BUG-1214125</a>] The undo on IE is now working correctly when the user starts 1512 typing. </li> 1513 <li>The preview now loads "Full Page" editing correctly. It also uses the 1514 same XHTML code produced by the final output. </li> 1515 <li>The "Templates" dialog was not working on some very specific (and strange) 1516 occasions over IE. </li> 1517 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1199631&group_id=75348">SF 1518 BUG-1199631</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1171944&group_id=75348&atid=543653">SF 1519 BUG-1171944</a>] A new option is available to avoid a bad IE behavior that shows 1520 the horizontal scrollbar even when not needed. You can now force the vertical scrollbar 1521 to be always visible. Just set the "IEForceVScroll" configuration option 1522 to "true". Thanks to Grant Bartlett. </li> 1523 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1212026&group_id=75348&atid=543655">SF 1524 Patch-1212026</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1228860&group_id=75348&atid=543653">SF 1525 BUG-1228860</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1211775&group_id=75348&atid=543653">SF 1526 BUG-1211775</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1199824">SF 1527 BUG-1199824</a>] An error in the Packager has been corrected. </li> 1528 <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1163669">SF 1529 BUG-1163669</a>] The XHTML processor now adds a space before the closing slash of 1530 tags that don't have a closing tag, like <br />. </li> 1531 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1213733&group_id=75348&atid=543653">SF 1532 BUG-1213733</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1216866&group_id=75348&atid=543653">SF 1533 BUG-1216866</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1209673&group_id=75348&atid=543653">SF 1534 BUG-1209673</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155454&group_id=75348&atid=543653">SF 1535 BUG-1155454</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1187936&group_id=75348&atid=543653">SF 1536 BUG-1187936</a> ] Now, on Gecko, the source is opened in a 1537 dialog window to avoid fatal errors (Gecko bugs). </li> 1538 <li>Some pages have been changed to avoid importing errors on Plone. Thanks to Arthur 1539 Kalmenson. </li> 1540 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1171606&group_id=75348&atid=543653">SF 1541 BUG-1171606</a>] There is a bug on IE that makes the editor to not work if 1542 the instance name matches a meta tag name. Fixed. </li> 1543 <li>On Firefox, the source code is now opened in a dialog box, to avoid error on pages 1544 with more than one editor. </li> 1545 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1225703&group_id=75348&atid=543655">SF 1546 Patch-1225703</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1214941&group_id=75348&atid=543653">SF 1547 BUG-1214941</a>] The "ForcePasteAsPlainText" configuration option 1548 is now working correctly on Gecko browsers. Thanks to Manuel Polo. </li> 1549 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1228836&group_id=75348&atid=543653">SF 1550 BUG-1228836</a>] The "Show Table Borders" feature is now working on Gecko 1551 browsers. </li> 1552 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1212529&group_id=75348&atid=543655">SF 1553 Patch-1212529</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1212517&group_id=75348&atid=543653">SF 1554 BUG-1212517</a>] The default File Browser now accepts connectors with querystring 1555 parameters (with "?"). Thanks to Tomas Jucius. </li> 1556 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1233318&group_id=75348&atid=543653">SF 1557 BUG-1233318</a>] A JavaScript error thrown when using the Print command has been 1558 fixed. </li> 1559 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1229696&group_id=75348&atid=543653">SF 1560 BUG-1229696</a>] A regular expression has been escaped to avoid problems when opening 1561 the code in some editors. It has been moved to a dialog window. </li> 1562 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1231978&group_id=75348&atid=543653">SF 1563 BUG-1231978</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1228939&group_id=75348&atid=543653">SF 1564 BUG-1228939</a>] The Preview window is now using the Content Type and Base href. 1565 </li> 1566 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1232056&group_id=75348&atid=543653">SF 1567 BUG-1232056</a>] The anchor icon is now working correctly on IE. </li> 1568 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1232056&group_id=75348&atid=543653">SF 1569 BUG-1202468</a>] The anchor icon is now available on Gecko too. </li> 1570 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1236279&group_id=75348&atid=543653">SF 1571 BUG-1236279</a>] A security warning has been corrected when using the File Browser 1572 over HTTPS. </li> 1573 <li>The ASP implementation now avoid errors when setting the editor value to null values. 1574 </li> 1575 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237359&group_id=75348&atid=543653">SF 1576 BUG-1237359</a>] The trailing <BR> added by Gecko at the end of the source 1577 is now removed. </li> 1578 <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1170828">SF 1579 BUG-1170828</a>] No more &nbsp; is added to the source when using the "New 1580 Page" button. </li> 1581 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1165264&group_id=75348&atid=543653">SF 1582 BUG-1165264</a>] A new configuration option has been included to force the 1583 editor to ignore empty paragraph values (<p>&nbsp;</p>), returning 1584 empty (""). </li> 1585 <li>No more &nbsp; is added when creating a table or adding columns, rows or cells. 1586 </li> 1587 <li>The <TD> tags are now included in the FillEmptyBlocks configuration handling. 1588 </li> 1589 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1224829&group_id=75348&atid=543653">SF 1590 BUG-1224829</a>] A small bug in the "Find" dialog has been fixed. </li> 1591 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221307&group_id=75348&atid=543653">SF 1592 BUG-1221307</a>] A small bug in the "Image" dialog has been fixed. </li> 1593 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1219981&group_id=75348&atid=543653">SF 1594 BUG-1219981</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155726&group_id=75348&atid=543653">SF 1595 BUG-1155726</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1178473&group_id=75348&atid=543653">SF 1596 BUG-1178473</a>] It is handling the <FORM>, <TEXTAREA> and <SELECT> 1597 tags "name" attribute correctly. Thanks to thc33. </li> 1598 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1205403&group_id=75348&atid=543653">SF 1599 BUG-1205403</a>] The checkbox and radio button values are now handled correctly 1600 in their dialog windows. Thanks to thc33. </li> 1601 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1236626&group_id=75348&atid=543653">SF 1602 BUG-1236626</a>] The toolbar now doesn't need to collapse when unloading the page 1603 (IE only). </li> 1604 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1212559&group_id=75348&atid=543653">SF 1605 BUG-1212559</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1017231&group_id=75348&atid=543653">SF 1606 BUG-1017231</a>] The "Save" button now calls the "onsubmit" 1607 event before posting the form. The submit can be cancelled if the onsubmit returns 1608 "false". </li> 1609 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1215823&group_id=75348&atid=543653">SF 1610 BUG-1215823</a>] The editor now works correctly on Firefox if it values is set to 1611 "<p></p>". </li> 1612 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1217546&group_id=75348&atid=543653">SF 1613 BUG-1217546</a>] No error is thrown when "pasting as plain text" and no 1614 text is available for pasting (as an image for example). </li> 1615 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1207031&group_id=75348&atid=543653">SF 1616 BUG-1207031</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1223978">SF 1617 BUG-1223978</a>] The context menu is now available in the source view. </li> 1618 <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1213871">SF 1619 BUG-1213871</a>] Undo has been added to table creation and table operation commands. 1620 </li> 1621 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1205211&group_id=75348&atid=543653">SF 1622 BUG-1205211</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1229941&group_id=75348&atid=543653">SF 1623 BUG-1229941</a>] Small bug in the mcpuk file browser have been corrected.</li> 1624 </ul> 1625 <p> 1626 * This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/"> 1627 Infineon Technologies AG</a>.<br /> 1628 ** This version has been partially sponsored by <a href="http://www.visualsoft.co.uk"> 1629 Visualsoft</a> <a href="http://www.visualsoft.co.uk/websolutions.html">Web Solutions</a>.<br /> 1630 *** This version has been partially sponsored by <a target="_blank" href="http://www.webcrossing.com"> 1631 Web Crossing, Inc</a>.</p> 1632 <h3> 1633 Version 2.0 FC (Final Candidate)</h3> 1634 <p> 1635 New Features and Improvements:</p> 1636 <ul> 1637 <li>A new tab called "<strong>Link</strong>" is available in the<strong> Image 1638 Dialog</strong> window. In this way you can insert or modify the image link directly 1639 from that dialog.* </li> 1640 <li>The new "<strong>Templates</strong>" command is now available. Now the 1641 user can select from a list of pre-build HTML and fill the editor with it. Take 1642 a look at the "_docs" for more info.** </li> 1643 <li>The <a target="_blank" href="http://mcpuk.net/fbxp/">mcpuk's</a> File Browser for 1644 PHP has been included in the package. He became the official developer of the File 1645 Manager for FCKeditor, so we can expect good news in the future. </li> 1646 <li>New configuration options are available to <strong>hide tabs</strong> from the <strong> 1647 Image</strong> Dialog and <strong>Link</strong> Dialog windows: LinkDlgHideTarget, 1648 LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced. </li> 1649 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1189442&group_id=75348&atid=543653">SF 1650 BUG-1189442</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1187164&group_id=75348&atid=543653">SF 1651 BUG-1187164</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1185905&group_id=75348&atid=543653">SF 1652 BUG-1185905</a>] It is now possible to configure the editor to <strong>not convert Greek</strong> 1653 or special <strong>Latin </strong>letters to ther specific HTML entities. You 1654 can also configure it to not convert any character at all. Take a look at the "ProcessHTMLEntities", 1655 "IncludeLatinEntities" and "IncludeGreekEntities" configuration 1656 options. </li> 1657 <li>New language files are available: 1658 <ul> 1659 <li><strong>Basque</strong> (by Ibon Igartua) </li> 1660 <li><strong>English (Australia / United Kingdom)</strong> (by Christopher Dawes) </li> 1661 <li><strong>Ukrainian</strong> (by Alexander Pervak)</li> 1662 </ul> 1663 </li> 1664 <li>The version and date information have been removed from the files headers to avoid 1665 unecessary diffs in source control systems when new versions are released (from 1666 now on). </li> 1667 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1159854&group_id=75348&atid=543655">SF 1668 Patch-1159854</a>] Ther HTML output rendered by the server side integration files 1669 are now XHTML compatible. </li> 1670 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1181823&group_id=75348&atid=543653">SF 1671 BUG-1181823</a>] It is now possible to set the desired DOCTYPE to use when edit 1672 HTML fragments (not in Full Page mode). </li> 1673 <li>There is now an optional way to implement different "mouse over" effects 1674 to the buttons when they are "on" of "off".</li> 1675 </ul> 1676 <p> 1677 Fixed Bugs:</p> 1678 <ul> 1679 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1162200&group_id=75348&atid=543653">SF 1680 BUG-1162200</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1161633&group_id=75348&atid=543653">SF 1681 BUG-1161633</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1050293&group_id=75348&atid=543653">SF 1682 BUG-1050293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1058948&group_id=75348&atid=543653">SF 1683 BUG-1058948</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1109120&group_id=75348&atid=543653">SF 1684 BUG-1109120</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155408&group_id=75348&atid=543653">SF 1685 BUG-1155408</a>] The IE memory leak bug has been solved. The 1686 code has been completely reviewed and many memory usage improvements have been done. 1687 </li> 1688 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1179645&group_id=75348&atid=543653">SF 1689 BUG-1179645</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1183252&group_id=75348&atid=543653">SF 1690 BUG-1183252</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1166779&group_id=75348&atid=543653">SF 1691 BUG-1181647</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155627&group_id=75348&atid=543653">SF 1692 BUG-1155627</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155782&group_id=75348&atid=543653">SF 1693 BUG-1155782</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155750&group_id=75348&atid=543653">SF 1694 BUG-1155750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157166&group_id=75348&atid=543653">SF 1695 BUG-1157166</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157857&group_id=75348&atid=543653">SF 1696 BUG-1157857</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1158121&group_id=75348&atid=543653">SF 1697 BUG-1158121</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1177153&group_id=75348&atid=543653">SF 1698 BUG-1177153</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1175847&group_id=75348&atid=543653">SF 1699 BUG-1175847</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155747&group_id=75348&atid=543653">SF 1700 BUG-1155747</a>] There was a loading 1701 problem in Gecko browsers in some cases. It has been solved. </li> 1702 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1161147&group_id=75348&atid=543653">SF 1703 BUG-1161147</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157635&group_id=75348&atid=543653">SF 1704 BUG-1157635</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1149805&group_id=75348&atid=543653">SF 1705 BUG-1149805</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1124600&group_id=75348&atid=543653">SF 1706 BUG-1124600</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1117535&group_id=75348&atid=543653">SF 1707 BUG-1117535</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1118145&group_id=75348&atid=543653">SF 1708 BUG-1118145</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1098113&group_id=75348&atid=543653">SF 1709 BUG-1098113</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1092272&group_id=75348&atid=543653">SF 1710 BUG-1092272</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1086416&group_id=75348&atid=543653">SF 1711 BUG-1086416</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1027952&group_id=75348&atid=543653">SF 1712 BUG-1027952</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=978441&group_id=75348&atid=543653">SF 1713 BUG-978441</a> ] A custom Undo/Redo system 1714 has been implemented for IE. </li> 1715 <li>The editor startup execution is now made in the right order (so configurations override 1716 works correctly). </li> 1717 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1166779&group_id=75348&atid=543653">SF 1718 BUG-1166779</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1166651&group_id=75348&atid=543653">SF 1719 BUG-1166651</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1066198&group_id=75348&atid=543653">SF 1720 BUG-1066198</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090388&group_id=75348&atid=543653">SF 1721 BUG-1090388</a> ] No more "illegible" characters in the 1722 toolbar when "ClearType" is active. </li> 1723 <li>It is now possible to set the "width" style of the BODY tag in the EditorAreaCSS 1724 to limit the editing area size. </li> 1725 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1113620&group_id=75348&atid=543653">SF 1726 BUG-1113620</a>] In IE, the editor doesn't generate new entries in the browser history 1727 anymore. </li> 1728 <li>The editor now uses the same method used on version RC2 to load its contents on 1729 Gecko. It is now possible to have more than one editor in the page. This change 1730 has a negative impact: the BaseHref property is not working. </li> 1731 <li>Changes have been made to make the editor work with PHP versions older than 2.1.0. 1732 </li> 1733 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1190835&group_id=75348&atid=543653">SF 1734 BUG-1190835</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1196547&group_id=75348">SF 1735 BUG-1196547</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1156863&group_id=75348&atid=543653">SF 1736 BUG-1156863</a>] The "Insert Horizontal Line" command is now working 1737 correctly. Thanks to Hector Raul Colonia Coral. </li> 1738 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1101861&group_id=75348&atid=543653">SF 1739 BUG-1101861</a>] The editor now shows a normal textarea correctly (as expected) 1740 on Safari browsers (and all "like Gecko" browsers). Thanks to Bob Paul. 1741 </li> 1742 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1182224&group_id=75348&atid=543653">SF 1743 BUG-1182224</a>] The PHP connector can now handle file extensions in upper case, like 1744 JPG or Gif, correctly. Thanks to Georg Ivancsic. </li> 1745 <li>The "sample06.html" is now working correctly with Gecko browsers. </li> 1746 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1156660&group_id=75348&atid=543653">SF 1747 BUG-1156660</a>] Some fixes have been applied to the Universal Keyboard. Thanks 1748 to Abdul-Aziz Al-Oraij. </li> 1749 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1192881&group_id=75348&atid=543653">SF 1750 BUG-1192881</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1185006&group_id=75348&atid=543653">SF 1751 BUG-1185006</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1156068&group_id=75348&atid=543653">SF 1752 BUG-1156068</a>] The "Browse Server" button is now working correctly 1753 for the Background Image in the "Document Properties" dialog window (full 1754 page editing). The active "BaseHref" is also set to the preview window. 1755 </li> 1756 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1191704&group_id=75348&atid=543653">SF 1757 BUG-1191704</a>] Invalid HTML tags (according to the W3C naming standards for XHTML) 1758 are ignored with no errors. </li> 1759 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1185911&group_id=75348&atid=543653">SF 1760 BUG-1185911</a>] The Greek language file name has been corrected to "el.js". 1761 </li> 1762 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1181572&group_id=75348&atid=543653">SF 1763 BUG-1181572</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1158421&group_id=75348&atid=543653">SF 1764 BUG-1158421</a>] The "Print" button is now active on startup. </li> 1765 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1181572&group_id=75348&atid=543653">SF 1766 BUG-1165219</a>] No error occours when the user defines just one color to the FontColors 1767 on "in page" configurations. </li> 1768 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1162957&group_id=75348&atid=543653">SF 1769 BUG-1162957</a>] The small problem with Zope (ZPT) has been solved. </li> 1770 <li>Some small RTL / LTR corrections has been done in the interface and the Farsi language 1771 has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.</li> 1772 </ul> 1773 <p> 1774 * This version has been partially sponsored by the <a href="http://www.hamilton.edu"> 1775 Hamilton College</a>.<br /> 1776 ** This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/"> 1777 Infineon Technologies AG</a>.</p> 1778 <h3> 1779 Version 2.0 RC3 (Release Candidate 3)</h3> 1780 <p> 1781 New Features and Improvements:</p> 1782 <ul> 1783 <li>The editor now offers native <strong>Perl integration</strong>! Thanks and welcome 1784 to Takashi Yamaguchi, our official Perl developer. </li> 1785 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1026584&group_id=75348&atid=543656">SF 1786 Feature-1026584</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1112692&group_id=75348&atid=543656">SF 1787 Feature-1112692</a>] <strong>Formatting </strong>has been introduced to the 1788 <strong>Source View</strong>. The output HTML can also be formatted. You can choose 1789 to use spaces or tab for indentation. See the configuration file. </li> 1790 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1031492&group_id=75348&atid=543656">SF 1791 Feature-1031492</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1004293&group_id=75348&atid=543656">SF 1792 Feature-1004293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=784281&group_id=75348&atid=543656">SF 1793 Feature-784281</a>] It is now possible to edit <strong>full HTML pages</strong> 1794 with the editor. Use the "FullPage" configuration setting to activate 1795 it. </li> 1796 <li>The new toolbar command, "<strong>Document Properties</strong>" is 1797 available to edit document header info, title, colors, background, etc... Full page 1798 editing must be enabled. </li> 1799 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1151448&group_id=75348&atid=543656">SF 1800 Feature-1151448</a>] <strong>Spell Check</strong> is now available. You can use 1801 <strong>ieSpell</strong> or <strong>Speller Pages</strong> right from FCKeditor. 1802 More info about configuration can be found in the _docs folder. </li> 1803 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1041686&group_id=75348&atid=543656">SF 1804 Feature-1041686</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1086386&group_id=75348&atid=543656">SF 1805 Feature-1086386</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1124602&group_id=75348&atid=543656">SF 1806 Feature-1124602</a>] New "<strong>Insert Anchor</strong>" command 1807 has been introduced. (The anchor icon is visible only over IE for now). </li> 1808 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1123816&group_id=75348&atid=543656">SF 1809 Feature-1123816</a>] It is now possible to configure the editor to <strong>show "fake" 1810 table borders</strong> when the border size is set to zero. (It is working only 1811 on IE for now). </li> 1812 <li><strong>Numbered</strong> and <strong>Bulleted</strong> lists can now be <strong> 1813 configured</strong> . Just right click on then. </li> 1814 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088608&group_id=75348&atid=543656">SF 1815 Feature-1088608</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1144047&group_id=75348&atid=543656">SF 1816 Feature-1144047</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1149808&group_id=75348&atid=543656">SF 1817 Feature-1149808</a>] A new configuration setting is available, "<strong>BaseHref</strong> 1818 ", to set the URL used to resolve relative links. </li> 1819 <li>It is now possible to set the <strong>content language direction</strong> . 1820 See the "FCKConfig.ContentLangDirection" configurations setting. </li> 1821 <li>All <strong>Field Commands</strong> available on version 1.6 have been upgraded 1822 and included in this version: <strong>form</strong>, <strong>checkbox</strong>, 1823 <strong>radio button</strong>, <strong>text field</strong>, text <strong>area</strong>, 1824 <strong>select field</strong>, <strong>button</strong>, <strong>image button</strong> 1825 and <strong>hidden field</strong> . </li> 1826 <li><strong>Context menu</strong> options (right-click) has been added for: <strong> 1827 anchors</strong>, <strong>select field</strong>, <strong>textarea</strong>, <strong> 1828 checkbox</strong>, <strong>radio button</strong>, <strong>text field</strong>, 1829 <strong>hidden field</strong>, <strong>textarea</strong>, <strong>button</strong>, 1830 <strong>image button</strong>, <strong>form</strong>, <strong>bulleted list</strong> 1831 and <strong>numbered list</strong> . </li> 1832 <li>The "<strong>Universal Keyboard</strong>" has been converted from version 1833 1.6 to this one and it's now available. </li> 1834 <li>It is now possible to <strong>configure</strong> the items to be shown in the <strong> 1835 context menu</strong> . Just use the FCKConfig.ContextMenu option at fckconfig.js. 1836 </li> 1837 <li>A new configuration (FillEmptyBlocks) is available to force the editor to <strong> 1838 automatically insert a &nbsp;</strong> on empty block elements (p, div, pre, 1839 h1, etc...) to avoid differences from the editing and the final result. (Actually, 1840 the editor automatically "grows" empty elements to make the user able 1841 to enter text on it). Attention: the extra &nbsp; will be added when switching 1842 from WYSIWYG to Source View, so the user may see an additional space on empty blocks. 1843 (XHTML support must be enabled). </li> 1844 <li>It is now possible to configure the <strong>toolbar</strong> to "<strong>break</strong> 1845 " between two toolbar strips. Just insert a "/" between then. Take 1846 a look at fckconfig.js for a sample. </li> 1847 <li>New Language files are available: 1848 <ul> 1849 <li><strong>Brazilian Portuguese</strong> (by Carlos Alberto Tomatis Loth) </li> 1850 <li><strong>Bulgarian</strong> (by Miroslav Ivanov) </li> 1851 <li><strong>Esperanto</strong> (by Tim Morley) </li> 1852 <li><strong>Galician</strong> (by Fernando Riveiro Lopez) </li> 1853 <li><strong>Japanese</strong> ( by Takashi Yamaguchi) </li> 1854 <li><strong>Persian</strong> (by Hamed Taj-Abadi) </li> 1855 <li><strong>Romanian</strong> (by Adrian Nicoara) </li> 1856 <li><strong>Slovak</strong> (by Gabriel Kiss) </li> 1857 <li><strong>Thai </strong>(by Audy Charin Arsakit) </li> 1858 <li><strong>Turkish</strong> (by Reha Biçer) </li> 1859 <li>The Chinese Traditional has been set as the default (zn) instead of zn-tw.</li> 1860 </ul> 1861 </li> 1862 <li>Warning: All toolbar image images have been changed. The "button." prefix 1863 has been removed. If you have your custom skin, please rename your files. </li> 1864 <li>A new plugin is available in the package: "<strong>Placeholders</strong>". 1865 In this way you can insert non editable tags in your document to be processed on 1866 server side (very specific usage). </li> 1867 <li>The ASPX files are no longer available in this package. They have been moved to 1868 the FCKeditor.Net package. In this way the ASP.Net integration is much better organized. 1869 </li> 1870 <li>The FCKeditor.Packager program is now part of the main package. It is not anymore distributed 1871 separately. </li> 1872 <li>The PHP connector now sets the uploaded file permissions (chmod) to 0777. </li> 1873 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090215&group_id=75348&atid=543655">SF 1874 Patch-1090215</a>] It's now possible to give back more info from your custom image 1875 browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet. 1876 </li> 1877 <li>The package files now maintain their original "Last Modified" date, so 1878 incremental FTP uploads can be used to update to new versions of the editor 1879 (from now on). </li> 1880 <li>The "Source" view now forces its contents to be written in "Left 1881 to Right" direction even when the editor interface language is running a RTL 1882 language (like Arabic, Hebrew or Persian). </li> 1883 </ul> 1884 <p> 1885 Fixed Bugs:</p> 1886 <ul> 1887 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1124220&group_id=75348&atid=543653">SF 1888 BUG-1124220</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1119894&group_id=75348&atid=543653">SF 1889 BUG-1119894</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090986&group_id=75348&atid=543653">SF 1890 BUG-1090986</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1100408&group_id=75348&atid=543653">SF 1891 BUG-1100408</a>] The editor now works correctly when starting with an 1892 empty value and switching to the Source mode. </li> 1893 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1119380&group_id=75348&atid=543653">SF 1894 BUG-1119380</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1115750&group_id=75348&atid=543653">SF 1895 BUG-1115750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1101808&group_id=75348&atid=543653">SF 1896 BUG-1101808</a>] The problem with the scrollbar and the toolbar combos (Style, 1897 Font, etc...) over Mac has been fixed. </li> 1898 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1098460&group_id=75348&atid=543653">SF 1899 BUG-1098460</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1076544&group_id=75348&atid=543653">SF 1900 BUG-1076544</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077845&group_id=75348&atid=543653">SF 1901 BUG-1077845</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1092395&group_id=75348&atid=543653">SF 1902 BUG-1092395</a>] A new upload class has been included for the ASP File 1903 Manager Connector. It uses the "ADODB.Stream" object. Many thanks to "NetRube". 1904 </li> 1905 <li>I small correction has been made to the ColdFusion integration files. Thanks to 1906 Hendrik Kramer. </li> 1907 <li>There was a very specific problem when the editor was running over a FRAME executed 1908 on another domain. </li> 1909 <li>The performance problem on Gecko while typing quickly has been solved. </li> 1910 <li>The <br type= "_moz">is not anymore shown on XHTML source. </li> 1911 <li>It has been introduced a mechanism to avoid automatic contents duplication on very 1912 specific occasions (bad formatted HTML). </li> 1913 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1146407&group_id=75348&atid=543653">SF 1914 BUG-1146407</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1145800&group_id=75348&atid=543653">SF 1915 BUG-1145800</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1118803&group_id=75348&atid=543653">SF 1916 BUG-1118803</a> ] Other issues in the XHTML processor have been solved. 1917 </li> 1918 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1143969&group_id=75348&atid=543653">SF 1919 BUG-1143969</a>] The editor now accepts the "accept-charset" attribute 1920 in the FORM tag (IE specific bug). </li> 1921 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1122742&group_id=75348&atid=543653">SF 1922 BUG-1122742</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1089548&group_id=75348&atid=543653">SF 1923 BUG-1089548</a> ] Now, the contents of the SCRIPT and STYLE tags remain untouched. 1924 </li> 1925 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1114748&group_id=75348&atid=543653">SF 1926 BUG-1114748</a>] The PHP File Manager Connector now sets the new folders permissions 1927 (chmod) to 0777 correctly. </li> 1928 <li>The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/php/config.php) 1929 to set some security preferences. </li> 1930 <li>The ASP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/asp/config.asp) 1931 to set some security preferences. </li> 1932 <li>A small bug in the toolbar rendering (strips auto position) has been corrected. 1933 </li> 1934 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1093732&group_id=75348&atid=543653">SF 1935 BUG-1093732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1091377&group_id=75348&atid=543653">SF 1936 BUG-1091377</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083044&group_id=75348&atid=543653">SF 1937 BUG-1083044</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1096307&group_id=75348&atid=543653">SF 1938 BUG-1096307</a>] The configurations are now encoded so a user can use 1939 values that has special chars (&=/). </li> 1940 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1103688&group_id=75348&atid=543653">SF 1941 BUG-1103688</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1092331&group_id=75348&atid=543653">SF 1942 BUG-1092331</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088220&group_id=75348&atid=543653">SF 1943 BUG-1088220</a>] PHP samples now use PHP_SELF to automatically discover 1944 the editor's base path. </li> 1945 <li>Some small wrapping problems with some labels in the Image and Table dialog windows 1946 have been fixed. </li> 1947 <li>All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to 1948 avoid some errors on specific Linux installations. </li> 1949 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1114449&group_id=75348&atid=543653">SF 1950 BUG-1114449</a>] The editor packager program has been modified so now it is possible 1951 to use the source files to run the editor as described in the documentation. The 1952 new packager must be downloaded. </li> 1953 <li>A small problem with the editor focus while in source mode has been corrected. 1954 Thanks to Eric (ric1607). </li> 1955 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1108167&group_id=75348&atid=543653">SF 1956 BUG-1108167</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085149&group_id=75348&atid=543653">SF 1957 BUG-1085149</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1151296&group_id=75348&atid=543653">SF 1958 BUG-1151296</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1082433&group_id=75348&atid=543653">SF 1959 BUG-1082433</a>] No more IFRAMEs without src attribute. Now it points 1960 to a blank page located in the editor's package. In this way we avoid security warnings 1961 when using the editor over HTTPS. Thanks to Guillermo Bozovich. </li> 1962 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1117779&group_id=75348&atid=543653">SF 1963 BUG-1117779</a>] The editor now works well if you have more than one element named 1964 "submit" on its form (even if it is not correct to have this situation). 1965 </li> 1966 <li>The XHTML processor was duplicating the text on some specific situation. It has 1967 been fixed. </li> 1968 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090213&group_id=75348&atid=543655">SF 1969 Patch-1090213</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1098929&group_id=75348&atid=543653">SF 1970 Patch-1098929</a>] With ASP, the editor now works correctly on pages using "Option 1971 Explicit". Thanks to Ben Noblet. </li> 1972 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1100759&group_id=75348&atid=543653">SF 1973 BUG-1100759</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1029125&group_id=75348&atid=543653">SF 1974 BUG-1029125</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=966130&group_id=75348&atid=543653">SF 1975 BUG-966130</a>] The editor was not working with old IE 5.5 browsers. There 1976 was a problem with the XML parser. It has been fixed. </li> 1977 <li>The localization engine is now working correctly over IE 5.5 browsers. </li> 1978 <li>Some commands where not working well over IE 5.5 (emoticons, image,...). It has 1979 been fixed. </li> 1980 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1146441&group_id=75348&atid=543653">SF 1981 BUG-1146441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1149777&group_id=75348&atid=543653">SF 1982 BUG-1149777</a>] The editor now uses the TEXTAREA id in the ReplaceTextarea 1983 function. If the id is now found, it uses the "name". The docs have been 1984 updated. </li> 1985 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1144297&group_id=75348&atid=543653">SF 1986 BUG-1144297</a>] Some corrections have been made to the Dutch language file. Thanks 1987 to Erwin Dondorp. </li> 1988 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1121365&group_id=75348&atid=543653">SF 1989 BUG-1121365</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090102&group_id=75348&atid=543653">SF 1990 BUG-1090102</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1152171&group_id=75348&atid=543653">SF 1991 BUG-1152171</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1102907&group_id=75348&atid=543653">SF 1992 BUG-1102907</a>] There is no problem now to start the editor with values 1993 like "<div></div>" or "<p></p>". </li> 1994 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1114059&group_id=75348&atid=543653">SF 1995 BUG-1114059</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1041861&group_id=75348&atid=543653">SF 1996 BUG-1041861</a>] The click on the disabled options in the Context Menu has no 1997 effects now. </li> 1998 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1152617&group_id=75348&atid=543653">SF 1999 BUG-1152617</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1102441&group_id=75348&atid=543653">SF 2000 BUG-1102441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1095312&group_id=75348&atid=543653">SF 2001 BUG-1095312</a>] Some problems when setting the editor source to very specific 2002 values has been fixed. </li> 2003 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1093514&group_id=75348&atid=543653">SF 2004 BUG-1093514</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1089204&group_id=75348&atid=543653">SF 2005 BUG-1089204</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077609&group_id=75348&atid=543653">SF 2006 BUG-1077609</a>] The editor now runs correctly if called directly (locally) without 2007 a server installation (just opening the HTML sample files). </li> 2008 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088248&group_id=75348&atid=543653">SF 2009 BUG-1088248</a>] The editor now uses a different method to load its contents. In 2010 this way the URLs remain untouched. </li> 2011 <li>The PHP integration file now detects Internet Explorer 5.5 correctly.</li> 2012 </ul> 2013 <h3> 2014 Version 2.0 RC2 (Release Candidate 2)</h3> 2015 <ul> 2016 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1042034&group_id=75348&atid=543656">SF 2017 Feature-1042034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1075961&group_id=75348&atid=543656">SF 2018 Feature-1075961</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083200&group_id=75348&atid=543656">SF 2019 Feature-1083200</a>] A new dialog window for the <strong>table cell properties</strong> 2020 is now available (right-click). </li> 2021 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1042034&group_id=75348&atid=543656">SF 2022 Feature-1042034</a>] The new "<strong>Split Cell</strong> ", to split 2023 a table cell in two columns, has been introduced (right-click). </li> 2024 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1042034&group_id=75348&atid=543656">SF 2025 Feature-1042034</a>] The new "<strong>Merge Cells</strong>", to merge 2026 table cells (in the same row), has been introduced (right-click). </li> 2027 <li>The "fake" <strong>TAB key support</strong> (available by default over 2028 Gecko browsers is now available over IE too. You can set the number of spaces to 2029 add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to 2030 disable this feature (IE). </li> 2031 <li>It now possible to tell IE to send a <strong><BR></strong> when the user presses 2032 the <strong>Enter key</strong>. Take a look at the FCKConfig.UseBROnCarriageReturn 2033 configuration setting. </li> 2034 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085422&group_id=75348&atid=543656">SF 2035 Feature-1085422</a>] <strong>ColdFusion</strong>: The <strong>File Manager connector</strong> 2036 is now available! (Thanks to Hendrik Kramer). </li> 2037 <li>The editor is now available in <strong>29 languages!</strong> The new language files 2038 available are: 2039 <ul> 2040 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1067775&group_id=75348&atid=543656">SF 2041 Feature-1067775</a>] <strong>Chinese Simplified and Traditional</strong> (Taiwan 2042 and Hong Kong) (by NetRube). </li> 2043 <li><strong>Czech</strong> (by David Horák). </li> 2044 <li><strong>Danish</strong> (by Jesper Michelsen). </li> 2045 <li><strong>Dutch</strong> (by Bram Crins). </li> 2046 <li><strong>German</strong> (by Maik Unruh). </li> 2047 <li><strong>Portuguese</strong> (Portugal) (by Francisco Pereira). </li> 2048 <li><strong>Russian</strong> (by Andrey Grebnev). </li> 2049 <li><strong>Slovenian</strong> (by Boris Volaric).</li> 2050 </ul> 2051 </li> 2052 <li>Updates to the <strong>French</strong> language files (by Hubert Garrido). </li> 2053 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085816&group_id=75348&atid=543653">SF 2054 BUG-1085816</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083743&group_id=75348&atid=543653">SF 2055 BUG-1083743</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1078783&group_id=75348&atid=543653">SF 2056 BUG-1078783</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077861&group_id=75348&atid=543653">SF 2057 BUG-1077861</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077861&group_id=75348&atid=543653">SF 2058 BUG-1037404</a>] Many small bugs in the XHTML processor 2059 has been corrected (workarounds to browser specific bugs). These are some things 2060 to consider regarding the changes: 2061 <ul> 2062 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083744&group_id=75348&atid=543653">SF 2063 BUG-1083744</a>] On Gecko browsers, any element attribute that the name starts with 2064 "_moz" will be ignored. </li> 2065 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1060073&group_id=75348&atid=543653">SF 2066 BUG-1060073</a>] The <STYLE> and <SCRIPT> elements contents will be 2067 handled as is, without CDATA tag surrounding. This may break XHTML validation. In 2068 any case the use of external files for scripts and styles is recommended (W3C recommendation).</li> 2069 </ul> 2070 </li> 2071 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088310&group_id=75348&atid=543653">SF 2072 BUG-1088310</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1078837&group_id=75348&atid=543653">SF 2073 BUG-1078837</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=999792&group_id=75348&atid=543653">SF 2074 BUG-999792</a>] URLs now remain untouched when initializing the editor or 2075 switching from WYSYWYG to Source and vice versa. </li> 2076 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1082323&group_id=75348&atid=543653">SF 2077 BUG-1082323</a>] The problem in the ASP and PHP connectors when handling non 2078 "strange" chars in file names has been corrected. </li> 2079 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085034&group_id=75348&atid=543653">SF 2080 BUG-1085034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1076796&group_id=75348&atid=543653">SF 2081 BUG-1076796</a>] Some bugs in the PHP connector have been corrected. </li> 2082 <li>A problem with the "Format" command on IE browsers on languages different 2083 of English has been solved. The negative side of this correction is that due to 2084 a IE bad design it is not possible to update the "Format" combo while 2085 moving throw the text (context sensitive). </li> 2086 <li>On Gecko browsers, when selecting an image and executing the "New Page" 2087 command, the image handles still appear, even if the image is not available anymore 2088 (this is a Gecko bug). When clicking in a "phanton" randle, the browser 2089 crashes. It doesn't happen (the crash) anymore. </li> 2090 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1082197&group_id=75348&atid=543653">SF 2091 BUG-1082197</a>] On ASP, the bug in the browser detection system for Gecko browsers 2092 has been corrected. Thanks to Alex Varga. </li> 2093 <li>Again on ASP, the browser detection for IE had some problems on servers that use 2094 comma for decimal separators on numbers. It has been corrected. Thanks to Agrotic. 2095 </li> 2096 <li>No error is thrown now when non existing language is configured in the 2097 editor. The English language file is loaded in that case. </li> 2098 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077747&group_id=75348&atid=543653">SF 2099 BUG-1077747</a>] The missing images on the Office2003 and Silver skins are now included 2100 in the package. </li> 2101 <li>On some Gecko browsers, the dialog window was not loading correctly. I couldn't 2102 reproduce the problem, but a fix has been applied based on users tests. </li> 2103 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1004078&group_id=75348&atid=543653">SF 2104 BUG-1004078</a>] ColdFusion: The "config" structure/hash table with keys 2105 and values is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion 2106 are in upper case format. Because the FCKeditor configuration keys must be case 2107 sensitive, we had to match all structure/hash keys with a list of the correct configuration 2108 names in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm. 2109 </li> 2110 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1075166&group_id=75348&atid=543653">SF 2111 BUG-1075166</a>] ColdFusion: The "fallback" variant of the texteditor 2112 (<textarea>) has a bug in the fckeditor.cfm. This has been fixed. </li> 2113 <li>A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki. 2114 </li> 2115 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1086370&group_id=75348&atid=543653">SF 2116 BUG-1086370</a>] A small coding type in the Link dialog window has been corrected. 2117 </li> 2118 </ul> 2119 <h3> 2120 Version 2.0 RC1 (Release Candidate 1)</h3> 2121 <ul> 2122 <li><strong>ASP</strong> support is now available (including the File Manager connector). 2123 </li> 2124 <li><strong>PHP</strong> support is now available (including the File Manager connector). 2125 </li> 2126 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1063217&group_id=75348&atid=543656">SF 2127 Feature-1063217</a>] The new advanced <strong>Style</strong> command is available 2128 in the toolbar: full preview, context sensitive, style definitions are loaded from 2129 a XML file (see documentation for more instructions). </li> 2130 <li>The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong> 2131 toolbar command now show a <strong>preview</strong> of the available options. </li> 2132 <li>The new <strong>Find</strong> and <strong>Replace</strong> features has been introduced. 2133 </li> 2134 <li>A new <strong>Plug-in</strong> system has been developed. Now it is quite easy to 2135 customize the editor to your needs. (Take a look at the html/sample06.html file). 2136 </li> 2137 <li>The editor now handles <strong>HTML entities</strong> in the right way (XHTML support 2138 must be set to "true"). It handles all entities defined in the W3C XHTML 2139 DTD file. </li> 2140 <li>A new "_docs" folder has been introduced for the <strong>documentation</strong>. 2141 It is not yet complete, but I hope the community will help us to fill it better. 2142 </li> 2143 <li>It is now possible (even if it is not recommended by the W3C) to force the use of 2144 simple ampersands (&) on attributes (like the links href) instead of its entity 2145 &amp;. Just set FCKConfig.ForceSimpleAmpersand = true in the configuration 2146 file. </li> 2147 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1026866&group_id=75348&atid=543656">SF 2148 Feature-1026866</a>] The "<strong>EditorAreaCSS</strong>" configuration 2149 option has been introduced. In this way you can set the CSS to use in the editor 2150 (editable area). </li> 2151 <li>The editing area is not anymore clipped if the toolbar is too large and exceeds 2152 the window width. </li> 2153 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1064902&group_id=75348&atid=543653">SF 2154 BUG-1064902</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1033933&group_id=75348&atid=543653">SF 2155 BUG-1033933</a>] The editor <strong>interface</strong> is now completely <strong>localizable</strong>. 2156 The version ships with 19 languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>, 2157 <b>English</b>, <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>, 2158 <b>Greek</b>, <b>Hebrew</b>, <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>, 2159 <b>Norwegian</b>, <strong>Polish</strong>, <strong>Serbian (Cyrillic)</strong>, 2160 <strong>Serbian (Latin)</strong> and <strong>Swedish</strong>.</li> 2161 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1027858&group_id=75348&atid=543653">SF 2162 BUG-1027858</a>] Firefox 1.0 PR introduced a bug that made the editor 2163 stop working on it. A workaround has been developed to fix the problem. </li> 2164 <li>There was a positioning problem over IE with the color panel. It has been corrected. 2165 </li> 2166 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1049842&group_id=75348&atid=543653">SF 2167 BUG-1049842</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1033832&group_id=75348&atid=543653">SF 2168 BUG-1033832</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1028623&group_id=75348&atid=543653">SF 2169 BUG-1028623</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1026610&group_id=75348&atid=543653">SF 2170 BUG-1026610</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1064498&group_id=75348&atid=543653">SF 2171 BUG-1064498</a>] The combo commands in the toolbar were not opening 2172 in the right way. It has been fixed. </li> 2173 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1053399&group_id=75348&atid=543653">SF 2174 BUG-1053399</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=965318&group_id=75348&atid=543653">SF 2175 BUG-965318</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1018296&group_id=75348&atid=543653">SF 2176 BUG-1018296</a>] The toolbar buttons icons were not showing on some IE and 2177 Firefox/Mac installations. It has been fixed. </li> 2178 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1054621&group_id=75348&atid=543653">SF 2179 BUG-1054621</a>] Color pickers are now working with the "office2003" and 2180 "silver" skins. </li> 2181 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1054108&group_id=75348&atid=543653">SF 2182 BUG-1054108</a>] IE doesn’t recognize the "&apos;" entity for 2183 apostrophes, so a workaround has been developed to replace it with "&#39;" 2184 (its numeric entity representation). </li> 2185 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=983434&group_id=75348&atid=543653">SF 2186 BUG-983434</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=983398&group_id=75348&atid=543653">SF 2187 BUG-983398</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1028103&group_id=75348&atid=543653">SF 2188 BUG-1028103</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1072496&group_id=75348&atid=543653">SF 2189 BUG-1072496</a>] The problem with elements with name "submit" 2190 inside the editor's form has been solved. </li> 2191 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1018743&group_id=75348&atid=543653">SF 2192 BUG-1018743</a>] The problem with Gecko when collapsing the toolbar while in source 2193 mode has been fixed. </li> 2194 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1065268&group_id=75348">SF 2195 BUG-1065268</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1034354&group_id=75348&atid=543653">SF 2196 BUG-1034354</a>] The XHTML processor now doesn’t use the minimized tag 2197 syntax (like <br/>) for empty elements that are not marked as EMPTY in the 2198 W3C XHTML DTD specifications. </li> 2199 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1029654&group_id=75348&atid=543653">SF 2200 BUG-1029654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1046500&group_id=75348&atid=543653">SF 2201 BUG-1046500</a>] Due to a bug on Gecko there was a problem when creating links. 2202 It has been fixed. </li> 2203 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1065973&group_id=75348&atid=543653">SF 2204 BUG-1065973</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=999792&group_id=75348&atid=543653">SF 2205 BUG-999792</a>] The editor now handles relative URLs in IE. In effect IE transform 2206 all relative URLs to absolute links, pointing to the site the editor is running. 2207 So now the editor removes the protocol and host part of the link if it matches the 2208 running server. </li> 2209 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1071824&group_id=75348&atid=543653">SF 2210 BUG-1071824</a>] The color dialog box bug has been fixed. </li> 2211 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1052856&group_id=75348&atid=543653">SF 2212 BUG-1052856</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1046493&group_id=75348&atid=543653">SF 2213 BUG-1046493</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1023530&group_id=75348&atid=543653">SF 2214 BUG-1023530</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1025978&group_id=75348&atid=543653">SF 2215 BUG-1025978</a>] The editor now doesn’t throw an error if no selection 2216 was made and the create link command is used. </li> 2217 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1036756&group_id=75348&atid=543653">SF 2218 BUG-1036756</a>] The XHTML processor has been reviewed. </li> 2219 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1029101&group_id=75348&atid=543653">SF 2220 BUG-1029101</a>] The Paste from Word feature is working correctly. </li> 2221 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1034623&group_id=75348&atid=543653">SF 2222 BUG-1034623</a>] There is an IE bug when setting the editor value to "<p><hr></p>". 2223 A workaround has been developed. </li> 2224 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1052695&group_id=75348&atid=543653">SF 2225 BUG-1052695</a>] There are some rendering differences between Netscape and Mozilla. 2226 (Actually that is a bug on both browsers). A workaround has been developed to solve 2227 it. </li> 2228 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1073053&group_id=75348&atid=543653">SF 2229 BUG-1073053</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1050394&group_id=75348&atid=543653">SF 2230 BUG-1050394</a>] The editor doesn’t throw errors when hidden. </li> 2231 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1066321&group_id=75348&atid=543653">SF 2232 BUG-1066321</a>] Scrollbars should not appear on dialog boxes (at least for the 2233 Image and Link ones). </li> 2234 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1046490&group_id=75348&atid=543653">SF 2235 BUG-1046490</a>] Dialogs now are forced to show on foreground over Mac. </li> 2236 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1073955&group_id=75348">SF 2237 BUG-1073955</a>] A small bug in the image dialog window has been corrected. </li> 2238 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1049534&group_id=75348&atid=543653">SF 2239 BUG-1049534</a>] The Resources Browser window is now working well over Gecko browsers. 2240 </li> 2241 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1036675&group_id=75348&atid=543653">SF 2242 BUG-1036675</a>] The Resources Browser window now displays the server error on bad 2243 installations.</li> 2244 </ul> 2245 <h3> 2246 Version 2.0 Beta 2</h3> 2247 <ul> 2248 <li>There is a new configuration - "<strong>GeckoUseSPAN</strong>" - that 2249 can be used to tell Gecko browsers to use <SPAN style...> or <B>, <I> 2250 and <U> for the bold, italic and underline commands. </li> 2251 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1002622&group_id=75348&atid=543656">SF 2252 Feature-1002622</a>] New <strong>Text Color</strong> and <strong>Background Color</strong> 2253 commands have been added to the editor. </li> 2254 <li>On Gecko browsers, a message is shown when, because of security settings, the 2255 user is not able to cut, copy or paste data from the clipboard using the 2256 toolbar buttons or the context menu. </li> 2257 <li>The new "<strong>Paste as Plain Text</strong> " command has been introduced. 2258 </li> 2259 <li>The new "<strong>Paste from Word</strong> " command has been introduced. 2260 </li> 2261 <li>A new configuration named "StartupFocus" can be used to tell the 2262 editor to get the focus when the page is loaded. </li> 2263 <li>All <strong>Java </strong>integration files has been moved to a new separated package. 2264 </li> 2265 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1016781&group_id=75348&atid=543653">SF 2266 BUG-1016781</a>] <strong>Table operations</strong> are now working when right click 2267 inside a table. The following commands has been introduced: <strong>Insert Row</strong>, 2268 <strong>Delete Row</strong>, <strong>Insert Column</strong>, <strong>Delete Column</strong>, 2269 <strong>Insert Cell</strong> and <strong>Delete Cells</strong> . </li> 2270 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=965067&group_id=75348&atid=543653">SF 2271 BUG-965067</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1010379&group_id=75348&atid=543653">SF 2272 BUG-1010379</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=977713&group_id=75348&atid=543653">SF 2273 BUG-977713</a>] XHTML support was not working with FireFox, blocking the 2274 editor when submitting data. It has been fixed. </li> 2275 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1007547&group_id=75348&atid=543653">SF 2276 BUG-1007547</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=974595&group_id=75348&atid=543653">SF 2277 BUG-974595</a> ] The "FCKLang not defined" error when loading 2278 has been fixed. </li> 2279 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1021028&group_id=75348&atid=543653">SF 2280 BUG-1021028</a>] If the editor doesn't have the focus, some commands were been executed 2281 outside the editor in the place where the focus is. It has been fixed. </li> 2282 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=981191&group_id=75348&atid=543653">SF 2283 BUG-981191</a>] We are now using <!--- ---> for ColdFusion comments.</li> 2284 </ul> 2285 <h3> 2286 Version 2.0 Beta 1</h3> 2287 <p> 2288 This is the first beta of the 2.x series. It brings a lot of new and important things. 2289 Beta versions will be released until all features available on version 1.x will 2290 be introduced in the 2.0.<br /> 2291 <br /> 2292 <strong>Note:</strong> As it is a beta, it is not yet completely developed. Future 2293 versions can bring new features that can break backward compatibility with this 2294 version. 2295 </p> 2296 <ul> 2297 <li>Gecko browsers (<strong>Mozilla</strong> and <strong>Netscape</strong>) support. 2298 </li> 2299 <li><strong>Quick startup</strong> response times. </li> 2300 <li>Complete <strong>XHTML</strong> 1.0 support. </li> 2301 <li><strong>Advanced link</strong> dialog box: 2302 <ul> 2303 <li>Target selection. </li> 2304 <li>Popup configurator. </li> 2305 <li>E-Mail link. </li> 2306 <li>Anchor selector. </li> 2307 </ul> 2308 </li> 2309 <li>New <strong>File Manager</strong>. </li> 2310 <li>New dialog box system, with <strong>tabbed dialogs</strong> support. </li> 2311 <li>New <strong>context menus</strong> with icons. </li> 2312 <li>New toolbar with "expand/collapse" feature. </li> 2313 <li><strong>Skins</strong> support. </li> 2314 <li><strong>Right to left languages</strong> support. </li> 2315 </ul> 2316 <h3> 2317 Version 1.6.1</h3> 2318 <ul> 2319 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=862364&group_id=75348&atid=543653">SF 2320 BUG-862364</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=812733&group_id=75348&atid=543653">SF 2321 BUG-812733</a>] There was a problem when the user tried to delete the last row, 2322 collumn or cell in a table. It has been corrected.* </li> 2323 <li>New Estonian language file. Thanks to Kristjan Kivikangur </li> 2324 <li>New Croatian language file. Thanks to Alex Varga. </li> 2325 <li>Updated language file for Czech. Thanks to Plachow. </li> 2326 <li>Updated language file for Chineze (zh-cn). Thanks to Yanglin. </li> 2327 <li>Updated language file for Catalan. Thanks to Jordi Cerdan.</li> 2328 </ul> 2329 <p> 2330 * This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec, 2331 LLC</a>.</p> 2332 <h3> 2333 Version 1.6</h3> 2334 <ul> 2335 <li><strong>Context Menu</strong> support for <strong>form</strong> elements.* </li> 2336 <li>New <strong>"Selection Field" command</strong> with advanced dialog box 2337 for options definitions.* </li> 2338 <li>New <strong>"Image Button" command</strong> is available.* </li> 2339 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=936196&group_id=75348&atid=543656">SF 2340 Feature-936196</a>] Many form elements <strong>bugs has been fixed</strong> and 2341 <strong>many improvements</strong> has been done.* </li> 2342 <li>New <strong>Java Integration Module</strong>. There is a complete Java API and Tag 2343 Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta 2344 and Hao Jiang. </li> 2345 <li>The <strong>Word Spell Checker</strong> can be used. To be able to run it, your 2346 browser security configuration "Initialize and script ActiveX controls not 2347 marked as safe" must be set to "Enable" or "Prompt". And 2348 easier and more secure way to do that is to add your site in the list of trusted 2349 sites. IeSpell can still be used. Take a look at the fck_config.js file for some 2350 configuration options. Thanks to EdwardRF. </li> 2351 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=748807&group_id=75348&atid=543656">SF 2352 Feature-748807</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=801030&group_id=75348&atid=543656">SF 2353 Feature-801030</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=880684&group_id=75348&atid=543656">SF 2354 Feature-880684</a>] New "<strong>Anchor" command</strong>, including 2355 context menu support. Thanks to G.Meijer. </li> 2356 <li>Special characters are replaced with their decimal HTML entities when the XHMTL 2357 support is enabled (only over IE5.5+). </li> 2358 <li>New <strong>Office 2003 Style</strong> toolbar icons are available. Just uncomment 2359 the config.ToolbarImagesPath key in the fck_config.js file. Thanks to Abdul-Aziz 2360 A. Al-Oraij. <strong>Attention</strong>: the default toolbar items have been moved 2361 to the "images/toolbar/default" directory. </li> 2362 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=934566&group_id=75348&atid=543655">SF 2363 Patch-934566</a>] <strong>Double click support</strong> for Images, Tables, Links, 2364 Anchors and all Form elements. Thanks to Top Man. </li> 2365 <li>New <strong>"New Page" command</strong> to start a typing from scratch. 2366 Thanks to Abdul-Aziz A. Al-Oraij. </li> 2367 <li>New <strong>"Replace" command</strong>. Thanks to Abdul-Aziz A. Al-Oraij. 2368 </li> 2369 <li>New <strong>"Advanced Font Style" command</strong>. Thanks to Abdul-Aziz 2370 A. Al-Oraij. </li> 2371 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=738193&group_id=75348&atid=543656">SF 2372 Feature-738193</a>] New <strong>"Save" command</strong>. It can be used 2373 to simulate a save action, but in fact it just submits the form where the editor 2374 is placed in. Thanks to Abdul-Aziz A. Al-Oraij. </li> 2375 <li>New <strong>"Universal Keyboard" command</strong>. This 22 charsets are 2376 available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French, 2377 Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian 2378 (Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes 2379 a keystroke listener to type Arabic on none Arabic OS or machine. Thanks to Abdul-Aziz 2380 A. Al-Oraij. </li> 2381 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=935358&group_id=75348&atid=543655">SF 2382 Patch-935358</a>] New <strong>"Preview" command</strong>. Context menu 2383 option is included and can be deactivated throw the config.ShowPreviewContextMenu 2384 configuration. Thanks to Ben Ramsey. </li> 2385 <li>New "<strong>Table Auto Format</strong>" context menu command. Hack a 2386 little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros 2387 Lezos. </li> 2388 <li>New "<strong>Bulleted List Properties</strong> " context menu to define 2389 its type and class. Thanks to Alexandros Lezos. </li> 2390 <li>The <strong>image dialog</strong> box has been a <strong>redesigned</strong> . Thanks 2391 to Mark Fierling. </li> 2392 <li>Images now always have the <strong>"alt" attribute</strong> set, even 2393 when it's value is empty. Thanks to Andreas Barnet. </li> 2394 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=942250&group_id=75348&atid=543655">SF 2395 Patch-942250</a>] You can set on fck_config.js to <strong>automatically clean Word</strong> 2396 pasting operations without a user confirmation. </li> 2397 <li>Forms element dialogs and other localization pending labels has been updated. </li> 2398 <li>A new <strong>Lithuanian</strong> language file is available. Thanks to Tauras Paliulis. 2399 </li> 2400 <li>A new <strong>Hebrew</strong> language file is available. Thanks to Ophir Radnitz. 2401 </li> 2402 <li>A new <strong>Serbian</strong> language file is available. Thanks to Zoran Subic. 2403 </li> 2404 <li><strong>Danish</strong> language file updates. Thanks to Flemming Jensen. </li> 2405 <li><strong>Catalan</strong> language file updates. Thanks to Jordi Cerdan. </li> 2406 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=936514&group_id=75348&atid=543655">SF 2407 Patch-936514</a>] [<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=918716&group_id=75348">SF 2408 BUG-918716</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=931037&group_id=75348&atid=543653">SF 2409 BUG-931037</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=865864&group_id=75348&atid=543653">SF 2410 BUG-865864</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=915410&group_id=75348&atid=543653">SF 2411 BUG-915410</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=918716&group_id=75348&atid=543653">SF 2412 BUG-918716</a>] Some <strong>languages files</strong> were not 2413 saved on <strong>UTF-8</strong> format causing some javascript errors on loading 2414 the editor or making "undefined" to show on editor labels. This problem 2415 was solved. </li> 2416 <li>Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci </li> 2417 <li>[<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=924620&group_id=75348">SF 2418 BUG-924620</a>] There was a problem when setting a name to an editor instance when 2419 the name is used by another tag. For example when using "description" 2420 as the name in a page with the <META name="description"> tag. </li> 2421 <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=935018&group_id=75348&atid=543653">SF 2422 BUG-935018</a>] The "buletted" typo has been corrected. </li> 2423 <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=902122&group_id=75348&atid=543653">SF 2424 BUG-902122</a>] Wrong css and js file references have been corrected. </li> 2425 <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=918942&group_id=75348&atid=543653">SF 2426 BUG-918942</a>] All dialog boxes now accept Enter and Escape keys as Ok and Cancel 2427 buttons.</li> 2428 </ul> 2429 <p> 2430 * This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec, 2431 LLC</a>.</p> 2432 <h3> 2433 Version 1.5</h3> 2434 <ul> 2435 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543656&aid=913777&group_id=75348">SF 2436 Feature-913777</a>] <strong>New Form Commands</strong> are now available! Special 2437 thanks to G.Meijer. </li> 2438 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=861149&group_id=75348&atid=543656">SF 2439 Feature-861149</a>] <strong>Print Command</strong> is now available! </li> 2440 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=743546&group_id=75348">SF 2441 BUG-743546</a>] The <strong>XHTML content duplication problem </strong>has been 2442 <strong>solved</strong> . Thanks to Paul Hutchison. </li> 2443 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=875853&group_id=75348">SF 2444 BUG-875853</a>] The <strong>image dialog box</strong> now gives precedence for width 2445 and height values set as styles. In this way a user can change the size of the image 2446 directly inside the editor and the changes will be reflected in the dialog box. 2447 </li> 2448 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543656&aid=913777&group_id=75348">SF 2449 Feature-788368</a>] The sample <strong>file upload </strong>manager for ASPX now 2450 uses <strong>guids</strong> for the file name generation. In this way a support 2451 XML file is not needed anymore. </li> 2452 <li>It's possible now to <strong>programmatically change the Base Path</strong> of the 2453 editor if it's installed in a directory different of "/FCKeditor/". Something 2454 like this:<br /> 2455 oFCKeditor.BasePath = '/FCKeditor/' ;<br /> 2456 Take a look at the _test directory for samples. </li> 2457 <li>There was a little bug in the TAB feature that moved the insertion point if there 2458 were any object (images, tables) in the content. It has been fixed. </li> 2459 <li>The problem with <strong>accented and international characters</strong> on the PHP 2460 test page was solved. </li> 2461 <li>A new <strong>Chinese (Taiwan)</strong> language file is available. Thanks to Nil. 2462 </li> 2463 <li>A new <strong>Slovenian</strong> language file is available. Thanks to Pavel Rotar. 2464 </li> 2465 <li>A new <strong>Catalan</strong> language file is available. Thanks to Jordi Cerdan. 2466 </li> 2467 <li>A new <strong>Arabic</strong> language file is available. Thanks to Abdul-Aziz A. 2468 Al-Oraij. </li> 2469 <li>Small corrections on the <strong>Norwegian</strong> language file. </li> 2470 <li>A Java version for the test results (testsubmit.jsp) is now available. Thanks to 2471 Pritpal Dhaliwal. </li> 2472 <li>When using JavaScript to create a editor instance it's possible now to easily get 2473 the editor's value calling oFCKeditor.GetValue() (eg.). Better JavaScript API interfaces 2474 will be available on version 2.0. </li> 2475 <li>If <strong>XHTML</strong> is enabled the editor cleans the HTML before showing it 2476 on the Source View, so the exact result can be viewed by the user. This option can 2477 be activated setting config.EnableSourceXHTML = true in the fck_config.js file. 2478 </li> 2479 <li>The <strong>JS integration object</strong> now escapes all configuration settings, 2480 in this way a user can use <strong>reserved chars</strong> on it. For example: 2481 <br /> 2482 oFCKeditor.Config["ImageBrowserURL"] = '/imgs/browse.asp?filter=abc*.jpg&userid=1'; 2483 </li> 2484 <li>A minimal browse server sample is now available in ASP. Thanks to Andreas Barnet. 2485 </li> 2486 </ul> 2487 <h3> 2488 Version 1.4</h3> 2489 <ul> 2490 <li><strong>ATTENTION: For PHP users</strong>: The editor was changed and now uses <strong> 2491 htmlspecialchars</strong> instead of <strong>htmlentities</strong> when handling 2492 the initial value. It should works well, but please make some tests before upgrading 2493 definitively. If there is any problem just uncomment the line in the fckeditor.php 2494 file (and send me a message!). </li> 2495 <li>The editor is now integrated with <strong>ieSpell</strong> (<a href="http://www.iespell.com">http://www.iespell.com</a>) 2496 for <strong>Spell Checking</strong>. You can configure the download URL in then 2497 fck_config.js file. Thanks to Sanjay Sharma. (ieSpell is free for personal use but 2498 must be paid for commercial use) </li> 2499 <li><strong>Table</strong> and <strong>table cell</strong> dialogs has been changed. 2500 Now you can <strong>select the class</strong> you want to be applied. Thanks to 2501 Alexander Lezos. </li> 2502 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=865378&group_id=75348&atid=543656">SF 2503 Feature-865378</a>]A new <strong>upload support is available for ASP</strong>. It 2504 uses the /UserImages/ folder in the root of the web site as the files container 2505 and a counter controlled by the upload.cnt file. Both must have write permissions 2506 set to the IUSR_xxx user. Thanks to Trax and Juanjo. </li> 2507 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=798128&group_id=75348&atid=543655">SF 2508 Patch-798128</a>] The user (programmer) can now define a <strong>custom separator</strong> 2509 for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss. </li> 2510 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=741963&group_id=75348&atid=543656">SF 2511 Feature-741963</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=878941&group_id=75348&atid=543656">SF 2512 Feature-878941</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=869389&group_id=75348&atid=543655">SF 2513 Patch-869389</a>] A minimal support for a “fake” <strong>TAB is now available</strong>, 2514 even if HTML has no support for TAB. Now when the user presses the TAB key a configurable 2515 number of spaces (&nbsp;) is added. Take a look at config.TabSpaces on the fck_config.js 2516 file. No action is performed if it is set to zero. The default value is 4. Thanks 2517 to Phil Hassey. </li> 2518 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=782779&group_id=75348&atid=543653">SF 2519 BUG-782779</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=790939&group_id=75348&atid=543653">SF 2520 BUG-790939</a>] The problem with big images has been corrected. Thanks to Raver. 2521 </li> 2522 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=853374&group_id=75348">SF 2523 BUG-862975</a>] Now the editor does nothing if no image is selected in the image 2524 dialog box and the OK button is hit. </li> 2525 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=851609&group_id=75348&atid=543653">SF 2526 BUG-851609</a>] The problem with ASP and null values has been solved. </li> 2527 <li><strong>Norwegean</strong> language pack. Thanks to Martin Kronstad. </li> 2528 <li><strong>Hungarian</strong> language pack. Thanks to Balázs Szabó. 2529 </li> 2530 <li><strong>Bosnian</strong> language pack. Thanks to Trax. </li> 2531 <li><strong>Japanese</strong> language pack. Thanks to Kato Yuichiro. </li> 2532 <li>Updates on the <strong>Polish</strong> language pack. Thanks to Norbert Neubauer. 2533 </li> 2534 <li>The <strong>Chinese (Taiwan)</strong> (zh-tw) has been removed from the package 2535 because it's corrupt. I'm sorry. I hope someone could send me a good version soon. 2536 </li> 2537 </ul> 2538 <h3> 2539 Version 1.3.1</h3> 2540 <ul> 2541 <li>It's now possible to configure the editor the insert a <strong><BR> tag instead 2542 of <P></strong> when the user presses the <strong><Enter></strong> key. 2543 Take a look at the fck_config.js configuration file for the "<strong>UseBROnCarriageReturn</strong>" 2544 key. This option is disabled by default. </li> 2545 <li><strong>Icelandic</strong> language pack. Thanks to Andri Óskarsson. </li> 2546 <li>[<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=853374&group_id=75348">SF 2547 BUG-853374</a>] On IE 5.0 there was a little error introduced with version 1.3 on 2548 initialization. It was corrected. </li> 2549 <li>[<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=853372&group_id=75348">SF 2550 BUG-853372</a>] On IE 5.0 there was a little error introduced with version 1.3 when 2551 setting the focus in the editor. It was corrected. </li> 2552 <li>Minor errors on the language file for <strong>english</strong> has been corrected. 2553 Thanks to Anders Madsen. </li> 2554 <li>Minor errors on the language file for <strong>danish</strong> has been corrected. 2555 Thanks to Martin Johansen. </li> 2556 </ul> 2557 <h3> 2558 Version 1.3</h3> 2559 <ul> 2560 <li>Language support for <strong>Danish, Polish, Simple Chinese, Slovak, Swedish and 2561 Turkish</strong>. </li> 2562 <li>Language updates for <strong>Romanian</strong>. </li> 2563 <li>It's now possible to <strong>override</strong> any of the <strong>editor's configurations</strong> 2564 (for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html 2565 for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions. 2566 </li> 2567 <li>A new method is available for <strong>PHP</strong> users. It's called <strong>ReturnFCKeditor</strong>. 2568 It works exactly like CreateFCKeditor, but it <strong>returns a string with the HTML</strong> 2569 for the editor instead of output it (echo). This feature is useful for people who 2570 are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane. 2571 </li> 2572 <li>Many people have had problems with <strong>international characters</strong> over 2573 <strong>PHP</strong>. I had also the same problem. PHP have strange problems with 2574 character encoding. The code hasn't been changed but just saved again with Western 2575 European encoding. <strong>Now it works well</strong> in my system.<br /> 2576 Take a look also at the "default_charset" configuration option at the 2577 php.ini file. It doesn't seem to be an editor's problem but a PHP issue. </li> 2578 <li>The "<strong>testsubmit.php</strong>" file now strips the "<strong>Magic 2579 Quotes</strong> " that are automatically added by PHP on form posts. </li> 2580 <li>A <strong>new language</strong> integration module is available for <strong>ASP/Jscript</strong>. 2581 Thanks to Dimiter Naydenov. </li> 2582 <li><strong>New configuration</strong> options are available to <strong>customize the 2583 Target</strong> combo box in the <strong>Insert/Modify Link</strong> dialog box. 2584 Now you can hide it, or set which options are available in the combo box. Take a 2585 look at the fck_config.js file. </li> 2586 <li>The <strong>Text as Plain Text</strong> toolbar <strong>icon</strong> has been changed 2587 <strong>to avoid confusion</strong> with the Normal Paste or. Thanks to Kaupo Kalda. 2588 </li> 2589 <li>The file <strong>dhtmled.cab has been removed</strong> from the package. It's not 2590 needed to the editor to work and caused some confusion for a few users. </li> 2591 <li>The <strong>editor's content</strong> now <strong>doesn't loose the focus</strong> 2592 when the user clicks with the mouse in a toolbar button. </li> 2593 <li>On <strong>drag-and-drop</strong> operations the data to be inserted in the editor 2594 is now <strong>converted to plain text</strong> when the "<strong>ForcePasteAsPlainText</strong>" 2595 configuration is set to <strong>true</strong>. </li> 2596 <li>The <strong>image browser</strong> sample in PHP now <strong>sorts the files</strong> 2597 by name. Thanks to Sergey Lupashko. </li> 2598 <li>Two <strong>new configuration</strong> options are available to <strong>turn on/off 2599 by default</strong> the "<strong>Show Borders</strong>" and "<strong>Show 2600 Details</strong>" commands. </li> 2601 <li>Some <strong>characters have been removed</strong> from the "<strong>Insert 2602 Special Chars</strong>" dialog box because they were causing encoding problems 2603 in some languages. Thanks to Abomb Hua. </li> 2604 <li><strong>JSP</strong> versions of the <strong>image and file upload and browsing</strong> 2605 features. Thanks to Simone Chiaretta.</li> 2606 </ul> 2607 <h3> 2608 Version 1.2.4</h3> 2609 <ul> 2610 <li>Language support for <strong>Spanish, Finnish, Romanian and Korean</strong>. </li> 2611 <li>Language updates for <strong>German</strong>. </li> 2612 <li>New <strong>Zoom</strong> toolbar option. (<a href="https://sourceforge.net/forum/forum.php?thread_id=904116&forum_id=257180">Thanks 2613 to "mtn_roadie"</a>)</li> 2614 </ul> 2615 <h3> 2616 Version 1.2.2</h3> 2617 <ul> 2618 <li>Language support for <strong>French</strong>. </li> 2619 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=782779&group_id=75348&atid=543653">SF 2620 BUG-782779</a>] Version 1.2 introduced a bug on the image dialog window: when changing 2621 the image, no update was done. This bug is now fixed. </li> 2622 </ul> 2623 <h3> 2624 Version 1.2</h3> 2625 <ul> 2626 <li>Enhancements to the <strong>Word cleaning</strong> feature (Thanks to Karl von Randow). 2627 </li> 2628 <li>The <strong>Table dialog box</strong> now handles the Style width and height set 2629 in the table (Thanks to Roberto Arruda). There where many problems on prior version 2630 when people changed manually the table's size, dragging the size handles, and then 2631 it was not possible to set a new size using the table dialog box. </li> 2632 <li>For the <strong>Image dialog box:</strong> 2633 <ul> 2634 <li>No image is shown in the preview pane if no image has been set. </li> 2635 <li>If no HSpace is set in the image a "-1" value was shown in the dialog 2636 box. Now, nothing is shown if the value is negative. </li> 2637 </ul> 2638 </li> 2639 <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=739630&group_id=75348&atid=543653">SF 2640 BUG-739630</a>] Image with link lost the link when changing its properties. The 2641 problem is solved. </li> 2642 <li>Due to some problems in the XHTML cleaning (content duplication when the source 2643 HTML is dirty and malformed), the <strong>XHTML support is turned off by default</strong> 2644 from this version. You can still change this behavior and turn it on in the configuration 2645 file. </li> 2646 <li>Some little updates on the <strong>English </strong>language file. </li> 2647 <li>A few addition of missing entries on all languages files (translations for these 2648 changes are pending). </li> 2649 <li>Language files has been added for the following languages: 2650 <ul> 2651 <li><strong>Brazilian Portuguese</strong> (pt-br) </li> 2652 <li><strong>Czech</strong> (cz) </li> 2653 <li><strong>Dutch</strong> (nl) </li> 2654 <li><strong>Russian</strong> (ru) </li> 2655 <li><strong>Chinese (Taiwan)</strong> (zh-tw) </li> 2656 <li><strong>Greek</strong> (gr) </li> 2657 <li><strong>German</strong> (de)</li> 2658 </ul> 2659 </li> 2660 </ul> 2661 <h3> 2662 Version 1.1</h3> 2663 <ul> 2664 <li>The "<strong>Multi Language</strong>" system is now available. This version 2665 ships with English and Italian versions completed. Other languages will be available 2666 soon. The editor automatically detects the client language and sets all labels, 2667 tooltips and dialog boxes to it, if available. The auto detection and the default 2668 language can be set in the <strong>fck_config.file</strong>. </li> 2669 <li>Two files can now be created to isolate customizations code from the original source 2670 code of the editor: <strong>fckeditor.config.js</strong> and <strong>fckeditor.custom.js</strong>. 2671 Create these files in the root folder of your web site, if needed. The first one 2672 can be used to add or override configurations set on fck_config.js. The second one 2673 is used for custom actions and behaviors. </li> 2674 <li>A problem with relative links and images like "/test/test.doc" has been 2675 solved. In prior versions, only with XHTML support enabled, the URL was changed 2676 to something like "http://www.mysite.xxx/test/test.doc" (The domain was 2677 automatically added). Now the XHTML cleaning procedure gets the URLs exactly how 2678 they are defined in the editor’s HTML. </li> 2679 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=742168&group_id=75348&atid=543653">SF 2680 BUG-742168</a>] Mouse drag and drop from toolbar buttons has been disabled. </li> 2681 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=768210&group_id=75348&atid=543653">SF 2682 BUG-768210</a>] HTML entities, like <strong>&lt;</strong>, were not load correctly. 2683 The problem is solved. </li> 2684 <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=748812&group_id=75348&atid=543653">SF 2685 BUG-748812</a>] The link dialog window doesn't open when the link button is grayed. 2686 </li> 2687 </ul> 2688 <h3> 2689 Version 1.0</h3> 2690 <ul> 2691 <li>Three new options are available in the configuration file to set what file types 2692 are allowed / denied to be uploaded from the "Insert Link" and "Insert 2693 Image" dialog boxes. </li> 2694 <li>Upload options, for links and images, are automatically hidden on IE 5.0 browsers 2695 (it's not compatible). </li> 2696 <li>[SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were 2697 lost. </li> 2698 <li>[SF BUG-713797] Fixed some image dialog errors when trying to set image properties 2699 when no image is available. </li> 2700 <li>[SF BUG-736414] Developed a workaround for a DHTML control bug when loading in the 2701 editor some HTML started with <p><hr></p>. </li> 2702 <li>[SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This 2703 feature is still not available over IE 5.0. </li> 2704 <li>[SF BUG-737233] CSS mappings are now OK on the PHP image browser module. </li> 2705 <li>[SF BUG-737495] The image preview in the image dialog box is now working correctly. 2706 </li> 2707 <li>[SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form 2708 is posted. </li> 2709 <li>[SF BUG-739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA 2710 is shown). </li> 2711 </ul> 2712 <h3> 2713 Version 1.0 Final Candidate</h3> 2714 <ul> 2715 <li>A new dialog box for the "Link" command is available. Now you can upload 2716 and browse the server exactly like the image dialog box. It's also possible to define 2717 the link title and target window (_blank, _self, _parent and _top). As with the 2718 image dialog box, a sample (and simple) file server browser is available. </li> 2719 <li>A new configuration option is available to force every paste action to be handled 2720 as plain text. See "config.ForcePasteAsPlainText" in fck_config.js. </li> 2721 <li>A new Toolbar button is available: "Paste from Word". It automatically 2722 cleans the clipboard content before pasting (removesWord styles, classes, xml stuff, 2723 etc...). This command is available for IE 5.5 and more. For IE 5.0 users, a message 2724 is displayed advising that the text will not be cleaned before pasting. </li> 2725 <li>The editor automatically detects Word clipboard data on pasting operations and asks 2726 the user to clean it before pasting. This option is turned on by default but it 2727 can be configured. See "config.AutoDetectPasteFromWord" in fck_config.js. 2728 </li> 2729 <li>Table properties are now available in cells' right click context menu. </li> 2730 <li>It's now possible to edit cells advanced properties from it's right click context 2731 menu. </li> 2732 </ul> 2733 <h3> 2734 Version 1.0 Release Candidate 1 (RC1)</h3> 2735 <ul> 2736 <li>Some performance improvements. </li> 2737 <li>The file dhtmled.cab has been added to the package for clients ho needs to install 2738 the Microsoft DHTML Editor component. </li> 2739 <li>[SF BUG-713952] The format command options are localized, so it depends on the IE 2740 language to work. Until version 0.9.5 it was working only over English IE browsers. 2741 Now the options are load dynamically on the client using the client's language. 2742 </li> 2743 <li>[SF BUG-712103] The style command is localized, so it depends on the IE language 2744 to work. Until version 0.9.5 it was working only over English IE browsers. Now it 2745 configures itself using the client's language. </li> 2746 <li>[SF BUG-726137] On version 0.9.5, some commands (special chars, image, emoticons, 2747 ...) remove the next available character before inserting the required content even 2748 if no selection was made in the editor. Now the editor replaces only the selected 2749 content (if available). </li> 2750 </ul> 2751 <h3> 2752 Version 0.9.5 beta</h3> 2753 <ul> 2754 <li>XHTML support is now available! It can be enabled/disabled in the fck_config.js 2755 file. </li> 2756 <li>"Show Table Borders" option: show borders for tables with borders size 2757 set to zero. </li> 2758 <li>"Show Details" option: show hidden elements (comments, scripts, paragraphs, 2759 line breaks) </li> 2760 <li>IE behavior integration module. Thanks to Daniel Shryock. </li> 2761 <li>"Find" option: to find text in the document. </li> 2762 <li>More performance enhancements. </li> 2763 <li>New testsubmit.php file. Thansk to Jim Michaels. </li> 2764 <li>Two initial PHP upload manager implementations (not working yet). Thanks to Frederic 2765 Tyndiuk and Christian Liljedahl. </li> 2766 <li>Initial PHP image browser implementation (not working yet). Thanks to Frederic Tyndiuk. 2767 </li> 2768 <li>Initial CFM upload manager implementation. Thanks to John Watson. </li> 2769 </ul> 2770 <h3> 2771 Version 0.9.4 beta</h3> 2772 <ul> 2773 <li>ColdFusion module integration is now available! Thanks to John Watson. </li> 2774 <li>"Insert Smiley" toolbar option! Thanks to Fredox. Take a look at fck_config.js 2775 for configuration options. </li> 2776 <li>"Paste as plain text" toolbar option! </li> 2777 <li>Right click support for links (edit / remove). </li> 2778 <li>Buttons now are shown in gray when disabled. </li> 2779 <li>Buttons are shown just when the image is downloaded (no more "red x" while 2780 waiting for it). </li> 2781 <li>The toolbar background color can be set with a CSS style (see fck_editor.css). </li> 2782 <li>Toolbar images have been reviewed: 2783 <ul> 2784 <li>Now they are transparent. </li> 2785 <li>No more over...gif for every button (so the editor loads quicker). </li> 2786 <li>Buttons states are controlled with CSS styles. (see fck_editor.css).</li> 2787 </ul> 2788 </li> 2789 <li>Internet Explorer 5.0 compatibility, except for the image uploading popup. </li> 2790 <li>Optimizations when loading the editor. </li> 2791 <li>[SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start 2792 watching and responding the user actions (turn buttons on/off when the user changes 2793 position inside the editor). </li> 2794 <li>JavaScript integration is now Object Oriented. CreateFCKeditor function is not available 2795 anymore. Take a look in test.html. </li> 2796 <li>Two new configuration options, ImageBrowser and ImageUpload, are available to turn 2797 on and off the image upload and image browsing options in the Image dialog box. 2798 This options can be hidden for a specific editor instance throw specific URL parameter 2799 in the editor’s IFRAME (upload=true/false&browse=true/false). All specific 2800 language integration modules handle this option. For sample see the _test directory. 2801 </li> 2802 </ul> 2803</body> 2804</html> 2805