Re: [Zope3-dev] 'thread_local' AttributeError in zope.security.checker

2007-08-15 Thread Paul Carduner
Fulton wrote: On Aug 14, 2007, at 7:32 PM, Paul Carduner wrote: Hello zope3-dev, I came across an error I have not seen before. Just for reference, here is the last snippet from the traceback: File /home/pcardune/Work/ZContact/zcontact-lp/eggs/tmpgwuq6O/ zope.security-3.4.0b4-py2.4

[Zope3-dev] 'thread_local' AttributeError in zope.security.checker

2007-08-14 Thread Paul Carduner
Hello zope3-dev, I came across an error I have not seen before. Just for reference, here is the last snippet from the traceback: File /home/pcardune/Work/ZContact/zcontact-lp/eggs/tmpgwuq6O/zope.security-3.4.0b4-py2.4-linux-i686.egg/zope/security/checker.py, line 420, in ? AttributeError:

[Zope3-dev] z3c.formjs-0.2 and z3c.formjsdemo-0.2 released!

2007-07-18 Thread Paul Carduner
The 0.2 versions of z3c.formjs and z3c.formjsdemo have just been released! (for the blog version of this mail, see http://beta.carduner.net/wordpress/?p=20) For those who have not been following the development, z3c.formjs is a package that extends z3c.form (written by Stephan Richter and Roger

Re: [Zope3-dev] Zope 3 needs a new documentation strategy

2007-07-17 Thread Paul Carduner
+1 The problem is that the people who know where to find all the information are too busy producing very successful Zope3 applications :). I mean, making the hard to find documentation more available could be considered helping the competition? At some point, someone (I believe Stephan

[Zope3-dev] 3.3.0 tag broken by zc.catalog eggs?

2007-05-19 Thread Paul Carduner
Upon a fresh checkout and make of the 3.3.0 tag of Zope3, I get the following error: Installed /home/pcardune/work/cando-2006/SchoolTool/Zope3/src/zc.i18n-0.6.1dev_r72454-py2.4.egg error: Installed distribution zc.catalog 1.2dev-r74943 conflicts with requirement zc.catalog==0.1.1 I noticed

Re: [Zope-dev] Re: [Zope3-dev] Google Summer of Code

2007-03-15 Thread Paul Carduner
I have added a proposal for AJAX/json support in Zope3. It is *very* incomplete as I don't know the complete details of what AJAX support constitutes beyond having different widgets. If you have any thoughts on the matter, please add to my proposal. - Paul

Re: [Zope3-dev] z3c.javascript eggs now available

2007-03-02 Thread Paul Carduner
packaging files can make it into the zope repository. - Paul Regards Roger Ineichen Thanks, Paul Carduner ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

[Zope3-dev] z3c.javascript eggs now available

2007-03-01 Thread Paul Carduner
uploading them to the cheeseshop. Thanks, Paul Carduner ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

[Zope3-dev] Java applets and zope3

2006-12-12 Thread Paul Carduner
Hi, I've been moving my static website over to a customized zope3 instance and have come across a problem involving java applets not loading. After adding a java class file to my instance, I add a very simple piece of content that produces the html of which there is a snippet below:

[Zope3-dev] Security with Viewlets

2006-11-16 Thread Paul Carduner
Hi, I am having trouble debugging viewlets that redirect to Unauthorized pages. Here is the synopsis. We have a dashboard page with a bunch of viewlets displaying information about all different parts of the system. When one viewlet tries to access forbidden attributes, the whole page gets