Re: [Zope3-Users] Best way to add a Principal to PAU

2006-02-07 Thread Rupert Redington
Florian Lindner wrote: > Am Sonntag, 5. Februar 2006 22:37 schrieb Stephan Richter: >> On Sunday 05 February 2006 12:34, Florian Lindner wrote: >>> I've managed to add a principal to a principal folder inside a PAU: >>> >>> pau = getUtility(IAuthentication) >>> pfolder = pau.keys()[0] >>> pri

[Zope3-Users] Re: Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Stephan Richter
On Monday 06 February 2006 20:49, Gary Poster wrote: > How about we have a marketing competition? :-) +1 from me plus everything else you said below. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Tr

[Zope3-Users] Re: Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Paul Everitt
Stephan Richter wrote: On Monday 06 February 2006 20:49, Gary Poster wrote: How about we have a marketing competition? :-) +1 from me plus everything else you said below. Yep, it's a good idea. --Paul ___ Zope3-users mailing list Zope3-users@zope

Re: [Zope3-Users] Best way to add a Principal to PAU

2006-02-07 Thread Stephan Richter
On Monday 06 February 2006 15:02, Florian Lindner wrote: > Ok, so the way above is the way to go? Almost, except that you do not want to rely on position as you do when getting the pfolder name. > Why is the principal class folder specific? Because principals from LDAP or SQL might not have thi

Re: [Zope3-Users] Re: Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Adam Summers
Despite my silence, I have been watching this with interest - I think its a great way to get moving. +2 for me :) Regards, Adam Paul Everitt wrote: Stephan Richter wrote: On Monday 06 February 2006 20:49, Gary Poster wrote: How about we have a marketing competition? :-) +1 from me plus eve

Re: [Zope3-Users] Selecting a code name

2006-02-07 Thread Martijn Faassen
Hi there, Just to drop a note that I think a discussion about a potential brand name for Zope 3 is far less important than actually fixing our website and presenting Zope 3 (and Zope 2 for that matter) in a better way. Perhaps we can better redirect our energies to that than to have long (bu

Re: [Zope3-Users] Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Martijn Faassen
Hi there, Gary Poster wrote: [competition] +1. I think the requirement to have enough people submitting is very important, though. No competition anounced unless we get some idea that we'll actually have enough competitors, otherwise we end up looking silly ("what happened to the Zope marketin

Re: [Zope3-Users] passing data to nextURL()

2006-02-07 Thread Rupert Redington
> How would you do it in another framework? > > One solution would be to pass along a nextURL field name. Would that work for > you? > > Regards, > Stephan You're right, of course, passing the return url in a hidden form field is the usual solution. I've always felt it's slightly inelegant t

Re: [Zope3-Users] passing data to nextURL()

2006-02-07 Thread Stephan Richter
On Tuesday 07 February 2006 05:21, Rupert Redington wrote: > I'm not clear how to institute such a url passing scheme alongside the > schema driven form machinery. I can see that a custom nextURL() will be > needed, and that the form should include a field containing a value > derived from request.

Re: [Zope3-Users] Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Max M
Martijn Faassen wrote: Alternatively, we could use our energy to actually work together on a new website instead of competing. There's a zope-web mailing list, after all, so go and talk there. This would have my preference. If you want to fix the Zope 2 website at the same time as branding

Re: [Zope3-Users] Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Martijn Faassen
Max M wrote: Martijn Faassen wrote: Alternatively, we could use our energy to actually work together on a new website instead of competing. There's a zope-web mailing list, after all, so go and talk there. This would have my preference. If you want to fix the Zope 2 website at the same time

[Zope3-Users] Stylesheet caching

2006-02-07 Thread Graham Stratton
Is there any way to prevent zope3 caching stylesheets? ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Stylesheet caching

2006-02-07 Thread Stephan Richter
On Tuesday 07 February 2006 07:29, Graham Stratton wrote: > Is there any way to prevent zope3 caching stylesheets? Zope 3 is not caching them. It reads them from the filesystem, if they changed. It is your browser that is caching them. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry

[Zope3-Users] Re: Stylesheet caching

2006-02-07 Thread Tonico Strasser
Stephan Richter wrote: On Tuesday 07 February 2006 07:29, Graham Stratton wrote: Is there any way to prevent zope3 caching stylesheets? Zope 3 is not caching them. It reads them from the filesystem, if they changed. It is your browser that is caching them. Does something like a HTTPCacheMan

Re: [Zope3-Users] Re: Stylesheet caching

2006-02-07 Thread Stephan Richter
On Tuesday 07 February 2006 08:15, Tonico Strasser wrote: > Stephan Richter wrote: > > On Tuesday 07 February 2006 07:29, Graham Stratton wrote: > >> Is there any way to prevent zope3 caching stylesheets? > > > > Zope 3 is not caching them. It reads them from the filesystem, if they > > changed. It

Re: [Zope3-Users] Stylesheet caching

2006-02-07 Thread Graham Stratton
Stephan Richter wrote: On Tuesday 07 February 2006 07:29, Graham Stratton wrote: Is there any way to prevent zope3 caching stylesheets? Zope 3 is not caching them. It reads them from the filesystem, if they changed. It is your browser that is caching them. Very strange. If I modify the s

[Zope3-Users] Re: Stylesheet caching

2006-02-07 Thread Tonico Strasser
Graham Stratton wrote: Very strange. If I modify the stylesheet, then in firefox I don't get the updated version, even if I request the stylesheet directly and then press refresh. It says it's fetching from the server, but I get the old version again. As soon as I restart zope3, refreshing g

Re: [Zope3-Users] Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Joel Moxley
> >> Alternatively, we could use our energy to actually work together on a > >> new website instead of competing. There's a zope-web mailing list, > >> after all, so go and talk there. This would have my preference. > > > > If you want to fix the Zope 2 website at the same time as branding Zope > >

Re: [Zope3-Users] Stylesheet caching

2006-02-07 Thread Stephan Richter
On Tuesday 07 February 2006 08:34, Graham Stratton wrote: > Very strange.  If I modify the stylesheet, then in firefox I don't get > the updated version, even if I request the stylesheet directly and then > press refresh.  It says it's fetching from the server, but I get the old > version again.  A

Re: [Zope3-Users] Zope 3 Marketing Competition? (was Re: [Zope3-dev] Re: Selecting a code name)

2006-02-07 Thread Martijn Faassen
Tarek Ziadé wrote: Martijn Faassen wrote: Yes. Rest assured my ambition is to keep ambitions as low as possible. :) Otherwise nothing will happen. The front page of Zope.org doesn't show the activity around Z3 at all. That wouln't cost anything to start to add a few z3 links in Zope Exits

Re: [Zope3-Users] newbie problems with new content-type

2006-02-07 Thread Chris Withers
Lorenzo Gil Sanchez wrote: c:\path\to\my\instance\bin\test -vpu --dir z:\my_root_app_dir [ traceback ] ImportError: No module named z:.my_root_app_dir Is my_root_app_dir on your PYTHON_PATH? try this just before you run the test: set PYTHON_PATH=%PYTHON_PATH%;z:\my_root_app_dir also, do you