Metadata-Version: 1.1
Name: zope.app.intid
Version: 3.7.1
Summary: ZMI views for Integer Id Utility
Home-page: http://pypi.python.org/pypi/zope.app.intid
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides browser views for adding and managing integer id
        utility, provided by the ``zope.intid`` package.
        
        
        =======
        CHANGES
        =======
        
        3.7.1 (2010-01-10)
        ------------------
        
        - Fix ftesting.zcml due to the zope.securitypolicy update.
        
        - Removed unneeded dependency on zope.app.publisher, added the missing one on
          zope.security.
        
        - Added test dependency on zope.login.
        
        3.7.0 (2009-02-01)
        ------------------
        
        - Move core functionality to new ``zope.intid`` package, leaving only
          ZMI-related browser views here.
          
          Note, that if you used the ``exclude`` directive from ``zc.configuration``
          package to exclude the ``subscribers.zcml`` file from ``zope.app.intid``,
          you need to change the directive to exclude it from ``zope.intid`` now.
        
        3.6.0 (2009-01-31)
        ------------------
        
        - Changed dependency from ``zope.app.container`` to
          ``zope.container``.
        
        - Move test dependencies ``zope.app.folder`` and
          ``zope.app.component`` as ``zope.site``.
        
        3.5.1 (2008-12-11)
        ------------------
        
        - Make it possible to subscribe object-specific handlers
          for IntIdAddedEvent/IntIdRemovedEvent. Use them like
          the zope.app.container.interfaces.IObjectAddedEvent.
        
        - Include utility->id mapping of added ids to the
          IntIdAddedEvent.
        
        - Removed testing dependencies from install_requires.
        
        3.5.0 (2008-06-19)
        ------------------
        
        - Separate subscriber configuration into a separate ZCML file.
        
        
        3.4.1 (2007-10-31)
        ------------------
        
        - Resolve ``ZopeSecurityPolicy`` deprecation warning.
        
        
        3.4.0 (2007-10-24)
        ------------------
        
        - Initial release independent of the main Zope tree.
        
Keywords: zope3 integer id utility
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
