Changeset 2330
- Timestamp:
- 2008-08-05 12:39:28 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 3 modified
-
_dev/build_release.bat (modified) (1 diff)
-
_whatsnew_history.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_dev/build_release.bat
r2115 r2330 26 26 27 27 :: Update this variable for each new release. 28 SET RELEASER_VERSION=2.6. 3(SVN)28 SET RELEASER_VERSION=2.6.4 (SVN) 29 29 30 30 CLS -
FCKeditor/trunk/_whatsnew_history.html
r2114 r2330 33 33 <h1> 34 34 FCKeditor ChangeLog - What's New?</h1> 35 <h3> 36 Version 2.6.3 (SVN)</h3> 37 <p> 38 Fixed Bugs:</p> 39 <ul> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2412">#2412</a>] FCK.InsertHtml() 41 is now properly removing selected contents after content insertion in Firefox.</li> 42 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2420">#2420</a>] Spelling 43 mistake corrections made by the spell checking dialog are now undoable. </li> 44 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2411">#2411</a>] Insert 45 anchor was not working for non-empty selections.</li> 46 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] It was 47 impossible to switch between editor areas with a single click.</li> 48 <li>Language file updates for the following languages: 49 <ul> 50 <li>Canadian French</li> 51 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2402">#2402</a>] Catalan 52 </li> 53 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2400">#2400</a>] Chinese 54 (Simplified and Traditional)</li> 55 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2401">#2401</a>] Croatian</li> 56 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2422">#2422</a>] Czech</li> 57 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2417">#2417</a>] Dutch</li> 58 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2428">#2428</a>] French</li> 59 <li>German</li> 60 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2427">#2427</a>] Hebrew</li> 61 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2410">#2410</a>] Hindi</li> 62 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2405">#2405</a>] Japanese</li> 63 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2409">#2409</a>] Norwegian 64 and Norwegian Bokmål</li> 65 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2429">#2429</a>] Spanish</li> 66 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2406">#2406</a>] Vietnamese</li> 67 </ul> 68 </li> 69 </ul> 70 <p> 71 This version has been sponsored by <a href="http://www.dataillusion.com/fs/">Data Illusion 72 survey software solutions</a>.</p> 73 <h3> 74 Version 2.6.3 Beta</h3> 75 <p> 76 New Features and Improvements:</p> 77 <ul> 78 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/439">#439</a>] Added a 79 new <strong>context menu option for opening links</strong> in the editor.</li> 80 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2220">#2220</a>] <strong> 81 Email links</strong> from the Link dialog <strong>are now encoded</strong> by default 82 to prevent being harvested by spammers. (Kudos to asuter for proposing the patch) 83 </li> 84 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2234">#2234</a>] Added 85 the ability to create, modify and remove <strong>DIV containers</strong>. </li> 86 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2247">#2247</a>] The <strong> 87 SHIFT+SPACE</strong> keystroke will now <strong>produce a &nbsp;</strong> character. 88 </li> 89 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2252">#2252</a>] It's 90 now possible to enable the browsers default menu using the configuration file (FCKConfig.BrowserContextMenu 91 option). </li> 92 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2032">#2032</a>] Added 93 HTML samples for legacy HTML and Flash HTML. </li> 94 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Introduced 95 the "PreventSubmitHandler" setting, which makes it possible to instruct the editor 96 to not handle the hidden field update on form submit events.</li> 97 </ul> 98 <p> 99 Fixed Bugs:</p> 100 <ul> 101 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2319">#2319</a>] On Opera 102 and Firefox 3, the entire page was scrolling on SHIFT+ENTER, or when EnterMode='br'.</li> 103 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2321">#2321</a>] On Firefox 104 3, the entire page was scrolling when inserting block elements with the FCK.InsertElement 105 function, used by the Table and Horizontal Rule buttons.. </li> 106 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some 107 hints in editor/css/fck_editorarea.css on how to handle style items that would break 108 the style combo. </li> 109 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2263">#2263</a>] Fixed 110 a JavaScript error in IE which occurs when there are placeholder elements in the 111 document and the user has pressed the Source button.</li> 112 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected 113 mixed up Chinese translations for the blockquote command.</li> 114 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2323">#2323</a>] Fixed 115 the issue where the show blocks command loses the current selection from the view 116 area when editing a long document.</li> 117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2322">#2322</a>] Fixed 118 the issue where the fit window command loses the current selection and scroll position 119 in the editing area.</li> 120 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1917">#1917</a>] Fixed 121 the issue where the merge down command for tables cells does not work in IE for 122 more than two cells.</li> 123 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2320">#2320</a>] Fixed 124 the issue where the Find/Replace dialog scrolls the entire page.</li> 125 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1645">#1645</a>] Added 126 warning message about Firefox 3's strict origin policy.</li> 127 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved 128 the garbage filter in Paste from Word dialog.</li> 129 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed 130 invalid HTML in the Paste dialog.</li> 131 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed 132 sporadic "FCKeditorAPI is not defined" errors in Firefox 3.</li> 133 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2356">#2356</a>] Fixed 134 access denied error in IE7 when FCKeditor is launched from local filesystem.</li> 135 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1150">#1150</a>] Fixed 136 the type="_moz" attribute that sometimes appear in <br> tags in non-IE browsers.</li> 137 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting 138 multiple contiguous paragraphs to Formatted will now be merged into a single <PRE> 139 block.</li> 140 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2363">#2363</a>] There 141 were some sporadic "Permission Denied" errors with IE on some situations.</li> 142 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2135">#2135</a>] Fixed 143 a data loss bug in IE when there are @import statements in the editor's CSS files, 144 and IE's cache is set to "Check for newer versions on every visit".</li> 145 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2376">#2376</a>] FCK.InsertHtml() 146 will now insert to the last selected position after the user has selected things 147 outside of FCKeditor, in IE.</li> 148 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed 149 broken protect source logic for comments in IE.</li> 150 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2387">#2387</a>] Fixed 151 JavaScript error with list commands when the editable document is selected with 152 Ctrl-A.</li> 153 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2390">#2390</a>] Fixed 154 the issue where indent styles in JavaScript-generated <p> blocks are erased 155 in IE.</li> 156 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2394">#2394</a>] Fixed 157 JavaScript error with the "split vertically" command in IE when attempting to split 158 cells in the last row of a table.</li> 159 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2316">#2316</a>] The sample 160 posted data page has now the table fixed at 100% width. </li> 161 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2396">#2396</a>] SpellerPages 162 was causing a "Permission Denied" error in some situations. </li> 163 </ul> 35 164 <h3> 36 165 Version 2.6.2</h3> -
FCKeditor/trunk/_whatsnew.html
r2328 r2330 34 34 FCKeditor ChangeLog - What's New?</h1> 35 35 <h3> 36 Version 2.6.3 (SVN)</h3> 37 <p> 38 Fixed Bugs:</p> 39 <ul> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2412">#2412</a>] FCK.InsertHtml() 41 is now properly removing selected contents after content insertion in Firefox.</li> 42 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2420">#2420</a>] Spelling 43 mistake corrections made by the spell checking dialog are now undoable. </li> 44 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2411">#2411</a>] Insert 45 anchor was not working for non-empty selections.</li> 46 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] It was 47 impossible to switch between editor areas with a single click.</li> 48 <li>Language file updates for the following languages: 49 <ul> 50 <li>Canadian French</li> 51 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2402">#2402</a>] Catalan 52 </li> 53 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2400">#2400</a>] Chinese 54 (Simplified and Traditional)</li> 55 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2401">#2401</a>] Croatian</li> 56 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2422">#2422</a>] Czech</li> 57 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2417">#2417</a>] Dutch</li> 58 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2428">#2428</a>] French</li> 59 <li>German</li> 60 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2427">#2427</a>] Hebrew</li> 61 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2410">#2410</a>] Hindi</li> 62 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2405">#2405</a>] Japanese</li> 63 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2409">#2409</a>] Norwegian 64 and Norwegian Bokmål</li> 65 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2429">#2429</a>] Spanish</li> 66 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2406">#2406</a>] Vietnamese</li> 67 </ul> 68 </li> 69 </ul> 70 <p> 71 This version has been sponsored by <a href="http://www.dataillusion.com/fs/">Data Illusion 72 survey software solutions</a>.</p> 73 <h3> 74 Version 2.6.3 Beta</h3> 36 Version 2.6.4 (SVN)</h3> 75 37 <p> 76 38 New Features and Improvements:</p> 77 39 <ul> 78 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/439">#439</a>] Added a 79 new <strong>context menu option for opening links</strong> in the editor.</li> 80 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2220">#2220</a>] <strong> 81 Email links</strong> from the Link dialog <strong>are now encoded</strong> by default 82 to prevent being harvested by spammers. (Kudos to asuter for proposing the patch) 83 </li> 84 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2234">#2234</a>] Added 85 the ability to create, modify and remove <strong>DIV containers</strong>. </li> 86 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2247">#2247</a>] The <strong> 87 SHIFT+SPACE</strong> keystroke will now <strong>produce a &nbsp;</strong> character. 88 </li> 89 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2252">#2252</a>] It's 90 now possible to enable the browsers default menu using the configuration file (FCKConfig.BrowserContextMenu 91 option). </li> 92 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2032">#2032</a>] Added 93 HTML samples for legacy HTML and Flash HTML. </li> 94 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Introduced 95 the "PreventSubmitHandler" setting, which makes it possible to instruct the editor 96 to not handle the hidden field update on form submit events.</li> 40 <li></li> 97 41 </ul> 98 42 <p> 99 43 Fixed Bugs:</p> 100 44 <ul> 101 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2319">#2319</a>] On Opera 102 and Firefox 3, the entire page was scrolling on SHIFT+ENTER, or when EnterMode='br'.</li> 103 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2321">#2321</a>] On Firefox 104 3, the entire page was scrolling when inserting block elements with the FCK.InsertElement 105 function, used by the Table and Horizontal Rule buttons.. </li> 106 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some 107 hints in editor/css/fck_editorarea.css on how to handle style items that would break 108 the style combo. </li> 109 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2263">#2263</a>] Fixed 110 a JavaScript error in IE which occurs when there are placeholder elements in the 111 document and the user has pressed the Source button.</li> 112 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected 113 mixed up Chinese translations for the blockquote command.</li> 114 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2323">#2323</a>] Fixed 115 the issue where the show blocks command loses the current selection from the view 116 area when editing a long document.</li> 117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2322">#2322</a>] Fixed 118 the issue where the fit window command loses the current selection and scroll position 119 in the editing area.</li> 120 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1917">#1917</a>] Fixed 121 the issue where the merge down command for tables cells does not work in IE for 122 more than two cells.</li> 123 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2320">#2320</a>] Fixed 124 the issue where the Find/Replace dialog scrolls the entire page.</li> 125 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1645">#1645</a>] Added 126 warning message about Firefox 3's strict origin policy.</li> 127 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved 128 the garbage filter in Paste from Word dialog.</li> 129 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed 130 invalid HTML in the Paste dialog.</li> 131 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed 132 sporadic "FCKeditorAPI is not defined" errors in Firefox 3.</li> 133 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2356">#2356</a>] Fixed 134 access denied error in IE7 when FCKeditor is launched from local filesystem.</li> 135 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1150">#1150</a>] Fixed 136 the type="_moz" attribute that sometimes appear in <br> tags in non-IE browsers.</li> 137 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting 138 multiple contiguous paragraphs to Formatted will now be merged into a single <PRE> 139 block.</li> 140 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2363">#2363</a>] There 141 were some sporadic "Permission Denied" errors with IE on some situations.</li> 142 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2135">#2135</a>] Fixed 143 a data loss bug in IE when there are @import statements in the editor's CSS files, 144 and IE's cache is set to "Check for newer versions on every visit".</li> 145 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2376">#2376</a>] FCK.InsertHtml() 146 will now insert to the last selected position after the user has selected things 147 outside of FCKeditor, in IE.</li> 148 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed 149 broken protect source logic for comments in IE.</li> 150 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2387">#2387</a>] Fixed 151 JavaScript error with list commands when the editable document is selected with 152 Ctrl-A.</li> 153 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2390">#2390</a>] Fixed 154 the issue where indent styles in JavaScript-generated <p> blocks are erased 155 in IE.</li> 156 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2394">#2394</a>] Fixed 157 JavaScript error with the "split vertically" command in IE when attempting to split 158 cells in the last row of a table.</li> 159 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2316">#2316</a>] The sample 160 posted data page has now the table fixed at 100% width. </li> 161 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2396">#2396</a>] SpellerPages 162 was causing a "Permission Denied" error in some situations. </li> 45 <li></li> 163 46 </ul> 164 47 <p>