Changeset 350
- Timestamp:
- 2007-06-02 15:55:18 (20 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/filemanager/browser/default/connectors/cfm/connector.cfm (modified) (3 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/browser/default/connectors/cfm/connector.cfm
r136 r350 48 48 lDeniedExtensions = config.deniedExtensions[url.type]; 49 49 50 if ( userFilesPath eq "" ) { 51 userFilesPath = "/userfiles/"; 52 } 53 50 54 // make sure the user files path is correctly formatted 51 55 userFilesPath = replace(userFilesPath, "\", "/", "ALL"); … … 75 79 if ( len(config.serverPath) ) { 76 80 serverPath = config.serverPath; 81 82 if ( right(serverPath,1) neq fs ) { 83 serverPath = serverPath & fs; 84 } 77 85 } else { 78 serverPath = replaceNoCase(getBaseTemplatePath(),replace(cgi.script_name,"/",fs,"all"),"") ;86 serverPath = replaceNoCase(getBaseTemplatePath(),replace(cgi.script_name,"/",fs,"all"),"") & replace(userFilesPath,"/",fs,"all"); 79 87 } 80 88 … … 361 369 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate"> 362 370 <cfcontent reset="true" type="text/xml; charset=UTF-8"> 363 <cfoutput>#xmlHeader##xmlContent##xmlFooter#</cfoutput> 371 <cfoutput>#xmlHeader##xmlContent##xmlFooter#</cfoutput> -
FCKeditor/trunk/_whatsnew.html
r349 r350 142 142 the target directory is now being automatically created if needed when "quick uploading". 143 143 Thanks to sirmeili.</li> 144 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/295">#295</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/510">#510</a>] Corrected some 145 path resolution issues with the File Browser connector for ColdFusion.</li> 144 146 </ul> 145 147 <h3>