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
Fri, 13 Feb 2009 09:28:30 +0100 take care, cnx may be None in which case we can't get/set session data
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:28:30 +0100] rev 610
take care, cnx may be None in which case we can't get/set session data
Fri, 13 Feb 2009 09:28:04 +0100 must not be a class attribute\!
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:28:04 +0100] rev 609
must not be a class attribute\!
Thu, 12 Feb 2009 12:59:12 +0100 rset may be empty
sylvain.thenault@logilab.fr [Thu, 12 Feb 2009 12:59:12 +0100] rev 608
rset may be empty
Wed, 11 Feb 2009 19:34:16 +0100 [preferences] de-uglify a bit, remove useless parameter
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 19:34:16 +0100] rev 607
[preferences] de-uglify a bit, remove useless parameter
Wed, 11 Feb 2009 19:11:55 +0100 [tabs] reuse the new set_cookie controller method
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 19:11:55 +0100] rev 606
[tabs] reuse the new set_cookie controller method
Wed, 11 Feb 2009 18:47:12 +0100 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 18:47:12 +0100] rev 605
merge
Wed, 11 Feb 2009 18:46:14 +0100 [preferences] preferences sections will now remember their collapsed/open status
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 18:46:14 +0100] rev 604
[preferences] preferences sections will now remember their collapsed/open status
Wed, 11 Feb 2009 18:43:32 +0100 [controllers] a set_cookie method
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 18:43:32 +0100] rev 603
[controllers] a set_cookie method
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip