Changeset 1173
- Timestamp:
- 2007-12-04 13:40:15 (2 years ago)
- Location:
- FCKeditor.Net/trunk
- Files:
-
- 2 modified
-
FileWorkerBase.cs (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Net/trunk/FileWorkerBase.cs
r1168 r1173 61 61 if ( ! sUserFilesPath.EndsWith("/") ) 62 62 sUserFilesPath += "/" ; 63 64 sUserFilesPath = this.ResolveUrl( sUserFilesPath ) ; 63 65 } 64 66 return sUserFilesPath ; -
FCKeditor.Net/trunk/_whatsnew.html
r1172 r1173 41 41 New Features and Improvements:</p> 42 42 <ul> 43 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1548">#1548</a>] Compatible with <strong>Safari 3.0+</strong> and <strong>Opera 9.50+</strong>.</li> 43 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1548">#1548</a>] Compatible 44 with <strong>Safari 3.0+</strong> and <strong>Opera 9.50+</strong>.</li> 44 45 <li>Added specific project files for <strong>Visual Studio .NET 2003</strong> and <strong> 45 Visual Studio 2005</strong>. It's easier now to open the source in your preferred environment. Builds will 46 end up in the "1.1" (VS2003) and "2.0" (VS2005) folders inside bin/Debug and bin/Release. </li> 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] The BasePath property now defaults to "/fckeditor/" ("/FCKeditor/" previously).</li> 48 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] Introduced the <strong>FCKeditor.IsCompatibleBrowser</strong> static function, to 49 check if the requesting browser is compatible with FCKeditor. 50 </li> 46 Visual Studio 2005</strong>. It's easier now to open the source in your preferred 47 environment. Builds will end up in the "1.1" (VS2003) and "2.0" (VS2005) folders 48 inside bin/Debug and bin/Release. </li> 49 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] The BasePath 50 property now defaults to "/fckeditor/" ("/FCKeditor/" previously).</li> 51 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] Introduced 52 the <strong>FCKeditor.IsCompatibleBrowser</strong> static function, to check if 53 the requesting browser is compatible with FCKeditor. </li> 51 54 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] Introduced 52 55 the <strong>FCKeditor.CreateHtml</strong> function, which returns the HTML needed 53 56 to create an editor instance in the page.</li> 54 57 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/294">#294</a>] The HtmlEncodeOutput 55 setting is enforced by the editor component, to avoid having to set ValidateRequest="false" on pages using the editor.</li> 58 setting is enforced by the editor component, to avoid having to set ValidateRequest="false" 59 on pages using the editor.</li> 56 60 </ul> 57 61 <p> 58 62 Fixed Bugs:</p> 59 63 <ul> 60 <li></li> 64 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/551">#551</a>] The connector 65 and uploader will now correctly handle the Tilde ("~") in the UserFilesPath setting. 66 </li> 61 67 </ul> 62 68 <h3>