RE: [Zope3-dev] RE: [Zope3-Users] Maybe bug in pagetemplate parser?

2005-11-17 Thread Roger Ineichen
Hi Fred [...] Though this is most certainly a contentious feature, this is not a bug in the parser, but a bug in the template itself. The parser is a bit stricter than most browsers. If you don't agree, please read the HTML 4.01 specification very carefully before following up; this has

Re: [Zope3-dev] Re: Zope3-dev Digest, Vol 28, Issue 25

2005-11-17 Thread Benji York
Torsten Kurbad wrote: Hallo, leider bin ich zurzeit und während der nächsten Monate nicht in Tübingen. In dringenden Fällen wenden Sie sich bitte an Kurt Langenbacher, Tel. 07071 979-210. Ansonsten werde ich Ihre Email beantworten, sobald ich zurück bin. If my German isn't failing me, this

[Zope3-dev] Re: Zope3-dev Digest, Vol 28, Issue 25

2005-11-17 Thread j.kartnaller
Benji York wrote: Torsten Kurbad wrote: Hallo, leider bin ich zurzeit und während der nächsten Monate nicht in Tübingen. In dringenden Fällen wenden Sie sich bitte an Kurt Langenbacher, Tel. 07071 979-210. Ansonsten werde ich Ihre Email beantworten, sobald ich zurück bin. If my German

Re: [Zope3-dev] Re: Zope3-dev Digest, Vol 28, Issue 25

2005-11-17 Thread Stephan Richter
On Thursday 17 November 2005 07:25, Benji York wrote: leider bin ich zurzeit und während der  nächsten Monate nicht in Tübingen. In dringenden Fällen wenden Sie sich bitte an Kurt Langenbacher, Tel. 07071 979-210. Ansonsten werde ich Ihre Email beantworten, sobald ich zurück bin. If my

Re: [Zope3-dev] RE: [Zope3-Users] Maybe bug in pagetemplate parser?

2005-11-17 Thread Fred Drake
On 11/17/05, Roger Ineichen [EMAIL PROTECTED] wrote: Does this also work: '\/div' instead of ''+'\div' It should. Remember to use '\div' instead of 'div' as well. :-) -Fred -- Fred L. Drake, Jr.fdrake at gmail.com Society attacks early, when the individual is helpless. --B.F. Skinner

Re: [Zope3-dev] Re: [Zope-dev] Re: branched Zope 2.9

2005-11-17 Thread Andreas Jung
--On 17. November 2005 07:45:48 +0800 Philipp von Weitershausen [EMAIL PROTECTED] wrote: Andreas Jung wrote: --On 16. November 2005 14:03:05 -0500 Jim Fulton [EMAIL PROTECTED] wrote: Does this mean that the existing 2.9 branch needs to be removed and that the trunk remains frozen?

Re: [Zope3-dev] Zope 3.2 release

2005-11-17 Thread Stephan Richter
On Thursday 17 November 2005 09:52, Julien Anguenot wrote: Would people like to schedule another bug day? Is the bug day of the 02/12 still planned ? Originally we decided to release 3.2 on December 1. But this is not feasible anymore, so a bug day on 02/12 seems good. On the other hand, I

Re[2]: [Zope3-dev] RFC: CustomWidgetFactory and widgets having different __init__ signature

2005-11-17 Thread Adam Groszer
Hello Dominik, Your solution looks good. I would propose, that we still mark the widgets with different __init__ signatures with something to be able to wrap them into different factories in metaconfigure.py to make like a bit easier. What I have in mind: itemswidgets.py: class

Re: [Zope3-dev] RFC: CustomWidgetFactory and widgets having different __init__ signature

2005-11-17 Thread Johan Carlsson
Dominik Huber wrote: Hi Adam DH Are you fixing issue 451? Otherwise, I could do it this weekend. Anyway I can't do it directly, because I don't have SVN access. I think I'll sit here, so if you need any help... Thanks for your inputs! I will do that this weekend. Regards, Dominik

Re: [Zope3-dev] RFC: CustomWidgetFactory and widgets having different __init__ signature

2005-11-17 Thread Johan Carlsson
Dominik Huber wrote: Johan Carlsson wrote: Anywhere I can read up on what's happening with this issue/bug? Regards, Johan NotYetError ;) I have to dig into the subject this weekend, but I have to sort the partial solutions first. Ok, looking forward for any progress :-) /Johan -- Johan