[Checkins] SVN: zope.html/trunk/src/zope/html/ - really the real version this time

Alex Chapman achapman at zope.com
Tue Feb 22 17:53:41 EST 2011


Log message for revision 120523:
   - really the real version this time
  

Changed:
  U   zope.html/trunk/src/zope/html/configure.zcml
  U   zope.html/trunk/src/zope/html/widget.py
  U   zope.html/trunk/src/zope/html/widget.txt

-=-
Modified: zope.html/trunk/src/zope/html/configure.zcml
===================================================================
--- zope.html/trunk/src/zope/html/configure.zcml	2011-02-22 22:46:19 UTC (rev 120522)
+++ zope.html/trunk/src/zope/html/configure.zcml	2011-02-22 22:53:41 UTC (rev 120523)
@@ -75,14 +75,14 @@
   <resourceLibrary name="ckeditor">
     <directory
         source="ckeditor"
-        include="3.2.5/ckeditor/ckeditor.js"
+        include="3.5.2/ckeditor/ckeditor.js"
         />
   </resourceLibrary>
 
   <resourceLibrary name="ckeditor_dev">
     <directory
         source="ckeditor"
-        include="3.2.5/ckeditor/ckeditor_source.js"
+        include="3.5.2/ckeditor/ckeditor_source.js"
         />
   </resourceLibrary>
 

Modified: zope.html/trunk/src/zope/html/widget.py
===================================================================
--- zope.html/trunk/src/zope/html/widget.py	2011-02-22 22:46:19 UTC (rev 120522)
+++ zope.html/trunk/src/zope/html/widget.py	2011-02-22 22:53:41 UTC (rev 120523)
@@ -63,7 +63,7 @@
 class CkeditorWidget(zope.app.form.browser.TextAreaWidget):
 
     editorHeight = 400
-    fckVersion = '3.2.5'
+    fckVersion = '3.5.2'
 
     configurationPath = "/@@/zope_ckconfig.js"
 

Modified: zope.html/trunk/src/zope/html/widget.txt
===================================================================
--- zope.html/trunk/src/zope/html/widget.txt	2011-02-22 22:46:19 UTC (rev 120522)
+++ zope.html/trunk/src/zope/html/widget.txt	2011-02-22 22:53:41 UTC (rev 120523)
@@ -45,7 +45,7 @@
 The "fckVersion" attribute holds the version of CKEditor library.
 
   >>> ckwidget.fckVersion
-  '3.2.5'
+  '3.5.2'
 
   >>> print ckwidget()
   <textarea...></textarea>



More information about the checkins mailing list