web/views/forms.py
Fri, 18 Dec 2015 09:36:58 +0100 Sylvain Thénault pep8 bits
Fri, 18 Dec 2015 09:23:23 +0100 Sylvain Thénault [schema] Use TZDatetime for creation_date and modification_date
Mon, 12 Oct 2015 21:48:50 +0200 Julien Cristau [web] unicode → six.text_type
Tue, 22 Sep 2015 15:25:25 +0200 Rémi Cardona [py3k] use inspect module to get a function's arguments
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Wed, 08 Apr 2015 11:29:24 +0200 Rémi Cardona [web/views] Clean up confusing backwards compatibility code
Wed, 20 May 2015 16:13:07 +0200 Alain Leufroy [web/views/formrenderer] do not use `cubicweb:target` attribute on form (closes #5534074)
Thu, 22 Jan 2015 10:43:24 +0100 Denis Laxalde [views/forms] Fix EntityFieldsForm.link_to when parent entity is being created
Thu, 25 Apr 2013 10:16:25 +0200 Anthony Truchet [forms] closes #2437859 - Detect and prevent concurrent edition of the same entity.
Fri, 02 May 2014 17:57:37 +0200 Aurelien Campeas remove most 3.10 bw compat
Thu, 25 Sep 2014 15:49:13 +0200 Julien Cristau merge 3.19.4 in 3.20 branch
Wed, 24 Sep 2014 18:04:30 +0200 Julien Cristau merge 3.18.6 into 3.19
Tue, 02 Sep 2014 12:22:18 +0200 David Douard [compat] Remove imports of "any" and "all" from lgc (closes #4306044) stable
Thu, 17 Jul 2014 11:08:56 +0200 Rémi Cardona Remove uses of logilab.common.compat.{all,any}
Mon, 23 Sep 2013 14:55:56 +0200 Sylvain Thénault [forms] consider inline creation form information as linkto info. Closes #3161121
Tue, 10 Jun 2014 09:49:45 +0200 Julien Cristau merge 3.18.5 into 3.19 branch
Mon, 14 Apr 2014 23:00:19 +0200 Alain Begey [forms] Add autocomplete attribute for formrenderers
Mon, 14 Apr 2014 12:07:00 +0200 Rémi Cardona an unicode string -> a unicode string stable
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Mon, 21 Jan 2013 16:34:09 +0100 Florent Cayré make ui configurations selectable (closes #2406609)
Thu, 10 Jan 2013 18:34:10 +0100 Aurelien Campeas [uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
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
Mon, 10 Oct 2011 16:15:55 +0200 Sylvain Thénault [forms] fix bug in linkto refactoring (misordered arguments)
Thu, 29 Sep 2011 14:07:37 +0200 Sylvain Thénault [linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms
Tue, 27 Sep 2011 18:46:36 +0200 Florent Cayré [form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Tue, 02 Aug 2011 17:31:04 +0200 Sylvain Thénault [deprecation] __message hidden generate deprecation warning stable
Thu, 07 Jul 2011 18:20:23 +0200 Sylvain Thénault [book] fix some rest/sphinx errors
Wed, 29 Jun 2011 20:57:28 +0200 Sylvain Thénault add missing future import
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, 29 Jun 2011 18:43:33 +0200 Sylvain Thénault [forms] fix import, gone into the wrong patch
Wed, 29 Jun 2011 18:29:13 +0200 Sylvain Thénault [form, renderer] closes #1787234: [form] onsubmit interpolated by the form renderer, it shouldn't
Thu, 27 Jan 2011 13:42:51 +0100 Sylvain Thénault [forms] EntityFieldsForm now take extra mainentity argument, for usage with composite form (the main form) where one of the subform edits the main entity stable
Fri, 22 Oct 2010 13:09:09 +0200 Sylvain Thénault [3.10] renderer.render prototype bw compat
Tue, 12 Oct 2010 14:10:58 +0200 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
Wed, 15 Sep 2010 15:00:04 +0200 Aurelien Campeas [views/reledit] refactor composite handling stable
Thu, 03 Jun 2010 10:20:00 +0200 Sylvain Thénault [form] avoid spurious warning subsequent for form's action refactoring w/ autoforms stable
Wed, 26 May 2010 18:32:27 +0200 Sylvain Thénault [form] missing return... 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
Tue, 04 May 2010 19:16:59 +0200 Aurelien Campeas [doc/book] dissection of a form chapter stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
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
Fri, 18 Dec 2009 13:02:13 +0100 Sylvain Thénault force_session_key default to None in base form class... stable
Wed, 09 Dec 2009 19:27:46 +0100 Arthur Lutz [mq]: fix_typo_and_forms
Wed, 09 Dec 2009 15:19:48 +0100 Sylvain Thénault 3.6 api update
Tue, 08 Dec 2009 17:11:47 +0100 Sylvain Thénault cw 3.6 api update
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Tue, 01 Dec 2009 08:43:37 +0100 Sylvain Thénault [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=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
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Thu, 19 Nov 2009 17:06:46 +0100 Adrien Di Mascio [forms] muledit mainform should copy nav params, its subforms shouldn't stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 12:44:06 +0200 Sylvain Thénault __linkto may only appears in root form stable
Tue, 29 Sep 2009 12:43:40 +0200 Sylvain Thénault [form] put unknown constructor args into extra_kwargs and consider them when looking for field display values stable
Tue, 29 Sep 2009 12:41:46 +0200 Sylvain Thénault [form] replace is_subform by parent_form, carrying more information at the same cost stable
Tue, 29 Sep 2009 12:39:32 +0200 Sylvain Thénault move low-level form handling to base form class stable
Tue, 29 Sep 2009 12:37:47 +0200 Sylvain Thénault rename form_build_context to build_context, and call it from form, not renderer stable
Fri, 25 Sep 2009 11:49:47 +0200 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
Thu, 24 Sep 2009 20:46:53 +0200 Adrien Di Mascio [tests] make unittest_views_editforms pass again
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 09:54:25 +0200 Adrien Di Mascio merge
Tue, 22 Sep 2009 13:08:42 +0200 Adrien Di Mascio backport old changesets corresponding to new form / controller implementation
Wed, 05 Aug 2009 09:15:56 +0200 Adrien Di Mascio [forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
Wed, 05 Aug 2009 09:10:32 +0200 Adrien Di Mascio [forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
Wed, 05 Aug 2009 09:05:40 +0200 Adrien Di Mascio [forms] work-in-progress: get rid of edits- / edito-
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Tue, 22 Sep 2009 12:11:12 +0200 Adrien Di Mascio backport stable branch
Mon, 21 Sep 2009 19:48:30 +0200 Sylvain Thénault [forms] propagate parameters added to autoform method stable
Mon, 21 Sep 2009 12:52:44 +0200 Sylvain Thénault [form] simply skip unknown argument given to form constructor, don't fail stable
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 14:32:56 +0200 Sylvain Thénault cleanup 3.5
Fri, 21 Aug 2009 16:26:20 +0200 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
Thu, 20 Aug 2009 17:44:27 +0200 Sylvain Thénault start a new workflow engine 3.5
Mon, 17 Aug 2009 20:02:57 +0200 Sylvain Thénault fix __init__ parameters
Mon, 03 Aug 2009 15:16:47 +0200 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
Mon, 03 Aug 2009 10:50:57 +0200 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
Thu, 30 Jul 2009 18:49:24 +0200 Sylvain Thénault add default values for fielsets_in_order, document base form attributes
Mon, 06 Jul 2009 19:55:18 +0200 Sylvain Thénault backport stable branch
Mon, 06 Jul 2009 10:32:28 +0200 Sylvain Thénault should use a hidden text area for error description, not an hidden input (else the browser may remove line breaks) stable
Tue, 23 Jun 2009 13:36:38 +0200 Sylvain Thénault backport stable branch
Wed, 10 Jun 2009 12:24:22 +0200 Florent backport default branch fix 4ec37d33657e (EntityFieldsForm methods implementation) stable
Wed, 10 Jun 2009 10:26:52 +0200 Fabrice Implement EntityFieldsForm methods so that EntityFormRenderer works out of the box
less more (0) -120 tip