[Zope-Checkins] SVN: Zope/trunk/src/Products/PageTemplates/ - svn properties cleanup

2009-03-08 Thread Yvo Schubbe
Log message for revision 97664: - svn properties cleanup Changed: _U Zope/trunk/src/Products/PageTemplates/CHANGES.txt _U Zope/trunk/src/Products/PageTemplates/DeferExpr.py _U Zope/trunk/src/Products/PageTemplates/Expressions.py _U Zope/trunk/src/Products/PageTemplates/HISTORY.txt

[Zope-Checkins] SVN: Zope/trunk/ - replaced getattr by aq_get

2009-03-08 Thread Yvo Schubbe
Log message for revision 97666: - replaced getattr by aq_get - whitespace cleanup Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/PageTemplates/unicodeconflictresolver.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-dev] Zope Tests: 6 OK

2009-03-08 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Mar 7 12:00:00 2009 UTC to Sun Mar 8 12:00:00 2009 UTC. There were 6 messages: 6 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Sat Mar 7 20:23:45 EST 2009 URL:

Re: [Zope-dev] deprecating the deprecation system?

2009-03-08 Thread Chris Withers
Martijn Faassen wrote: Thoughts? + sys.maxint to all of that from me :-) I think documenting that something is going to go away is useful, but ultimately, people only really worry about it when something stops working. I've got way to bored to the millions of meaningless deprecation warnings

[Zope-dev] choice of test runner...

2009-03-08 Thread Chris Withers
Wichert Akkerman wrote: I would like to see a move away from zope testing frameworks to a more standard testing infrastructure: setup.py test, possibly combined with using nose. I'd love to see a side-by-side feature comparison of the major python test discovering and runner frameworks. It

Re: [Zope-dev] deprecating the deprecation system?

2009-03-08 Thread Hanno Schlichting
Chris Withers wrote: I think documenting that something is going to go away is useful, but ultimately, people only really worry about it when something stops working. I think it's not that simple. Look at the amount of work people put into the Zope stack in recent month to get rid of

Re: [Zope-dev] non-zodb persistent registries

2009-03-08 Thread Chris Withers
Tres Seaver wrote: The reason being that, for a long time, I've wanted to see a persistent registry that stored in a rdb rather than zodb. I don't know what that would look like. I have ideas about what I'd like it to look like from a user's perspective, but sadly not much in the way of

Re: [Zope-dev] deprecating the deprecation system?

2009-03-08 Thread Roger Ineichen
Hi Chris Betreff: Re: [Zope-dev] deprecating the deprecation system? Martijn Faassen wrote: Thoughts? + sys.maxint to all of that from me :-) I think documenting that something is going to go away is useful, but ultimately, people only really worry about it when something stops

Re: [Zope-dev] choice of test runner...

2009-03-08 Thread Dan Korostelev
2009/3/8 Chris Withers ch...@simplistix.co.uk: Wichert Akkerman wrote: I would like to see a move away from zope testing frameworks to a more standard testing infrastructure: setup.py test, possibly combined with using nose. I'd love to see a side-by-side feature comparison of the major

[Zope-dev] zope.container broken

2009-03-08 Thread Roger Ineichen
Hi The zope.container package was broken. I added a missing ComponentLookupError import. Can someone with a linux/windows system release zope.component with the C extensions? Regards Roger Ineichen _ END OF MESSAGE ___

[Zope-PAS] user login and roles

2009-03-08 Thread Dvir Bar-lev
Hi all. I need help please, I downloaded the pas plugin for zope but I can't find any documentation on how to use it. What I want to do is the following: I want to define 2 roles - ISP and Parent. I want my site visitors to arrive to a log in page that has 2 fileds - user name and

Re: [Zope-PAS] user login and roles

2009-03-08 Thread Lennart Regebro
On Sun, Mar 8, 2009 at 09:33, Dvir Bar-lev dvi...@puresight.com wrote: Hi all. I need help please, I downloaded the pas plugin for zope but I can’t find any documentation on how to use it. What I want to do is the following: I want to define 2 roles – ISP and Parent. I want my site

Re: [Zope-PAS] user login and roles

2009-03-08 Thread Dvir Bar-lev
This is what I would like to happen: A user goes to the site, he see the log in screen that has 2 entry fields - user name and password. The user enteres the data and presses the submit button. Now I want to take what the user entered and see if I have the same user and password defined in

Re: [Zope-PAS] user login and roles

2009-03-08 Thread Lennart Regebro
On Sun, Mar 8, 2009 at 10:35, Dvir Bar-lev dvi...@puresight.com wrote: A user goes to the site, he see the log in screen that has 2 entry fields - user name and password. The user enteres the data and presses the submit button. Now I want to take what the user entered and see if I have the

Re: [Zope] trivial: hello world with filesystem based egg sources

2009-03-08 Thread Lennart Regebro
On Sat, Mar 7, 2009 at 23:21, David Zejda d...@atlas.cz wrote: And now, please, what to do now, to have a few python lines somewhere in the egg dir, which the zope would know how to deal with? The egg dir as you call it is a Python module, and you put Python code there. Zope knows how to deal

Re: [Zope] how to check a user role with data entred by user?

2009-03-08 Thread Lennart Regebro
On Sun, Mar 8, 2009 at 08:07, Dvir Bar-lev dvi...@puresight.com wrote: K, ill try to explain in more detail. :) What I want to do is this: I create 2 roles in zope - manager and client for example. I than create 2 users - zoe and don. Zoe has password A and role manager and don has password

Re: [Zope] how to check a user role with data entred by user?

2009-03-08 Thread Dvir Bar-lev
K, here goes, explanation 3 :) This is what I would like to happen: A user goes to the site, he see the log in screen that has 2 entry fields - user name and password. The user enteres the data and presses the submit button. Now I want to take what the user entered and see if I have the same

Re: [Zope] how to check a user role with data entred by user?

2009-03-08 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08.03.2009 9:42 Uhr, Lennart Regebro wrote: On Sun, Mar 8, 2009 at 08:07, Dvir Bar-lev dvi...@puresight.com wrote: K, ill try to explain in more detail. :) What I want to do is this: I create 2 roles in zope - manager and client for example.

Re: [Zope] fstest reports time-stamp reduction, what does it mean and should I be worried?

2009-03-08 Thread Chris Withers
Dieter Maurer wrote: Are you using an old ZODB version? Nope, Zope 2.9.8. In older ZODB versions, this should happen when your clock jumped back into the past. The clocks on both the storage servers are NTP synched and I'm pretty sure they've not jumped back at any point... Also, packing

Re: [Zope-DB] RelStorage and Zope 2.9.8

2009-03-08 Thread JeanMichel FRANCOIS
not really, this is a big project with a lot of csutomer's specific code. I m just trying to optimize the application. I will look if the patch can be applied on ZODB 3.6 and make some test next week. Jean-Michel FRANCOIS Le Friday 06 March 2009 10:47:24 Shane Hathaway, vous avez écrit :