web/views/autoform.py
Wed, 25 Nov 2015 18:31:48 +0100 Rabah Meradi [views] remove breadcrumbs usage to retrieve last visited page
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, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Mon, 12 Oct 2015 10:53:35 +0200 Rémi Cardona merge with 3.21.2
Fri, 09 Oct 2015 17:52:14 +0200 Rémi Cardona merge with 3.20.10
Wed, 09 Sep 2015 08:32:49 +0200 Sylvain Thénault [autoform] fix appearance of link to add inlined creation form
Wed, 02 Sep 2015 15:31:18 +0200 Sylvain Thénault [web/views] avoid propagation of NoSelectableObject in some case of inlined relations / permissions
Tue, 15 Sep 2015 16:56:57 +0200 Rémi Cardona [py3k] import range using six.moves
Fri, 11 Sep 2015 16:01:10 +0200 Samuel Trégouët [py3k] tuple unpacking in function args
Thu, 09 Jul 2015 16:43:56 +0200 Rémi Cardona merge 3.20.9 into 3.21
Wed, 08 Apr 2015 09:27:26 +0200 Sylvain Thénault [forms] don't display 'remove' link of inlined form for the first entity related using a '+' cardinality to its parent entity
Wed, 08 Apr 2015 11:29:24 +0200 Rémi Cardona [web/views] Clean up confusing backwards compatibility code
Thu, 12 Mar 2015 14:21:36 +0100 Julien Cristau merge 3.19.10 into 3.20
Tue, 10 Mar 2015 11:52:04 +0100 Rémi Cardona [web/views] Honor 'action' attribute on AutomaticEntityForm, closes #4943392
Fri, 30 Jan 2015 15:53:32 +0100 Rémi Cardona [web/views] Stop mishandling the fieldset name in the default form renderer
Thu, 25 Sep 2014 15:49:13 +0200 Julien Cristau merge 3.19.4 in 3.20 branch
Thu, 11 Sep 2014 16:43:20 +0200 Denis Laxalde [views] Display attributes in entity creation form based on "add" permission
Fri, 18 Jul 2014 17:35:25 +0200 Julien Cristau merge 3.19.3 into 3.20 branch
Fri, 18 Jul 2014 16:11:41 +0200 Julien Cristau merge 3.17.16 into 3.18 branch stable
Mon, 02 Jun 2014 12:29:37 +0200 Rémi Cardona [views] Replace poorly named "invisible" class with "list-unstyled" stable
Mon, 02 Jun 2014 12:23:18 +0200 Rémi Cardona [views] a 'div' with 'display: inline' screams 'span' stable
Mon, 02 Jun 2014 12:23:18 +0200 Rémi Cardona [views] a 'div' with 'display: inline' screams 'span'
Tue, 04 Feb 2014 15:29:29 +0100 Dimitri Papadopoulos English typography
Thu, 01 Aug 2013 09:39:43 +0200 Denis Laxalde [autoform] Allow overridding of permissions checks
Mon, 26 Aug 2013 16:15:29 +0200 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
Wed, 24 Jul 2013 08:43:16 +0200 Sylvain Thénault [editcontrollers] Ensure entities are created in an order satisfying schema constraints. Closes #3031719 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 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (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)
Wed, 22 Feb 2012 09:31:54 +0100 Adrien Di Mascio [reledit, autoform] move reledit_form definition in reledit.py
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
Thu, 29 Sep 2011 14:47:04 +0200 Sylvain Thénault backport stable
Wed, 28 Sep 2011 09:27:42 +0200 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Thu, 15 Sep 2011 18:39:55 +0200 Sylvain Thénault backport stable
Tue, 13 Sep 2011 15:40:06 +0200 Sylvain Thénault backout 7780:a1d5365fefc1 stable
Tue, 13 Sep 2011 14:48:24 +0200 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
Fri, 20 May 2011 17:27:55 +0200 Sylvain Thénault cleanup and update some copyright stable
Wed, 09 Mar 2011 12:24:50 +0100 Alexandre Fayolle fix editable_attributes bug (closes #1534802) stable
Thu, 02 Dec 2010 10:08:28 +0100 Sylvain Thénault [autoform] fix restoration of pending generic relation: inconsistent id was generated (eg different from the one generated by javascript stable
Mon, 25 Oct 2010 16:28:05 +0200 Sylvain Thénault [inline form] ensure entity has an actual eid before using it to check perms
Thu, 21 Oct 2010 17:56:35 +0200 Sylvain Thénault [inline forms] check for permission to add relation/target type before to add the 'add new' link (else we get a NoSelectableObject exception)
Thu, 21 Oct 2010 17:55:23 +0200 Sylvain Thénault [3.10] remove a deprecation warning
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Wed, 06 Oct 2010 14:04:26 +0200 Sylvain Thénault backport stable
Tue, 05 Oct 2010 08:33:10 +0200 Adrien Di Mascio [forms] remove dead code and simplify inlineviews creation
Mon, 04 Oct 2010 19:05:51 +0200 Sylvain Thénault [forms] catching KeyError closes #961831: migration failure when defining form fields stable
Thu, 12 Aug 2010 10:11:49 +0200 Sylvain Thénault [form, migration] etype_relation_field should not raise error, it may block migration if used for a non yet existing field stable
Tue, 27 Jul 2010 09:40:09 +0200 Sylvain Thénault [relations in ui] provide context information when computing label for a relation stable
Thu, 08 Jul 2010 13:33:40 +0200 Sylvain Thénault [uilib] refactor json_dumps code organization
Thu, 01 Jul 2010 17:06:37 +0200 Sylvain Thénault backport stable
Fri, 25 Jun 2010 11:29:48 +0200 Stephanie Marcu [#969169] don't display remove link in edition forms if the cardinality is 1 stable
Thu, 17 Jun 2010 15:15:52 +0200 Sylvain Thénault backport stable
Thu, 17 Jun 2010 15:02:22 +0200 Aurelien Campeas [autoform] do not show remove link for inline form if card == 1 stable
less more (0) -100 -60 tip