[Checkins] SVN: bluebream/trunk/ Added `zope.traversing.browser` from site.zcml

Baiju M baiju.m.mail at gmail.com
Mon Jan 25 22:35:23 EST 2010


Log message for revision 108501:
  Added `zope.traversing.browser` from site.zcml
  in the project template. Ref: http://bit.ly/80xltO
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-01-26 03:14:22 UTC (rev 108500)
+++ bluebream/trunk/CHANGES.txt	2010-01-26 03:35:23 UTC (rev 108501)
@@ -7,6 +7,9 @@
 - Removed `Sphinx-PyPI-upload` -- no more used as the
   website is moved to http://bluebream.zope.org
 
+- Added `zope.traversing.browser` from site.zcml
+  in the project template. Ref: http://bit.ly/80xltO
+
 0.1.9 (2010-01-13)
 ------------------
 

Modified: bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl	2010-01-26 03:14:22 UTC (rev 108500)
+++ bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl	2010-01-26 03:35:23 UTC (rev 108501)
@@ -35,6 +35,7 @@
   <include package="zope.app.zcmlfiles" file="menus.zcml" />
   <include package="zope.app.authentication" />
   <include package="zope.app.security.browser" />
+  <include package="zope.traversing.browser" />
 
   <include package="${namespace_package}.${main_package}" file="securitypolicy.zcml" />
   <include package="${namespace_package}.${main_package}" file="application.zcml" />



More information about the checkins mailing list