Changeset 1175

Show
Ignore:
Timestamp:
2007-12-04 15:46:59 (8 months ago)
Author:
fredck
Message:

The default path for UseFiles has been changed to "/userfiles/".

Location:
FCKeditor.Net/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/FileWorkerBase.cs

    r1173 r1175  
    2828        public abstract class FileWorkerBase : System.Web.UI.Page 
    2929        { 
    30                 private const string DEFAULT_USER_FILES_PATH = "/UserFiles/" ; 
     30                private const string DEFAULT_USER_FILES_PATH = "/userfiles/" ; 
    3131 
    3232                private string sUserFilesPath ; 
  • FCKeditor.Net/trunk/_whatsnew.html

    r1174 r1175  
    3636                Version 2.5</h3> 
    3737        <p> 
    38                 <strong><span style="color: #ff0000">Attention:</span></strong> This version is 
     38                <strong><span style="color: #ff0000">Attention :</span></strong> This version is 
    3939                not compatible with releases before FCKeditor 2.5.</p> 
    4040        <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> 
    6063        </ul> 
    6164        <p>