[Checkins] SVN: bluebream/trunk/ added zope.app.http registrations to get the correct unauthorized view

Christophe Combelles ccomb at free.fr
Thu Aug 26 08:40:45 EDT 2010


Log message for revision 115960:
  added zope.app.http registrations to get the correct unauthorized view
  

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

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-08-26 06:45:48 UTC (rev 115959)
+++ bluebream/trunk/CHANGES.txt	2010-08-26 12:40:44 UTC (rev 115960)
@@ -12,6 +12,7 @@
 - Added empty overrides.zcml - show best practices to developers
 - updated to ZTK 1.0a3
 - Automatically find and suggest the latest *minor* version online
+- added zope.app.http registrations to get the correct unauthorized view
 
 1.0b3 (2010-07-11)
 ------------------

Modified: bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/site.zcml_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/site.zcml_tmpl	2010-08-26 06:45:48 UTC (rev 115959)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/site.zcml_tmpl	2010-08-26 12:40:44 UTC (rev 115960)
@@ -46,6 +46,7 @@
   <include package="zope.traversing.browser" />
   <include package="zope.app.pagetemplate" />
   <include package="zope.app.schema" />
+  <include package="zope.app.http" />
 
   <includeOverrides file="overrides.zcml" />
   <include package="${ns_prefix}${package}" />



More information about the checkins mailing list