How to install raptus.multilanguageurls
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install raptus.multilanguageurls
Lastest release
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.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 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