Re: [Zope-dev] z3 sprint at pycon?

2002-12-20 Thread Andy McKay
> Is anybody planning a zope 3 sprint at pycon? If not I think we should... Eric you were talking about a Zope 3 Web Services sprint in March? There's likely to be a whole bunch of us at PyCon and with Brian just down the road, it might be a more suitable venue. -- An

Re: [Zope-dev] Re: [Zope-Checkins] CVS: Zope/lib/python/TAL - TALInterpreter.py:1.69.6.10

2002-12-22 Thread Andy McKay
Collector number 735: http://collector.zope.org/Zope/735 This was prompted by some bugs people found with Plone. For a two character fix that to me looked like a simple oversight I didn't bother with a unit test. -- Andy McKay - Original Message - From: "Florent Guillaum

Re: [Zope-dev] Re: [Zope-Checkins] CVS: Zope/lib/python/TAL -TALInterpreter.py:1.69.6.10

2002-12-23 Thread Andy McKay
use html_quote, you're escaping " by default (lib\python\DocumentTemplate\html_quote.py). If we are escaping <> and &, I see no reason not to escape " as well. And I believe the Zope Book Appendix C needs updating to reflect this. > > > (And if it's

Re: [Zope-dev] Re: [Zope-Checkins] CVS: Zope/lib/python/TAL-TALInterpreter.py:1.69.6.10

2002-12-23 Thread Andy McKay
x :-) Really, so all the changes and bug fixes done for 2.6.1 have to be put in HEAD too? Thats a pain. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (

Re: [Zope-dev] XMLRPC client and Zope 2.6.0

2003-01-24 Thread Andy McKay
>>>>s = Server('http://localhost') try: >>>s = Server('http://localhost/') And read the xmlrpclib.py docs where it automatically appends RPC2 if the url doesnt end in a slash. -- Andy McKay ___ Zop

Re: [Zope-dev] Zope Server Control

2003-02-08 Thread Andy McKay
us of them all, I'm trying to see if i can get some $ out of them for the development :) So is there a public cvs for your code can we mangle all our stuff together? -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/

Re: [Zope-dev] Zope Server Control

2003-02-10 Thread Andy McKay
en we get wxController going I'll drop you a line... -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailma

Re: [Zope-dev] Python core dump zope 2.6.1+CMF1.3

2003-02-12 Thread Andy McKay
issue wasn't 2.6.1 related. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-ann

Re: [Zope-dev] Re: [Zope] PCGI?

2003-02-13 Thread Andy McKay
es on Zope.org about PCGI as well simply because it has been around the longest, although almost everyone I know runs through mod_proxy nowadays. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zop

Re: [Zope-dev] Re: [Zope] PCGI?

2003-02-14 Thread Andy McKay
he ASP 404 script best practice with IIS now (thanks to Leonardo http://www.zope.org/Members/hiperlogica/ASP404). As long as we make PCGI available there should be no problem. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.o

Re: [Zope-dev] zopezen site down

2003-02-19 Thread Andy McKay
with 64 Mb so we'll see some performance work and caching, maybe a site change. Thanks once again for the offer. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts o

Re: [Zope-dev] How to trigger Zope externally (mail)

2003-02-26 Thread Andy McKay
Or just write a simple HTTP post using Python. Have a look around for the MailIn Product, or CMFMailIn which does this very simply and works fine for low volume traffic (eg: fine listening to [EMAIL PROTECTED]). -- Andy McKay ___ Zope-Dev maillist

Re: [Zope-dev] Declaring Dependencies for XML documents (Was: HowTo Improve Cache Coherency for RAM/Disk Cache Manager...?)

2003-03-04 Thread Andy McKay
in a year and you could be writing that code forever, letting the user figure it out manually is an easier choice. Cheers. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or

Re: [Zope-dev] Authenticating with acl_users (fwd)

2003-03-09 Thread Andy McKay
n" install. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/m

Re: [Zope-dev] XMLRPC with varargs

2003-03-20 Thread Andy McKay
Foo( a, b ) or def Foo( *a ) I think that is a valid point. However I would enter a bug into the collector and add the patch there. Otherwise it will get lost in the traffic that is the mailing list and no action will happen. Thanks -- Andy McKay __

RE: [Zope-dev] Versions: should they die?

2003-06-06 Thread Andy McKay
Im not keeping up on zope-3 at the moment, whats the plan for versions there? Just wondering if there is any great solution there that can be backported. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo

Re: [Zope-dev] Versions: should they die?

2003-06-06 Thread Andy McKay
re using more than one zope in the same domain that has versions, and lo and behold you start get objects locked in the other zope's version ;) The joy. -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listin

Re: [Zope-dev] Versions: should they die?

2003-06-04 Thread Andy McKay
pointed out that did sound useful. The main problem really is the Zope implementation for example: you can lock any object in a version that doesn't exists, it uses cookies, trouble committing... etc. -- Andy McKay ___ Zope-Dev maillist

[Zope-dev] Memory Error

2003-06-17 Thread Andy McKay
r the standard error message.) Its: Zope 2.6.1 (source release, python 2.1, linux2) python 2.1.3 openbsd3 I believe all the appropiate python stack patches are applied. Any ideas? -- Andy McKay http://www.agmweb.ca ___ Zope-Dev maillist - [

Re: [Zope-dev] Re: Memory error

2003-06-17 Thread Andy McKay
ndows servers before so I believe its platform related. -- Andy McKay http://www.agmweb.ca ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] Memory Error

2003-06-18 Thread Andy McKay
e seems to have this curse with it. -- Andy McKay http://www.agmweb.ca ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/li

Re: [Zope-dev] Memory Error

2003-06-22 Thread Andy McKay
;) -- Andy McKay http://www.agmweb.ca ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org

Re: [Zope-dev] weak examples, weak exploits

2003-06-23 Thread Andy McKay
nd you I really dont want the HelpSys in my ZODB either :) -- Andy McKay http://www.agmweb.ca ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://m

<    1   2   3   4