Show
Ignore:
Timestamp:
2007-12-13 19:33:33 (9 months ago)
Author:
fredck
Message:

For #79 : Implemented many of our standard security checks and the new configuration system handling for the file browser.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/_whatsnew.html

    r1175 r1202  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    22<!-- 
    33 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     
    3636                Version 2.5</h3> 
    3737        <p> 
    38                 <strong><span style="color: #ff0000">Attention :</span></strong> This version is 
    39                 not compatible with releases before FCKeditor 2.5.</p> 
     38                <strong><span style="color: #ff0000">Attention :</span></strong> The File Browser 
     39                and Uploader in this version is not compatible with releases before FCKeditor 2.5.1.</p> 
    4040        <p> 
    4141                New Features and Improvements:</p> 
     
    5858                        setting is enforced by the editor component, to avoid having to set ValidateRequest="false" 
    5959                        on pages using the editor.</li> 
    60                 <li><span style="color: #ff0000"><strong>Attention :</strong></span> The default connector 
    61                         path has been changed to "/userfiles/", instead of "/UserFiles/". This change should 
    62                         not impact Windows installations.</li> 
     60                <li>Several changes to the File Browser and Uploader:<ul> 
     61                        <li>Several security checks have been introduced. <strong>Upgrading is hightly recommended</strong>.</li> 
     62                        <li>The code has been reviewed according to our standards, aligning the FCKeditor.Net 
     63                                File Browser to the same quality and feature level present in other server language 
     64                                implementations of it, like the PHP implementation.</li> 
     65                        <li>The connector can now be fully configured by using the "editor/filemanager/connectors/aspx/config.ascx" 
     66                                file, available with FCKeditor 2.5.1.</li> 
     67                        <li>For file uploads, the file extension is precisely controlled in a list defined in 
     68                                the config.ascx file.</li> 
     69                        <li>It is possible to define different folder locations for each file type.</li> 
     70                        <li><strong><span style="color: #ff0000">Attention :</span></strong> For security, the 
     71                                connector must be explicitly activated, by setting "Enabled = true" in the config.ascx 
     72                                file.</li> 
     73                        <li><span style="color: #ff0000"><strong>Attention :</strong></span> The default connector 
     74                                path has been changed to "/userfiles/", instead of "/UserFiles/". This change should 
     75                                not impact Windows installations.</li> 
     76                </ul> 
     77                </li> 
    6378        </ul> 
    6479        <p>