web/views/editforms.py
Fri, 10 Jun 2016 13:21:31 +0200 Sylvain Thénault [web] Remove some unused imports in editforms
Fri, 10 Jun 2016 13:21:13 +0200 Sylvain Thénault Fix cancel action on deletion confirmation form
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Tue, 15 Sep 2015 16:56:57 +0200 Rémi Cardona [py3k] import range using six.moves
Tue, 04 Feb 2014 15:29:29 +0100 Dimitri Papadopoulos English typography
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
Thu, 31 Mar 2011 09:17:43 +0200 Florent Cayré make it easier to inherit from EditionFormView stable
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
Mon, 13 Sep 2010 15:15:21 +0200 Sylvain Thénault backport stable
Mon, 06 Sep 2010 21:57:12 +0200 Nicolas Chauvat [views] rename Edition to Modification and personal information to profile stable
Fri, 30 Jul 2010 10:02:31 +0200 Sylvain Thénault [view] deprecate create_url in favor of a cw_create_url class method on entity classes
Thu, 08 Jul 2010 13:33:40 +0200 Sylvain Thénault [uilib] refactor json_dumps code organization
Mon, 05 Jul 2010 12:04:32 +0200 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
Fri, 02 Jul 2010 15:26:59 +0200 Aurelien Campeas reledit refactoring
Fri, 11 Jun 2010 07:58:53 +0200 Sylvain Thénault [3.9] api update (mostly js) + add support for FCKEditor in formContents js function
Mon, 07 Jun 2010 13:22:24 +0200 Sylvain Thénault backport stable
Fri, 04 Jun 2010 15:45:54 +0200 Sylvain Thénault [editform] consistent [do]reledit between attributes and relations: check if rdef is hidden in main section of uicfg.afs for both attributes and relations, and in the reledit view, not in doreledit stable
Thu, 03 Jun 2010 14:51:42 +0200 Adrien Di Mascio [ajax] refactor/cleanup low-level ajax functions
Wed, 26 May 2010 12:33:48 +0200 Sylvain Thénault backport stable
Wed, 26 May 2010 11:01:50 +0200 Sylvain Thénault [reledit] #894131: use "<`attribute` unset>" instead of generic "<not specified>" when an attribute or relation has no value stable
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
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
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Tue, 23 Feb 2010 17:32:43 +0100 Sylvain Thénault cleanup, typos 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
Fri, 19 Feb 2010 15:12:46 +0100 Aurelien Campeas [views/deleteconf] remove action ppty (useless & clashes with form attr, replace buggy non_final_entity selector with implements workaround stable
Thu, 18 Feb 2010 15:42:29 +0100 Sylvain Thénault [reledit] fix #713217: reledit doesn't check 'update' permission on attributes stable
Wed, 27 Jan 2010 09:53:48 +0100 Sylvain Thénault reorganize code:
Tue, 26 Jan 2010 20:28:56 +0100 Sylvain Thénault simplify messages used for inlined forms
Tue, 26 Jan 2010 20:25:56 +0100 Sylvain Thénault [forms] the last touch: handle inlined relation forms as fields
Tue, 26 Jan 2010 13:36:55 +0100 Sylvain Thénault fif inlined relation forms pb w/ new ajax forms.
Tue, 26 Jan 2010 13:34:12 +0100 Sylvain Thénault now that we are property initializing autoform_section for the 'inlined' form type, use it...
Thu, 21 Jan 2010 10:57:20 +0100 Sylvain Thénault specify formvid=edition to get multiple edition working w/ 3.6
Wed, 20 Jan 2010 10:06:53 +0100 Sylvain Thénault cleanup
Wed, 20 Jan 2010 10:06:12 +0100 Sylvain Thénault turn all the stuff used to handle 'generic relations' in forms into proper
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Fri, 15 Jan 2010 09:05:40 +0100 Sylvain Thénault rename need_navigation into paginable stable
Thu, 14 Jan 2010 11:28:32 +0100 Sylvain Thénault Backed out changeset b8ea99f5e8ea, tags.a escape its content. stable
Wed, 13 Jan 2010 18:04:29 +0100 Aurelien Campeas missing xml escapes (but textoutofcontext probably ought to be just outofcontext, with no escaping then) stable
Wed, 13 Jan 2010 17:44:11 +0100 Sylvain Thénault move autoform's field_by_name implementation on base EntityFieldsForm
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 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 19:52:21 +0100 Sylvain Thénault cleanup
Wed, 09 Dec 2009 15:47:01 +0100 Sylvain Thénault 3.6 api update
Wed, 09 Dec 2009 15:19:48 +0100 Sylvain Thénault 3.6 api update
Tue, 08 Dec 2009 07:54:51 -0800 Sandrine Ribeau more api update
Tue, 08 Dec 2009 16:56:56 +0100 Pierre-Yves David add a dummy and stupid dummy method for dummy form
Tue, 08 Dec 2009 16:50:36 +0100 Sandrine Ribeau cw 3.6 api update
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Mon, 07 Dec 2009 07:10:40 -0800 Sandrine Ribeau more api renaming/fixing 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
Mon, 30 Nov 2009 10:24:01 +0100 Sylvain Thénault when one is adding an inline entity for a relation of a single card, stable
Sun, 29 Nov 2009 23:22:32 +0100 Sylvain Thénault oops stable
Sun, 29 Nov 2009 23:16:40 +0100 Sylvain Thénault fix ze fix stable
Sun, 29 Nov 2009 16:45:47 +0100 Sylvain Thénault fix inline-creation form when called through ajax stable
Fri, 27 Nov 2009 23:47:28 +0100 Sylvain Thénault ease customization of title stable
Fri, 27 Nov 2009 22:05:10 +0100 Sylvain Thénault make title overriddable stable
Fri, 27 Nov 2009 22:04:54 +0100 Sylvain Thénault fix test: required to fake parent form stable
Fri, 27 Nov 2009 10:24:13 +0100 Sylvain Thénault consider 'rvid' key in primaryview_display_control to determine sub-view to use in reledit 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
Sun, 08 Nov 2009 19:34:31 +0100 Nicolas Chauvat [web ui] remove "trame_grise" from forms stable
Sat, 07 Nov 2009 22:04:45 +0100 Nicolas Chauvat [web ui] decorate form buttons with icons (at last) stable
Sat, 07 Nov 2009 18:37:55 +0100 Nicolas Chauvat [web ui] fix the editable fields: better look and behaviour. stable
Tue, 03 Nov 2009 13:54:07 +0100 Aurelien Campeas do not display anything when bein asked something (fix #504759) stable
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Wed, 21 Oct 2009 11:34:11 +0200 Aurelien Campeas reledit: stuff the value into its own div and properly hide it when necessary (but dont lump it with the landingzone div for it switches the form on when one clicks on a value to traverse it) stable
Tue, 20 Oct 2009 19:19:19 +0200 Aurelien Campeas small cleanup & revert to less intrusive icon stable
Tue, 20 Oct 2009 18:13:36 +0200 Aurelien Campeas actually hide the value when editing, cleanup spurious arg stable
Tue, 20 Oct 2009 16:53:52 +0200 Aurelien Campeas remove spurious wview stable
Tue, 20 Oct 2009 14:24:19 +0200 Aurelien Campeas node ids shall not begin with a number stable
Tue, 20 Oct 2009 12:48:43 +0200 Aurelien Campeas move these definitions below cell_call stable
Tue, 20 Oct 2009 12:45:44 +0200 Aurelien Campeas reledit: load actual edition form on demand #471799 stable
Mon, 19 Oct 2009 20:33:30 +0200 Aurelien Campeas kill separate attribute client-side handling #473636 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
Thu, 15 Oct 2009 10:31:54 +0200 Sylvain Thénault backport stable branch
Mon, 12 Oct 2009 13:16:08 +0200 Sylvain Thénault oops stable
Mon, 12 Oct 2009 12:20:41 +0200 Sylvain Thénault [reledit] display value anyway when should not edit attribute/relation stable
Fri, 09 Oct 2009 16:39:26 +0200 Sylvain Thénault backport stable branch
Fri, 09 Oct 2009 15:53:42 +0200 Alexandre Fayolle fix title of CopyFormView stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 11:33:38 +0200 Sylvain Thénault cleanup stable
Wed, 30 Sep 2009 18:57:42 +0200 Sylvain Thénault backport stable branch
Wed, 30 Sep 2009 17:56:53 +0200 Sylvain Thénault ensure str is given as field's name stable
Wed, 30 Sep 2009 17:32:03 +0200 Sylvain Thénault [inlined forms] nicer add_hiddens implementation relying on standard entity forms handling stable
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 12:44:50 +0200 Sylvain Thénault [form] important refactoring of inlined forms to get proper separation of form object creation / rendering 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
Fri, 25 Sep 2009 11:57:35 +0200 Sylvain Thénault cleanup
Fri, 25 Sep 2009 11:54:03 +0200 Sylvain Thénault [inplace edit] we can now use edition form for both attributes and relations inplace form
Fri, 25 Sep 2009 11:53:06 +0200 Sylvain Thénault handle display_fields in the form, not in the renderer
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 00:24:21 +0200 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
Wed, 23 Sep 2009 20:13:31 +0200 Adrien Di Mascio [api] __regid__, cw_* and friends
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: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:49:02 +0200 Sylvain Thénault [inline forms] propagate kwargs to render_form stable
Mon, 21 Sep 2009 18:02:21 +0200 Sylvain Thénault fix case insensitive selector for entity creation stable
Fri, 18 Sep 2009 19:51:27 +0200 Sylvain Thénault cleaner code stable
Fri, 18 Sep 2009 19:48:58 +0200 Sylvain Thénault fix/enhance i18n context usage for inlined forms stable
Wed, 02 Sep 2009 10:24:15 +0200 Sylvain Thénault backport 3.5
Tue, 01 Sep 2009 18:05:35 +0200 Sylvain Thénault missing import stable
Tue, 01 Sep 2009 17:58:29 +0200 Sylvain Thénault case insensitive add/XXX url stable
Mon, 31 Aug 2009 19:09:54 +0200 Sylvain Thénault backport 3.5 branch
Mon, 31 Aug 2009 16:48:53 +0200 Sylvain Thénault ease overriding of copy warning stable
Mon, 17 Aug 2009 20:02:57 +0200 Sylvain Thénault fix __init__ parameters
Wed, 12 Aug 2009 19:09:32 +0200 Nicolas Chauvat R propagate deprecation of AppObject.entity()
Tue, 04 Aug 2009 18:46:59 +0200 Sylvain Thénault cleanup
Tue, 04 Aug 2009 17:02:18 +0200 Sylvain Thénault [reledit] refactor, split into reledit/doreledit where the former try to tell if edition *should* be done, and the later tell if edition *can* be done
less more (0) -120 tip