[Checkins] SVN: z3ext.controlpanel/tags/1.4.3/ release tag

Nikolay Kim fafhrd91 at gmail.com
Sun Jun 21 06:02:34 EDT 2009


Log message for revision 101184:
  release tag

Changed:
  A   z3ext.controlpanel/tags/1.4.3/
  D   z3ext.controlpanel/tags/1.4.3/CHANGES.txt
  A   z3ext.controlpanel/tags/1.4.3/CHANGES.txt
  U   z3ext.controlpanel/tags/1.4.3/setup.py
  D   z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/configure.zcml
  A   z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/configure.zcml
  D   z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/interfaces.py
  A   z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/interfaces.py

-=-
Deleted: z3ext.controlpanel/tags/1.4.3/CHANGES.txt
===================================================================
--- z3ext.controlpanel/trunk/CHANGES.txt	2009-06-21 00:01:24 UTC (rev 101182)
+++ z3ext.controlpanel/tags/1.4.3/CHANGES.txt	2009-06-21 10:02:33 UTC (rev 101184)
@@ -1,164 +0,0 @@
-=======
-CHANGES
-=======
-
-1.4.2 (2009-06-02)
-------------------
-
-- Moved ContentContainerConfiglet implementation to z3ext.content.type package
-
-
-1.4.1 (2009-04-23)
-------------------
-
-- Added 'Content types' configlet category
-
-- Added helper wizard form class 
-
-- Do not use z3c.autoinclude
-
-- Do not inherit ContentContainerConfiglet from ContentContainer
-
-
-1.4.0 (2009-03-12)
-------------------
-
-- Added helper class for creating content container configlet
-
-- Added browser:containerViews for data storage
-
-- CSS Styles updated
-
-
-1.3.3 (2008-11-18)
-------------------
-
-- Mark ConfigletData objects as IAttributeAnnotatable
-
-
-1.3.2 (2008-10-22)
-------------------
-
-- Fixed configlet storage if ISite doesn't exists
-
-- Updated translations: nl, ru
-
-
-1.3.1 (2008-10-07)
-------------------
-
-- Fixed migration script for multiple databases
-
-
-1.3.0 (2008-10-07)
-------------------
-
-- Added default stylesheets
-
-- Configlet data storage api has been refactored.
-
-- Use z3ext.controlpanel i18n domain
-
-
-1.2.6 (2008-08-28)
-------------------
-
-- Fixed data storage copy
-
-
-1.2.5 (2008-08-28)
-------------------
-
-- Remove wrong html tag for category view
-
-- Fix configlet storage name
-
-- Added copier for data storage
-
-
-1.2.4 (2008-05-26)
-------------------
-
-- Fixed configlet subcategory + z3c.baseregistry bug
-
-
-1.2.3 (2008-05-14)
-------------------
-
-- Replace 'autoinclude' with 'includeDependendcies'
-
-- Tests updated
-
-
-1.2.2 (2008-04-08)
-------------------
-
-- Fix UI navigation
-
-
-1.2.1 (2008-03-28)
-------------------
-
-- Removed 'principals' configlet category
-
-
-1.2.0 (2008-03-21)
-------------------
-
-- Use z3ext.pagelet directive for browser views
-
-- Added i18n
-
-- Moved to svn.zope.org
-
-
-1.1.7 (2008-03-18)
-------------------
-
-- Added functional tests
-
-
-1.1.6 (2008-02-28)
-------------------
-
-- Use z3c.autoinclude
-
-
-1.1.5 (2008-02-22)
-------------------
-
-- Added buildout.cfg for testing
-
-- Added viewlet manager for configlet navigation
-
-
-1.1.4 (2008-02-20)
-------------------
-
-- Use z3ext.layoutform
-
-
-1.1.3 (2008-02-0?)
-------------------
-
-- Added 'UI' configuration category
-
-
-1.1.2 (2008-02-04)
-------------------
-
-- Fixed problem with generated class and persistence
-
-- Remove all <grant/> directives
-
-
-1.1.0 (2008-01-31)
-------------------
-
-- Use z3ext.layout for rendering
-
-
-1.0.0 (2007-26-07)
-------------------
-
-- Initial release

