Metadata-Version: 1.0
Name: collective.patchlinguaploneissue273
Version: 1.1
Summary: Try to fix http://plone.org/products/linguaplone/issues/273
Home-page: http://svn.plone.org/svn/collective/
Author: yboussard
Author-email: youenn.boussard@alterway.fr
License: GPL
Description: ==========================================================
        Patch for http://plone.org/products/linguaplone/issues/273
        ==========================================================
        
        
        When CacheSetup is enabled, LinguaPlone cause an infinite loop and zope core dump
        Its occur when cache tool emit header of css registry file.
        
        Products.CacheSetup.content.cache_tool.getRuleAndHeaderSet call Products.LinguaPlone.I18NBaseObject.getTranslation wich call Products.PloneLanguageTool.getContentLanguage and
        getContentLanguage do an unrestrictedTraverse on css path wich cause the infinit
        
        This package aimed to resolve this issue
        
        Changelog
        =========
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
