| 47 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file browser and upload |
| 48 | | connectors have been unified so they can reuse the same configuration settings.<br> |
| 49 | | [<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The asp and php connectors have been improved so it's easy to select the location of the destination |
| 50 | | folder for each file type, and it's no longer necessary to use the "file", "image", "flash" subfolders<br> |
| 51 | | <span style="color: #ff0000">Attention:</span> The location of all the connectors have been changed in |
| 52 | | the fckconfig.js file. Please check your settings to match the current ones. Also review carefully the |
| 53 | | config file for your server language. |
| 54 | | </li> |
| 55 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the Perl quick upload is |
| 56 | | available.</li> |
| 57 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python connector has been |
| 58 | | rewritten as a WSGI app to be fully compatible with the latest python frameworks and servers. The |
| 59 | | QuickUpload feature has been added as well as all the features available in the PHP connector. |
| 60 | | Thanks to Mariano Reingart.</li> |
| 61 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The asp connector provides an |
| 62 | | AbsolutePath setting so it's possible to set the url to a full domain or a relative path and specify that |
| 63 | | way the physical folder where the files are stored..</li> |
| 64 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The quick upload now can use |
| 65 | | the same ServerPath parameter as the full connector.</li> |
| 66 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands configuration |
| 67 | | setting is available in the asp and php connectors so it's possible to disallow the upload of files |
| 68 | | (although the "select file" button will still be available in the file browser).</li> |
| 69 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration directive |
| 70 | | "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing area styles from JavaScript. |
| 71 | | </li> |
| 72 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code generated by the "Paste |
| 73 | | As Plain Text" feature now obeys the EnterMode setting.</li> |
| 74 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] |
| 75 | | <span style="color: #ff0000">Attention:</span> The default connector in fckconfig.js has been changed from |
| 76 | | ASP to PHP. If you are using Asp remember to change the _FileBrowserLanguage and _QuickUploadLanguage settings |
| 77 | | in your fckconfig.js. |
| 78 | | </li> |
| 79 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] The size of individual table columns |
| 80 | | can now be changed by dragging on table cell borders, with the "dragresizetable" plugin. |
| 81 | | </li> |
| | 48 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file |
| | 49 | browser and upload connectors have been unified so they can reuse the same configuration |
| | 50 | settings.<br> |
| | 51 | [<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The asp |
| | 52 | and php connectors have been improved so it's easy to select the location of the |
| | 53 | destination folder for each file type, and it's no longer necessary to use the "file", |
| | 54 | "image", "flash" subfolders<br> |
| | 55 | <span style="color: #ff0000">Attention:</span> The location of all the connectors |
| | 56 | have been changed in the fckconfig.js file. Please check your settings to match |
| | 57 | the current ones. Also review carefully the config file for your server language. |
| | 58 | </li> |
| | 59 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the |
| | 60 | Perl quick upload is available.</li> |
| | 61 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python |
| | 62 | connector has been rewritten as a WSGI app to be fully compatible with the latest |
| | 63 | python frameworks and servers. The QuickUpload feature has been added as well as |
| | 64 | all the features available in the PHP connector. Thanks to Mariano Reingart.</li> |
| | 65 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The asp |
| | 66 | connector provides an AbsolutePath setting so it's possible to set the url to a |
| | 67 | full domain or a relative path and specify that way the physical folder where the |
| | 68 | files are stored..</li> |
| | 69 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The quick |
| | 70 | upload now can use the same ServerPath parameter as the full connector.</li> |
| | 71 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands |
| | 72 | configuration setting is available in the asp and php connectors so it's possible |
| | 73 | to disallow the upload of files (although the "select file" button will still be |
| | 74 | available in the file browser).</li> |
| | 75 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration |
| | 76 | directive "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing |
| | 77 | area styles from JavaScript. </li> |
| | 78 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code |
| | 79 | generated by the "Paste As Plain Text" feature now obeys the EnterMode setting.</li> |
| | 80 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] <span |
| | 81 | style="color: #ff0000">Attention:</span> The default connector in fckconfig.js has |
| | 82 | been changed from ASP to PHP. If you are using Asp remember to change the _FileBrowserLanguage |
| | 83 | and _QuickUploadLanguage settings in your fckconfig.js. </li> |
| | 84 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] The size |
| | 85 | of individual table columns can now be changed by dragging on table cell borders, |
| | 86 | with the "dragresizetable" plugin. </li> |
| 98 | | <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF |
| 99 | | Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading a file</li> |
| 100 | | <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF |
| 101 | | Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if there are double slashes.</li> |
| 102 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP connector now specifies |
| 103 | | that the included files are relative to the current path.</li> |
| 104 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP connector will work better if the |
| 105 | | connector or the userfiles folder is a symlink.</li> |
| 106 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed an uninitialized $php_errormsg |
| 107 | | in the PHP connector.</li> |
| 108 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace dialog will now advance its searching |
| 109 | | position correctly and is able to search for strings spanning across multiple inline tags.</li> |
| 110 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples didn't work directly from |
| 111 | | the Mac filesystem.</li> |
| 112 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar images didn't show in non-IE |
| 113 | | browsers if the path contained a space.</li> |
| 114 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] |
| 115 | | [<a target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] |
| 116 | | [<a target="_blank" href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor it was possible |
| 117 | | to paste or apply formating to the rest of the page in IE.</li> |
| 118 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces being ignored, |
| 119 | | and weired behaviors when pressing tab in edit source mode.</li> |
| 120 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special XHTML characters present |
| 121 | | in event attribute values being converted inappropriately when switching to source view.</li> |
| 122 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar was cut sometimes in IE to |
| 123 | | just one row if there are multiple instances of the editor.</li> |
| 124 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables in Firefox didn't inherint font |
| 125 | | styles properly in Standards mode.</li> |
| 126 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor is initially hidden in Firefox |
| 127 | | it will no longer be necessary to call the oEditor.MakeEditable() function.</li> |
| 128 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse Server' button in the Image |
| 129 | | and Flash dialogs was a little too high.</li> |
| 130 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId and BodyClass configuration |
| 131 | | settings weren't applied in the preview window.</li> |
| 132 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap" attribute for table cells |
| 133 | | was getting an empty value in Firefox. Thanks to geirhelge.</li> |
| 134 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect startup focus in Internet |
| 135 | | Explorer after page reloads. </li> |
| 136 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser lockup when the user writes |
| 137 | | <!--{PS..x}> into the editor in source mode. </li> |
| 138 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/174">#174</a>] Fixed incorrect positioning of FCKeditor |
| 139 | | in full screen mode. </li> |
| | 103 | <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF |
| | 104 | Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading |
| | 105 | a file</li> |
| | 106 | <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF |
| | 107 | Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if |
| | 108 | there are double slashes.</li> |
| | 109 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP |
| | 110 | connector now specifies that the included files are relative to the current path.</li> |
| | 111 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP |
| | 112 | connector will work better if the connector or the userfiles folder is a symlink.</li> |
| | 113 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed an |
| | 114 | uninitialized $php_errormsg in the PHP connector.</li> |
| | 115 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace |
| | 116 | dialog will now advance its searching position correctly and is able to search for |
| | 117 | strings spanning across multiple inline tags.</li> |
| | 118 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples |
| | 119 | didn't work directly from the Mac filesystem.</li> |
| | 120 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar |
| | 121 | images didn't show in non-IE browsers if the path contained a space.</li> |
| | 122 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] [<a |
| | 123 | target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] [<a target="_blank" |
| | 124 | href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor |
| | 125 | it was possible to paste or apply formating to the rest of the page in IE.</li> |
| | 126 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces |
| | 127 | being ignored, and weired behaviors when pressing tab in edit source mode.</li> |
| | 128 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special |
| | 129 | XHTML characters present in event attribute values being converted inappropriately |
| | 130 | when switching to source view.</li> |
| | 131 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar |
| | 132 | was cut sometimes in IE to just one row if there are multiple instances of the editor.</li> |
| | 133 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables |
| | 134 | in Firefox didn't inherint font styles properly in Standards mode.</li> |
| | 135 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor |
| | 136 | is initially hidden in Firefox it will no longer be necessary to call the oEditor.MakeEditable() |
| | 137 | function.</li> |
| | 138 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse |
| | 139 | Server' button in the Image and Flash dialogs was a little too high.</li> |
| | 140 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId |
| | 141 | and BodyClass configuration settings weren't applied in the preview window.</li> |
| | 142 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap" |
| | 143 | attribute for table cells was getting an empty value in Firefox. Thanks to geirhelge.</li> |
| | 144 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect |
| | 145 | startup focus in Internet Explorer after page reloads. </li> |
| | 146 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser |
| | 147 | lockup when the user writes <!--{PS..x}> into the editor in source mode. </li> |
| | 148 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/174">#174</a>] Fixed incorrect |
| | 149 | positioning of FCKeditor in full screen mode. </li> |
| 168 | | </li> |
| 169 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>] Fixed the issue when FCKeditor is being |
| 170 | | executed in a custom application with the WebBrowser ActiveX control, hiding the WebBrowser control would |
| 171 | | incorrectly invoke FCKeditor's cleanup routines, causing FCKeditor to stop working.</li> |
| 172 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/539">#539</a>] Fixed the issue where right clicking on |
| 173 | | a table inside the editing frame in Firefox would cause the editor the scroll to the top of the document.</li> |
| 174 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/523">#523</a>] Fixed the issue where, under certain |
| 175 | | circumstances, FCKeditor would obtain focus at startup even though FCKConfig.StartupFocus is set to false. </li> |
| 176 | | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/393">#393</a>] Fixed the issue where if an inline tag |
| 177 | | is at the end of the document, the user would have no way of escaping from the inline tag if he continues |
| 178 | | typing at the end of the document. FCKeditor's behaviors regarding inline tags has been made to be more like |
| | 180 | </li> |
| | 181 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>] Fixed the |
| | 182 | issue when FCKeditor is being executed in a custom application with the WebBrowser |
| | 183 | ActiveX control, hiding the WebBrowser control would incorrectly invoke FCKeditor's |
| | 184 | cleanup routines, causing FCKeditor to stop working.</li> |
| | 185 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/539">#539</a>] Fixed the |
| | 186 | issue where right clicking on a table inside the editing frame in Firefox would |
| | 187 | cause the editor the scroll to the top of the document.</li> |
| | 188 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/523">#523</a>] Fixed the |
| | 189 | issue where, under certain circumstances, FCKeditor would obtain focus at startup |
| | 190 | even though FCKConfig.StartupFocus is set to false. </li> |
| | 191 | <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/393">#393</a>] Fixed the |
| | 192 | issue where if an inline tag is at the end of the document, the user would have |
| | 193 | no way of escaping from the inline tag if he continues typing at the end of the |
| | 194 | document. FCKeditor's behaviors regarding inline tags has been made to be more like |
| 181 | | <li>If the caret is moved to the end of a hyperlink by the keyboard, then hyperlink mode is disabled. |
| 182 | | </li> |
| 183 | | <li>If the caret is moved to the end of other styled inline tags by any key other than the End key |
| 184 | | (like bold text or italic text), the original bold/italic/... modes would continue to be effective. |
| 185 | | </li> |
| 186 | | <li>If the caret is moved to the end of other styled inline tags by the End key, all style tag modes |
| 187 | | (e.g. bold, italic, underline, etc.) would be canceled. This is not consistent with MS Word, but |
| 188 | | provides a convenient way for the user to escape the inline tag at the end of a line.</li> |
| | 197 | <li>If the caret is moved to the end of a hyperlink by the keyboard, then hyperlink |
| | 198 | mode is disabled. </li> |
| | 199 | <li>If the caret is moved to the end of other styled inline tags by any key other than |
| | 200 | the End key (like bold text or italic text), the original bold/italic/... modes |
| | 201 | would continue to be effective. </li> |
| | 202 | <li>If the caret is moved to the end of other styled inline tags by the End key, all |
| | 203 | style tag modes (e.g. bold, italic, underline, etc.) would be canceled. This is |
| | 204 | not consistent with MS Word, but provides a convenient way for the user to escape |
| | 205 | the inline tag at the end of a line.</li> |