web/views/forms.py
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-08-02 Sylvain Thénault [deprecation] __message hidden generate deprecation warning stable
2011-07-07 Sylvain Thénault [book] fix some rest/sphinx errors
2011-06-29 Sylvain Thénault add missing future import
2011-06-29 Sylvain Thénault [form, controller] closes #1787233: form should provide a method to process posted content
2011-06-29 Sylvain Thénault [forms] fix import, gone into the wrong patch
2011-06-29 Sylvain Thénault [form, renderer] closes #1787234: [form] onsubmit interpolated by the form renderer, it shouldn't
2011-01-27 Sylvain Thénault [forms] EntityFieldsForm now take extra mainentity argument, for usage with composite form (the main form) where one of the subform edits the main entity stable
2010-10-22 Sylvain Thénault [3.10] renderer.render prototype bw compat
2010-10-12 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
2010-09-15 Aurelien Campeas [views/reledit] refactor composite handling stable
2010-06-03 Sylvain Thénault [form] avoid spurious warning subsequent for form's action refactoring w/ autoforms stable
2010-05-26 Sylvain Thénault [form] missing return... stable
2010-05-26 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
2010-05-20 Nicolas Chauvat [web] remove dead code stable
2010-05-04 Aurelien Campeas [doc/book] dissection of a form chapter stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-21 Sylvain Thénault [book] start documenting the HTML form system stable
2010-04-21 Sylvain Thénault [form] small api cleanup and refactoring before documenting the form system stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-25 Adrien Di Mascio [web] fix muledit rendering bug stable
2010-02-23 Sylvain Thénault [form] fix #719285, due to multiple calls to restore_previous_post, by proper refactorings stable
2010-02-23 Sylvain Thénault add XXX note stable
2010-02-23 Sylvain Thénault cleanup stable
2010-02-23 Sylvain Thénault [form] complete 25de2eb0432b by ignore req parameters by default for all hidden fields stable
2010-02-23 Sylvain Thénault [form] add a new ignore_req_params attribute on field controlling value's retreival stable
2010-02-15 Sylvain Thénault cleanup stable
2010-01-20 Sylvain Thénault fix warning stack level
2010-01-19 Adrien Di Mascio [forms] fix implementation of backward compat method form_render
2010-01-19 Sylvain Thénault fix bad merge
2010-01-18 Sylvain Thénault backport stable branch
2010-01-18 Sylvain Thénault don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
2010-01-13 Sylvain Thénault move autoform's field_by_name implementation on base EntityFieldsForm
2010-01-13 Sylvain Thénault refactor form error handling:
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2010-01-05 Adrien Di Mascio [forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7 stable
2010-01-04 Adrien Di Mascio [forms] edited_entity must be set before calling session_key() stable
2009-12-22 Sylvain Thénault use ._cw instead of .req (reintroduced by merge of stable)
2009-12-22 Sylvain Thénault backport stable
2009-12-21 Sylvain Thénault fix render (formerly form_render) prototype
2009-12-21 Sylvain Thénault form_add_hidden -> add_hidden
2009-12-21 Sylvain Thénault replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
2009-12-21 Sylvain Thénault refactor vocabulary handling to avoid having to define methods
2009-12-21 Sylvain Thénault refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
2009-12-21 Sylvain Thénault drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
2009-12-18 Sylvain Thénault check entity has an eid before using absolute_url stable
2009-12-18 Sylvain Thénault force_session_key default to None in base form class... stable
2009-12-09 Arthur Lutz [mq]: fix_typo_and_forms
2009-12-09 Sylvain Thénault 3.6 api update
2009-12-08 Sylvain Thénault cw 3.6 api update
2009-12-03 Sylvain Thénault backport stable into default
2009-12-01 Sylvain Thénault [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) stable
2009-11-27 Sylvain Thénault fix previous post values handling (eg on validation error) for sub-forms stable
2009-11-27 Sylvain Thénault refactor session_key (__errorurl) to handle cases where the form is generated throuhg an ajax call: in case of an entity form, return the entity's absolute url. Also allow to force session key value stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-19 Adrien Di Mascio [forms] muledit mainform should copy nav params, its subforms shouldn't stable
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-09-29 Sylvain Thénault backport stable branch
less more (0) -60 tip