Copied: z3ext.controlpanel/tags/1.4.3/CHANGES.txt (from rev 101183, z3ext.controlpanel/trunk/CHANGES.txt)
===================================================================
--- z3ext.controlpanel/tags/1.4.3/CHANGES.txt	                        (rev 0)
+++ z3ext.controlpanel/tags/1.4.3/CHANGES.txt	2009-06-21 10:02:33 UTC (rev 101184)
@@ -0,0 +1,172 @@
+=======
+CHANGES
+=======
+
+1.4.3 (2009-06-21)
+------------------
+
+- Added 'principals' configlet category
+
+- Fixed wizard support code
+
+
+1.4.2 (2009-06-02)
+------------------
+
+- Moved ContentContainerConfiglet implementation to z3ext.content.type package
+
+
+1.4.1 (2009-04-23)
+------------------
+
+- Added 'Content types' configlet category
+
+- Added helper wizard form class 
+
+- Do not use z3c.autoinclude
+
+- Do not inherit ContentContainerConfiglet from ContentContainer
+
+
+1.4.0 (2009-03-12)
+------------------
+
+- Added helper class for creating content container configlet
+
+- Added browser:containerViews for data storage
+
+- CSS Styles updated
+
+
+1.3.3 (2008-11-18)
+------------------
+
+- Mark ConfigletData objects as IAttributeAnnotatable
+
+
+1.3.2 (2008-10-22)
+------------------
+
+- Fixed configlet storage if ISite doesn't exists
+
+- Updated translations: nl, ru
+
+
+1.3.1 (2008-10-07)
+------------------
+
+- Fixed migration script for multiple databases
+
+
+1.3.0 (2008-10-07)
+------------------
+
+- Added default stylesheets
+
+- Configlet data storage api has been refactored.
+
+- Use z3ext.controlpanel i18n domain
+
+
+1.2.6 (2008-08-28)
+------------------
+
+- Fixed data storage copy
+
+
+1.2.5 (2008-08-28)
+------------------
+
+- Remove wrong html tag for category view
+
+- Fix configlet storage name
+
+- Added copier for data storage
+
+
+1.2.4 (2008-05-26)
+------------------
+
+- Fixed configlet subcategory + z3c.baseregistry bug
+
+
+1.2.3 (2008-05-14)
+------------------
+
+- Replace 'autoinclude' with 'includeDependendcies'
+
+- Tests updated
+
+
+1.2.2 (2008-04-08)
+------------------
+
+- Fix UI navigation
+
+
+1.2.1 (2008-03-28)
+------------------
+
+- Removed 'principals' configlet category
+
+
+1.2.0 (2008-03-21)
+------------------
+
+- Use z3ext.pagelet directive for browser views
+
+- Added i18n
+
+- Moved to svn.zope.org
+
+
+1.1.7 (2008-03-18)
+------------------
+
+- Added functional tests
+
+
+1.1.6 (2008-02-28)
+------------------
+
+- Use z3c.autoinclude
+
+
+1.1.5 (2008-02-22)
+------------------
+
+- Added buildout.cfg for testing
+
+- Added viewlet manager for configlet navigation
+
+
+1.1.4 (2008-02-20)
+------------------
+
+- Use z3ext.layoutform
+
+
+1.1.3 (2008-02-0?)
+------------------
+
+- Added 'UI' configuration category
+
+
+1.1.2 (2008-02-04)
+------------------
+
+- Fixed problem with generated class and persistence
+
+- Remove all <grant/> directives
+
+
+1.1.0 (2008-01-31)
+------------------
+
+- Use z3ext.layout for rendering
+
+
+1.0.0 (2007-26-07)
+------------------
+
+- Initial release

