Re: [Zope3-Users] Re: [Zope-dev] Zope 3.4.0 candidate 1 Released

2008-02-02 Thread Martijn Faassen
Hey, On Feb 1, 2008 11:52 PM, Martin Aspeli [EMAIL PROTECTED] wrote: Stephan Richter wrote: On Friday 01 February 2008, Martijn Faassen wrote: http://www.openplans.org/projects/zorg-redux This project does not seem to be public. Right - thanks Martijn for spilling the beans

[Zope3-Users] zope.formlib doesn't check invariants on subschemas - need workaround

2008-02-02 Thread Derek Richardson
I have a schema, let's call it B. It contains an @invariant function. I observed that it is not being called during form validation. After help from Philipp and some investigation, I determined that the problem is that schema B isn't itself the main form, but is nested within schema A as the

[Zope3-Users] newbie needs to glue zope-concepts together to create tree

2008-02-02 Thread dfgdfg dfg
hi, im new to zope, but i read the 2 books (not everything but very much). im developing a tree-like structure that i want to use throughout my project to store tag-information in it. every node should store some tags, that are extensible by the users by adding new tags as they tag their

Re: [Zope3-Users] using zope.testing's testrunner outside of zope

2008-02-02 Thread Stephan Richter
On Friday 01 February 2008, Chris Withers wrote: Stephan Richter wrote: If you use buildout, there is a recipe for creating a test runner. See http://svn.zope.org/zope.kgs/trunk/?rev=83325 for a good example. Where's the actual test runner or test runner creater? [test] recipe =

Re: [Zope3-Users] zope.formlib doesn't check invariants on subschemas - need workaround

2008-02-02 Thread Stephan Richter
On Saturday 02 February 2008, Derek Richardson wrote: After help from Philipp and some investigation, I determined that the problem is that schema B isn't itself the main form, but is nested within schema A as the value_type of a Tuple field. When schema A is validated, schema B's invariant is

Re: [Zope3-Users] Trouble installing DocumentLibrary

2008-02-02 Thread Stephan Richter
On Friday 21 September 2007, John Goerzen wrote:               ConfigurationError: ('Unknown directive',               u'http://namespaces.zope.org/browser', u'layer') Does anyone have any idea how to fix this? You do not seem to load the most fundamental browser directives. You must include

Re: [Zope3-Users] How to go further?

2008-02-02 Thread Stephan Richter
On Sunday 23 September 2007, Simon wrote: Could someone tell me for example how to integrate Fckeditor to it? I just know that in my interfaces.py I need to do from zope.html.field import XhtmlFragment and then in description I need to do change Text in XhtmlFragment This does not make

Re: [Zope3-Users] how to use invariant/validator? (z3c.form=1.6 and z3c.formui=1.3)

2008-02-02 Thread Stephan Richter
On Friday 21 September 2007, Kai Krackler wrote:    - __traceback_info__: (zope.interface.exceptions.Invalid instance at 0x2b2d6e6af440, 'widget', ['label']) TypeError: tuple indices must be integers Does this error still happen with z3c.form 1.8? Regards, Stephan -- Stephan Richter Web

Re: [Zope3-Users] Re: z3c.form install problem?

2008-02-02 Thread Stephan Richter
On Sunday 16 September 2007, Philipp von Weitershausen wrote: a) stay on Zope 3.3 and *don't* install z3c.form via setuptools. Simply copy the package to $INSTANCE/lib/python. That requires, of course, that z3c.form actually works on Zope 3.3. Yes, z3c.form is compatible with Zope 3.3. Though