[Checkins] SVN: five.grok/branches/sylvain-static-and-forms/ - Use the splitted trunk version of grokcore.view.

Sylvain Viollon sylvain at infrae.com
Fri Sep 19 05:07:46 EDT 2008


Log message for revision 91252:
  
  - Use the splitted trunk version of grokcore.view.
  
  
  

Changed:
  _U  five.grok/branches/sylvain-static-and-forms/devel/
  U   five.grok/branches/sylvain-static-and-forms/devel/EXTERNALS.txt
  U   five.grok/branches/sylvain-static-and-forms/src/five/grok/__init__.py
  U   five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml

-=-

Property changes on: five.grok/branches/sylvain-static-and-forms/devel
___________________________________________________________________
Name: svn:externals
   - # svn ps -F EXTERNALS.txt svn:externals . 
grokcore.view svn://svn.zope.org/repos/main/grokcore.view/branches/sylvain-five-grok-static
grokcore.formlib svn://svn.zope.org/repos/main/grokcore.formlib/trunk 

   + # svn ps -F EXTERNALS.txt svn:externals . 
grokcore.view svn://svn.zope.org/repos/main/grokcore.view/trunk
grokcore.formlib svn://svn.zope.org/repos/main/grokcore.formlib/trunk 


Modified: five.grok/branches/sylvain-static-and-forms/devel/EXTERNALS.txt
===================================================================
--- five.grok/branches/sylvain-static-and-forms/devel/EXTERNALS.txt	2008-09-19 09:05:35 UTC (rev 91251)
+++ five.grok/branches/sylvain-static-and-forms/devel/EXTERNALS.txt	2008-09-19 09:07:45 UTC (rev 91252)
@@ -1,3 +1,3 @@
 # svn ps -F EXTERNALS.txt svn:externals . 
-grokcore.view svn://svn.zope.org/repos/main/grokcore.view/branches/sylvain-five-grok-static
+grokcore.view svn://svn.zope.org/repos/main/grokcore.view/trunk
 grokcore.formlib svn://svn.zope.org/repos/main/grokcore.formlib/trunk 

Modified: five.grok/branches/sylvain-static-and-forms/src/five/grok/__init__.py
===================================================================
--- five.grok/branches/sylvain-static-and-forms/src/five/grok/__init__.py	2008-09-19 09:05:35 UTC (rev 91251)
+++ five.grok/branches/sylvain-static-and-forms/src/five/grok/__init__.py	2008-09-19 09:07:45 UTC (rev 91252)
@@ -7,3 +7,4 @@
 
 # Override the one from grokcore.view so that we get Zope 2 semantics
 from five.grok.components import ZopeTwoPageTemplate as PageTemplate
+

Modified: five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml
===================================================================
--- five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml	2008-09-19 09:05:35 UTC (rev 91251)
+++ five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml	2008-09-19 09:07:45 UTC (rev 91252)
@@ -5,7 +5,13 @@
 
   <include package="grokcore.component" file="meta.zcml" />
   <include package="grokcore.security" file="meta.zcml" />
-  <include package="grokcore.view" file="meta.zcml" />
+
+  <!-- Load by hand grokcore.view grokkers, since we don't want the
+  static one. --> 
+  <grok:grok package="grokcore.view.meta.views" />
+  <grok:grok package="grokcore.view.meta.templates" />
+  <grok:grok package="grokcore.view.meta.skin" />
+
   <include package="grokcore.formlib" file="meta.zcml" />
   <grok:grok package=".meta" />
 



More information about the Checkins mailing list