[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/Permissions.py Avoid a strong dependency

2010-05-16 Thread Hanno Schlichting
Log message for revision 112383: Avoid a strong dependency Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/Permissions.py -=- Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/Permissions.py

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/DTML.py Properly deprecate this API, it's used outside

2010-05-16 Thread Hanno Schlichting
Log message for revision 112384: Properly deprecate this API, it's used outside Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/DTML.py -=- Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/DTML.py

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/src/ Import RestrictedDTML from new location

2010-05-16 Thread Hanno Schlichting
Log message for revision 112385: Import RestrictedDTML from new location Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/src/OFS/DTMLMethod.py U Zope/branches/hannosch-dtml-vs-accesscontrol/src/OFS/FindSupport.py U

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/src/ Use proper deprecation for the permission classes

2010-05-16 Thread Hanno Schlichting
Log message for revision 112386: Use proper deprecation for the permission classes Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/Permissions.py U Zope/branches/hannosch-dtml-vs-accesscontrol/src/OFS/DTMLDocument.py U

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/src/OFS/DTMLMethod.py Forgot one change_dtml_methods

2010-05-16 Thread Hanno Schlichting
Log message for revision 112387: Forgot one change_dtml_methods Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/src/OFS/DTMLMethod.py -=- Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/src/OFS/DTMLMethod.py ===

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/src/ Move InitializeClass into AccessControl

2010-05-16 Thread Hanno Schlichting
Log message for revision 112388: Move InitializeClass into AccessControl Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/Owned.py U Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/PermissionMapping.py U

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/securitySuite/ Removed strange non-package

2010-05-16 Thread Hanno Schlichting
Log message for revision 112389: Removed strange non-package Changed: D Zope/branches/hannosch-dtml-vs-accesscontrol/src/AccessControl/securitySuite/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt Add some first todo notes

2010-05-16 Thread Hanno Schlichting
Log message for revision 112390: Add some first todo notes Changed: A Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt -=- Added: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt === ---

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt Note state of DTML

2010-05-16 Thread Hanno Schlichting
Log message for revision 112392: Note state of DTML Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt -=- Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt === ---

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt zExceptions has no outside dependencies, looks good :)

2010-05-16 Thread Hanno Schlichting
Log message for revision 112393: zExceptions has no outside dependencies, looks good :) Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt -=- Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt Some more thoughts

2010-05-16 Thread Hanno Schlichting
Log message for revision 112394: Some more thoughts Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt -=- Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt === ---

[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt Add note about RestrictedPython having DocumentTemplate specific code

2010-05-16 Thread Hanno Schlichting
Log message for revision 112395: Add note about RestrictedPython having DocumentTemplate specific code Changed: U Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt -=- Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt

[Zope-dev] Zope2 - Breaking out more packages

2010-05-16 Thread Hanno Schlichting
Hi. I've started working some more on my pet project of refactoring Zope2 - specifically to move all C code to external distributions. My working branch is at svn+ssh://svn.zope.org/repos/main/Zope/branches/hannosch-dtml-vs-accesscontrol which also has a TODO.txt with some notes. On the branch

[Zope-dev] Zope 2.12.6 this Monday

2010-05-14 Thread Hanno Schlichting
Hi. I'm planning to make a new bugfix release of Zope2 on Monday (2010-05-17) in time for the next Plone 4.0 beta release. There's a ton of changes already. If you have more things to wrap up, please do so :) Hanno ___ Zope-Dev maillist -

[Zope-Checkins] SVN: Zope/branches/2.12/ Update zope.security = 3.7.3

2010-05-13 Thread Hanno Schlichting
Log message for revision 112286: Update zope.security = 3.7.3 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/branches/2.12/ Removed Zope2's own mkzeoinstance script in favor of the version from the new zope.mkzeoinstance package.

2010-05-13 Thread Hanno Schlichting
Log message for revision 112287: Removed Zope2's own mkzeoinstance script in favor of the version from the new zope.mkzeoinstance package. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py D Zope/branches/2.12/src/Zope2/utilities/mkzeoinstance.py U

[Zope-Checkins] SVN: Zope/trunk/s Merged c112287 from 2.12 branch

