Re: [Zope] How to retrieve content of a document?

2000-06-28 Thread Stuart Bishop
is why my standard_html_header and standard_html_footer look like the following: dtml-unless renderedheader dtml-call "REQUEST.set('renderedheader',1)" blah blah blah /dtml-unless -- Stuart Bishop Work: [EMAIL PROTECTED] Senior Systems Alchemist

Re: [Zope] Authentication, Anonymous and Public

2000-07-04 Thread Stuart Bishop
ce of some confusion. This email live from drizzly Queensland :-( -- Stuart Bishop Work: [EMAIL PROTECTED] Senior Systems Alchemist Play: [EMAIL PROTECTED] Computer Science, RMIT University ___ Zope maillist

Re: [Zope] NOTICE: issue with database packing in current Zopereleases

2000-07-04 Thread Stuart Bishop
think we might continue to see large numbers of 2.1.6 users until all the products run happily on it. -- Stuart Bishop Work: [EMAIL PROTECTED] Senior Systems Alchemist Play: [EMAIL PROTECTED] Computer Science, RMIT University

Re: [Zope] Re: Every user should have the Anonymous role everywhere(was :Re: [Zope] Authentication, Anonymous and Public)

2000-07-05 Thread Stuart Bishop
ers use this, it may be best handled in the Zope source if it is decided that it isn't a documentation error. -- Stuart Bishop Work: [EMAIL PROTECTED] Senior Systems Alchemist Play: [EMAIL PROTECTED] Computer Scie

Re: [Zope] GUF

2000-08-08 Thread Stuart Bishop
your login screen is rendered. After successful authentication, the 'login succeeded' screen is displayed. -- Stuart Bishop Work: [EMAIL PROTECTED] Senior Systems Alchemist Play: [EMAIL PROTECTED] Computer Science, RMIT

Re: [Zope] GUF and crypt

2000-08-22 Thread Stuart Bishop
. -- Stuart Bishop Work: [EMAIL PROTECTED] Senior Systems Alchemist Play: [EMAIL PROTECTED] Computer Science, RMIT University ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

Re: [Zope] Using GUF (generic user folder) under 2.2.x?

2000-09-28 Thread Stuart Bishop
provilidges are required. -- Stuart Bishop Work: [EMAIL PROTECTED] Senior Systems Alchemist Play: [EMAIL PROTECTED] Computer Science, RMIT University ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org

Re: [Zope-dev] restrictedTraverse

2002-05-16 Thread Stuart Bishop
. -- Stuart Bishop [EMAIL PROTECTED] http://shangri-la.dropbear.id.au/ ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman

Re: [Zope-dev] interaction with local FS

2003-01-27 Thread Stuart Bishop
different to everyone elses. -- Stuart Bishop [EMAIL PROTECTED] http://shangri-la.dropbear.id.au/ ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] How (in)secure is Zope?

2003-03-22 Thread Stuart Bishop
content (dtml, python, zpt) can DOS your server. - You usually need to run Apache in front of Zope, which adds an additional attack point. -- Stuart Bishop [EMAIL PROTECTED] http://shangri-la.dropbear.id.au/ ___ Zope-Dev

[Zope-dev] Z2.7 ValueError: Cache values may only be in one cache

2003-08-03 Thread Stuart Bishop
'), '\x00\x00\x00\x00\x00\x00\x00G', '') ValueError: Cache values may only be in one cache. The problem is intermittent. - -- Stuart Bishop [EMAIL PROTECTED] http://shangri-la.dropbear.id.au/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (Darwin) iD8DBQE/Lc

Re: [Zope-dev] Z2.7 ValueError: Cache values may only be in onecache

2003-08-07 Thread Stuart Bishop
in the Collector. http://collector.zope.org/Zope/1010 - -- Stuart Bishop [EMAIL PROTECTED] http://shangri-la.dropbear.id.au/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (Darwin) iD8DBQE/L3Lph8iUz1x5geARAl3hAJ4mSxSwwEnsWza80cGFZrTlRgbQiQCfYenK 29V3OcXBMX72u2l+fA6T20U= =wQXg -END PGP SIGNATURE

[Zope-dev] Unicode id's and utf8 url encoding

2003-11-10 Thread Stuart Bishop
replacement urllib.quote and urllib.unquote methods for use by HTTPRequest.py. If this is deemed a sane plan, I'd like to try getting this into Zope 2.7. It would also be worth fixing Python's urllib.quote and urllib.unquote methods, but that is an issue for a seperate mailing list... - -- Stuart

Re: [Zope-dev] Unicode id's and utf8 url encoding

2003-11-12 Thread Stuart Bishop
setattr(ob, u'\N{TRADEMARK SIGN}', val) would work. It will be quite possible to make ObjectManager.__getitem__ handle Unicode ids, but hacking ExtensionClass to accept Unicode ids is beyond my ken and I'm unsure if this is even possible. - -- Stuart Bishop [EMAIL PROTECTED] http

Re: [Zope-dev] Zope Head (2.8) breaks refresh

2003-12-09 Thread Stuart Bishop
yet) as well: http://collector.zope.org/Zope/1010 Manually refreshing works fine, but automatic refreshes cause the ValueErrors. - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/1mfNAfqZj7rGN0oRAj9PAJ4

Re: [Zope-dev] Zope Head (2.8) breaks refresh

2003-12-11 Thread Stuart Bishop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/2003, at 5:50 AM, Dieter Maurer wrote: Stuart Bishop wrote at 2003-12-10 11:24 +1100: On 08/12/2003, at 12:15 AM, Dieter Maurer wrote: Playing with Zope Head (as of 2003-12-04) revealed problems with refresh. This is not just a 2.8 issue

