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
Fri, 25 Sep 2009 11:57:06 +0200 Sylvain Thénault [autoform] no need to recheck inlined tag here
Fri, 25 Sep 2009 11:56:31 +0200 Sylvain Thénault [i18n] properly give context
Fri, 25 Sep 2009 11:55:39 +0200 Sylvain Thénault remove useless rtag (correct default)
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
Fri, 25 Sep 2009 11:01:23 +0200 Adrien Di Mascio [forms] fix form_needs_multipart implementation stable
Thu, 24 Sep 2009 21:20:15 +0200 Adrien Di Mascio [tests] make unittest_viewselectors 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 12:28:28 +0200 Adrien Di Mascio [api] use _cw, cw_row, cw_col, cw_rset etc.
Wed, 23 Sep 2009 11:13:39 +0200 Adrien Di Mascio [api] use __regid__ instead of deprecated id
Tue, 22 Sep 2009 09:17:15 +0200 Sylvain Thénault cleanup, reorganize stable
Tue, 22 Sep 2009 09:16:43 +0200 Sylvain Thénault [forms] do similar refactoring for inline edition than for inline creation stable
Mon, 21 Sep 2009 19:49:21 +0200 Sylvain Thénault refactor to ease overriding stable
Mon, 21 Sep 2009 15:33:46 +0200 Adrien Di Mascio [forms] take a look at inlined form to guess whether the form requires multipart or not stable
Fri, 18 Sep 2009 19:51:45 +0200 Sylvain Thénault introduced to ease overriding for fancy stuff... stable
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 14:32:13 +0200 Sylvain Thénault since unrelated_rql now consider security, we may consider returning relation having local role in some cases 3.5
Wed, 09 Sep 2009 09:37:14 +0200 Sylvain Thénault [uicfg, autoform] when a relation is inlined, put it in the generated section by default 3.5
Thu, 20 Aug 2009 17:44:27 +0200 Sylvain Thénault start a new workflow engine 3.5
Tue, 11 Aug 2009 17:51:48 +0200 Nicolas Chauvat B web/tests back to green stable
Sun, 02 Aug 2009 20:56:05 +0200 Adrien Di Mascio [refactoring] moved rtags specification in web/views
Tue, 23 Jun 2009 13:34:28 +0200 Sylvain Thénault add form parameter to control display of inlined relation form stable
Wed, 10 Jun 2009 18:45:09 +0200 Sylvain Thénault cleanup stable
Fri, 29 May 2009 14:19:30 +0200 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
Thu, 28 May 2009 18:27:50 +0200 Sylvain Thénault not needed, this is the default label
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 27 May 2009 16:41:24 +0200 Sylvain Thénault line wrap stable
Wed, 13 May 2009 17:00:08 +0200 sylvain thenault check field isn't already instantiated tls-sprint
Wed, 13 May 2009 13:57:51 +0200 sylvain thenault consider fields_kwargs even when field specified tls-sprint
Tue, 12 May 2009 19:20:23 +0200 sylvain thenault autoform_widget superseeded by autoform_field_kwargs (api change addiction :-/) tls-sprint
Tue, 12 May 2009 18:15:49 +0200 sylvain thenault fix rtags initialization: do it at the registry level to avoid multiple initialization of the same rtag tls-sprint
Tue, 12 May 2009 16:27:23 +0200 sylvain thenault take a sample target type instead of '*' else we may miss some expected values (we may still miss some...) tls-sprint
Tue, 12 May 2009 11:56:12 +0200 sylvain thenault final rtag api tls-sprint
Mon, 11 May 2009 16:08:53 +0200 Graziella Toutoungis [rtags] .get api change tls-sprint
Mon, 11 May 2009 11:55:10 +0200 sylvain thenault View.dispatch -> View.render tls-sprint
Mon, 11 May 2009 11:20:38 +0200 sylvain thenault final rtags api (eventually :$) tls-sprint
Wed, 06 May 2009 09:46:36 +0200 sylvain thenault cleanup tls-sprint
Thu, 30 Apr 2009 14:58:49 +0200 sylvain thenault fix metadata detection tls-sprint
Thu, 30 Apr 2009 14:42:03 +0200 sylvain thenault mark metadata attributes as generated tls-sprint
Wed, 29 Apr 2009 19:50:04 +0200 Aurelien Campeas [basecontrollers] add edit_relation next to edit_field, misc notes tls-sprint
Wed, 29 Apr 2009 12:13:47 +0200 Aurelien Campeas more rtags api change propagation tls-sprint
Wed, 29 Apr 2009 11:53:08 +0200 Aurelien Campeas propagate rtags api change tls-sprint
Wed, 29 Apr 2009 10:29:03 +0200 sylvain thenault update rtags api tls-sprint
Tue, 28 Apr 2009 20:08:16 +0200 Aurelien Campeas other fixlets tls-sprint
Tue, 28 Apr 2009 11:22:31 +0200 sylvain thenault fix imports, cleanup, repair some ajax calls tls-sprint
Tue, 28 Apr 2009 10:10:04 +0200 sylvain thenault move AutomaticEntityForm and PrimaryView into their own module tls-sprint
less more (0) tip