web/views/autoform.py
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
Thu, 19 Nov 2009 12:55:47 +0100 Sylvain Thénault reldefsecurity branch : reldefsecurity
Wed, 18 Nov 2009 12:50:23 +0100 Adrien Di Mascio [formfields] allow fields ordering with autoform_field_kwargs 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, 13 Oct 2009 15:59:05 +0200 Sylvain Thénault 3.6 updates
Fri, 09 Oct 2009 16:39:26 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 14:37:15 +0200 Sylvain Thénault at this point we know this is true stable
Wed, 07 Oct 2009 14:36:55 +0200 Sylvain Thénault rewrite form_needs_multipart using precomputed form views stable
Wed, 07 Oct 2009 14:36:19 +0200 Sylvain Thénault fix inlined forms initialization 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
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 15:09:12 +0200 Sylvain Thénault can't edit in_state anymore, hide it stable
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
Mon, 28 Sep 2009 16:39:10 +0200 Sylvain Thénault fix dumb name error
Mon, 28 Sep 2009 12:37:01 +0200 Sylvain Thénault backport stable
Fri, 25 Sep 2009 11:57:35 +0200 Sylvain Thénault cleanup
less more (0) -100 -60 tip