Placeless Translation Service 1.2.5
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
1.2.5
Fix problems with folder layout where INSTANCE_HOME.startswith(ZOPE_HOME)
is True, as reported in http://plone.org/collector/4983. Thanks to ymahe for
the patch, which I have slightly modified.
[hannosch]
1.2.4
Removed some Python 2.1 compatibility code and added first very basic test
for loading po files
[hannosch]
Made some filesystem access code a bit more robust by additionally catching
OSErrors. This fixes http://plone.org/collector/4824.
[hannosch]
Increased class version again and wrote test to ensure matching class
version and version in version.txt
[hannosch]
1.2.3
Fixed http://plone.org/collector/4799 - upgrade from 2.1 to 2.1.1 breaks all
message catalogs. We now increment the internal class version of PTS, which
will result in a recreation of the translation_service object in the ZODB,
so all contained internal poFile objects get removed and freshly recreated
[hannosch]
1.2.2
Replaced storing the persistent PTS at the module level in __init__.py
with a PTSWrapper object. Added isRTL method to PTSWrapper. Should
fix the connection issues.
[alecm]
merged missing fix from the 1.0 branch. It's changelog entry was:
"Fixed issue with multiple ZEO clients at differen filesystem locations."
This was done by longsleep on Feb 9, 2005
[hannosch]