[Checkins] SVN: zope.app.zcmlfiles/tags/3.5.1/ Tag 3.5.1

Dan Korostelev nadako at gmail.com
Sat Dec 27 16:00:56 EST 2008


Log message for revision 94386:
  Tag 3.5.1

Changed:
  A   zope.app.zcmlfiles/tags/3.5.1/
  D   zope.app.zcmlfiles/tags/3.5.1/CHANGES.txt
  A   zope.app.zcmlfiles/tags/3.5.1/CHANGES.txt
  U   zope.app.zcmlfiles/tags/3.5.1/setup.py
  D   zope.app.zcmlfiles/tags/3.5.1/src/zope/app/zcmlfiles/configure.zcml
  A   zope.app.zcmlfiles/tags/3.5.1/src/zope/app/zcmlfiles/configure.zcml

-=-
Deleted: zope.app.zcmlfiles/tags/3.5.1/CHANGES.txt
===================================================================
--- zope.app.zcmlfiles/trunk/CHANGES.txt	2008-12-27 20:52:41 UTC (rev 94384)
+++ zope.app.zcmlfiles/tags/3.5.1/CHANGES.txt	2008-12-27 21:00:55 UTC (rev 94386)
@@ -1,35 +0,0 @@
-Change History
-==============
-
-3.5.1 (unreleased)
-
-- ...
-
-3.5.0 (2008-12-16)
-------------------
-
-- Remove deprecated include of zope.app.component.browser meta.zcml.
-- Remove deprecated include of zope.app.schema meta.zcml.
-- Remove use of zope.modulealias.
-
-3.4.3 (2007-11-01)
-------------------
-
-- Fix test failure due to missing ``zope.app.container.browser.ftests``
-   directory.  Now it is moved to ``zope.app.container.browser.tests``.
-
-3.4.2 (2007-10-30)
-------------------
-
-- Fix test failure due to missing ``zope.app.form.browser.ftests`` directory.
-  Now it is moved to ``zope.app.form.browser.tests``.
-
-3.4.1 (2007-10-23)
-------------------
-
-- Added missing dependency.
-
-3.4.0 (2007-10-03)
-------------------
-
-- Initial public release as an individual package.

Copied: zope.app.zcmlfiles/tags/3.5.1/CHANGES.txt (from rev 94385, zope.app.zcmlfiles/trunk/CHANGES.txt)
===================================================================
--- zope.app.zcmlfiles/tags/3.5.1/CHANGES.txt	                        (rev 0)
+++ zope.app.zcmlfiles/tags/3.5.1/CHANGES.txt	2008-12-27 21:00:55 UTC (rev 94386)
@@ -0,0 +1,39 @@
+Change History
+==============
+
+3.5.1 (2008-12-28)
+------------------
+
+- Add include of zope.app.schema's configure.zcml. Because component-based
+  vocabularies are used everywhere and we need to import zope.app.schema
+  somehow to make it work. This is needed because of removal of the include
+  of zope.app.schema's meta.zcml in the previous release.
+
+3.5.0 (2008-12-16)
+------------------
+
+- Remove deprecated include of zope.app.component.browser meta.zcml.
+- Remove deprecated include of zope.app.schema meta.zcml.
+- Remove use of zope.modulealias.
+
+3.4.3 (2007-11-01)
+------------------
+
+- Fix test failure due to missing ``zope.app.container.browser.ftests``
+   directory.  Now it is moved to ``zope.app.container.browser.tests``.
+
+3.4.2 (2007-10-30)
+------------------
+
+- Fix test failure due to missing ``zope.app.form.browser.ftests`` directory.
+  Now it is moved to ``zope.app.form.browser.tests``.
+
+3.4.1 (2007-10-23)
+------------------
+
+- Added missing dependency.
+
+3.4.0 (2007-10-03)
+------------------
+
+- Initial public release as an individual package.

