Changeset 415

Show
Ignore:
Timestamp:
2007-07-07 13:41:12 (18 months ago)
Author:
alfonsoml
Message:

Added more info about the fixed bugs in [413]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_whatsnew.html

    r414 r415  
    4747                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file browser and upload 
    4848                        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 destination  
     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  
    5050                        folder for each  file type, and it's no longer neccesary to use the "file", "image", "flash" subfolders<br> 
    5151                        <span style="color: #ff0000">Attention:</span> The location of all the connectors have been changed in  
     
    5353                        config file for your server language. 
    5454                        </li> 
    55                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the Perl quik upload is  
     55                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the Perl quick upload is  
    5656                        available.</li> 
    5757                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The asp connector provides an 
    5858                        AbsolutePath setting so it's possible to set the url to a full domain or a relative path and specify that 
    5959                        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> 
    6065                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration directive 
    6166                        "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing area styles from JavaScript. 
     
    8590                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP connector will work better if the 
    8691                        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> 
    8794                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace dialog will now advance its searching 
    8895                        position correctly and is able to search for strings spanning across multiple inline tags.</li>