[Zope] Placeless Translation service

2010-08-08 Thread Garry Saddington
I am using PTS to translate our application and it works perfectly in every browser except IE8. Can anyone cast any light on why IE8 may not work? Regards garry ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No

[Zope-Checkins] SVN: Zope/branches/2.12/ Provide more forward compatibility shims

2010-08-08 Thread Hanno Schlichting
Log message for revision 115538: Provide more forward compatibility shims Changed: U Zope/branches/2.12/doc/CHANGES.rst A Zope/branches/2.12/src/DocumentTemplate/security.py A Zope/branches/2.12/src/OFS/role.py A Zope/branches/2.12/src/Testing/testbrowser.py A

[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Enable default warnings during tests, so we see them in Python 2.7

2010-08-08 Thread Hanno Schlichting
Log message for revision 115554: Enable default warnings during tests, so we see them in Python 2.7 Changed: U Zope/trunk/buildout.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildout.cfg 2010-08-08

[Zope-Checkins] SVN: Zope/trunk/ Updated the remaining test assertions

2010-08-08 Thread Hanno Schlichting
Log message for revision 115556: Updated the remaining test assertions Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/tests/testFileAndImage.py U Zope/trunk/src/OFS/tests/testOrderSupport.py U Zope/trunk/src/OFS/tests/testTraverse.py U

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/tests/ Avoid having a resource directory and a Python module of the same name

2010-08-08 Thread Hanno Schlichting
Log message for revision 115557: Avoid having a resource directory and a Python module of the same name Changed: D Zope/trunk/src/Products/Five/browser/tests/pages/ U Zope/trunk/src/Products/Five/browser/tests/pages.zcml A Zope/trunk/src/Products/Five/browser/tests/templates/ U

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/tests/test_warnfilter.py Some PEP8

2010-08-08 Thread Hanno Schlichting
Log message for revision 115558: Some PEP8 Changed: U Zope/trunk/src/Zope2/Startup/tests/test_warnfilter.py -=- Modified: Zope/trunk/src/Zope2/Startup/tests/test_warnfilter.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/tests/test_warnfilter.py Disable a warningshook test under Python 2.7. No idea how to make that work in both 2.6 and 2.7

2010-08-08 Thread Hanno Schlichting
Log message for revision 115559: Disable a warningshook test under Python 2.7. No idea how to make that work in both 2.6 and 2.7 Changed: U Zope/trunk/src/Zope2/Startup/tests/test_warnfilter.py -=- Modified: Zope/trunk/src/Zope2/Startup/tests/test_warnfilter.py

[Zope-Checkins] SVN: Zope/trunk/sources.cfg Correct sources, there's no zLOG trunk

2010-08-08 Thread Hanno Schlichting
Log message for revision 115560: Correct sources, there's no zLOG trunk Changed: U Zope/trunk/sources.cfg -=- Modified: Zope/trunk/sources.cfg === --- Zope/trunk/sources.cfg 2010-08-08 16:16:48 UTC (rev 115559) +++

[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Don't enable warnings for alltests just yet

2010-08-08 Thread Hanno Schlichting
Log message for revision 115561: Don't enable warnings for alltests just yet Changed: U Zope/trunk/buildout.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildout.cfg 2010-08-08 16:22:13 UTC (rev 115560)

[Zope-dev] Zope Tests: 35 OK, 10 Failed

2010-08-08 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Aug 7 12:00:00 2010 UTC to Sun Aug 8 12:00:00 2010 UTC. There were 45 messages: 6 from Zope Tests, 13 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 5 from ct at gocept.com, 13 from jdriessen at thehealthagency.com. Test

Re: [Zope-dev] Changing and migrating persistence structure

2010-08-08 Thread Martin Aspeli
Hi Jim, On 08/08/2010, Jim Fulton j...@zope.com wrote: On Thu, Aug 5, 2010 at 2:36 AM, Martin Aspeli optilude+li...@gmail.com wrote: ... I have a package (plone.registry) that currently has a persistent structure like this: Registry(Persistent) | +-- Records(Persistent) |

Re: [Zope-dev] Changing and migrating persistence structure

2010-08-08 Thread Hanno Schlichting
On Sun, Aug 8, 2010 at 2:21 PM, Martin Aspeli optilude+li...@gmail.com wrote: On 08/08/2010, Jim Fulton j...@zope.com wrote: On Thu, Aug 5, 2010 at 2:36 AM, Martin Aspeli optilude+li...@gmail.com wrote: What is the best way to manage this type of migration? Today, it probably makes the most

Re: [Zope-dev] SVN: Zope/trunk/ Replaced failUnless with assertTrue and failIf with assertFalse in tests.

2010-08-08 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hanno Schlichting wrote: Log message for revision 11: Replaced failUnless with assertTrue and failIf with assertFalse in tests. Hmm, I don't like the way 'asseertTrue' and 'assertFalse' read -- is there a particular rationale for this change

Re: [Zope-dev] SVN: Zope/trunk/ Replaced failUnless with assertTrue and failIf with assertFalse in tests.

2010-08-08 Thread Hanno Schlichting
On Mon, Aug 9, 2010 at 12:00 AM, Tres Seaver tsea...@palladion.com wrote: Hanno Schlichting wrote: Log message for revision 11:   Replaced failUnless with assertTrue and failIf with assertFalse in tests. Hmm, I don't like the way 'asseertTrue' and 'assertFalse' read -- is there a

Re: [Zope-dev] Changing and migrating persistence structure

2010-08-08 Thread Martin Aspeli
On 8 August 2010 20:29, Hanno Schlichting ha...@hannosch.eu wrote: There should be some way of doing this with custom __getstate__ and __setstate__ methods. It's just tricky to get right and a bit fragile. It's much easier to write the migration code if both the old and new class are