Changeset 2114 for FCKeditor/trunk
- Timestamp:
- 06/23/08 19:01:55 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
_whatsnew_history.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r2112 r2114 34 34 FCKeditor ChangeLog - What's New?</h1> 35 35 <h3> 36 Version 2.6. 2(SVN)</h3>36 Version 2.6.3 (SVN)</h3> 37 37 <p> 38 38 New Features and Improvements:</p> 39 39 <ul> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2043">#2043</a>] The debug 41 script is not any more part of the compressed files. If FCKeditor native debugging 42 features (FCKDebug) are required, the _source folder must be present in your installation.</li> 40 <li></li> 43 41 </ul> 44 42 <p> 45 43 Fixed Bugs:</p> 46 44 <ul> 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2248">#2248</a>] Calling 48 FCK.InsertHtml( 'nbsp;') was inserting a plain space instead of a non breaking space 49 character.</li> 50 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2273">#2273</a>] The dragresizetable 51 plugin now works in Firefox 3 as well.</li> 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor 53 fix in FCKSelection for nodeTagName object.</li> 54 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1614">#1614</a>] Unified 55 FCKConfig.FullBasePath with FCKConfig.BasePath.</li> 56 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2127">#2127</a>] Changed 57 floating dialogs to use fixed positioning so that they are no longer affected by 58 scrolling.</li> 59 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2018">#2018</a>] Reversed 60 the fix for <a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a> 61 which broke FCKeditorAPI's cleanup logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong> 62 has been added for those who wish to force the #183 fix to be enabled.</li> 63 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a 64 target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera 65 and Firefox 3, the entire page was scrolling on ENTER.</li> 66 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls 67 with querystring parameters were not being accepted for CSS values in the configuration 68 file (like EditorAreaCSS).</li> 69 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] On some 70 specific cases, with Firefox 2, some extra spacing was appearing in the final HTML 71 on posting, if inserting two successive tables.</li> 72 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] Block 73 elements (like tables or horizontal rules) will be inserted correctly now when the 74 cursor is at the start or the end of blocks. No extra paragraphs will be included 75 in this operation.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2197</a>] The TAB 77 key will now have the default browser behavior if TabSpaces=0. It will move the 78 focus out of the editor (expect on Safari).</li> 79 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2296">#2296</a>] Fixed 80 permission denied error on clicking on files in the file browser.</li> 45 <li></li> 81 46 </ul> 82 47 <p> -
FCKeditor/trunk/_whatsnew_history.html
r2112 r2114 33 33 <h1> 34 34 FCKeditor ChangeLog - What's New?</h1> 35 <h3> 36 Version 2.6.2</h3> 37 <p> 38 New Features and Improvements:</p> 39 <ul> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2043">#2043</a>] The debug 41 script is not any more part of the compressed files. If FCKeditor native debugging 42 features (FCKDebug) are required, the _source folder must be present in your installation.</li> 43 </ul> 44 <p> 45 Fixed Bugs:</p> 46 <ul> 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2248">#2248</a>] Calling 48 FCK.InsertHtml( 'nbsp;') was inserting a plain space instead of a non breaking space 49 character.</li> 50 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2273">#2273</a>] The dragresizetable 51 plugin now works in Firefox 3 as well.</li> 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor 53 fix in FCKSelection for nodeTagName object.</li> 54 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1614">#1614</a>] Unified 55 FCKConfig.FullBasePath with FCKConfig.BasePath.</li> 56 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2127">#2127</a>] Changed 57 floating dialogs to use fixed positioning so that they are no longer affected by 58 scrolling.</li> 59 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2018">#2018</a>] Reversed 60 the fix for <a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a> 61 which broke FCKeditorAPI's cleanup logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong> 62 has been added for those who wish to force the #183 fix to be enabled.</li> 63 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a 64 target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera 65 and Firefox 3, the entire page was scrolling on ENTER.</li> 66 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls 67 with querystring parameters were not being accepted for CSS values in the configuration 68 file (like EditorAreaCSS).</li> 69 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] On some 70 specific cases, with Firefox 2, some extra spacing was appearing in the final HTML 71 on posting, if inserting two successive tables.</li> 72 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] Block 73 elements (like tables or horizontal rules) will be inserted correctly now when the 74 cursor is at the start or the end of blocks. No extra paragraphs will be included 75 in this operation.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2197</a>] The TAB 77 key will now have the default browser behavior if TabSpaces=0. It will move the 78 focus out of the editor (expect on Safari).</li> 79 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2296">#2296</a>] Fixed 80 permission denied error on clicking on files in the file browser.</li> 81 </ul> 35 82 <h3> 36 83 Version 2.6.1</h3>
Note: See TracChangeset
for help on using the changeset viewer.
