web/form.py
Tue, 24 Nov 2015 14:08:47 +0100 Julien Cristau Remove trailing empty lines
Wed, 16 Sep 2015 13:57:21 +0200 Rémi Cardona [py3k] use six.add_metaclass
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Thu, 02 Oct 2014 17:18:29 +0200 Julien Cristau [web] stop accepting the magic __message form parameter
Thu, 02 Aug 2012 18:52:27 +0200 Sylvain Thénault [web form] refactor Form.__init__ so that extra kwargs are set earlier in the process. Closes #2443040 stable
Tue, 20 Mar 2012 11:01:24 +0100 Sylvain Thénault [form] add a new property telling if the form is being generated or posted. Closes #2262340 stable
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
Wed, 29 Jun 2011 18:57:23 +0200 Sylvain Thénault [form, controller] closes #1787233: form should provide a method to process posted content
Wed, 25 May 2011 11:41:16 +0200 Arthur Lutz [ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
Fri, 13 Aug 2010 08:23:14 +0200 Sylvain Thénault integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places stable
Wed, 26 May 2010 12:31:43 +0200 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
Thu, 20 May 2010 10:40:29 +0200 Nicolas Chauvat [web] remove dead code stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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
Fri, 23 Apr 2010 12:42:53 +0200 Sylvain Thénault backport stable
Wed, 21 Apr 2010 17:25:26 +0200 Aurelien Campeas fix NameError 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
Tue, 20 Apr 2010 18:09:56 +0200 Sylvain Thénault [forms] no crash if restore_previous_post has not be called, has in report bug form in management.py for instance
Tue, 13 Apr 2010 12:19:24 +0200 Sylvain Thénault #773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
Thu, 04 Mar 2010 08:50:03 +0100 Alain Leufroy fix: Prevent multi pass in restore_previous_post stable
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Wed, 24 Feb 2010 11:11:27 +0100 Sylvain Thénault [form] only set __form_id for the main form, not for sub-forms. Should fix regression introduced by 4668:9f82f81bf13d 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
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Wed, 13 Jan 2010 17:42:27 +0100 Sylvain Thénault specify name *and* role when raising FieldNotFound helps debugging
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
Mon, 21 Dec 2009 20:23:56 +0100 Sylvain Thénault proper field's role handling: may be 'subject' / 'object' *in case
Wed, 09 Dec 2009 15:19:48 +0100 Sylvain Thénault 3.6 api update
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Mon, 07 Dec 2009 05:09:09 -0800 Sandrine Ribeau fix bad merge
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Fri, 27 Nov 2009 09:36:58 +0100 Sylvain Thénault force_session_key default to None stable
Fri, 27 Nov 2009 09:15:30 +0100 Sylvain Thénault fix previous post values handling (eg on validation error) for sub-forms stable
Fri, 27 Nov 2009 09:14:31 +0100 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
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 12:39:32 +0200 Sylvain Thénault move low-level form handling to base form class stable
Fri, 25 Sep 2009 11:30:59 +0200 Sylvain Thénault [forms] drop FormMixIn deprecated in 3.2
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 26 Aug 2009 14:45:56 +0200 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
Tue, 25 Aug 2009 22:57:47 +0200 Nicolas Chauvat B #345282 xhtml requires to use   instead of   stable
Mon, 17 Aug 2009 20:02:57 +0200 Sylvain Thénault fix __init__ parameters
Thu, 13 Aug 2009 09:59:35 +0200 Sylvain Thénault stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url
Mon, 03 Aug 2009 14:14:07 +0200 Sylvain Thénault R [base classes] only AppObject remaning, no more AppRsetObject
Fri, 29 May 2009 14:19:30 +0200 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
Thu, 28 May 2009 20:06:45 +0200 Sylvain Thénault turn renderers into appobjects
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 27 May 2009 13:01:32 +0200 Sylvain Thénault backport stable branch
Tue, 26 May 2009 19:45:39 +0200 Sylvain Thénault test and fix __linkto handling (#343421) stable
Mon, 25 May 2009 22:21:13 +0200 Florent add helpers to insert new fields in forms
Tue, 19 May 2009 11:18:05 +0200 Sylvain Thénault stupido stable
Tue, 19 May 2009 11:01:42 +0200 Sylvain Thénault this is actually needed stable
Tue, 19 May 2009 09:06:42 +0200 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
Mon, 18 May 2009 14:36:09 +0200 sylvain thenault #343290: inputs don't use value specified in URL stable
Tue, 12 May 2009 20:17:37 +0200 sylvain thenault move initialize_varmaker impl to base app object tls-sprint
Tue, 12 May 2009 19:20:49 +0200 sylvain thenault consider __linkto in form_field_display_value tls-sprint
Wed, 06 May 2009 18:13:32 +0200 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
Wed, 06 May 2009 09:46:26 +0200 sylvain thenault use values cached on the entity if any tls-sprint
Tue, 05 May 2009 16:53:12 +0200 Graziella Toutoungis ease overriding of default renderer tls-sprint
Mon, 04 May 2009 15:48:16 +0200 sylvain thenault protect against None values tls-sprint
Thu, 30 Apr 2009 08:51:54 +0200 sylvain thenault merge tls-sprint
Wed, 29 Apr 2009 19:51:10 +0200 Aurelien Campeas [form] __maineid missing from the special fields list tls-sprint
Wed, 29 Apr 2009 18:56:53 +0200 Florent some typos tls-sprint
Wed, 29 Apr 2009 09:03:31 +0200 sylvain thenault merge tls-sprint
Tue, 28 Apr 2009 20:08:46 +0200 Aurelien Campeas merge tls-sprint
Tue, 28 Apr 2009 20:08:16 +0200 Aurelien Campeas other fixlets tls-sprint
Wed, 29 Apr 2009 08:58:41 +0200 sylvain thenault include dom id of the form in __errorurl in case there are multiple forms in a page tls-sprint
Tue, 28 Apr 2009 19:09:37 +0200 sylvain thenault fix retreival of previously submitted error for entity forms tls-sprint
Thu, 23 Apr 2009 16:11:30 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Wed, 22 Apr 2009 20:01:28 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Mon, 20 Apr 2009 19:53:09 +0200 Aurelien Campeas define self.fields before it is used ... tls-sprint
Fri, 17 Apr 2009 18:44:01 +0200 sylvain thenault fix navigation parameters handling: those given in kwargs should always be there tls-sprint
Fri, 17 Apr 2009 12:13:16 +0200 sylvain thenault cleanup, more docstring tls-sprint
Fri, 17 Apr 2009 11:14:19 +0200 sylvain thenault refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value tls-sprint
Fri, 17 Apr 2009 11:13:44 +0200 sylvain thenault more docstring tls-sprint
Fri, 17 Apr 2009 08:51:16 +0200 Florent initial form values can now also be a callable of the field or the form itself tls-sprint
Wed, 15 Apr 2009 17:25:09 +0200 sylvain thenault must specify col where entity's eid is tls-sprint
Wed, 15 Apr 2009 14:41:06 +0200 sylvain thenault rename attribute_metadata method to attr_metadata to save a few chars tls-sprint
Fri, 10 Apr 2009 16:48:48 +0200 sylvain thenault setdomid should be true when id specified in kwargs tls-sprint
Thu, 09 Apr 2009 16:42:37 +0200 sylvain thenault should not name that parameter tls-sprint
Thu, 09 Apr 2009 14:31:32 +0200 sylvain thenault new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore) tls-sprint
Thu, 09 Apr 2009 12:55:00 +0200 sylvain thenault should set None as default here as well tls-sprint
Thu, 09 Apr 2009 12:35:03 +0200 sylvain thenault allow no values argument tls-sprint
Thu, 09 Apr 2009 12:34:40 +0200 sylvain thenault move ajax.js to base form class tls-sprint
Wed, 08 Apr 2009 20:37:55 +0200 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
Wed, 08 Apr 2009 20:36:11 +0200 sylvain thenault cleanup, remove some unnecessary (sometime buggy) stuff tls-sprint
Wed, 08 Apr 2009 20:34:26 +0200 sylvain thenault refactor button handling tls-sprint
Wed, 08 Apr 2009 13:13:53 +0200 sylvain thenault move initialize_varmaker on the FormMixIn class tls-sprint
Tue, 07 Apr 2009 19:53:03 +0200 sylvain thenault new append_field method tls-sprint
Tue, 07 Apr 2009 19:52:52 +0200 sylvain thenault handle __message in FieldsForm, not only in EntityFieldsForm tls-sprint
Tue, 07 Apr 2009 19:52:25 +0200 sylvain thenault raise specific exception tls-sprint
Tue, 07 Apr 2009 17:18:54 +0200 sylvain thenault handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values tls-sprint
Fri, 27 Mar 2009 17:10:11 +0100 sylvain thenault oops, this method doesn't belong anymore to entity class tls-sprint
Fri, 27 Mar 2009 17:09:43 +0100 sylvain thenault field_by_name now takes a "role" argument, override it in AutomaticForm to call guess field if necessary tls-sprint
Fri, 27 Mar 2009 12:23:00 +0100 sylvain thenault backport subject_in_state_vocabulary to EntityFieldsForm, deprecate the old one tls-sprint
Thu, 26 Mar 2009 18:59:01 +0100 sylvain thenault more form works tls-sprint
Mon, 23 Mar 2009 18:13:34 +0100 sylvain thenault more linting tls-sprint
Mon, 23 Mar 2009 17:55:59 +0100 sylvain thenault pylint cleanup tls-sprint
Thu, 12 Mar 2009 20:45:13 +0100 sylvain thenault display_field takes form as argument tls-sprint
Thu, 12 Mar 2009 20:07:20 +0100 sylvain thenault has_metadata is a schema method tls-sprint
Thu, 12 Mar 2009 19:39:34 +0100 sylvain thenault unification of meta-attributes handling: tls-sprint
Thu, 12 Mar 2009 16:34:13 +0100 sylvain thenault pylint fixes, media definitions on form as well tls-sprint
Wed, 11 Mar 2009 23:26:39 +0100 sylvain thenault more rendering control tls-sprint
Wed, 11 Mar 2009 23:25:29 +0100 sylvain thenault move fields and widgets to their own module tls-sprint
Wed, 11 Mar 2009 19:54:03 +0100 sylvain thenault refactor to ease overriding tls-sprint
Wed, 11 Mar 2009 19:53:39 +0100 sylvain thenault unnecessary tls-sprint
Wed, 11 Mar 2009 19:53:23 +0100 sylvain thenault must record creation rank as an instance attribute tls-sprint
Wed, 11 Mar 2009 19:52:52 +0100 sylvain thenault if choices is None, call form_field_vocabulary tls-sprint
Wed, 11 Mar 2009 19:51:50 +0100 sylvain thenault new AjaxWidget tls-sprint
Wed, 11 Mar 2009 19:51:27 +0100 sylvain thenault not necesary (i think) tls-sprint
Wed, 11 Mar 2009 19:51:08 +0100 sylvain thenault checkbox widget should use vocabulary tls-sprint
Wed, 11 Mar 2009 14:39:46 +0100 sylvain thenault cleanup tls-sprint
Wed, 11 Mar 2009 14:39:42 +0100 sylvain thenault implement vocabulary for Boolean field tls-sprint
Wed, 11 Mar 2009 14:39:15 +0100 sylvain thenault EditableFileField tls-sprint
Wed, 11 Mar 2009 14:38:44 +0100 sylvain thenault * new load_bytes argument to form_field_value tls-sprint
Wed, 11 Mar 2009 14:37:22 +0100 sylvain thenault rename method to form_field_format tls-sprint
Wed, 11 Mar 2009 14:36:17 +0100 sylvain thenault test fixes tls-sprint
less more (0) -120 tip