Changeset 1175
- Timestamp:
- 2007-12-04 15:46:59 (8 months ago)
- Location:
- FCKeditor.Net/trunk
- Files:
-
- 2 modified
-
FileWorkerBase.cs (modified) (1 diff)
-
_whatsnew.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Net/trunk/FileWorkerBase.cs
r1173 r1175 28 28 public abstract class FileWorkerBase : System.Web.UI.Page 29 29 { 30 private const string DEFAULT_USER_FILES_PATH = "/ UserFiles/" ;30 private const string DEFAULT_USER_FILES_PATH = "/userfiles/" ; 31 31 32 32 private string sUserFilesPath ; -
FCKeditor.Net/trunk/_whatsnew.html
r1174 r1175 36 36 Version 2.5</h3> 37 37 <p> 38 <strong><span style="color: #ff0000">Attention :</span></strong> This version is38 <strong><span style="color: #ff0000">Attention :</span></strong> This version is 39 39 not compatible with releases before FCKeditor 2.5.</p> 40 40 <p> … … 58 58 setting is enforced by the editor component, to avoid having to set ValidateRequest="false" 59 59 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 63 </ul> 61 64 <p>