web/views/forms.py
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Wed, 21 Apr 2010 16:53:47 +0200 Sylvain Thénault [book] start documenting the HTML form system stable
Wed, 21 Apr 2010 16:53:25 +0200 Sylvain Thénault [form] small api cleanup and refactoring before documenting the form system stable
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Thu, 25 Feb 2010 11:39:49 +0100 Adrien Di Mascio [web] fix muledit rendering bug stable
Tue, 23 Feb 2010 17:32:31 +0100 Sylvain Thénault [form] fix #719285, due to multiple calls to restore_previous_post, by proper refactorings stable
Tue, 23 Feb 2010 12:52:40 +0100 Sylvain Thénault add XXX note stable
Tue, 23 Feb 2010 12:49:37 +0100 Sylvain Thénault cleanup stable
Tue, 23 Feb 2010 12:46:56 +0100 Sylvain Thénault [form] complete 25de2eb0432b by ignore req parameters by default for all hidden fields stable
Tue, 23 Feb 2010 12:43:15 +0100 Sylvain Thénault [form] add a new ignore_req_params attribute on field controlling value's retreival stable
Mon, 15 Feb 2010 15:20:45 +0100 Sylvain Thénault cleanup stable
Wed, 20 Jan 2010 11:23:27 +0100 Sylvain Thénault fix warning stack level
Tue, 19 Jan 2010 11:58:07 +0100 Adrien Di Mascio [forms] fix implementation of backward compat method form_render
Tue, 19 Jan 2010 10:19:08 +0100 Sylvain Thénault fix bad merge
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Mon, 18 Jan 2010 11:55:37 +0100 Sylvain Thénault don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
Wed, 13 Jan 2010 17:44:11 +0100 Sylvain Thénault move autoform's field_by_name implementation on base EntityFieldsForm
Wed, 13 Jan 2010 15:54:07 +0100 Sylvain Thénault refactor form error handling:
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 05 Jan 2010 22:11:37 +0100 Adrien Di Mascio [forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7 stable
Mon, 04 Jan 2010 18:58:35 +0100 Adrien Di Mascio [forms] edited_entity must be set before calling session_key() stable
Tue, 22 Dec 2009 13:14:34 +0100 Sylvain Thénault use ._cw instead of .req (reintroduced by merge of stable)
Tue, 22 Dec 2009 10:27:49 +0100 Sylvain Thénault backport stable
Mon, 21 Dec 2009 20:25:58 +0100 Sylvain Thénault fix render (formerly form_render) prototype
Mon, 21 Dec 2009 20:21:56 +0100 Sylvain Thénault form_add_hidden -> add_hidden
Mon, 21 Dec 2009 20:04:33 +0100 Sylvain Thénault replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
Mon, 21 Dec 2009 20:00:18 +0100 Sylvain Thénault refactor vocabulary handling to avoid having to define methods
Mon, 21 Dec 2009 19:45:24 +0100 Sylvain Thénault refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
Mon, 21 Dec 2009 19:18:49 +0100 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)
Fri, 18 Dec 2009 13:28:20 +0100 Sylvain Thénault check entity has an eid before using absolute_url stable
less more (0) -50 -30 tip