sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 22:36:34 +0100] rev 834
deprecate pagination method
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 21:31:34 +0100] rev 833
bw compat for selection for creation forms
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 20:32:16 +0100] rev 832
rename error template to avoid conflicts with the error view
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:31:19 +0100] rev 831
add migration script to update ui.main-template property
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:26:07 +0100] rev 830
merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:25:57 +0100] rev 829
The main template is now a simple view, there's no need to monkey patch TheMainTemplate._select_view_and_rset
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:25:12 +0100] rev 828
two use cases for the 'not' selector
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:23:43 +0100] rev 827
provide negation operator for selectors, unfortunately, it's not possible to user the python keyword 'not'
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 19:45:28 +0100] rev 826
fix LogFormTemplate selector
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 20:11:19 +0100] rev 825
missing init
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 19:26:48 +0100] rev 824
merge, split baseviews (new csvexport, xmlrss and editviews modules)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 19:19:57 +0100] rev 823
main template refactoring
there are 2 main templates :
- one for non templatable views (xml, binaries, etc.)
- one for the other views
The right one is chosen according to its selectors