web/form.py
2009-05-29 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
2009-05-28 Sylvain Thénault turn renderers into appobjects
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-27 Sylvain Thénault backport stable branch
2009-05-26 Sylvain Thénault test and fix __linkto handling (#343421) stable
2009-05-25 Florent add helpers to insert new fields in forms
2009-05-19 Sylvain Thénault stupido stable
2009-05-19 Sylvain Thénault this is actually needed stable
2009-05-19 Sylvain Thénault restore possibility to have default value methods on forms, this may still be useful according to how the form is defined stable
2009-05-18 sylvain thenault #343290: inputs don't use value specified in URL stable
2009-05-12 sylvain thenault move initialize_varmaker impl to base app object tls-sprint
2009-05-12 sylvain thenault consider __linkto in form_field_display_value tls-sprint
2009-05-06 sylvain thenault refactor error handling: get validation error information from a form attribute instead of req.data to avoid pb when multiple forms are displayed tls-sprint
2009-05-06 sylvain thenault use values cached on the entity if any tls-sprint
2009-05-05 Graziella Toutoungis ease overriding of default renderer tls-sprint
2009-05-04 sylvain thenault protect against None values tls-sprint
2009-04-30 sylvain thenault merge tls-sprint
2009-04-29 Aurelien Campeas [form] __maineid missing from the special fields list tls-sprint
2009-04-29 Florent some typos tls-sprint
2009-04-29 sylvain thenault merge tls-sprint
2009-04-28 Aurelien Campeas merge tls-sprint
2009-04-28 Aurelien Campeas other fixlets tls-sprint
2009-04-29 sylvain thenault include dom id of the form in __errorurl in case there are multiple forms in a page tls-sprint
2009-04-28 sylvain thenault fix retreival of previously submitted error for entity forms tls-sprint
2009-04-23 sylvain thenault delete-trailing-whitespaces tls-sprint
2009-04-22 sylvain thenault delete-trailing-whitespaces tls-sprint
2009-04-20 Aurelien Campeas define self.fields before it is used ... tls-sprint
2009-04-17 sylvain thenault fix navigation parameters handling: those given in kwargs should always be there tls-sprint
2009-04-17 sylvain thenault cleanup, more docstring tls-sprint
2009-04-17 sylvain thenault refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value tls-sprint
2009-04-17 sylvain thenault more docstring tls-sprint
2009-04-17 Florent initial form values can now also be a callable of the field or the form itself tls-sprint
2009-04-15 sylvain thenault must specify col where entity's eid is tls-sprint
2009-04-15 sylvain thenault rename attribute_metadata method to attr_metadata to save a few chars tls-sprint
2009-04-10 sylvain thenault setdomid should be true when id specified in kwargs tls-sprint
2009-04-09 sylvain thenault should not name that parameter tls-sprint
2009-04-09 sylvain thenault new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore) tls-sprint
2009-04-09 sylvain thenault should set None as default here as well tls-sprint
2009-04-09 sylvain thenault allow no values argument tls-sprint
2009-04-09 sylvain thenault move ajax.js to base form class tls-sprint
2009-04-08 sylvain thenault override form_build_context instead of form_render so we get sure to call form_add_entity_hiddens even on subforms tls-sprint
2009-04-08 sylvain thenault cleanup, remove some unnecessary (sometime buggy) stuff tls-sprint
2009-04-08 sylvain thenault refactor button handling tls-sprint
2009-04-08 sylvain thenault move initialize_varmaker on the FormMixIn class tls-sprint
2009-04-07 sylvain thenault new append_field method tls-sprint
2009-04-07 sylvain thenault handle __message in FieldsForm, not only in EntityFieldsForm tls-sprint
2009-04-07 sylvain thenault raise specific exception tls-sprint
2009-04-07 sylvain thenault handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values tls-sprint
2009-03-27 sylvain thenault oops, this method doesn't belong anymore to entity class tls-sprint
2009-03-27 sylvain thenault field_by_name now takes a "role" argument, override it in AutomaticForm to call guess field if necessary tls-sprint
2009-03-27 sylvain thenault backport subject_in_state_vocabulary to EntityFieldsForm, deprecate the old one tls-sprint
2009-03-26 sylvain thenault more form works tls-sprint
2009-03-23 sylvain thenault more linting tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-03-12 sylvain thenault display_field takes form as argument tls-sprint
2009-03-12 sylvain thenault has_metadata is a schema method tls-sprint
2009-03-12 sylvain thenault unification of meta-attributes handling: tls-sprint
2009-03-12 sylvain thenault pylint fixes, media definitions on form as well tls-sprint
2009-03-11 sylvain thenault more rendering control tls-sprint
2009-03-11 sylvain thenault move fields and widgets to their own module tls-sprint
less more (0) -100 -60 tip