[Zope3-Users] z3c.form 2.0.0 released!
Hello everyone, on behalf of the `z3c.form` developers, I am proud to announce the next major released of `z3c.form` 2.0.0. `z3c.form` form is a flexible, rapid-development form framework for Zope 3. Thanks goes to everyone who helped out with the release! For the curious and impatient ... - While we have not yet updated the demos to the latest features, the demo still works and provides a quick introduction. To run the demos do the following:: $ svn co svn://svn.zope.org/repos/main/z3c.formdemo/tags/2.0.0 formdemo $ cd formdemo $ python bootstrap.py $ ./bin/buildout $ ./bin/demo fg Now you can access the demo under: http://localhost:8080/ What's new -- `z3c.form` 2.0.0 provides many new features that were needed for our projects. Here are the highlights. - Several new, non-trivial widgets. * There is now a widget for sequence fields (`IList` and `ITuple` field) whose value types are simple fields (like `TextLine`, `Int`, ...). It uses simple sub-forms. * There is a text lines widget that provides a text area to enter one value per line. Again sequence fieds with simple value types are supported. * An initial implementation of an object widget was created. This makes developing forms much faster. - Groups can now be nested. - Besides vocabularies, sources are now supported. - There is optional support for z3c.pt, a very fast implementation of TAL, TALES and METAL. - Full backward-compatibility to Zope KGS 3.4.0 was kept to support a stable Zope 3 code base and the surrent Plone released. Fore a complete list of changes, see: http://pypi.python.org/pypi/z3c.form As always, the code is 100% test covered to ensure the highest quality possible. Enjoy! -- Entrepreneur and Software Geek Google me. "Zope Stephan Richter" ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users
[Zope3-Users] Unauthorized object not the same
Hi, I am trying to set a SessionCredentialsPlugin in a application. When I try to access the following URL http://localhost:9030/++skin++Login/@@search.html, the result of the call: > /home/simon/.buildout/eggs/zope.app.publication-3.7.0-py2.5.egg/zope/app/publication/zopepublication.py(322)handleException() -> view = zope.component.queryMultiAdapter( (exception, request), name=name) (Pdb) print view.__init__ > where exception=(, 'browserDefault', 'zope.View') When I try to access the following URL http://localhost:9030/, the result of the call: > /home/simon/.buildout/eggs/zope.app.publication-3.7.0-py2.5.egg/zope/app/publication/zopepublication.py(322)handleException() -> view = zope.component.queryMultiAdapter((exception, request), name=name) (Pdb) print view.__init__ > where exception is (, 'browserDefault', 'cdcadama.View'). Could someone explain me why the result is different ? Thanks Simon ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users
[Zope3-Users] Check out my photos on Facebook
Hi zope3-users@zope.org, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Rakesh To sign up for Facebook, follow the link below: http://www.facebook.com/p.php?i=898160075&k=Y4BTYZ5RP63GUGAEVF3XQU&r zope3-users@zope.org was invited to join Facebook by Rakesh Malik. If you do not wish to receive this type of email from Facebook in the future, please click on the link below to unsubscribe. http://www.facebook.com/o.php?k=5ec2ba&u=555743401&mid=9dcc50G211ff8a9G0G8 Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304. ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users