Placeless Translation Service 1.4.1 (Feb 11, 2007)
Bugfix release for the 1.4.x series.
For additional information about this project, please visit the overview page .
Available downloads
Change log
Removed TranslateTags and dtml translation features. They weren't working
anymore for ages and noone was able to fix or maintain those.
See http://dev.plone.org/plone/ticket/4895 for the whole story.
[hannosch]
Register the PlacelessTranslationService object as a global utility during
initialization. This allows us to get rid of all the magic acquistion code
in PTSWrapper, which traversed to the real PTS object for every translate
method call. We can now do a simple getUtility call instead.
[hannosch]
Removed custom cache handling and replaced it by the standard approach
based on ideas from plone.memoize. The code can be found in memoize module.
This results in a major speed increase again.
[hannosch]
Removed obsolete as_unicode argument from the translate method.
[hannosch]
Deprecated a bunch of methods, which don't serve any particular purpose
anymore.
[hannosch]
Removed the .missing tracking facilities. These were unmaintained and not
tested in any way.
[hannosch]


