r13343 - in Products.Archetypes/trunk: . Products/Archetypes

"Tom Gross" <[email protected]>
Newsgroups gmane.comp.web.zope.plone.archetypes.cvs
Message-ID <[email protected]>
Author: tom_gross
Date: Wed Dec  8 09:28:10 2010
New Revision: 13343

Modified:
   Products.Archetypes/trunk/CHANGES.txt
   Products.Archetypes/trunk/Products/Archetypes/OrderedBaseFolder.py
   Products.Archetypes/trunk/setup.py
Log:
specify dependencies
fixed some documentation


Modified: Products.Archetypes/trunk/CHANGES.txt
==============================================================================
--- Products.Archetypes/trunk/CHANGES.txt	(original)
+++ Products.Archetypes/trunk/CHANGES.txt	Wed Dec  8 09:28:10 2010
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-1.6.5 - Unreleased
-------------------
+1.7 - Unreleased
+----------------
 
 - Avoid various deprecation warnings under Zope 2.13.
   [hannosch]
@@ -10,6 +10,12 @@
 - Fixed a SyntaxWarning when using assert in the migrations module.
   [deo]
 
+- Cleaned OrderedBaseFolder by using OFS implementation of OrderSupport.
+  [tom_gross]
+
+- Depend on Zope 2.13.1
+  [tom_gross]
+
 1.6.4 - 2010-11-06
 ------------------
 

Modified: Products.Archetypes/trunk/Products/Archetypes/OrderedBaseFolder.py
==============================================================================
--- Products.Archetypes/trunk/Products/Archetypes/OrderedBaseFolder.py	(original)
+++ Products.Archetypes/trunk/Products/Archetypes/OrderedBaseFolder.py	Wed Dec  8 09:28:10 2010
@@ -1,6 +1,6 @@
-"""
+""" A base/mixin class for Archetype folders with order support
+
 OrderedBaseFolder derived from OrderedFolder by Stephan Richter, iuveno AG.
-OrderedFolder adapted to Zope 2.7 style interface by [email protected]
 """
 
 from zope.interface import implements
@@ -46,6 +46,7 @@
         cmf_meta_types = [ti.Metatype() for ti in ttool.listTypeInfo()]
         return [obj['id'] for obj in objs if obj['meta_type'] in cmf_meta_types ]
 
+    # BBB
     getCMFObjectsSubsetIds = getIdsSubset
 
     security.declareProtected(permissions.ModifyPortalContent, 'getObjectPosition')

Modified: Products.Archetypes/trunk/setup.py
==============================================================================
--- Products.Archetypes/trunk/setup.py	(original)
+++ Products.Archetypes/trunk/setup.py	Wed Dec  8 09:28:10 2010
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.6.5'
+version = '1.7dev'
 
 setup(name='Products.Archetypes',
       version=version,
@@ -68,6 +68,6 @@
           'ExtensionClass',
           'transaction',
           'ZODB3',
-          'Zope2',
+          'Zope2 >= 2.13.1',
       ],
       )

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.