2010-05-13 Thread Hanno Schlichting
Log message for revision 112288: Merged c112287 from 2.12 branch Changed: U Zope/trunk/setup.py D Zope/trunk/src/Zope2/utilities/mkzeoinstance.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2010-05-13

[Zope-Checkins] SVN: Zope/trunk/ Drop the mkzeoinstance script from Zope2 and point to the external package

2010-05-13 Thread Hanno Schlichting
Log message for revision 112289: Drop the mkzeoinstance script from Zope2 and point to the external package Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py -=- Modified: Zope/trunk/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/branches/2.12/ Update DateTime and pytz, refs LP #572715

2010-05-13 Thread Hanno Schlichting
Log message for revision 112290: Update DateTime and pytz, refs LP #572715 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

Re: [Zope-dev] SVN: zopetoolkit/trunk/ztk.cfg Update to ZODB3 = 3.9.5 and include a pin for the new package providing the mkzeoinst script

2010-05-06 Thread Hanno Schlichting
On Thu, May 6, 2010 at 2:37 PM, Martijn Faassen faas...@startifact.com wrote: Tres Seaver wrote: ZODB is only included in the ZTK as a dependency, because some packages import it:  nothing else in the ZTK configures server instances. Nothing in zopeapp uses it either? Not that I know off.

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Be picky, python-gettext is an optional dependency of zope.i18n, not a tool

2010-05-04 Thread Hanno Schlichting
Log message for revision 111917: Be picky, python-gettext is an optional dependency of zope.i18n, not a tool Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Update Jinja2

2010-05-04 Thread Hanno Schlichting
Log message for revision 111960: Update Jinja2 Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-05-04 23:02:34 UTC (rev 111959) +++ Zope/trunk/versions.cfg

Re: [Zope-dev] SVN: Zope/trunk/versions.cfg Group versions by the 'sets' to which they correspond.

2010-05-04 Thread Hanno Schlichting
On Tue, May 4, 2010 at 4:25 AM, Tres Seaver tsea...@palladion.com wrote: Should the triumvirs so decide, attached is the patch for zopetoolkit which adopts the versions from Zope2.  The normal buildout (using eggs rather than checkouts) passes all test-ztk and test-zopeapp tests with this

Re: [Zope-dev] adding the weekly irc meetings record to the ZTK docs?

2010-05-04 Thread Hanno Schlichting
On Tue, May 4, 2010 at 10:54 PM, Charlie Clark charlie.cl...@clark-consulting.eu wrote: I think some kind of paper trail is definitely a good idea. Not sure if docs is the right place but Christian is planning to put the reports into the svn repository. And both location and form are less

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Lennart made another release and Windows eggs are up

2010-05-03 Thread Hanno Schlichting
Log message for revision 111902: Lennart made another release and Windows eggs are up Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-05-03 16:33:52 UTC (rev

[Zope-Checkins] SVN: Zope/trunk/ Some more updates, thx to checknew

2010-05-03 Thread Hanno Schlichting
Log message for revision 111903: Some more updates, thx to checknew Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-05-03

Re: [Zope-dev] summary of suggestions

2010-05-03 Thread Hanno Schlichting
Hi Martijn, On Mon, May 3, 2010 at 2:03 PM, Martijn Faassen faas...@startifact.com wrote: Because my suggestions (besides the fork issue) as a ZTK user/contributor were scattered through the thread, here's a handy summary: Thank you very much for your suggestions. I'm sure the release team

Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Hanno Schlichting
On Mon, May 3, 2010 at 9:56 PM, Martijn Faassen faas...@startifact.com wrote: Last december Hanno made progress on the ZTK's dependency structure, removing a lot of dependencies on packages. In his enthusiasm, he unilaterally just removed all those suddenly-unneeded (by him!) packages from the

Re: [Zope-dev] Zope Tests: 10 OK, 4 Failed, 2 Unknown

2010-05-03 Thread Hanno Schlichting
On Tue, May 4, 2010 at 12:41 AM, Christophe Combelles cc...@free.fr wrote: Hanno Schlichting a écrit : Hhm. I'm inclined to drop 2.4 support here. Using a zope.testing that tries to be compatible all the way from 2.4 to 3.1 is quite a bit of a stretch. Unless I missed something, the ZTK

Re: [Zope-dev] Hanno, please update the ZTK

2010-05-02 Thread Hanno Schlichting
Good evening :) If you have a specific issue with me, you might contact me in private. But with your follow-ups this turned into a more general issue. On Sun, May 2, 2010 at 10:59 PM, Martijn Faassen faas...@startifact.com wrote: Martijn Faassen wrote: Of course what applies to Hanno should