Modified: z3ext.controlpanel/tags/1.4.3/setup.py
===================================================================
--- z3ext.controlpanel/trunk/setup.py	2009-06-21 00:01:24 UTC (rev 101182)
+++ z3ext.controlpanel/tags/1.4.3/setup.py	2009-06-21 10:02:33 UTC (rev 101184)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version='1.4.3dev'
+version='1.4.3'
 
 
 setup(name = 'z3ext.controlpanel',

Deleted: z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/configure.zcml
===================================================================
--- z3ext.controlpanel/trunk/src/z3ext/controlpanel/configure.zcml	2009-06-21 00:01:24 UTC (rev 101182)
+++ z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/configure.zcml	2009-06-21 10:02:33 UTC (rev 101184)
@@ -1,106 +0,0 @@
-<configure 
-   xmlns="http://namespaces.zope.org/zope"
-   xmlns:i18n="http://namespaces.zope.org/i18n"
-   xmlns:z3ext="http://namespaces.zope.org/z3ext"
-   i18n_domain="z3ext.controlpanel">
-
-  <permission
-     id="z3ext.Configure"
-     title="Configure control panel's configlets." />
-
-  <utility
-     provides=".interfaces.IConfiglet"
-     factory=".root.RootConfiglet" />
-
-  <class class=".root.RootConfiglet">
-    <require
-       permission="zope.Public"
-       interface=".interfaces.IConfiglet
-		  zope.interface.common.mapping.IEnumerableMapping" />
-  </class>
-
-  <!-- configlet data -->
-  <adapter factory=".storage.getConfigletData" />
-  <adapter factory=".storage.getConfigletDataStorage" />
-  <adapter factory=".storage.DefaultConfigletDataFactory" />
-
-  <class class=".storage.ConfigletData">
-    <require
-       permission="zope.ManageApplication"
-       interface="zope.app.container.interfaces.IContainer" />
-  </class>
-
-  <class class=".storage.ConfigletDataStorage">
-    <require
-       permission="zope.ManageApplication"
-       interface="zope.app.container.interfaces.IContainer" />
-  </class>
-
-  <!-- default categories -->
-  <z3ext:configlet
-     name="system"
-     schema=".interfaces.ISystemConfiglet"
-     title="System configuration"
-     description="This area allows you to configure system."
-     provides=".interfaces.ICategory"
-     permission="zope.Public" />
-
-  <z3ext:configlet
-     name="ui"
-     schema=".interfaces.IUIConfiguration"
-     title="User interface configuration"
-     description="This area allows you to configure portal look&amp;feel."
-     provides=".interfaces.ICategory"
-     permission="zope.Public" />
-
-  <z3ext:configlet
-     name="content"
-     schema=".interfaces.IContentConfiglet"
-     title="Content types"
-     description="This area allows you to configure portal content types."
-     provides=".interfaces.ICategory"
-     permission="zope.Public" />
-
-  <!-- settings view -->
-  <adapter
-     name="settings"
-     for="zope.app.component.interfaces.ISite *"
-     provides="zope.interface.Interface"
-     factory=".root.getSettings" />
-
-  <!-- Configlet publisher -->
-  <adapter
-     for=".interfaces.IConfiglet *"
-     factory="z3c.traverser.traverser.PluggableTraverser"
-     provides="zope.publisher.interfaces.IPublishTraverse" />
-
-  <subscriber
-     for=".interfaces.IConfiglet *"
-     provides="z3c.traverser.interfaces.ITraverserPlugin"
-     factory="z3c.traverser.traverser.ContainerTraverserPlugin" />
-
-  <include package=".browser" />
-
-  <!-- Registering documentation with API doc -->
-  <configure
-     xmlns:apidoc="http://namespaces.zope.org/apidoc"
-     xmlns:zcml="http://namespaces.zope.org/zcml"
-     zcml:condition="have apidoc">
-
-    <apidoc:bookchapter
-       id="z3ext-controlpanel"
-       title="z3ext.controlpanel - Control Panel"
-       doc_path="README.txt"
-       parent="z3ext" />
-  </configure>
-
-  <!-- generations -->
-  <utility
-     name="z3ext.controlpanel"
-     provides="zope.app.generations.interfaces.ISchemaManager"
-     component=".generations.schemaManager" />
-
-  <!-- translations -->
-  <i18n:registerTranslations directory="locales"/>
-
-</configure>

Copied: z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/configure.zcml (from rev 101183, z3ext.controlpanel/trunk/src/z3ext/controlpanel/configure.zcml)
===================================================================
--- z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/configure.zcml	                        (rev 0)
+++ z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/configure.zcml	2009-06-21 10:02:33 UTC (rev 101184)
@@ -0,0 +1,113 @@
+<configure 
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:i18n="http://namespaces.zope.org/i18n"
+   xmlns:z3ext="http://namespaces.zope.org/z3ext"
+   i18n_domain="z3ext.controlpanel">
+
+  <permission
+     id="z3ext.Configure"
+     title="Configure control panel's configlets." />
+
+  <utility
+     provides=".interfaces.IConfiglet"
+     factory=".root.RootConfiglet" />
+
+  <class class=".root.RootConfiglet">
+    <require
+       permission="zope.Public"
+       interface=".interfaces.IConfiglet
+		  zope.interface.common.mapping.IEnumerableMapping" />
+  </class>
+
+  <!-- configlet data -->
+  <adapter factory=".storage.getConfigletData" />
+  <adapter factory=".storage.getConfigletDataStorage" />
+  <adapter factory=".storage.DefaultConfigletDataFactory" />
+
+  <class class=".storage.ConfigletData">
+    <require
+       permission="zope.ManageApplication"
+       interface="zope.app.container.interfaces.IContainer" />
+  </class>
+
+  <class class=".storage.ConfigletDataStorage">
+    <require
+       permission="zope.ManageApplication"
+       interface="zope.app.container.interfaces.IContainer" />
+  </class>
+
+  <!-- default categories -->
+  <z3ext:configlet
+     name="system"
+     schema=".interfaces.ISystemConfiglet"
+     title="System configuration"
+     description="This area allows you to configure system."
+     provides=".interfaces.ICategory"
+     permission="zope.Public" />
+
+  <z3ext:configlet
+     name="ui"
+     schema=".interfaces.IUIConfiguration"
+     title="User interface configuration"
+     description="This area allows you to configure portal look&amp;feel."
+     provides=".interfaces.ICategory"
+     permission="zope.Public" />
+
+  <z3ext:configlet
+     name="content"
+     schema=".interfaces.IContentConfiglet"
+     title="Content types"
+     description="This area allows you to configure portal content types."
+     provides=".interfaces.ICategory"
+     permission="zope.Public" />
+
+  <z3ext:configlet
+     name="principals"
+     schema=".interfaces.IPrincipalsManagement"
+     title="Principals management"
+     description="Portal principals management panel."
+     permission="z3ext.Configure" />
+
+  <!-- settings view -->
+  <adapter
+     name="settings"
+     for="zope.app.component.interfaces.ISite *"
+     provides="zope.interface.Interface"
+     factory=".root.getSettings" />
+
+  <!-- Configlet publisher -->
+  <adapter
+     for=".interfaces.IConfiglet *"
+     factory="z3c.traverser.traverser.PluggableTraverser"
+     provides="zope.publisher.interfaces.IPublishTraverse" />
+
+  <subscriber
+     for=".interfaces.IConfiglet *"
+     provides="z3c.traverser.interfaces.ITraverserPlugin"
+     factory="z3c.traverser.traverser.ContainerTraverserPlugin" />
+
+  <include package=".browser" />
+
+  <!-- Registering documentation with API doc -->
+  <configure
+     xmlns:apidoc="http://namespaces.zope.org/apidoc"
+     xmlns:zcml="http://namespaces.zope.org/zcml"
+     zcml:condition="have apidoc">
+
+    <apidoc:bookchapter
+       id="z3ext-controlpanel"
+       title="z3ext.controlpanel - Control Panel"
+       doc_path="README.txt"
+       parent="z3ext" />
+  </configure>
+
+  <!-- generations -->
+  <utility
+     name="z3ext.controlpanel"
+     provides="zope.app.generations.interfaces.ISchemaManager"
+     component=".generations.schemaManager" />
+
+  <!-- translations -->
+  <i18n:registerTranslations directory="locales"/>
+
+</configure>

Deleted: z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/interfaces.py
===================================================================
--- z3ext.controlpanel/trunk/src/z3ext/controlpanel/interfaces.py	2009-06-21 00:01:24 UTC (rev 101182)
+++ z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/interfaces.py	2009-06-21 10:02:33 UTC (rev 101184)
@@ -1,82 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-""" z3ext.controlpanel interfaces
-
-$Id$
-"""
-from zope import schema, interface
-from zope.location.interfaces import ILocation
-from zope.i18nmessageid import MessageFactory
-
-_ = MessageFactory('z3ext.controlpanel')
-
-
-class ICategory(interface.Interface):
-    """ settings category """
-
-
-class IRootConfiglet(interface.Interface):
-    """ root settings configlet """
-
-
-class ISystemConfiglet(interface.Interface):
-    """This area allows you to configure system."""
-
-
-class IContentConfiglet(interface.Interface):
-    """This area allows you to configure portal content types."""
-
-
-class IPrincipalsConfiglet(interface.Interface):
-    """ Portal principals related settings """
-
-
-class IUIConfiguration(interface.Interface):
-    """ Portal UI related settings """
-
-
-class IConfiglet(ILocation):
-    """A group of settings."""
-
-    __id__ = schema.TextLine(
-        title = u"Id",
-        description = u"The id of the configlet.",
-        required = True)
-
-    __title__ = schema.TextLine(
-        title = u"Title",
-        description = u"The title of the configlet used in the UI.",
-        required = True)
-
-    __description__ = schema.TextLine(
-        title = u"Description",
-        description = u"The description of the configlet used in the UI.",
-        required = False)
-
-    __schema__ = interface.Attribute('Configlet schema (readonly)')
-
-    def isAvailable():
-        """ is configlet available in current site """
-
-
-class IConfigletData(interface.Interface):
-    """ configlet data storage """
-
-
-class IConfigletDataFactory(interface.Interface):
-    """ configlet data factory """
-
-
-class IConfigletDataStorage(interface.Interface):
-    """ container for IConfigletData """

Copied: z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/interfaces.py (from rev 101183, z3ext.controlpanel/trunk/src/z3ext/controlpanel/interfaces.py)
===================================================================
--- z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/interfaces.py	                        (rev 0)
+++ z3ext.controlpanel/tags/1.4.3/src/z3ext/controlpanel/interfaces.py	2009-06-21 10:02:33 UTC (rev 101184)
@@ -0,0 +1,82 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+""" z3ext.controlpanel interfaces
+
+$Id$
+"""
+from zope import schema, interface
+from zope.location.interfaces import ILocation
+from zope.i18nmessageid import MessageFactory
+
+_ = MessageFactory('z3ext.controlpanel')
+
+
+class ICategory(interface.Interface):
+    """ settings category """
+
+
+class IRootConfiglet(interface.Interface):
+    """ root settings configlet """
+
+
+class ISystemConfiglet(interface.Interface):
+    """This area allows you to configure system."""
+
+
+class IContentConfiglet(interface.Interface):
+    """This area allows you to configure portal content types."""
+
+
+class IPrincipalsManagement(interface.Interface):
+    """ Portal principals related settings """
+
+
+class IUIConfiguration(interface.Interface):
+    """ Portal UI related settings """
+
+
+class IConfiglet(ILocation):
+    """A group of settings."""
+
+    __id__ = schema.TextLine(
+        title = u"Id",
+        description = u"The id of the configlet.",
+        required = True)
+
+    __title__ = schema.TextLine(
+        title = u"Title",
+        description = u"The title of the configlet used in the UI.",
+        required = True)
+
+    __description__ = schema.TextLine(
+        title = u"Description",
+        description = u"The description of the configlet used in the UI.",
+        required = False)
+
+    __schema__ = interface.Attribute('Configlet schema (readonly)')
+
+    def isAvailable():
+        """ is configlet available in current site """
+
+
+class IConfigletData(interface.Interface):
+    """ configlet data storage """
+
+
+class IConfigletDataFactory(interface.Interface):
+    """ configlet data factory """
+
+
+class IConfigletDataStorage(interface.Interface):
+    """ container for IConfigletData """



More information about the Checkins mailing list