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)
(0) -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 tip