Re: [Zope-dev] problem with TAL statements across multiple lines in zope 2.7b3

2003-12-12 Thread Stuart Bishop
', item.absolute_url()+'/'+action); this statement works if it is all on one line, but i get a syntax error if it is spread across multiple lines. is this a bug, or a change in TAL design? Works for me. You aren't accidently splitting inside of a string are you? - -- Stuart Bishop [EMAIL PROTECTED

Re: [Zope-dev] Security audit introduced problem in PageTemplates/Expression.py

2004-01-14 Thread Stuart Bishop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/01/2004, at 4:19 PM, Stuart Bishop wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The 'security audit work for the 2.7 branch' commit on 8th Jan made the following change in PageTemplates/Expression.py: As well as in other locations

Re: [Zope-dev] Re: Security audit introduced problem in PageTemplates/Expression.py

2004-01-16 Thread Stuart Bishop
this issue, there will be plenty more who may be upset when they try porting their apps to 2.7.0 release. - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQFAB5kEAfqZj7rGN0oRAgGZAJ9gQe9xVX9pg/XdQKXpPVOruoD+/gCdG6vn

Re: [Zope-dev] Re: Security audit introduced problem in PageTemplates/Expression.py

2004-01-18 Thread Stuart Bishop
make use of Unicode keys if Zope's traversal mechanisms were updated to cope. - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQFAC2d1AfqZj7rGN0oRAjPWAJ0VHsN8Rptk21xf90EyXTk5abgWiACeKZXM l6yznxwTidlY2vooA9b+o0s

[Zope-dev] 2.7rc1 - Unauthorized: You are not allowed to access '' in this context

2004-01-20 Thread Stuart Bishop
. - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQFADPECAfqZj7rGN0oRAgUYAJsG+0Bx51I2ZBufS476v7mbOIjT7QCgmBD/ NfboK3y2rSJiT/eR55/ECP8= =ctqN -END PGP SIGNATURE

Re: [Zope-dev] Re: 2.7rc1 - Unauthorized: You are not allowed to access '' in this context

2004-01-20 Thread Stuart Bishop
attempting to explain the situation and the fix? __init__.py Description: Binary data -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ PGP.sig Description: This is a digitally signed message part ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] Re: 2.7rc1 - Unauthorized: You are not allowed to access '' in this context

2004-01-23 Thread Stuart Bishop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/01/2004, at 12:54 PM, Stuart Bishop wrote: I think I've tracked down a minimal example, the trigger being my use of __allow_access_to_unprotected_subobjects__ = None. I'm thinking this recent change is incompatible if a parent object tightens

[Zope-dev] OFS.ObjectManager raising string exceptions?

2004-03-09 Thread Stuart Bishop
? - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQFAToYoAfqZj7rGN0oRAk20AJwI82ItBf4WqhCDwhQGVRFT/U8tDQCcCpjd X6XXkgrNEEGGWCiVKbBON5k= =MPo8 -END PGP SIGNATURE

[Zope-dev] Fwd: [ZPT] Making PageTemplate's edit pages Unicode aware

2004-04-08 Thread Stuart Bishop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I havn't received much feedback on the ZPT mailing list, so I thought I'd bring it over here to a wider audience (thread is at http://mail.zope.org/pipermail/zpt/2004-March/005218.html ). Begin forwarded message: From: Stuart Bishop [EMAIL PROTECTED

Re: [Zope-dev] Re: [patch] More secure cookie crumbler?

2004-04-12 Thread Stuart Bishop
and incompatibilities (think ISP's with farms of proxies - is this still a problem nowadays?). -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ PGP.sig Description: This is a digitally signed message part ___ Zope-Dev maillist - [EMAIL

[Zope-dev] Re: [patch] More secure cookie crumbler?

2004-04-16 Thread Stuart Bishop
with doing this. SessionStorage would work either as a separate product, or as a knob for the CookieCrumbler, I think. If ZPL is an adequate license, why don't you check it in there? I've checked a version into Products/CookieCrumber and added a note to the CHANGES.txt - -- Stuart Bishop [EMAIL

Re: [Zope-dev] Re: [patch] More secure cookie crumbler?

2004-04-16 Thread Stuart Bishop
pretty similar. It looks like it was written against the CMF's Cookie Crumbler rather than the standalone - I don't know if these two implementations have diverged much or not. - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3

Re: [Zope-dev] Re: [patch] More secure cookie crumbler?

2004-04-16 Thread Stuart Bishop
direction - I like the product the way it is (Now I have checked in my code :-) ). Give me a poke if you don't feel like applying bug fixes though. - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin

[Zope-dev] PageTemplates Unicode to trunk (?)

2004-06-08 Thread Stuart Bishop
to a Unicode string if it isn't a valid ASCII string - pt_edit sets the contents to a Unicode string if it isn't a valid ASCII string - -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3

Re: [Zope-dev] Extending Zope's ZConfig Schema in a Product?

2005-07-03 Thread Stuart Bishop
do in the future to solve some production rollout issues). -- Stuart Bishop [EMAIL PROTECTED] http://www.stuartbishop.net/ signature.asc Description: OpenPGP digital signature ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman

[Zope-dev] Re: New test runner work

2005-08-23 Thread Stuart Bishop
to speed them up, determine slow tests in need of pruning or optimization, short circuit test runs and reduce test suite maintenance. So I should be able to get time to help (although I need to look closer at the SchoolTool and py.test runners to see if they are closer to what we need). -- Stuart