web/views/forms.py
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
2009-09-29 Sylvain Thénault __linkto may only appears in root form stable
2009-09-29 Sylvain Thénault [form] put unknown constructor args into extra_kwargs and consider them when looking for field display values stable
2009-09-29 Sylvain Thénault [form] replace is_subform by parent_form, carrying more information at the same cost stable
2009-09-29 Sylvain Thénault move low-level form handling to base form class stable
2009-09-29 Sylvain Thénault rename form_build_context to build_context, and call it from form, not renderer stable
2009-09-25 Sylvain Thénault [uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
2009-09-24 Adrien Di Mascio [tests] make unittest_views_editforms pass again
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Adrien Di Mascio merge
2009-09-22 Adrien Di Mascio backport old changesets corresponding to new form / controller implementation
2009-08-05 Adrien Di Mascio [forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
2009-08-05 Adrien Di Mascio [forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
2009-08-05 Adrien Di Mascio [forms] work-in-progress: get rid of edits- / edito-
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-21 Sylvain Thénault [forms] propagate parameters added to autoform method stable
2009-09-21 Sylvain Thénault [form] simply skip unknown argument given to form constructor, don't fail stable
2009-09-17 Sylvain Thénault backport 3.5
2009-09-16 Sylvain Thénault cleanup 3.5
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
2009-08-17 Sylvain Thénault fix __init__ parameters
2009-08-03 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-07-30 Sylvain Thénault add default values for fielsets_in_order, document base form attributes
2009-07-06 Sylvain Thénault backport stable branch
2009-07-06 Sylvain Thénault should use a hidden text area for error description, not an hidden input (else the browser may remove line breaks) stable
2009-06-23 Sylvain Thénault backport stable branch
2009-06-10 Florent backport default branch fix 4ec37d33657e (EntityFieldsForm methods implementation) stable
2009-06-10 Fabrice Implement EntityFieldsForm methods so that EntityFormRenderer works out of the box
2009-06-10 Sylvain Thénault oops, mainform default to True stable
2009-06-05 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
2009-06-05 Sylvain Thénault fix submit message handling in entity form
2009-06-05 Sylvain Thénault set __maineid in EntityFieldsForm
2009-06-05 Sylvain Thénault replace set_error_url/set_dom_id by a single mainform argument
2009-06-05 Florent do not set __domid in sub-forms
2009-06-04 Florent add __domid hidden input in forms so that we can validate more than one form per page
2009-05-29 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
less more (0) tip