Wed, 16 Sep 2009 14:32:56 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:32:56 +0200] rev 3245
cleanup
Wed, 16 Sep 2009 14:32:13 +0200 since unrelated_rql now consider security, we may consider returning relation having local role in some cases 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:32:13 +0200] rev 3244
since unrelated_rql now consider security, we may consider returning relation having local role in some cases
Wed, 16 Sep 2009 14:30:32 +0200 unrelated_rql now return rql *and* args 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:30:32 +0200] rev 3243
unrelated_rql now return rql *and* args
Wed, 16 Sep 2009 14:29:29 +0200 missing import 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:29:29 +0200] rev 3242
missing import
Wed, 16 Sep 2009 14:28:58 +0200 unrelated_rql now considers relation's add perm 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:28:58 +0200] rev 3241
unrelated_rql now considers relation's add perm
Wed, 16 Sep 2009 14:24:31 +0200 refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:24:31 +0200] rev 3240
refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well
Wed, 16 Sep 2009 14:17:12 +0200 [ms] fix planning w/ query using identity 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:17:12 +0200] rev 3239
[ms] fix planning w/ query using identity
Wed, 16 Sep 2009 14:16:19 +0200 [querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:16:19 +0200] rev 3238
[querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope
Tue, 15 Sep 2009 19:04:09 +0200 [cleanup] remove unused imports 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 15 Sep 2009 19:04:09 +0200] rev 3237
[cleanup] remove unused imports
Tue, 15 Sep 2009 16:33:30 +0200 add note stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:33:30 +0200] rev 3236
add note
Tue, 15 Sep 2009 16:31:45 +0200 fix when Interval is coming from date substraction stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:31:45 +0200] rev 3235
fix when Interval is coming from date substraction
Tue, 15 Sep 2009 16:03:17 +0200 remerge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:03:17 +0200] rev 3234
remerge
Tue, 15 Sep 2009 16:02:07 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:02:07 +0200] rev 3233
merge
Tue, 15 Sep 2009 16:02:17 +0200 [controllers] allow onsuccess / onfailure callback to be passed to validateform 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 15 Sep 2009 16:02:17 +0200] rev 3232
[controllers] allow onsuccess / onfailure callback to be passed to validateform For instance : validateform?__onsuccess=wp.addAndSelectHall will call the addAndSelectHall function on success rather than redirecting to a specific URL.
Tue, 15 Sep 2009 16:00:03 +0200 [utils] provide a class to extend the default simplejson encoder to be able to dump standard yams attribute types 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 15 Sep 2009 16:00:03 +0200] rev 3231
[utils] provide a class to extend the default simplejson encoder to be able to dump standard yams attribute types
Tue, 15 Sep 2009 15:01:41 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 15:01:41 +0200] rev 3230
backport 3.5
Tue, 15 Sep 2009 14:49:40 +0200 test update 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:49:40 +0200] rev 3229
test update
Tue, 15 Sep 2009 14:49:30 +0200 [actions] refactor: extract actual_actions from fill_menu to work with table filter form 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:49:30 +0200] rev 3228
[actions] refactor: extract actual_actions from fill_menu to work with table filter form
Tue, 15 Sep 2009 14:48:13 +0200 test fix 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:48:13 +0200] rev 3227
test fix
Tue, 15 Sep 2009 14:47:58 +0200 should now use _test_action, not bare action.url() 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:47:58 +0200] rev 3226
should now use _test_action, not bare action.url()
Tue, 15 Sep 2009 14:47:39 +0200 facilities to test new submenu actions 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:47:39 +0200] rev 3225
facilities to test new submenu actions
Tue, 15 Sep 2009 14:47:15 +0200 comment out deprecated test 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:47:15 +0200] rev 3224
comment out deprecated test
Tue, 15 Sep 2009 14:13:59 +0200 merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 15 Sep 2009 14:13:59 +0200] rev 3223
merge
Mon, 14 Sep 2009 17:24:09 +0200 was lost in some merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 14 Sep 2009 17:24:09 +0200] rev 3222
was lost in some merge
Tue, 15 Sep 2009 14:10:52 +0200 [i18ncube] access to appearsin_addmenu config through uicfg directly 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:10:52 +0200] rev 3221
[i18ncube] access to appearsin_addmenu config through uicfg directly
Mon, 14 Sep 2009 19:01:37 +0200 cleanup, futur warning fixes :) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 19:01:37 +0200] rev 3220
cleanup, futur warning fixes :)
Mon, 14 Sep 2009 19:01:24 +0200 edit box refactoring to gain more control by using actions 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 19:01:24 +0200] rev 3219
edit box refactoring to gain more control by using actions
Mon, 14 Sep 2009 18:59:17 +0200 [3.5 migration] avoid removing defined transitions... 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:59:17 +0200] rev 3218
[3.5 migration] avoid removing defined transitions...
Mon, 14 Sep 2009 18:58:51 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:58:51 +0200] rev 3217
cleanup
Mon, 14 Sep 2009 18:28:37 +0200 [wf graph] fix display of condition 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:28:37 +0200] rev 3216
[wf graph] fix display of condition
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip