[Zope] Re: Portal catalog not always finding my content type

2007-11-29 Thread Maurits van Rees
Tres Seaver, on 2007-11-29: > One of the overrides in the CMF catalog tool (and inherited in the Plone > version, AFAIK) is filtering out content which the user wouldn't be > permitted to view if she did find it. Are you sure that your School > object is in an appropriate workflow state for the us

Re: [Zope] Re: Frustrated with Python and Frameworks. Zope, Grok, , Django, CherryPy

2007-11-29 Thread Martijn Faassen
Hey, On Nov 28, 2007 11:18 PM, Tres Seaver <[EMAIL PROTECTED]> wrote: > Martijn Faassen wrote: > > Hey, > > > > On Nov 28, 2007 12:16 AM, Martijn Jacobs <[EMAIL PROTECTED]> wrote: > >>> We could also consider putting them in some kind > >>> of collective-like SVN repository so that people can > >

Re: [Zope] Re: Frustrated with Python and Frameworks. Zope, Grok, , Django, CherryPy

2007-11-29 Thread Martijn Faassen
Hey, On Nov 29, 2007 12:53 AM, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: > Tres Seaver wrote: [snip] > > For clarity, nobody but a ZC employee (at present) is supposed to be > > checking in any code with any license other than the ZPL; in the > > future, such a checkin will need to be

Re: [Zope] Response to Matijn Faassen Grok/Zope 2 question.

2007-11-29 Thread Martijn Faassen
Hello, Thanks very much for your feedback! I'm cc-ing this discussion to grok-dev, as I want to make sure that Grok developers see this. Future discussion should continue on grok-dev, I think, as this is all pretty grok specific by now. On Nov 29, 2007 2:29 AM, Rene B <[EMAIL PROTECTED]> wrote:

Re: [Zope] AssertionError

2007-11-29 Thread kamal hamzat
Thanks Martijin. Zope 2.10.4-final, python 2.4.4, win32, mysql 5.0, ZMySQLDA 2.0.9 kamal iginal Message - From: Martijn Jacobs To: kamal hamzat Cc: zope@zope.org Sent: Wednesday, November 28, 2007 4:09 PM Subject: Re: [Zope] AssertionError Can you provide some more info

Re: [Zope] Re: Frustrated with Python and Frameworks. Zope, Grok, , Django, CherryPy

2007-11-29 Thread Chris Withers
Martijn Faassen wrote: the work of collecting interesting Zope 2 products, contacting the authors (not strictly necessary but always a good thing to do) and checking them in, possibly cleaning things up here and there. Well, I think is is fine for products where the original maintainer has "go

Re: [Zope] HTML forms inside a Zsearch method

2007-11-29 Thread Thomas Bennett
I'm not quite sure what you mean by a "selection button" but as far as a checkbox the value will exist or not. that is to say that if the box is checked then the value and variable will exist. if the box is not checked then there is nothing. At least this is what I have found with forms and

[Zope] Five 1.5.5 and menuItem - problem with 'filter' parameter

2007-11-29 Thread Pawel Lewicki
Hi, Am I doing anything wrong or filter parameter of browser:menuItem is just ignored? I have that problem in Plone but I suspect CMF ActionsTool if not Five itself. I tried "whatever" Python Script, registered page view, etc. No success. Pawel ___