Metadata-Version: 1.0
Name: zope.app.error
Version: 3.5.3
Summary: Error reporting utility management UI for Zope3
Home-page: http://pypi.python.org/pypi/zope.app.error
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides management views for the error reporting
        utility defined in zope.error package.
        
        
        =======
        CHANGES
        =======
        
        3.5.3 (2010-09-01)
        ------------------
        
        - Removed the dependency on zope.app.publisher, added missing dependencies.
        - Replaced the use of zope.deferredimport with direct imports.
        
        
        3.5.2 (2009-01-22)
        ------------------
        
        - Removed zope.app.zapi from dependencies, replacing its
          uses with direct imports.
        
        - Clean dependencies.
        
        - Changed mailing list address to zope-dev@zope.org, changed
          url from cheeseshop to pypi.
        
        - Use zope.ManageServices permission instead of zope.ManageContent
          for errorRedirect view and menu item, because all IErrorReportingUtility
          views are registered for zope.ManageServices as well. 
        
        - Fix package's README.txt
        
        
        3.5.1 (2007-09-27)
        ------------------
        
        - rebumped to replace faulty egg
        
        
        3.5.0
        -----
        
        - Move core components to ``zope.error``
        
        
        3.4.0 (2007-09-24)
        ------------------
        
        - Initial documented release
        
Keywords: zope3 error reporting utility views UI
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
