web/views/forms.py
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