[Zope-Checkins] SVN: Zope/trunk/src/Products/Transience/tests/testTransientObject.py The joy of different time resolutions

2010-05-01 Thread Hanno Schlichting
Log message for revision 111821: The joy of different time resolutions Changed: U Zope/trunk/src/Products/Transience/tests/testTransientObject.py -=- Modified: Zope/trunk/src/Products/Transience/tests/testTransientObject.py

Re: [Zope-dev] Moving zpasswd from zope.app.server to zope.password?

2010-05-01 Thread Hanno Schlichting
On Sat, May 1, 2010 at 4:15 PM, Uli Fouquet u...@gnufix.de wrote: It would mean for zope.password to depend additionally on zope.configuration and zope.component. Are there any objections to this step? No objection here. zope.password isn't used in Zope2 :) Hanno

[Zope-Checkins] SVN: Zope/trunk/ Merge c111329 (ZODB 3.9.5) from 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111617: Merge c111329 (ZODB 3.9.5) from 2.12 branch Changed: _U Zope/trunk/include/ U Zope/trunk/versions.cfg -=- Property changes on: Zope/trunk/include ___ Modified: svn:externals -

[Zope-Checkins] SVN: Zope/branches/2.12/ Update to DateTime = 2.12.1

2010-04-30 Thread Hanno Schlichting
Log message for revision 111619: Update to DateTime = 2.12.1 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/trunk/ Merged c111627 (ExtensionClass 2.13.1) from 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111628: Merged c111627 (ExtensionClass 2.13.1) from 2.12 branch Changed: _U Zope/trunk/include/ U Zope/trunk/versions.cfg -=- Property changes on: Zope/trunk/include ___ Modified: svn:externals

[Zope-Checkins] SVN: Zope/branches/2.12/ Updated to Persistence = 2.13.1

