[Checkins] SVN: zope.html/trunk/ - make use of un-minified ckeditor explicit

Alex Chapman achapman at zope.com
Fri Nov 19 16:02:26 EST 2010


Log message for revision 118500:
   - make use of un-minified ckeditor explicit
  

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

-=-
Modified: zope.html/trunk/CHANGES.txt
===================================================================
--- zope.html/trunk/CHANGES.txt	2010-11-19 16:27:22 UTC (rev 118499)
+++ zope.html/trunk/CHANGES.txt	2010-11-19 21:02:25 UTC (rev 118500)
@@ -2,7 +2,14 @@
 CHANGES
 =======
 
+2.2.0 (2010-11-19)
+------------------
+
+- Make the use of un-minified ckeditor source explicit
+
+
 2.1.0 (2010-05-25)
+------------------
 
 - Use CKEditor 3.2.1
 

Modified: zope.html/trunk/src/zope/html/configure.zcml
===================================================================
--- zope.html/trunk/src/zope/html/configure.zcml	2010-11-19 16:27:22 UTC (rev 118499)
+++ zope.html/trunk/src/zope/html/configure.zcml	2010-11-19 21:02:25 UTC (rev 118500)
@@ -74,14 +74,15 @@
 
   <resourceLibrary name="ckeditor">
     <directory
-        zcml:condition="have devmode"
         source="ckeditor"
-        include="3.2.1/ckeditor/ckeditor_source.js"
+        include="3.2.1/ckeditor/ckeditor.js"
         />
+  </resourceLibrary>
+
+  <resourceLibrary name="ckeditor_dev">
     <directory
-        zcml:condition="not-have devmode"
         source="ckeditor"
-        include="3.2.1/ckeditor/ckeditor.js"
+        include="3.2.1/ckeditor/ckeditor_source.js"
         />
   </resourceLibrary>
 



More information about the checkins mailing list