Changeset 418
- Timestamp:
- 2007-07-07 17:36:56 (17 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
fckconfig.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/fckconfig.js
r413 r418 187 187 // values of LinkBrowserURL, ImageBrowserURL and so on. 188 188 // 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 189 var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py 190 var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php 197 191 198 192 // Don't care about the following line. It just calculates the correct connector -
FCKeditor/trunk/_whatsnew.html
r415 r418 68 68 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code generated by the "Paste 69 69 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> 71 75 <p> 72 76 Fixed Bugs:</p>