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
Wed, 09 Jun 2010 10:06:46 +0200 Sylvain Thénault backport stable
Wed, 09 Jun 2010 10:06:04 +0200 Sylvain Thénault [autoform] fix vreg module name stable
Wed, 09 Jun 2010 09:54:35 +0200 Sylvain Thénault [pylint] fix detected name errors stable
Mon, 07 Jun 2010 13:22:24 +0200 Sylvain Thénault backport 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, 02 Jun 2010 13:02:47 +0200 Sylvain Thénault backport stable
Tue, 01 Jun 2010 08:35:09 +0200 Stephanie Marcu [form] remove double property call stable
Wed, 26 May 2010 15:46:27 +0200 Sylvain Thénault backport stable
Wed, 26 May 2010 14:59:05 +0200 Sylvain Thénault [form] fix bw compat issue introduced by 5588:377c9adfe81e stable
Wed, 26 May 2010 12:33:48 +0200 Sylvain Thénault backport 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 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Tue, 04 May 2010 19:16:59 +0200 Aurelien Campeas [doc/book] dissection of a form chapter stable
Tue, 04 May 2010 16:14:33 +0200 Aurelien Campeas [doc/book] move examples to a separate chapter, fix autoform module docstring 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
Mon, 26 Apr 2010 16:31:46 +0200 Sylvain Thénault backport 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
Fri, 23 Apr 2010 12:42:53 +0200 Sylvain Thénault backport stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Wed, 21 Apr 2010 16:53:47 +0200 Sylvain Thénault [book] start documenting the HTML form system stable
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.
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Wed, 17 Mar 2010 11:30:39 +0100 Sylvain Thénault add missing warn imports stable
Wed, 03 Mar 2010 17:39:22 +0100 Sylvain Thénault fix code and tests broken by 4744:13a5d3a7410e (proper permission on eid/has_text/identity relations) stable
Fri, 19 Feb 2010 12:14:35 +0100 Aurelien Campeas [auto/inline forms] reallow nested inline forms #703910 stable
Thu, 18 Feb 2010 12:13:36 +0100 Sylvain Thénault fix 4626:c26b4df9fc90 (#703911): use can't rely on peid since it's not an actual eid when we're creating the parent entity stable
Thu, 18 Feb 2010 10:57:50 +0100 Sylvain Thénault [forms/inline] fix #703911: add new link disappears if inline box removed. Since we've the information, we must specify the target type else we get random cardinality on ambiguous relations stable
Thu, 18 Feb 2010 10:55:41 +0100 Sylvain Thénault this is not the form renderer responsability to check for update permissions. Move this to autoform editable_attributes relation stable
Mon, 15 Feb 2010 18:44:47 +0100 Sylvain Thénault backport stable
Mon, 15 Feb 2010 17:47:50 +0100 Sylvain Thénault [inlined formos] don't pop attributes from kwargs, so they end-up in stable
Mon, 15 Feb 2010 15:16:08 +0100 Sylvain Thénault [autoform] we should consider role when checking delete permission stable
Mon, 15 Feb 2010 15:10:25 +0100 Sylvain Thénault follow yams api change: attributes permissions are now defined for stable
Thu, 11 Feb 2010 12:19:08 +0100 Sylvain Thénault remove crappy basket specific code
Tue, 09 Feb 2010 12:55:08 +0100 Sylvain Thénault fix bug w/ object relation used as inlined form
Tue, 09 Feb 2010 12:54:44 +0100 Sylvain Thénault cleanup
Fri, 05 Feb 2010 11:56:57 +0100 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
Wed, 27 Jan 2010 09:53:48 +0100 Sylvain Thénault reorganize code:
Tue, 26 Jan 2010 20:27:48 +0100 Sylvain Thénault should have been in previous commit (moved below in the module)
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 10:35:23 +0100 Sylvain Thénault move CWProperty rtags from autoform to cwproperties module.
Thu, 21 Jan 2010 10:48:00 +0100 Sylvain Thénault move bookmark related uicfg stuff into bookmark specific module, use the EditableURLWidget widget for Bookmark.path
Wed, 20 Jan 2010 14:39:44 +0100 Sylvain Thénault allow control of generic relations field display through display_fields
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
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:23:56 +0100 Sylvain Thénault proper field's role handling: may be 'subject' / 'object' *in case
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
Thu, 10 Dec 2009 18:00:15 +0100 Arthur Lutz [mq]: fix_for_forms
Thu, 10 Dec 2009 12:55:25 +0100 Sylvain Thénault fix 3.6 bug
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 09:10:39 +0100 Sylvain Thénault some cw 3.6 api update
Mon, 07 Dec 2009 05:09:09 -0800 Sandrine Ribeau fix bad merge
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Fri, 20 Nov 2009 17:51:34 +0100 Sylvain Thénault backport stable branch reldefsecurity
less more (0) -120 tip