You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2006/12/15 14:43:05 UTC

svn commit: r487551 - /lenya/trunk/src/modules/fckeditor/resources/javascript/fckconfig.js

Author: chestnut
Date: Fri Dec 15 05:43:03 2006
New Revision: 487551

URL: http://svn.apache.org/viewvc?view=rev&rev=487551
Log:
Disable upload feature in FCKEditor
Thanks to a patch from Richard Frovarp
resolves Bug 41172

Modified:
    lenya/trunk/src/modules/fckeditor/resources/javascript/fckconfig.js

Modified: lenya/trunk/src/modules/fckeditor/resources/javascript/fckconfig.js
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/fckeditor/resources/javascript/fckconfig.js?view=diff&rev=487551&r1=487550&r2=487551
==============================================================================
--- lenya/trunk/src/modules/fckeditor/resources/javascript/fckconfig.js (original)
+++ lenya/trunk/src/modules/fckeditor/resources/javascript/fckconfig.js Fri Dec 15 05:43:03 2006
@@ -39,4 +39,11 @@
  /*
  * plugin for save in lenya
  */  
-FCKConfig.Plugins.Add( 'lenyaSave', 'de,en', '../../plugins/' ) ;
\ No newline at end of file
+FCKConfig.Plugins.Add( 'lenyaSave', 'de,en', '../../plugins/' ) ;
+
+/*
+ * disable uploads since it needs to be done from withing Lenya
+ */
+FCKConfig.ImageUpload = false;
+FCKConfig.LinkUpload  = false;
+FCKConfig.FlashUpload = false;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org