Metadata-Version: 1.1
Name: raptus.multilanguageurls
Version: 1.0a9
Summary: Provides multilanguage URLs for Plone sites using raptus.multilanguagefields
Home-page: https://github.com/Raptus/raptus.multilanguageurls
Author: Raptus AG
Author-email: dev@raptus.com
License: GPL
Description: Introduction
        ============
        
        raptus.multilanguageurl provides multilingual URLs for content types having
        a multilingual title field provided by raptus.multilanguagefields. The IDs
        will initially be generated from the language specific titles and may afterwards
        be changed using the rename action.
        
        Installation
        ------------
        
        After installing the package through the quickinstaller tool the multilingual
        IDs may be generated by navigating to the view named *update_multilanguage_ids*
        as a manager user.
        
        Changelog
        =========
        
        1.0a9 (2016-01-11)
        ------------------
        
        - Add language code as prefix instead of sufix for new files.
        
        
        1.0a8 (2013-11-25)
        ------------------
        
        * Added missing patch for plones breadcrumbs view to create proper multilanguage
          URLs
        * Be more defensive in getURL CatalogBrain patch when trying to access the parents
          ZCatalog instance
        
        1.0a7 (2012-04-19)
        ------------------
        
        * Enforce a different ID for every language on object creation
        * Removed folder action to batch rename multiple objects, as this is not possible
          with the current implementation (renaming is now only possible through the
          actions dropdown)
        
        1.0a6 (2012-02-06)
        ------------------
        
        * Added more robust check when getting the languages for a given translated ID
        
        1.0a5 (2012-02-01)
        ------------------
        
        * Be more defensive when checking id containement in MultilanguageURLHandler
        * Added missing import in patches.py
        
        1.0a4 (2012-01-31)
        ------------------
        
        * Fixed traverse priorities to fix issue if a translated id may be acquired
          through acquisition
        
        1.0a3 (2012-01-30)
        ------------------
        
        * Fixed renaming process when creating new or moving existing objects
        
        1.0a2 (2012-01-30)
        ------------------
        
        * Added missing patch of OFS.Traversable.Traversable.unrestrictedTraverse
        * MultilanguageURLHandler no longer requires a request object
        
        1.0a1 (2012-01-30)
        ------------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
