Fri, 25 Sep 2009 11:57:06 +0200 [autoform] no need to recheck inlined tag here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:57:06 +0200] rev 3483
[autoform] no need to recheck inlined tag here
Fri, 25 Sep 2009 11:56:31 +0200 [i18n] properly give context
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:56:31 +0200] rev 3482
[i18n] properly give context
Fri, 25 Sep 2009 11:55:39 +0200 remove useless rtag (correct default)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:55:39 +0200] rev 3481
remove useless rtag (correct default)
Fri, 25 Sep 2009 11:54:49 +0200 smarter default for actionbox_appearsin_addmenu
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:54:49 +0200] rev 3480
smarter default for actionbox_appearsin_addmenu
Fri, 25 Sep 2009 11:54:03 +0200 [inplace edit] we can now use edition form for both attributes and relations inplace form
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:54:03 +0200] rev 3479
[inplace edit] we can now use edition form for both attributes and relations inplace form
Fri, 25 Sep 2009 11:53:06 +0200 handle display_fields in the form, not in the renderer
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:53:06 +0200] rev 3478
handle display_fields in the form, not in the renderer
Fri, 25 Sep 2009 11:50:22 +0200 [uicfg, autoform] should have been in previous ci
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:50:22 +0200] rev 3477
[uicfg, autoform] should have been in previous ci
Fri, 25 Sep 2009 11:49:47 +0200 [uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:49:47 +0200] rev 3476
[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:30:59 +0200 [forms] drop FormMixIn deprecated in 3.2
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:30:59 +0200] rev 3475
[forms] drop FormMixIn deprecated in 3.2
Fri, 25 Sep 2009 11:27:26 +0200 [api] use _cw
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:27:26 +0200] rev 3474
[api] use _cw
Fri, 25 Sep 2009 11:27:01 +0200 [rtags] ease overriding
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:27:01 +0200] rev 3473
[rtags] ease overriding
Fri, 25 Sep 2009 11:25:27 +0200 [rtags] make internal key order consistent with api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:25:27 +0200] rev 3472
[rtags] make internal key order consistent with api
Fri, 25 Sep 2009 11:23:11 +0200 can now give context to rschema.display_name(...)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:23:11 +0200] rev 3471
can now give context to rschema.display_name(...)
Fri, 25 Sep 2009 11:01:23 +0200 [forms] fix form_needs_multipart implementation stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 25 Sep 2009 11:01:23 +0200] rev 3470
[forms] fix form_needs_multipart implementation problem ------- The current implementation of form_needs_multipart goes down recursively in all inlined forms to check if one of them needs a multipart enctype. If we have a relation definition as X part_of X, the previous implementation potentially lead to an infinite recursion
Fri, 25 Sep 2009 09:09:02 +0200 [magicsearch] (pre_)process_query doesn't need the req argument, instances already have access to self._cw
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 25 Sep 2009 09:09:02 +0200] rev 3469
[magicsearch] (pre_)process_query doesn't need the req argument, instances already have access to self._cw
Thu, 24 Sep 2009 21:20:15 +0200 [tests] make unittest_viewselectors pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 21:20:15 +0200] rev 3468
[tests] make unittest_viewselectors pass again
Thu, 24 Sep 2009 20:46:53 +0200 [tests] make unittest_views_editforms pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:46:53 +0200] rev 3467
[tests] make unittest_views_editforms pass again
Thu, 24 Sep 2009 20:40:20 +0200 [tests] make unittest_views_actions pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:40:20 +0200] rev 3466
[tests] make unittest_views_actions pass again
Thu, 24 Sep 2009 20:39:08 +0200 [tests] make unittest_urlrewrite pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:39:08 +0200] rev 3465
[tests] make unittest_urlrewrite pass again
Thu, 24 Sep 2009 20:31:23 +0200 [tests] make unittest_uicfg pass again by using the correct test class
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:31:23 +0200] rev 3464
[tests] make unittest_uicfg pass again by using the correct test class
Thu, 24 Sep 2009 20:28:25 +0200 [editcontroller] fix bad method name: s/process_form_data/process_form_value
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:28:25 +0200] rev 3463
[editcontroller] fix bad method name: s/process_form_data/process_form_value NOTE: this still doesn't work, relations are not processed properly
Thu, 24 Sep 2009 20:25:49 +0200 [magicsearch] make tests pass again: base preprocessor must have access to vreg
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:25:49 +0200] rev 3462
[magicsearch] make tests pass again: base preprocessor must have access to vreg (+ removed some deprecation warnings)
Thu, 24 Sep 2009 11:06:50 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 11:06:50 +0200] rev 3461
merge
Thu, 24 Sep 2009 00:24:21 +0200 [api] some more _cw / __regid__, automatic tests now pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 00:24:21 +0200] rev 3460
[api] some more _cw / __regid__, automatic tests now pass again
Thu, 24 Sep 2009 00:23:32 +0200 [entity] pass cw_row and cw_col to select(vid, ...) in self.view
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 00:23:32 +0200] rev 3459
[entity] pass cw_row and cw_col to select(vid, ...) in self.view
Wed, 23 Sep 2009 23:28:59 +0200 don't use assert here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 23:28:59 +0200] rev 3458
don't use assert here
Wed, 23 Sep 2009 20:13:31 +0200 [api] __regid__, cw_* and friends
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 20:13:31 +0200] rev 3457
[api] __regid__, cw_* and friends
Wed, 23 Sep 2009 20:12:48 +0200 [facets] typo fix
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 20:12:48 +0200] rev 3456
[facets] typo fix
Wed, 23 Sep 2009 19:43:00 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 19:43:00 +0200] rev 3455
merge
Wed, 23 Sep 2009 19:42:44 +0200 [testlib] added some new required attributes on FakeRequest, fix dummy NameError
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 19:42:44 +0200] rev 3454
[testlib] added some new required attributes on FakeRequest, fix dummy NameError
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip