Re: [Zope-dev] Blueprint: zope.generations

2010-08-23 Thread Michael Howitz
Am 22.08.2010 um 15:09 schrieb Tres Seaver: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael Howitz wrote: >> Am 19.08.2010 um 15:52 schrieb Jim Fulton: >>> On Thu, Aug 19, 2010 at 4:05 AM, Michael Howitz wrote: Hi, I wrote a blue print to extract the parts of zope.ap

Re: [Zope-dev] Persistent principal folder?

2010-08-23 Thread Michael Howitz
Am 21.08.2010 um 00:11 schrieb Vincent Fretin: [...] > Hi, > > Souheil Chelfouh initially extracted the pluggable auth utility from > zope.app.authentication to zope.pluggableauth to not have all the > browser views and this principalfolder implementation. > In Dolmen http://www.dolmen-project.org

Re: [Zope-dev] Persistent principal folder?

2010-08-23 Thread Souheil CHELFOUH
The code you're interested in is in dolmen.authentication, dolmen.app.x are UI packages 2010/8/23 Michael Howitz : > Am 21.08.2010 um 00:11 schrieb Vincent Fretin: > [...] >> Hi, >> >> Souheil Chelfouh initially extracted the pluggable auth utility from >> zope.app.authentication to zope.pluggable

[Zope-dev] Zope Tests: 32 OK, 12 Failed, 1 Unknown

2010-08-23 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Aug 22 12:00:00 2010 UTC to Mon Aug 23 12:00:00 2010 UTC. There were 45 messages: 6 from Zope Tests, 1 from buildbot at enfoldsystems.com, 4 from buildbot at pov.lt, 13 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 13 from jdries

Re: [Zope-dev] Blueprint: zope.generations

2010-08-23 Thread Jim Fulton
On Mon, Aug 23, 2010 at 3:41 AM, Michael Howitz wrote: > Am 22.08.2010 um 15:09 schrieb Tres Seaver: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Michael Howitz wrote: >>> Am 19.08.2010 um 15:52 schrieb Jim Fulton: On Thu, Aug 19, 2010 at 4:05 AM, Michael Howitz wrote: > Hi,

[Zope-dev] Zope 2.12.10, permission zope.Public vs zope2.Public

2010-08-23 Thread Sylvain Viollon
Hello, In Zope 2.12.10, in permissions.zcml of Five, zope2.Public is defined. So you can use it in ZCML. However the code who setup the security in security.py of the same package doesn't care about zope2.Public, just about zope.Public. So when you use the permission zope2.Public, you

Re: [Zope-dev] Zope 2.12.10, permission zope.Public vs zope2.Public

2010-08-23 Thread Hanno Schlichting
On Mon, Aug 23, 2010 at 6:13 PM, Sylvain Viollon wrote: >  In Zope 2.12.10, in permissions.zcml of Five, zope2.Public is >  defined. So you can use it in ZCML. > >  However the code who setup the security in security.py of the same >  package doesn't care about zope2.Public, just about zope.Public

[Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Andreas Jung
zc.recipe.egg 1.3.0 fails badly with While: Installing supervisor. Traceback (most recent call last): File "/Users/ajung/sandboxes/occ/eggs/zc.buildout-1.5.0-py2.6.egg/zc/buildout/buildout.py", line 1784, in main getattr(buildout, command)(args) File "/Users/ajung/sandboxes/occ/eggs/zc.b

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Chris Withers
Andreas Jung wrote: > "/Users/ajung/sandboxes/occ/eggs/zc.recipe.egg-1.3.0-py2.6.egg/zc/recipe/egg/egg.py", > line 159, in install > if options.query_bool('dependent-scripts', 'false'): > AttributeError: 'dict' object has no attribute 'query_bool' > > Not sure who is in charge and where the re

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Gary Poster
On Aug 23, 2010, at 12:36 PM, Andreas Jung wrote: > zc.recipe.egg 1.3.0 fails badly with > > While: > Installing supervisor. > Traceback (most recent call last): > File > "/Users/ajung/sandboxes/occ/eggs/zc.buildout-1.5.0-py2.6.egg/zc/buildout/buildout.py", > line 1784, in main >getattr(bu

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Gary Poster
On Aug 23, 2010, at 1:26 PM, Gary Poster wrote: > > On Aug 23, 2010, at 12:36 PM, Andreas Jung wrote: > >> zc.recipe.egg 1.3.0 fails badly with >> >> While: >> Installing supervisor. >> Traceback (most recent call last): >> File >> "/Users/ajung/sandboxes/occ/eggs/zc.buildout-1.5.0-py2.6.egg/z

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Andreas Jung
Gary Poster wrote: > On Aug 23, 2010, at 12:36 PM, Andreas Jung wrote: > >> zc.recipe.egg 1.3.0 fails badly with >> >> While: >> Installing supervisor. >> Traceback (most recent call last): >> File >> "/Users/ajung/sandboxes/occ/eggs/zc.buildout-1.5.0-py2.6.egg/zc/buildout/buildout.py", >> line

Re: [Zope-dev] Zope 2.12.10, permission zope.Public vs zope2.Public

2010-08-23 Thread Sylvain Viollon
On Mon, 23 Aug 2010 18:29:55 +0200 Hanno Schlichting wrote: Hello Hanno, > On Mon, Aug 23, 2010 at 6:13 PM, Sylvain Viollon > wrote: > >  In Zope 2.12.10, in permissions.zcml of Five, zope2.Public is > >  defined. So you can use it in ZCML. > > > >  However the code who setup the security in

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Gary Poster
On Aug 23, 2010, at 1:38 PM, Gary Poster wrote: > > On Aug 23, 2010, at 1:26 PM, Gary Poster wrote: > >> >> On Aug 23, 2010, at 12:36 PM, Andreas Jung wrote: >> >>> zc.recipe.egg 1.3.0 fails badly with >>> >>> While: >>> Installing supervisor. >>> Traceback (most recent call last): >>> File

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary Poster wrote: > 1.3.1 has change and is released. > On it's failing in a different way: An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/Users/ajung/sandboxes/

[Zope-dev] Don't get ZODB 3.10 by installing Zope2.13

2010-08-23 Thread Vladislav Vorobiev
Hello! I found in documentation for Zope2.13a http://docs.zope.org/zope2/releases/2.13/WHATSNEW.html that it's including ZODB 3.10. By running easy_install -i http://download.zope.org/Zope2/index/2.13.0a3

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Gary Poster
On Aug 23, 2010, at 2:53 PM, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gary Poster wrote: > >> 1.3.1 has change and is released. >> > > On it's failing in a different way: > > An internal error occurred due to a bug in either zc.buildout or in a > recipe being

Re: [Zope-dev] Don't get ZODB 3.10 by installing Zope2.13

2010-08-23 Thread Charlie Clark
Am 23.08.2010, 21:14 Uhr, schrieb Vladislav Vorobiev : > easy_install -i > http://download.zope.org/Zope2/index/2.13.0a3 > > Zope2 I > got ZODB3-3.9.5-py2.7-linux-i686. > egg. Hi Vlad, I think there's something horribly wrong with your mail cli

Re: [Zope-dev] zc.recipe.egg bug (tracker)?

2010-08-23 Thread Gary Poster
On Aug 23, 2010, at 3:25 PM, Gary Poster wrote: > > On Aug 23, 2010, at 2:53 PM, Andreas Jung wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Gary Poster wrote: >> >>> 1.3.1 has change and is released. >>> >> >> On it's failing in a different way: >> >> An internal error

Re: [Zope-dev] Don't get ZODB 3.10 by installing Zope2.13

2010-08-23 Thread Hanno Schlichting
On Mon, Aug 23, 2010 at 9:14 PM, Vladislav Vorobiev wrote: > I found in documentation for Zope2.13a > > http://docs.zope.org/zope2/releases/2.13/WHATSNEW.html > > that it's including ZODB 3.10. > > By running > > easy_install -i http://download.zope.org/Zope2/index/2.13.0a3 Zope2 I > got ZODB3-3.9

Re: [Zope-dev] Persistent principal folder?

2010-08-23 Thread Michael Howitz
Am 23.08.2010 um 13:50 schrieb Souheil CHELFOUH: > The code you're interested in is in dolmen.authentication, > dolmen.app.x are UI packages This package only contains some interfaces and an adapter but no principal folder implementation. Yours sincerely, -- Michael Howitz · m...@gocept.com · s

Re: [Zope-dev] Blueprint: zope.generations

2010-08-23 Thread Michael Howitz
Am 23.08.2010 um 15:52 schrieb Jim Fulton: > On Mon, Aug 23, 2010 at 3:41 AM, Michael Howitz wrote: [...] >> The "database opened" event from zope.processlifetime is already used, >> zope.app.publication is needed for this function in >> zope.app.generations.utility: >> >> def getRootFolder(con