[Zope-dev] ANN: Zope core session tracking proposal

2000-09-04 Thread Chris McDonough
If you're interested in seeing session-tracking implemented in the Zope core, please review the proposal at http://dev.zope.org/Wikis/DevSite/Proposals/CoreSessionTracking and provide comments on the referenced discussion page. Thanks! Chris McDonough Digital Creations, Publishers of Zope http:/

Re: [Zope-dev] MailHost, 2.2.1, and tracebacks

2000-09-04 Thread Bill Anderson
Bill Anderson wrote: > > Bill Anderson wrote: > ... > > > > The following patch seems to alleviate the problem, but I dunno if it affects >anything else: > > yeah, it makes zope ignore the cookie login setup, and instead triggers basic Auth >... will work on it today. Ugh. Thi sis getting ol

Re: [Zope-dev] MailHost, 2.2.1, and tracebacks

2000-09-04 Thread Bill Anderson
Bill Anderson wrote: ... > > The following patch seems to alleviate the problem, but I dunno if it affects >anything else: yeah, it makes zope ignore the cookie login setup, and instead triggers basic Auth ... will work on it today. Ugh. -- Do not meddle in the affairs of sysadmins, for they

Re: [Zope-dev] MailHost, 2.2.1, and tracebacks

2000-09-04 Thread Bill Anderson
Shane Hathaway wrote: > > Bill Anderson wrote: ... > > File /local/ZopeSites/TestBed/lib/python/AccessControl/Owned.py, line 152, in >getOwner > > (Object: mailPasswordTemplate) > > ValueError: (see above) > > By any chance does it say something to the effect of "Unpack tuple of > incorre

Re: [Zope-dev] ZPatterns: transaction bug

2000-09-04 Thread Steve Spicklemire
ZPatterns 0.4.2a1 PlugIns.py bug? I get a 'Name Error' aq_base when I hit the following code while trying to update the index_html method of one of my Specialists from CVSMixin.. I think that this would get hit anytime you add an object whose id is already in the acquisition path -steve d

Re: [Zope-dev] Converters.field2date, allow empty string to return None?

2000-09-04 Thread Brad Clements
On 3 Sep 2000, at 13:33, Dieter Maurer wrote: > One solution would be to use a valid (special) date as default > value and test against it in the body. > I don't like this "solution" because the end-user has to know what the special date is, it looks ugly on the form and it still does *not*

Re: [Zope-dev] Converters.field2date, allow empty string to return None?

2000-09-04 Thread Dieter Maurer
Brad Clements writes: > One thing that has been bothering me is that I can't easily test my > ZSQL Methods if they accept a date type unless I completely fill all the > date arg types. > > For example, if the sqlmethod has argument type > startdate:date='' > > > and in the body I

[Zope-dev] win2000 service problems

2000-09-04 Thread Robin Becker
I am running Zope and a simple chatlike server on Win2000. I have both set up to use pythonservice.exe. When started and stopped both services seem to behave cleanly, but earlier today when I tried to stop the long run versions both gave segment errors and after a long wait failed to terminate. I

[Zope-dev] MailHost, 2.2.0, and qmail mailserver

2000-09-04 Thread Richard Taylor
The change in the sendmail tag to use the SMTP module has caused a problem for me when sending to a qmail mailserver. After investigation, it would appear that the smtplib module function: SMTP.mail(self,sender,options=[]): appends a space to the end of the FROM: address when there are no