Modified: zope.app.zcmlfiles/tags/3.5.1/setup.py
===================================================================
--- zope.app.zcmlfiles/trunk/setup.py	2008-12-27 20:52:41 UTC (rev 94384)
+++ zope.app.zcmlfiles/tags/3.5.1/setup.py	2008-12-27 21:00:55 UTC (rev 94386)
@@ -34,7 +34,7 @@
 
 setup(
     name='zope.app.zcmlfiles',
-    version='3.5.1dev',
+    version='3.5.1',
     url='http://pypi.python.org/pypi/zope.app.zcmlfiles',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',

Deleted: zope.app.zcmlfiles/tags/3.5.1/src/zope/app/zcmlfiles/configure.zcml
===================================================================
--- zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml	2008-12-27 20:52:41 UTC (rev 94384)
+++ zope.app.zcmlfiles/tags/3.5.1/src/zope/app/zcmlfiles/configure.zcml	2008-12-27 21:00:55 UTC (rev 94386)
@@ -1,84 +0,0 @@
-<configure
-    xmlns="http://namespaces.zope.org/zope"
-    xmlns:i18n="http://namespaces.zope.org/i18n"
-    i18n_domain="zope"
-    >
-
-  <!-- Meta configuration (new directives) -->
-  <include file="meta.zcml" />
-
-  <!-- Note that we need to do this early, as later startup
-       subscribers may break without fixups -->
-
-  <include package="zope.app.component" />
-
-  <include package="zope.app.generations" file="subscriber.zcml" />
-
-  <!-- Ordinary Application (non-view) configuration) -->
-  <include package="zope.app.interface" />
-  <include package="zope.app.security" />
-  <include package="zope.component" />
-  <include package="zope.annotation" />
-  <include package="zope.app.dependable" />
-  <include package="zope.app.content" />
-  <include package="zope.publisher" />
-
-  <include file="menus.zcml" />
-
-  <include package="zope.copypastemove" />
-  <include package="zope.size" />
-  <include package="zope.location" />
-  <include package="zope.app.container" />
-
-  <include package="zope.app.publisher" />
-
-  <include package="zope.app.publication" file="meta.zcml" />
-  <include package="zope.app.publication" />
-
-
-  <include package="zope.traversing" />
-  <include package="zope.app.pagetemplate" />
-  <include package="zope.app.generations" />
-
-  <!-- Views -->
-  <include package="zope.app.http" />
-
-  <!-- Translations -->
-  <configure package="zope.app.locales">
-    <i18n:registerTranslations directory="." />
-  </configure>
-
-  <include package="zope.app.i18n" />
-
-  <!-- Database boostrapping and maintanance -->
-  <include package="zope.app.appsetup" />
-  <include package="zope.app.zopeappgenerations" />
-
-  <!-- Services -->
-  <include package="zope.app.principalannotation" />
-
-  <!-- Utilities -->
-  <include package="zope.app.error" />
-
-  <!-- Broken-object support -->
-  <include package="zope.app.broken" />
-
-  <!-- Skins -->
-
-  <include package="zope.app.basicskin" />
-  <include package="zope.app.rotterdam" />
-
-  <!-- Additional packages -->
-
-  <include package="zope.app.applicationcontrol" />
-  <include package="zope.dublincore" />
-  <include package="zope.app.wsgi" />
-
-
-  <!-- Content types -->
-  <include package="zope.app.folder" />
-
-  <!-- Browser Configurations -->
-  <include file="browser.zcml" />
-
-</configure>

Copied: zope.app.zcmlfiles/tags/3.5.1/src/zope/app/zcmlfiles/configure.zcml (from rev 94385, zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml)
===================================================================
--- zope.app.zcmlfiles/tags/3.5.1/src/zope/app/zcmlfiles/configure.zcml	                        (rev 0)
+++ zope.app.zcmlfiles/tags/3.5.1/src/zope/app/zcmlfiles/configure.zcml	2008-12-27 21:00:55 UTC (rev 94386)
@@ -0,0 +1,85 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:i18n="http://namespaces.zope.org/i18n"
+    i18n_domain="zope"
+    >
+
+  <!-- Meta configuration (new directives) -->
+  <include file="meta.zcml" />
+
+  <!-- Note that we need to do this early, as later startup
+       subscribers may break without fixups -->
+
+  <include package="zope.app.component" />
+  <include package="zope.app.schema" />
+
+  <include package="zope.app.generations" file="subscriber.zcml" />
+
+  <!-- Ordinary Application (non-view) configuration) -->
+  <include package="zope.app.interface" />
+  <include package="zope.app.security" />
+  <include package="zope.component" />
+  <include package="zope.annotation" />
+  <include package="zope.app.dependable" />
+  <include package="zope.app.content" />
+  <include package="zope.publisher" />
+
+  <include file="menus.zcml" />
+
+  <include package="zope.copypastemove" />
+  <include package="zope.size" />
+  <include package="zope.location" />
+  <include package="zope.app.container" />
+
+  <include package="zope.app.publisher" />
+
+  <include package="zope.app.publication" file="meta.zcml" />
+  <include package="zope.app.publication" />
+
+
+  <include package="zope.traversing" />
+  <include package="zope.app.pagetemplate" />
+  <include package="zope.app.generations" />
+
+  <!-- Views -->
+  <include package="zope.app.http" />
+
+  <!-- Translations -->
+  <configure package="zope.app.locales">
+    <i18n:registerTranslations directory="." />
+  </configure>
+
+  <include package="zope.app.i18n" />
+
+  <!-- Database boostrapping and maintanance -->
+  <include package="zope.app.appsetup" />
+  <include package="zope.app.zopeappgenerations" />
+
+  <!-- Services -->
+  <include package="zope.app.principalannotation" />
+
+  <!-- Utilities -->
+  <include package="zope.app.error" />
+
+  <!-- Broken-object support -->
+  <include package="zope.app.broken" />
+
+  <!-- Skins -->
+
+  <include package="zope.app.basicskin" />
+  <include package="zope.app.rotterdam" />
+
+  <!-- Additional packages -->
+
+  <include package="zope.app.applicationcontrol" />
+  <include package="zope.dublincore" />
+  <include package="zope.app.wsgi" />
+
+
+  <!-- Content types -->
+  <include package="zope.app.folder" />
+
+  <!-- Browser Configurations -->
+  <include file="browser.zcml" />
+
+</configure>



More information about the Checkins mailing list