web/views/autoform.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
less more (0) -100 -60 tip