Metadata-Version: 1.0
Name: borg.localrole
Version: 3.0a1
Summary: A PAS plugin which can manage local roles via an adapter lookup on the current context
Home-page: http://pypi.python.org/pypi/borg.localrole
Author: Borg Collective
Author-email: borg@plone.org
License: LGPL
Description: Overview
        ========
        
        A PAS plugin which can manage local roles via an adapter lookup on the current
        context.
        
        
        Changelog
        =========
        
        3.0a1 - 2009-11-17
        ------------------
        
        - Avoid polluting test environment with extra adapter registrations.
        [davisagli]
        
        - Use `Testing.ZopeTestCase.placeless` instead of `zope.app.testing.placeless`.
        [hannosch]
        
        - Adjusted test setup for Plone 5.
        [hannosch]
        
        - Added the `replace_local_role_manager` method formerly found in CMFPlone.
        [hannosch]
        
        - Standardize package documentation and remove invalid license files.
        [hannosch]
        
        - Declare test dependencies in an extra and fixed deprecation warnings
        for use of Globals.
        [hannosch]
        
        2.0.2 - Unreleased
        ------------------
        
        - Specify package dependencies.
        [hannosch]
        
        2.0.1 - 2008-07-31
        ------------------
        
        - Support caching of allowed local roles on the request.
        [witsch]
        
        - Renamed the default adapter to "default" so that people don't
        accidentally override it with an unnamed adapter. Overriding the default
        should be possible, but is a marginal use case. If it's overridden but
        not replicated properly, all sorts of problems can result.
        [optilude]
        
        - Added exportimport.zcml which registers TitleOnlyExportImport for
        WorkspaceLocalRoleManager; this allows local roles plug-in to be
        imported and exported as part of a GenericSetup profile.
        [rafrombrc]
        
        2.0.0 - 2008-04-20
        ------------------
        
        - Baseline for Plone 3.1
        
        
Keywords: Plone PAS local roles
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
