Re: [Zope3-Users] complete newbe question

2005-06-23 Thread Stephan Richter
On Monday 20 June 2005 13:30, smok wrote: When one opens //localhost:8080/ then comes this standard screen with all    objects listed with some additional information, through which one can browse and display etc. If there is a skin defined at the top one can see for ex.

Re: [Zope3-Users] Complex views implementes in Python

2005-06-23 Thread Stephan Richter
On Monday 20 June 2005 11:39, Nicolas Legault wrote: After examining the worldcookery PDF example, I see how to implement the generation of the image, what I don't understant is how to include this in an HTML with a form and pass these value to the graph function. A long time ago I've

Re: [Zope3-Users] pluggable authentication utility

2005-06-23 Thread Stephan Richter
On Saturday 18 June 2005 13:36, Garrett Smith wrote: For 3.2, we need to find a way to make this clearer.  Either we need to provide a more verbose description of what the name is for or perhaps, as Stephan has suggested, for components that are always looked up without names, we should

Re: [Zope3-Users] Skin permissions: viewing wiithout login?

2005-06-23 Thread Stephan Richter
On Wednesday 15 June 2005 12:42, [EMAIL PROTECTED] wrote: After implementing my own skin, I get the request to log on (as manager), while visiting a normal site page. I do not have my zcml's at hand right now. Maybe somebody has an idea of what trap I walked into. I have no clue what could

Re: [Zope3-Users] Using a multicheckboxwidget instead of a multiselectsetwidget

2005-06-23 Thread Stephan Richter
On Wednesday 08 June 2005 10:43, Jan-Wijbrand Kolman wrote: In mywidgets.py:   from zope.app.form.browser import MultiCheckBoxWidget as MultiCheckBoxWidget_ def MultiCheckBoxWidget(field, request):     vocabulary = field.value_type.vocabulary     return MultiCheckBoxWidget_(field,

Re: [Zope3-Users] Announcement - jsonserver 1.0 alpha, JSON-RPC for Zope3

2005-06-23 Thread Stephan Richter
On Monday 06 June 2005 17:16, Jim Washington wrote: Announcing:  jsonserver 1.0 alpha. The code is at subversion repository: http://brigadoon.hill-street.net/svn/repos/jsonserver . Username 'anonymous' with blank password has read-only access. Congratulations, though I know its late! :-)

Re: [Zope3-Users] suppress menu item with zcml?

2005-06-23 Thread Jim Fulton
Dylan Reinhardt wrote: Is there a simple/correct way to suppress a menu item using ZCML? For example, I have a content type that implements IAttributeAnnotatable and I want to suppress display of the Metadata tab in zmi_views. I expected this would work: menuItem

Re: [Zope3-Users] suppress menu item with zcml?

2005-06-23 Thread Jim Fulton
Stephan Richter wrote: On Tuesday 21 June 2005 13:57, Dylan Reinhardt wrote: When my content interface *inherits* from an interface, this seems to work... but when my class *implements* an interface, this appears not to. That seems strange and would be a deep adapter-registry problem, most

Re: [Zope3-Users] Announcement - jsonserver 1.0 alpha, JSON-RPC for Zope3

2005-06-23 Thread Jim Washington
Stephan Richter wrote: Congratulations, though I know its late! :-) There might be some interest in the Z3-ECM community of a JSON server. I would hope there would be interest in Z3-ECM. JSON's almost-python notation is very fast to read and write, and particularly so with minjson.py,

Re: [Zope3-Users] suppress menu item with zcml?

2005-06-23 Thread Dylan Reinhardt
On 6/23/05, Jim Fulton [EMAIL PROTECTED] wrote: Dylan Reinhardt wrote: When my content interface *inherits* from an interface, this seems to work... but when my class *implements* an interface, this appears not to. I don't know what you mean. Perhaps I'm not using the correct

Re: [Zope3-Users] suppress menu item with zcml?

2005-06-23 Thread Jim Fulton
Dylan Reinhardt wrote: On 6/23/05, Jim Fulton [EMAIL PROTECTED] wrote: Dylan Reinhardt wrote: When my content interface *inherits* from an interface, this seems to work... but when my class *implements* an interface, this appears not to. I don't know what you mean. Perhaps I'm not using

Re: [Zope3-Users] Re: Zope 3.1.0 Zope3 Developer's Book

2005-06-23 Thread Corey
On Thursday 23 June 2005 04:19 am, Stephan Richter wrote: On Saturday 18 June 2005 16:08, Corey wrote: Maybe I can be of some help by going through the book using the new 3.1b and make notes of whatever stuff ( code and/or text ) that could be changed to better reflect the changes from 3.0

Re: [Zope3-Users] woah... zcml O.D.

2005-06-23 Thread Corey
Thanks everyone for your responses - they were very informative. I feel I've got much better insight on the subject now, it's great to watch how the patterns begin to emerge and become recognizable - moments of aha!. ( as an aside: I have to say - the condition of the codebase, the