Changeset 359
- Timestamp:
- 2007-06-03 19:23:29 (20 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/_whatsnew.html (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r355 r359 35 35 New Features and Improvements:</p> 36 36 <ul> 37 <li> The editor now uses the <strong>Data Processor</strong> technology, which makes37 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor now uses the <strong>Data Processor</strong> technology, which makes 38 38 it possible to handle different input formats. A sample of it may be found at "editor/plugins/bbcode/_sample", 39 that shows some simple BBCode support.</li> 39 that shows some simple BBCode support. </li> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/145">#145</a>] The "htaccess.txt" 41 file has been renamed to ".htaccess" as it doesn't bring security concerns, being 42 active out of the box.</li> 43 </ul> 44 <p> 45 Fixed Bugs:</p> 46 <ul> 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank" 48 href="http://dev.fckeditor.net/ticket/243">#243</a>] [<a target="_blank" 49 href="http://dev.fckeditor.net/ticket/267">#267</a>] The editor now takes care to 50 not create invalid nested block elements, like creating <form> or <hr> 51 inside <p>. </li> 52 </ul> 53 <h3> 54 Version 2.4.3</h3> 55 <p> 56 New Features and Improvements:</p> 57 <ul> 40 58 <li>It is now possible to set the default target when creating links, with the new "<strong>DefaultLinkTarget</strong>" 41 59 setting. </li> … … 46 64 misspelled words.</li> 47 65 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/311">#311</a>] The new 48 "<strong>BrowserContextMenuOnCtrl</strong>" setting sis being introduced,66 "<strong>BrowserContextMenuOnCtrl</strong>" setting is being introduced, 49 67 to enable/disable the ability of displaying the default browser's context menu when 50 68 right-clicking with the CTRL key pressed.</li> … … 83 101 a class did generate a span in Firefox when removing them.</li> 84 102 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP 85 quick upload still tried to use the Upercase types instead of lowercase.</li> 103 quick upload still tried to use the uppercased types instead of the lowercased ones. 104 </li> 86 105 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP 87 106 quick upload didn't check for the existence of the folder before saving.</li> 88 107 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/467">#467</a>] If InsertHtml 89 was called in IE with a comment (or any protected source at the beg gining) it was108 was called in IE with a comment (or any protected source at the beginning) it was 90 109 lost.</li> 91 110 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1518766&group_id=75348&atid=543653">SF … … 96 115 folders with non-ANSI names were returned with a double UTF-8 encoding in the PHP 97 116 File Manager.</li> 98 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank"99 href="http://dev.fckeditor.net/ticket/243">#243</a>] The editor now takes care to100 not create invalid nested block elements, like creating <form> or <hr>101 inside <p>.</li>102 117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/273">#273</a>] The extensions 103 118 "sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions on … … 135 150 toolbar buttons now render correctly in all skins.</li> 136 151 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/527">#527</a>] If the configuration 137 for a toolbar isn't ful y valid, try to keep on parsing it.</li>152 for a toolbar isn't fully valid, try to keep on parsing it.</li> 138 153 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/187">#187</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/435">#435</a>] 139 154 [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1612978&group_id=75348&atid=543653">SF … … 154 169 and avoid generating a wrong folder.</li> 155 170 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/431">#431</a>] PHP: The 156 File Browser now displays an error message when it is not able to create dthe configured171 File Browser now displays an error message when it is not able to create the configured 157 172 target directory for files (instead of sending broken XML responses).</li> 158 173 </ul>