Changeset 1173

Show
Ignore:
Timestamp:
2007-12-04 13:40:15 (2 years ago)
Author:
fredck
Message:

Fixed #551 : The connector and uploader will now correctly handle the Tilde ("~") in the UserFilesPath setting.

Location:
FCKeditor.Net/trunk
Files:
2 modified

Legend:

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

    r1168 r1173  
    6161                                        if ( ! sUserFilesPath.EndsWith("/") ) 
    6262                                                sUserFilesPath += "/" ; 
     63 
     64                                        sUserFilesPath = this.ResolveUrl( sUserFilesPath ) ; 
    6365                                } 
    6466                                return sUserFilesPath ; 
  • FCKeditor.Net/trunk/_whatsnew.html

    r1172 r1173  
    4141                New Features and Improvements:</p> 
    4242        <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> 
    4445                <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> 
    5154                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] Introduced 
    5255                        the <strong>FCKeditor.CreateHtml</strong> function, which returns the HTML needed 
    5356                        to create an editor instance in the page.</li> 
    5457                <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> 
    5660        </ul> 
    5761        <p> 
    5862                Fixed Bugs:</p> 
    5963        <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> 
    6167        </ul> 
    6268        <h3>