Changeset 418

Show
Ignore:
Timestamp:
2007-07-07 17:36:56 (17 months ago)
Author:
alfonsoml
Message:

Fix for #163, change the default language for the connector to PHP

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckconfig.js

    r413 r418  
    187187// values of LinkBrowserURL, ImageBrowserURL and so on. 
    188188// Custom implementations should just ignore it. 
    189 var _FileBrowserLanguage        = 'asp' ;       // asp | aspx | cfm | lasso | perl | php | py 
    190 var _QuickUploadLanguage        = 'asp' ;       // asp | aspx | cfm | lasso | perl | php 
    191  
    192 // @Packager.Remove.Start 
    193 // The development version (SVN) uses the PHP connector by default. 
    194 _FileBrowserLanguage    = 'php' ; 
    195 _QuickUploadLanguage    = 'php' ; 
    196 // @Packager.Remove.End 
     189var _FileBrowserLanguage        = 'php' ;       // asp | aspx | cfm | lasso | perl | php | py 
     190var _QuickUploadLanguage        = 'php' ;       // asp | aspx | cfm | lasso | perl | php 
    197191 
    198192// Don't care about the following line. It just calculates the correct connector 
  • FCKeditor/trunk/_whatsnew.html

    r415 r418  
    6868                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code generated by the "Paste 
    6969                        As Plain Text" feature now obeys the EnterMode setting.</li> 
    70         </ul> 
     70                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>]  
     71                        <span style="color: #ff0000">Attention:</span> The default connector in fckconfig.js has been changed from 
     72                        ASP to PHP. If you are using Asp remember to change the _FileBrowserLanguage and _QuickUploadLanguage settings 
     73                        in your fckconfig.js. 
     74                        </li>   </ul> 
    7175        <p> 
    7276                Fixed Bugs:</p>