Changeset 415
- Timestamp:
- 2007-07-07 13:41:12 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/_whatsnew.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r414 r415 47 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file browser and upload 48 48 connectors have been unified so they can reuse the same configuration settings.<br> 49 The asp and php connectors have been improved so it's easy to select the location of the destination49 [<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 50 folder for each file type, and it's no longer neccesary to use the "file", "image", "flash" subfolders<br> 51 51 <span style="color: #ff0000">Attention:</span> The location of all the connectors have been changed in … … 53 53 config file for your server language. 54 54 </li> 55 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the Perl qui k upload is55 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the Perl quick upload is 56 56 available.</li> 57 57 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The asp connector provides an 58 58 AbsolutePath setting so it's possible to set the url to a full domain or a relative path and specify that 59 59 way the physical folder where the files are stored..</li> 60 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The quick upload now can use 61 the same ServerPath parameter as the full connector.</li> 62 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands configuration 63 setting is available in the asp and php connectors so it's possible to disallow the upload of files 64 (although the "select file" button will still be available in the file browser).</li> 60 65 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration directive 61 66 "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing area styles from JavaScript. … … 85 90 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP connector will work better if the 86 91 connector or the userfiles folder is a symlink.</li> 92 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed an uninitialized $php_errormsg 93 in the PHP connector.</li> 87 94 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace dialog will now advance its searching 88 95 position correctly and is able to search for strings spanning across multiple inline tags.</li>