Tue, 17 Feb 2009 23:54:30 +0100 __select__ migration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:54:30 +0100] rev 730
__select__ migration
Tue, 17 Feb 2009 23:54:15 +0100 unnecessary registerrer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:54:15 +0100] rev 729
unnecessary registerrer
Tue, 17 Feb 2009 23:47:23 +0100 first pass to use __select__ instead of __selectors__ tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:47:23 +0100] rev 728
first pass to use __select__ instead of __selectors__
Tue, 17 Feb 2009 23:46:48 +0100 fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:46:48 +0100] rev 727
fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass)
Tue, 17 Feb 2009 23:45:51 +0100 improve __selectors__() so that it always return a tuple tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:45:51 +0100] rev 726
improve __selectors__() so that it always return a tuple
Tue, 17 Feb 2009 23:44:58 +0100 safety belt inside _accept_interfaces() as it might be called on a class that doesn't provide (yet) __select__ tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:44:58 +0100] rev 725
safety belt inside _accept_interfaces() as it might be called on a class that doesn't provide (yet) __select__
Tue, 17 Feb 2009 23:43:08 +0100 should no more be used, drop documentation tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:43:08 +0100] rev 724
should no more be used, drop documentation
Tue, 17 Feb 2009 23:42:56 +0100 __select__ migration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:42:56 +0100] rev 723
__select__ migration
Tue, 17 Feb 2009 23:40:30 +0100 update some imports tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:40:30 +0100] rev 722
update some imports
Tue, 17 Feb 2009 23:34:17 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:34:17 +0100] rev 721
oops
Tue, 17 Feb 2009 23:34:01 +0100 backport tests tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:34:01 +0100] rev 720
backport tests
Tue, 17 Feb 2009 23:21:23 +0100 default to yes_registerer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:21:23 +0100] rev 719
default to yes_registerer
Tue, 17 Feb 2009 23:16:13 +0100 doc update, move yes_registerer here tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:16:13 +0100] rev 718
doc update, move yes_registerer here
Tue, 17 Feb 2009 23:09:31 +0100 kill id_registerer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:09:31 +0100] rev 717
kill id_registerer
Tue, 17 Feb 2009 22:37:11 +0100 simple optimization and readability fix
ludal@logilab.fr [Tue, 17 Feb 2009 22:37:11 +0100] rev 716
simple optimization and readability fix
Tue, 17 Feb 2009 23:08:21 +0100 do it the other way tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:08:21 +0100] rev 715
do it the other way
Tue, 17 Feb 2009 23:00:28 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:00:28 +0100] rev 714
merge
Tue, 17 Feb 2009 22:49:54 +0100 update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity" tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:49:54 +0100] rev 713
update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity"
Tue, 17 Feb 2009 22:43:59 +0100 remove autoselectors metaclass, __select__ is built during registration tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:43:59 +0100] rev 712
remove autoselectors metaclass, __select__ is built during registration
Tue, 17 Feb 2009 22:25:16 +0100 Selector objects need to provide a `func_name` attribute for minimum (backward) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:25:16 +0100] rev 711
Selector objects need to provide a `func_name` attribute for minimum (backward) compatibilit with selectors defined as functions
Tue, 17 Feb 2009 22:24:03 +0100 overridden `registered()` methods must call the base implementation tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:24:03 +0100] rev 710
overridden `registered()` methods must call the base implementation
Tue, 17 Feb 2009 22:59:14 +0100 avoid dependency to common tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:59:14 +0100] rev 709
avoid dependency to common
Tue, 17 Feb 2009 22:45:55 +0100 move utils from cw.common to cw tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:45:55 +0100] rev 708
move utils from cw.common to cw
Tue, 17 Feb 2009 22:37:59 +0100 __selectors__ -> __select__ tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:37:59 +0100] rev 707
__selectors__ -> __select__
Tue, 17 Feb 2009 22:37:28 +0100 no more used for a while now tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:37:28 +0100] rev 706
no more used for a while now
Tue, 17 Feb 2009 22:37:03 +0100 turn simpletal optional tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:37:03 +0100] rev 705
turn simpletal optional
Tue, 17 Feb 2009 22:34:18 +0100 new ext package for modules depending on an option third party package tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:34:18 +0100] rev 704
new ext package for modules depending on an option third party package
Tue, 17 Feb 2009 22:05:39 +0100 bw compat modules tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:05:39 +0100] rev 703
bw compat modules
Tue, 17 Feb 2009 22:00:53 +0100 move view and appobject from cw.common to cw tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:00:53 +0100] rev 702
move view and appobject from cw.common to cw
Tue, 17 Feb 2009 21:58:44 +0100 bw compat modules tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:58:44 +0100] rev 701
bw compat modules
Tue, 17 Feb 2009 21:57:05 +0100 move view and appobject from cw.common to cw tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:57:05 +0100] rev 700
move view and appobject from cw.common to cw
Tue, 17 Feb 2009 21:50:41 +0100 __selectors__ compat tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:50:41 +0100] rev 699
__selectors__ compat
Tue, 17 Feb 2009 21:50:24 +0100 introduce MultiSelector base class tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:50:24 +0100] rev 698
introduce MultiSelector base class
Tue, 17 Feb 2009 21:46:46 +0100 provide objectify_selector decorator for very simple selectors tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 21:46:46 +0100] rev 697
provide objectify_selector decorator for very simple selectors
Tue, 17 Feb 2009 21:42:33 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:42:33 +0100] rev 696
merge
Tue, 17 Feb 2009 21:42:23 +0100 try a register_all method tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:42:23 +0100] rev 695
try a register_all method
Tue, 17 Feb 2009 21:42:06 +0100 kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:42:06 +0100] rev 694
kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector
Tue, 17 Feb 2009 21:40:10 +0100 reimplements chainall/chainfirst using [And/Or], implemenent search_selector function on Selector base class tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:40:10 +0100] rev 693
reimplements chainall/chainfirst using [And/Or], implemenent search_selector function on Selector base class
Tue, 17 Feb 2009 21:29:58 +0100 replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 21:29:58 +0100] rev 692
replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors)
Tue, 17 Feb 2009 20:56:45 +0100 move EProperty management views into eproperties.py tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:56:45 +0100] rev 691
move EProperty management views into eproperties.py
Tue, 17 Feb 2009 20:47:22 +0100 should add relation_possible selector only if require_permission is in the schema tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 20:47:22 +0100] rev 690
should add relation_possible selector only if require_permission is in the schema
Tue, 17 Feb 2009 20:46:43 +0100 missing super call tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 20:46:43 +0100] rev 689
missing super call
Tue, 17 Feb 2009 20:39:09 +0100 remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:39:09 +0100] rev 688
remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead
Tue, 17 Feb 2009 20:34:20 +0100 removing explicit access to im_func, this is not necessary anymore tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:34:20 +0100] rev 687
removing explicit access to im_func, this is not necessary anymore
Tue, 17 Feb 2009 20:32:01 +0100 allow selectors to be a single element instead of tuples (this is the first step towards removing the metaclass) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:32:01 +0100] rev 686
allow selectors to be a single element instead of tuples (this is the first step towards removing the metaclass)
Tue, 17 Feb 2009 18:17:51 +0100 registerer cleanup tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 18:17:51 +0100] rev 685
registerer cleanup
Tue, 17 Feb 2009 18:17:40 +0100 fix imports tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 18:17:40 +0100] rev 684
fix imports
Tue, 17 Feb 2009 18:17:32 +0100 fix initializers tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 18:17:32 +0100] rev 683
fix initializers
Tue, 17 Feb 2009 17:46:17 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:46:17 +0100] rev 682
oops
Tue, 17 Feb 2009 17:46:13 +0100 use class_renamed, not class_moved tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:46:13 +0100] rev 681
use class_renamed, not class_moved
Tue, 17 Feb 2009 17:45:57 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:45:57 +0100] rev 680
update import
Tue, 17 Feb 2009 17:31:16 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:31:16 +0100] rev 679
merge
Tue, 17 Feb 2009 17:30:47 +0100 merge branches in tls-sprint (bis) tls-sprint
logilab@eusebius.local [Tue, 17 Feb 2009 17:30:47 +0100] rev 678
merge branches in tls-sprint (bis)
Tue, 17 Feb 2009 17:28:25 +0100 merge heads in tls-sprint branch tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 17:28:25 +0100] rev 677
merge heads in tls-sprint branch
Tue, 17 Feb 2009 16:33:52 +0100 provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 16:33:52 +0100] rev 676
provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations In this case, we need to add all new cubes at once.
Tue, 17 Feb 2009 16:25:20 +0100 merge tls-sprint
Laure Bourgois <Laure.Bourgois@logilab.fr> [Tue, 17 Feb 2009 16:25:20 +0100] rev 675
merge
Tue, 17 Feb 2009 16:20:53 +0100 small fix
Laure Bourgois <Laure.Bourgois@logilab.fr> [Tue, 17 Feb 2009 16:20:53 +0100] rev 674
small fix
Tue, 17 Feb 2009 17:31:01 +0100 factorized impl tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:31:01 +0100] rev 673
factorized impl
Tue, 17 Feb 2009 17:26:28 +0100 simplify registerers tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:26:28 +0100] rev 672
simplify registerers
Tue, 17 Feb 2009 17:25:59 +0100 still more explicit registration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:25:59 +0100] rev 671
still more explicit registration
Tue, 17 Feb 2009 17:13:55 +0100 drop more registerers tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:13:55 +0100] rev 670
drop more registerers
Tue, 17 Feb 2009 16:57:19 +0100 start with explicit registration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:57:19 +0100] rev 669
start with explicit registration
Tue, 17 Feb 2009 16:57:02 +0100 rename registration callback, clear argument to register tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:57:02 +0100] rev 668
rename registration callback, clear argument to register
Tue, 17 Feb 2009 16:45:22 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:45:22 +0100] rev 667
update import
Tue, 17 Feb 2009 16:43:33 +0100 interface handling should be done here tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:43:33 +0100] rev 666
interface handling should be done here
Tue, 17 Feb 2009 16:42:58 +0100 reorganize a bit, some cleanup and fixes tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:42:58 +0100] rev 665
reorganize a bit, some cleanup and fixes
Tue, 17 Feb 2009 16:41:46 +0100 drop unused support of .required, no more necessary .accepts check, and extresources_registerer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:41:46 +0100] rev 664
drop unused support of .required, no more necessary .accepts check, and extresources_registerer
Tue, 17 Feb 2009 16:40:26 +0100 kill ExtResourcesBoxTemplate tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:40:26 +0100] rev 663
kill ExtResourcesBoxTemplate
Tue, 17 Feb 2009 14:48:10 +0100 move _MARKER from appobject to web.request tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 14:48:10 +0100] rev 662
move _MARKER from appobject to web.request
Tue, 17 Feb 2009 14:45:54 +0100 properly kill/depreciate component base class, only keep Component tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 14:45:54 +0100] rev 661
properly kill/depreciate component base class, only keep Component
Tue, 17 Feb 2009 14:28:14 +0100 work in progress, draft for manual registration tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 14:28:14 +0100] rev 660
work in progress, draft for manual registration
Tue, 17 Feb 2009 14:00:17 +0100 VComponent needs visible property tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 14:00:17 +0100] rev 659
VComponent needs visible property
Tue, 17 Feb 2009 13:54:23 +0100 only kill Singleton[V]Component, keep [V]Component classes tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:54:23 +0100] rev 658
only kill Singleton[V]Component, keep [V]Component classes
Tue, 17 Feb 2009 13:48:58 +0100 work in progress - fix deprecation of EntityAction - fix various selectors bugs tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 13:48:58 +0100] rev 657
work in progress - fix deprecation of EntityAction - fix various selectors bugs
Tue, 17 Feb 2009 13:44:31 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:44:31 +0100] rev 656
oops
Tue, 17 Feb 2009 13:38:30 +0100 kill [Singleton]VComponent tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:38:30 +0100] rev 655
kill [Singleton]VComponent
Tue, 17 Feb 2009 13:26:24 +0100 has_relation selector compat, fix some deprecation msg tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:26:24 +0100] rev 654
has_relation selector compat, fix some deprecation msg
Tue, 17 Feb 2009 12:52:50 +0100 use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 12:52:50 +0100] rev 653
use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument
Tue, 17 Feb 2009 12:47:07 +0100 various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 12:47:07 +0100] rev 652
various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod
Tue, 17 Feb 2009 12:34:13 +0100 kill AddEntityAction tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 12:34:13 +0100] rev 651
kill AddEntityAction
Tue, 17 Feb 2009 12:33:57 +0100 proper documentation, some bug fixes, upgrade some selectors tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 12:33:57 +0100] rev 650
proper documentation, some bug fixes, upgrade some selectors
Tue, 17 Feb 2009 09:59:15 +0100 more doc, upgrade but_etype and appobject_selectable selectors tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 09:59:15 +0100] rev 649
more doc, upgrade but_etype and appobject_selectable selectors
Tue, 17 Feb 2009 09:58:47 +0100 drop LinToEntityAction2, only used by the comment cube tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 09:58:47 +0100] rev 648
drop LinToEntityAction2, only used by the comment cube
Mon, 16 Feb 2009 21:06:06 +0100 some selectors update + drop EntityRelationView (only used by jpl) tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 21:06:06 +0100] rev 647
some selectors update + drop EntityRelationView (only used by jpl)
Mon, 16 Feb 2009 20:55:00 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:55:00 +0100] rev 646
merge
Mon, 16 Feb 2009 20:52:27 +0100 merge
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:52:27 +0100] rev 645
merge
Mon, 16 Feb 2009 20:51:41 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:51:41 +0100] rev 644
merge
Mon, 16 Feb 2009 20:42:30 +0100 [jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 20:42:30 +0100] rev 643
[jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts
Mon, 16 Feb 2009 20:40:12 +0100 [javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 20:40:12 +0100] rev 642
[javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad
Mon, 16 Feb 2009 20:34:52 +0100 split main template into main template + page-content template tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 20:34:52 +0100] rev 641
split main template into main template + page-content template
Mon, 16 Feb 2009 20:51:24 +0100 drop EntityAction usage in cw, upgrade rql_condition and friends tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:51:24 +0100] rev 640
drop EntityAction usage in cw, upgrade rql_condition and friends
Mon, 16 Feb 2009 19:54:56 +0100 i18n translations for register
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:54:56 +0100] rev 639
i18n translations for register
Mon, 16 Feb 2009 19:54:42 +0100 add register link
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:54:42 +0100] rev 638
add register link
Mon, 16 Feb 2009 19:54:33 +0100 change label for new registered users
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:54:33 +0100] rev 637
change label for new registered users
Mon, 16 Feb 2009 19:53:35 +0100 handle register with email adress
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:53:35 +0100] rev 636
handle register with email adress
Mon, 16 Feb 2009 20:06:18 +0100 require_group/match_user_group -> match_user_groups tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:06:18 +0100] rev 635
require_group/match_user_group -> match_user_groups
Mon, 16 Feb 2009 20:05:55 +0100 move cubicweb.common.selectors to cubicweb.selectors tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:05:55 +0100] rev 634
move cubicweb.common.selectors to cubicweb.selectors
Mon, 16 Feb 2009 19:50:10 +0100 more selectors update tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 19:50:10 +0100] rev 633
more selectors update
Mon, 16 Feb 2009 19:20:30 +0100 kill EmptyRsetVeiw tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 19:20:30 +0100] rev 632
kill EmptyRsetVeiw
Mon, 16 Feb 2009 18:26:13 +0100 major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 18:26:13 +0100] rev 631
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
Mon, 16 Feb 2009 16:24:24 +0100 simple test implementation for binary operators on selectors tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 16:24:24 +0100] rev 630
simple test implementation for binary operators on selectors
Mon, 16 Feb 2009 14:18:13 +0100 provide a new WorkflowableEntityType base class (will be refactored later, maybe with schema interfaces) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 14:18:13 +0100] rev 629
provide a new WorkflowableEntityType base class (will be refactored later, maybe with schema interfaces)
Mon, 16 Feb 2009 14:08:16 +0100 extract workflow related schema definitions in its own file tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 14:08:16 +0100] rev 628
extract workflow related schema definitions in its own file
Mon, 16 Feb 2009 13:03:12 +0100 use RichString wherever possible in the stdlib tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 13:03:12 +0100] rev 627
use RichString wherever possible in the stdlib
Mon, 16 Feb 2009 15:21:46 +0100 adding ISIOC interface
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 16 Feb 2009 15:21:46 +0100] rev 626
adding ISIOC interface
Mon, 16 Feb 2009 13:59:06 +0100 [doc] fix path in makefile
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 16 Feb 2009 13:59:06 +0100] rev 625
[doc] fix path in makefile
Mon, 16 Feb 2009 12:33:14 +0100 provide a new RichString attribute type tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 12:33:14 +0100] rev 624
provide a new RichString attribute type The follwing declaration: class Card(EntityType): content = RichString(fulltextindexed=True, default_format='text/rest') is equivalent to : class Card(EntityType): content_format = String(meta=True, internationalizable=True, default='text/rest', constraints=[format_constraint]) content = String(fulltextindexed=True)
Mon, 16 Feb 2009 11:28:43 +0100 chainfirst / chainall can be given a name argument to use as inner function's name
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 11:28:43 +0100] rev 623
chainfirst / chainall can be given a name argument to use as inner function's name
Fri, 13 Feb 2009 16:34:05 +0100 complete doc about rtags
Stephanie Marcu <stephanie.marcu@logilab.fr> [Fri, 13 Feb 2009 16:34:05 +0100] rev 622
complete doc about rtags
Fri, 13 Feb 2009 16:28:57 +0100 merge
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 16:28:57 +0100] rev 621
merge
Fri, 13 Feb 2009 16:16:15 +0100 complete doc about rtags
Stephanie Marcu <stephanie.marcu@logilab.fr> [Fri, 13 Feb 2009 16:16:15 +0100] rev 620
complete doc about rtags
Fri, 13 Feb 2009 15:49:33 +0100 adding foaf_usable views to supports reusing foaf fragment in other views (for instance sioc view)
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 13 Feb 2009 15:49:33 +0100] rev 619
adding foaf_usable views to supports reusing foaf fragment in other views (for instance sioc view)
Fri, 13 Feb 2009 15:12:36 +0100 test fix
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 15:12:36 +0100] rev 618
test fix
Fri, 13 Feb 2009 14:38:14 +0100 update copyright
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 14:38:14 +0100] rev 617
update copyright
Fri, 13 Feb 2009 14:25:34 +0100 don't display too much rset rows
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 14:25:34 +0100] rev 616
don't display too much rset rows
Fri, 13 Feb 2009 14:25:10 +0100 don't use chainall when it's not necessary
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 14:25:10 +0100] rev 615
don't use chainall when it's not necessary
Fri, 13 Feb 2009 09:30:18 +0100 merge
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:30:18 +0100] rev 614
merge
Fri, 13 Feb 2009 09:30:04 +0100 more cleanup
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:30:04 +0100] rev 613
more cleanup
Fri, 13 Feb 2009 09:29:20 +0100 cleanup
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:29:20 +0100] rev 612
cleanup
Thu, 12 Feb 2009 16:47:31 +0100 removing project_linked_data view
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 12 Feb 2009 16:47:31 +0100] rev 611
removing project_linked_data view
(0) -120 +120 +1000 +3000 +10000 tip