[Checkins] SVN: zam.api/trunk/ Include z3c.contents and z3c.table dependencies

Roger Ineichen roger at projekt01.ch
Mon Apr 7 01:17:52 EDT 2008


Log message for revision 85132:
  Include z3c.contents and z3c.table dependencies
  Use new Contents page instead of ContentsPage class for contents.html
  
  Note: this table uses contents instead of list CSS class
  I'll change that in zam.skin ASAP

Changed:
  U   zam.api/trunk/buildout.cfg
  _U  zam.api/trunk/externals/
  U   zam.api/trunk/setup.py
  U   zam.api/trunk/src/zam/api/app.zcml
  U   zam.api/trunk/src/zam/api/browser/configure.zcml

-=-
Modified: zam.api/trunk/buildout.cfg
===================================================================
--- zam.api/trunk/buildout.cfg	2008-04-07 04:49:57 UTC (rev 85131)
+++ zam.api/trunk/buildout.cfg	2008-04-07 05:17:50 UTC (rev 85132)
@@ -1,6 +1,8 @@
 [buildout]
 develop = .
+          externals/z3c.contents
           externals/z3c.menu.ready2go
+          externals/z3c.table
 
 parts = test checker coverage
 


Property changes on: zam.api/trunk/externals
___________________________________________________________________
Name: svn:externals
   - z3c.menu.ready2go      svn://svn.zope.org/repos/main/z3c.menu.ready2go/trunk

   + z3c.menu.ready2go      svn://svn.zope.org/repos/main/z3c.menu.ready2go/trunk
z3c.contents           svn://svn.zope.org/repos/main/z3c.contents/trunk
z3c.table              svn://svn.zope.org/repos/main/z3c.table/trunk


Modified: zam.api/trunk/setup.py
===================================================================
--- zam.api/trunk/setup.py	2008-04-07 04:49:57 UTC (rev 85131)
+++ zam.api/trunk/setup.py	2008-04-07 05:17:50 UTC (rev 85132)
@@ -63,12 +63,14 @@
         'setuptools',
         'z3c.baseregistry',
         'z3c.breadcrumb',
+        'z3c.contents',
         'z3c.layer.pagelet',
         'z3c.layer.ready2go',
         'z3c.menu.ready2go',
+        'z3c.table',
         'zc.configuration',
+        'zope.app.intid',
         'zope.security',
-        'zope.app.intid',
         ],
     zip_safe = False,
 )
\ No newline at end of file

Modified: zam.api/trunk/src/zam/api/app.zcml
===================================================================
--- zam.api/trunk/src/zam/api/app.zcml	2008-04-07 04:49:57 UTC (rev 85131)
+++ zam.api/trunk/src/zam/api/app.zcml	2008-04-07 05:17:50 UTC (rev 85132)
@@ -103,6 +103,7 @@
 
   <!-- z3c component -->
   <include package="z3c.breadcrumb" />
+  <include package="z3c.contents" />
   <include package="z3c.form" />
   <include package="z3c.formui" />
   <include package="z3c.layer.pagelet" />

Modified: zam.api/trunk/src/zam/api/browser/configure.zcml
===================================================================
--- zam.api/trunk/src/zam/api/browser/configure.zcml	2008-04-07 04:49:57 UTC (rev 85131)
+++ zam.api/trunk/src/zam/api/browser/configure.zcml	2008-04-07 05:17:50 UTC (rev 85132)
@@ -21,7 +21,7 @@
   <z3c:pagelet
       name="contents.html"
       for="zope.traversing.interfaces.IContainmentRoot"
-      class="z3c.contents.browser.ContentsPage"
+      class="z3c.contents.browser.Contents"
       permission="zope.ManageSite"
       layer="zam.api.layer.ISiteManagerPluginLayer"
       />



More information about the Checkins mailing list