Changeset 387

Show
Ignore:
Timestamp:
2007-06-16 23:45:54 (19 months ago)
Author:
alfonsoml
Message:

SF Patch 1511298, The CF Component failed on CFMX 6.0

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckeditor.cfc

    r346 r387  
    147147        hint="Create the html editor instance for compatible browsers." 
    148148> 
    149  
    150         <cfscript> 
    151         var sURL = ""; 
    152  
     149        <cfset var sURL = "" /> 
     150         
     151        <cfscript> 
    153152        // try to fix the basePath, if ending slash is missing 
    154153        if( len( this.basePath) and right( this.basePath, 1 ) is not "/" ) 
     
    180179        hint="Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)" 
    181180> 
    182  
    183         <cfscript> 
    184         var sParams = ""; 
    185         var key = ""; 
    186         var fieldValue = ""; 
    187         var fieldLabel = ""; 
    188         var lConfigKeys = ""; 
    189         var iPos = ""; 
    190  
     181        <cfset var sParams = "" /> 
     182        <cfset var key = "" /> 
     183        <cfset var fieldValue = "" /> 
     184        <cfset var fieldLabel = "" /> 
     185        <cfset var lConfigKeys = "" /> 
     186        <cfset var iPos = "" /> 
     187 
     188        <cfscript> 
    191189        /** 
    192190         * CFML doesn't store casesensitive names for structure keys, but the configuration names must be casesensitive for js. 
  • FCKeditor/trunk/_whatsnew.html

    r360 r387  
    5050                        The editor now takes care to not create invalid nested block elements, like creating 
    5151                        &lt;form&gt; or &lt;hr&gt; inside &lt;p&gt;. &nbsp;</li> 
     52                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF  
     53                        Patch 1511298</a>] The CF Component failed on CFMX 6.0</li> 
    5254        </ul> 
    5355        <h3>