Metadata-Version: 1.1
Name: collective.redirectacquired
Version: 1.0a4
Summary: Redirect when traversing to acquired content outside the current path.
Home-page: https://github.com/collective/collective.redirectacquired
Author: Godefroid Chapelle
Author-email: gotcha@bubblenet.be
License: GPL
Description-Content-Type: UNKNOWN
Description: collective.redirectacquired
        ===========================
        
        This Plone addon aims to solve the very common issue of having a lot of different URLs that publish the same content item via acquisition.
        
        Zope implicit acquisition leads to many use case where URLs that are valid for the publisher are produced but are not the URLs meant by the users of the system.  
        
        This addon modifies the publication process to ensure that instead of allowing traversal from a content item to another content item 
        via  acquisition, we redirect to the URL of the traversed content item.
        
        In the previous paragraph, an item is considered a content item if and only if it provides ``Products.CMFCore.IContentish``.
        
        This should avoid false positive redirects for URL path item that are acquired but are actually parts of the software rather than content items.
        
        If you need to enable publication of content items via acquisition, mark them with
        ``collective.redirectacquired.interfaces.IPublishableThroughAcquisition``.
        
        Changelog
        =========
        
        
        1.0a4 (2018-01-24)
        ------------------
        
        - Logging is back.
          [gotcha]
        
        
        1.0a3 (2018-01-24)
        ------------------
        
        - More tests and refactoring
          [gotcha]
        
        
        1.0a2 (2018-01-22)
        ------------------
        
        - More tests
          [gotcha]
        
        - Much simpler implementation
          [gotcha]
        
        
        1.0a1 (2018-01-17)
        ------------------
        
        - Remove useless inclusion of CMFPlone in configure.zcml
          [gotcha]
        
        
        1.0a0 (2018-01-17)
        ------------------
        
        - Initial release
          [gotcha]
        
Keywords: traversal acquisition
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