2010-04-30 Thread Hanno Schlichting
Log message for revision 111640: Updated to Persistence = 2.13.1 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Merged c111640 (Persistence 2.13.1) from 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111641: Merged c111640 (Persistence 2.13.1) from 2.12 branch Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-30 14:55:06 UTC (rev

[Zope-Checkins] SVN: Zope/branches/2.12/ Backported r110334:110335 from trunk - split out some packages with C dependencies

2010-04-30 Thread Hanno Schlichting
Log message for revision 111642: Backported r110334:110335 from trunk - split out some packages with C dependencies Changed: U Zope/branches/2.12/buildout.cfg U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py D Zope/branches/2.12/src/Missing/ D

[Zope-Checkins] SVN: Zope/branches/2.12/ Cleaned up setup.py extension build info

2010-04-30 Thread Hanno Schlichting
Log message for revision 111644: Cleaned up setup.py extension build info Changed: _U Zope/branches/2.12/include/ U Zope/branches/2.12/setup.py -=- Property changes on: Zope/branches/2.12/include ___ Modified:

[Zope-Checkins] SVN: Zope/trunk/ Merged c111644 from 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111646: Merged c111644 from 2.12 branch Changed: _U Zope/trunk/include/ U Zope/trunk/setup.py -=- Property changes on: Zope/trunk/include ___ Modified: svn:externals - Acquisition

[Zope-Checkins] SVN: Zope/branches/2.12/ Updated to RestrictedPython = 3.5.2

2010-04-30 Thread Hanno Schlichting
Log message for revision 111655: Updated to RestrictedPython = 3.5.2 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Merged c111655 from 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111656: Merged c111655 from 2.12 branch Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-30 17:15:55 UTC (rev 111655) +++

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Don't mention changes already present in 2.12.x

2010-04-30 Thread Hanno Schlichting
Log message for revision 111657: Don't mention changes already present in 2.12.x Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-04-30 17:16:40 UTC

[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Remove the dependencies part, there's no real use for it right now

2010-04-30 Thread Hanno Schlichting
Log message for revision 111658: Remove the dependencies part, there's no real use for it right now Changed: U Zope/trunk/buildout.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildout.cfg 2010-04-30

[Zope-Checkins] SVN: Zope/branches/2.12/ Some minor package upgrades to deal with zope.testing.doctest warnings

2010-04-30 Thread Hanno Schlichting
Log message for revision 111683: Some minor package upgrades to deal with zope.testing.doctest warnings Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/ Two minor package updates dealing with the location of the doctest module

2010-04-30 Thread Hanno Schlichting
Log message for revision 111722: Two minor package updates dealing with the location of the doctest module Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/ Even more updates to deal with the doctest module, including the forward port of c111722 from the 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111723: Even more updates to deal with the doctest module, including the forward port of c111722 from the 2.12 branch Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/ Use new zope.interface 3.6.0 - Lennart didn't break anything :)

2010-04-30 Thread Hanno Schlichting
Log message for revision 111729: Use new zope.interface 3.6.0 - Lennart didn't break anything :) Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/branches/2.12/ Two more minor package updates

2010-04-30 Thread Hanno Schlichting
Log message for revision 111735: Two more minor package updates Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Forward port c111735 from the 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111736: Forward port c111735 from the 2.12 branch Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-30 21:07:51 UTC (rev 111735)

[Zope-Checkins] SVN: Zope/branches/2.12/ Two more packages

2010-04-30 Thread Hanno Schlichting
Log message for revision 111750: Two more packages Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Merged c111750 from 2.12 branch

2010-04-30 Thread Hanno Schlichting
Log message for revision 111751: Merged c111750 from 2.12 branch Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-30 21:29:25 UTC (rev 111750) +++

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Missed a version update that already happended in 2.12.x

2010-04-30 Thread Hanno Schlichting
Log message for revision 111752: Missed a version update that already happended in 2.12.x Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-30 21:29:48 UTC

[Zope-Checkins] SVN: Zope/trunk/ New zope.publisher

2010-04-30 Thread Hanno Schlichting
Log message for revision 111753: New zope.publisher Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-04-30 21:33:46 UTC

[Zope-Checkins] SVN: Zope/trunk/ And yet another bunch of packages

2010-04-30 Thread Hanno Schlichting
Log message for revision 111792: And yet another bunch of packages Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-04-30

[Zope-Checkins] SVN: Zope/trunk/ Uh, no - we actually are deprecation warning free. Bye, bye doctest!

2010-04-30 Thread Hanno Schlichting
Log message for revision 111810: Uh, no - we actually are deprecation warning free. Bye, bye doctest! Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/trunk/src/Products/Transience/tests/ Cleaned up and speed up Transience tests a bit. Now they take 20 seconds out of 50 seconds total for Zope2 - before it was 30 out of 60.

2010-04-30 Thread Hanno Schlichting
Log message for revision 111814: Cleaned up and speed up Transience tests a bit. Now they take 20 seconds out of 50 seconds total for Zope2 - before it was 30 out of 60. There should still be some more room for improvement. Changed: U

Re: [Zope-dev] Version bump question? Bikeshed here.

2010-04-30 Thread Hanno Schlichting
On Fri, Apr 30, 2010 at 9:54 PM, Lennart Regebro rege...@gmail.com wrote: I updated zc.receipe.testrunner to use zope.testrunner instead of zope.testing.testrunner. Initial testing has shown that this should be compatible, and although the code changes are minor, it's potentially unexpected.

Re: [Zope-dev] Version bump question? Bikeshed here.

2010-04-30 Thread Hanno Schlichting
On Fri, Apr 30, 2010 at 10:03 PM, Fred Drake fdr...@gmail.com wrote: On Fri, Apr 30, 2010 at 3:57 PM, Hanno Schlichting ha...@hannosch.eu wrote: If it is intended to be backwards compatible and seems to be so, I'd say go with 1.3. It sounds like a new package dependency, like we have had many

Re: [Zope-dev] I would like to have some releases

2010-04-29 Thread Hanno Schlichting
On Thu, Apr 29, 2010 at 10:00 PM, Lennart Regebro rege...@gmail.com wrote: OK, I started carefully with zope.interface 3.6.0. :) Source only so far. I have a Windows machine, and I could make Windows releases as well, I guess. Is there any docs on what's needed for that? I haven't built

Re: [Zope-dev] ZTK community packages

2010-04-25 Thread Hanno Schlichting
Hi. On Sun, Apr 25, 2010 at 11:14 AM, Christophe Combelles cc...@free.fr wrote: I believe packages such as z3c.form, z3c.macro, z3c.template, z3c.pagelet (and many others) are among the most important packages. I wonder why they are not included in the ZTK? I always end up using them, I

[Zope-Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.5.

2010-04-23 Thread Hanno Schlichting
Log message for revision 111325: Prepare Zope2 2.12.5. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst ===

[Zope-Checkins] SVN: Zope/tags/2.12.5/ Tagged Zope2 2.12.5.

2010-04-23 Thread Hanno Schlichting
Log message for revision 111326: Tagged Zope2 2.12.5. Changed: A Zope/tags/2.12.5/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

2010-04-23 Thread Hanno Schlichting
Log message for revision 111327: Bump version Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/branches/2.12/ Updated to ZODB3 = 3.9.5. Why of why didn't I do that before releasing :(

2010-04-23 Thread Hanno Schlichting
Log message for revision 111329: Updated to ZODB3 = 3.9.5. Why of why didn't I do that before releasing :( Changed: U Zope/branches/2.12/doc/CHANGES.rst _U Zope/branches/2.12/include/ U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

Re: [Zope-dev] bug tracker gardening for bugday

2010-04-22 Thread Hanno Schlichting
On Thu, Apr 22, 2010 at 2:37 PM, Tres Seaver tsea...@palladion.com wrote: Incomplete is the auto-expiring state:  if nobody responds in 30 days, it automatically disappears. I agree that we should at least attempt to reproduce even really old bugs before assigning them 'wontfix' status (if we

[Zope-dev] Zope 2.12.5 - this weekend

2010-04-19 Thread Hanno Schlichting
Hi. I'm planning to do a new Zope 2.12.5 release this weekend. Yvo is going to try to look some more into the unauthorized / exception view interaction and I hope to get a ZODB 3.9.5 release from Jim. If you have anything else you want to get in, commit away or let me know. Cheers, Hanno P.S.

[Zope-Checkins] SVN: Zope/branches/2.12/ Updated to bug fix and fully backwards compatible minor feature releases of Zope Toolkit packages

2010-04-18 Thread Hanno Schlichting
Log message for revision 111030: Updated to bug fix and fully backwards compatible minor feature releases of Zope Toolkit packages Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/ Update KGS for zope.app packages to include bug fix releases

2010-04-18 Thread Hanno Schlichting
Log message for revision 111031: Update KGS for zope.app packages to include bug fix releases Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/ Updated to the latest zope.testing and backport the deprecation avoidance changes for zope.testing.doctest

2010-04-18 Thread Hanno Schlichting
Log message for revision 111032: Updated to the latest zope.testing and backport the deprecation avoidance changes for zope.testing.doctest Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/AccessControl/tests/testZopeGuards.py U

[Zope-Checkins] SVN: Zope/branches/2.12/ Backport c110337 from trunk - no more manage_* warnings

2010-04-18 Thread Hanno Schlichting
Log message for revision 111033: Backport c110337 from trunk - no more manage_* warnings Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/OFS/subscribers.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Remove change entries for changes already found in 2.12. No need for duplication until we hit a 2.13.0 final release

2010-04-18 Thread Hanno Schlichting
Log message for revision 111034: Remove change entries for changes already found in 2.12. No need for duplication until we hit a 2.13.0 final release Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/ Acquisition = 2.13.3

2010-04-18 Thread Hanno Schlichting
Log message for revision 111039: Acquisition = 2.13.3 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Forward port c111039 - new Acquisition = 2.13.3

2010-04-18 Thread Hanno Schlichting
Log message for revision 111040: Forward port c111039 - new Acquisition = 2.13.3 Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-18 23:56:39 UTC (rev

[Zope-Checkins] SVN: Zope/branches/2.12/include/ Update the pesky include external for Acquistion, not that it matters

2010-04-18 Thread Hanno Schlichting
Log message for revision 111041: Update the pesky include external for Acquistion, not that it matters Changed: _U Zope/branches/2.12/include/ -=- Property changes on: Zope/branches/2.12/include ___ Modified: svn:externals

[Zope-Checkins] SVN: Zope/trunk/include/ Forward ported c111041 from 2.12 branch

2010-04-18 Thread Hanno Schlichting
Log message for revision 111042: Forward ported c111041 from 2.12 branch Changed: _U Zope/trunk/include/ -=- Property changes on: Zope/trunk/include ___ Modified: svn:externals - Acquisition

[Zope-Checkins] SVN: Zope/branches/2.12/ Update to new i18nmessageid to get the memory leak fix. The other changes in the 3.5.x series are all fully backwards compatible

2010-04-16 Thread Hanno Schlichting
Log message for revision 110995: Update to new i18nmessageid to get the memory leak fix. The other changes in the 3.5.x series are all fully backwards compatible Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified:

Re: [Zope-dev] Repository for the zope mail summarizer

2010-04-16 Thread Hanno Schlichting
On Fri, Apr 16, 2010 at 9:55 PM, Patrick Gerken do3cc...@googlemail.com wrote: And who runs that script atm? Talk to testmaster Stefan Holek irc: lurker, stefan (at) epy dot co dot at He wrote the script and runs it. Hanno ___ Zope-Dev maillist -

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst Add a change entry for Martin's fix

2010-04-13 Thread Hanno Schlichting
Log message for revision 110821: Add a change entry for Martin's fix Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst 2010-04-13

[Zope-dev] Comply with repository policy ?

2010-04-08 Thread Hanno Schlichting
Hi. I've seen lots of checkins recently stating Comply with repository policy. I haven't seen any announcement of a new official repository policy. Have I missed it? I'd be especially interested who exactly is responsible for changing code so that it complies with the new policy. How much of

[Zope-Checkins] SVN: Zope/branches/2.12/src/App/Undo.py Style fixes

2010-04-05 Thread Hanno Schlichting
Log message for revision 110490: Style fixes Changed: U Zope/branches/2.12/src/App/Undo.py -=- Modified: Zope/branches/2.12/src/App/Undo.py === --- Zope/branches/2.12/src/App/Undo.py 2010-04-05 15:36:12 UTC (rev 110489) +++

[Zope-Checkins] SVN: Zope/branches/2.12/src/App/Undo.py Avoid checking for aq_parent as an attribute

2010-04-05 Thread Hanno Schlichting
Log message for revision 110491: Avoid checking for aq_parent as an attribute Changed: U Zope/branches/2.12/src/App/Undo.py -=- Modified: Zope/branches/2.12/src/App/Undo.py === --- Zope/branches/2.12/src/App/Undo.py

[Zope-Checkins] SVN: Zope/trunk/src/App/Undo.py Merged r110490:110491 from 2.12 branch

2010-04-05 Thread Hanno Schlichting
Log message for revision 110494: Merged r110490:110491 from 2.12 branch Changed: U Zope/trunk/src/App/Undo.py -=- Modified: Zope/trunk/src/App/Undo.py === --- Zope/trunk/src/App/Undo.py 2010-04-05 16:31:13 UTC (rev 110493)

[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py Merged c110507 from 2.12 branch

2010-04-05 Thread Hanno Schlichting
Log message for revision 110509: Merged c110507 from 2.12 branch Changed: U Zope/trunk/inst/generate_index.py -=- Modified: Zope/trunk/inst/generate_index.py === --- Zope/trunk/inst/generate_index.py 2010-04-05 19:01:19

[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py Update release script with new package names introduced in 2.13

2010-04-05 Thread Hanno Schlichting
Log message for revision 110510: Update release script with new package names introduced in 2.13 Changed: U Zope/trunk/inst/generate_index.py -=- Modified: Zope/trunk/inst/generate_index.py === ---

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Merged c110508 from 2.12 branch

2010-04-05 Thread Hanno Schlichting
Log message for revision 110511: Merged c110508 from 2.12 branch Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-04-05 19:08:14 UTC (rev 110510) +++

[Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst Merged c110513 from 2.12 branch

2010-04-05 Thread Hanno Schlichting
Log message for revision 110514: Merged c110513 from 2.12 branch Changed: U Zope/trunk/doc/INSTALL.rst -=- Modified: Zope/trunk/doc/INSTALL.rst === --- Zope/trunk/doc/INSTALL.rst 2010-04-05 19:36:27 UTC (rev 110513) +++

[Zope-Checkins] SVN: Zope/branches/2.12/ Removed unmaintained build scripts for full Windows installers and ``configure / make`` type builds.

2010-04-05 Thread Hanno Schlichting
Log message for revision 110515: Removed unmaintained build scripts for full Windows installers and ``configure / make`` type builds. Changed: U Zope/branches/2.12/doc/CHANGES.rst D Zope/branches/2.12/inst/Makefile.in D Zope/branches/2.12/inst/Makefile.win.in D

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst Consistent release dates and fixed reference to removed history.txt

2010-04-05 Thread Hanno Schlichting
Log message for revision 110519: Consistent release dates and fixed reference to removed history.txt Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === ---

[Zope-Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.4.

2010-04-05 Thread Hanno Schlichting
Log message for revision 110520: Prepare Zope2 2.12.4. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/tags/2.12.4/ Tagged Zope2 2.12.4.

2010-04-05 Thread Hanno Schlichting
Log message for revision 110521: Tagged Zope2 2.12.4. Changed: A Zope/tags/2.12.4/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

2010-04-05 Thread Hanno Schlichting
Log message for revision 110522: Bump version Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py Removed decoy

2010-04-05 Thread Hanno Schlichting
Log message for revision 110525: Removed decoy Changed: D Zope/trunk/inst/generate_index.py -=- Deleted: Zope/trunk/inst/generate_index.py === --- Zope/trunk/inst/generate_index.py 2010-04-05 20:13:33 UTC (rev 110524) +++

[Zope-Checkins] SVN: Zope/branches/2.12/inst/generate_index.py Removed the other decoy

2010-04-05 Thread Hanno Schlichting
Log message for revision 110526: Removed the other decoy Changed: D Zope/branches/2.12/inst/generate_index.py -=- Deleted: Zope/branches/2.12/inst/generate_index.py === --- Zope/branches/2.12/inst/generate_index.py

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Add open version pin for Zope2

2010-04-05 Thread Hanno Schlichting
Log message for revision 110531: Add open version pin for Zope2 Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-05 20:29:51 UTC (rev 110530) +++

[Zope-Checkins] SVN: Zope/trunk/src/App/dtml/zope_quick_start.dtml Whitespace

2010-04-03 Thread Hanno Schlichting
Log message for revision 110460: Whitespace Changed: U Zope/trunk/src/App/dtml/zope_quick_start.dtml -=- Modified: Zope/trunk/src/App/dtml/zope_quick_start.dtml === --- Zope/trunk/src/App/dtml/zope_quick_start.dtml

[Zope-Checkins] SVN: Zope/trunk/ LP #143410: Removed unnecessary color definition in ZMI CSS.

2010-04-03 Thread Hanno Schlichting
Log message for revision 110461: LP #143410: Removed unnecessary color definition in ZMI CSS. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/App/dtml/manage_page_style.css.dtml -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/App/dtml/manage_page_style.css.dtml Whitespace

2010-04-03 Thread Hanno Schlichting
Log message for revision 110462: Whitespace Changed: U Zope/trunk/src/App/dtml/manage_page_style.css.dtml -=- Modified: Zope/trunk/src/App/dtml/manage_page_style.css.dtml === ---

[Zope-Checkins] SVN: Zope/trunk/ LP #143604: Removed top-level database-quota-size from zope.conf, some storages support a quota option instead.

2010-04-03 Thread Hanno Schlichting
Log message for revision 110468: LP #143604: Removed top-level database-quota-size from zope.conf, some storages support a quota option instead. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/Startup/handlers.py U Zope/trunk/src/Zope2/Startup/zopeschema.xml U

[Zope-Checkins] SVN: Zope/trunk/ Update to Acquisition = 2.13.2

2010-04-03 Thread Hanno Schlichting
Log message for revision 110480: Update to Acquisition = 2.13.2 Changed: U Zope/trunk/doc/CHANGES.rst _U Zope/trunk/include/ U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === ---

<    5   6   7   8   9   10   11   12   13   14   >