entities/__init__.py
Thu, 19 Nov 2015 17:50:48 +0100 Julien Cristau [fti] add cw_fti_index_rql_limit method
Thu, 19 Nov 2015 16:48:55 +0100 Rémi Cardona [fti] backout 166c6f7b1be4
Thu, 12 Nov 2015 10:53:50 +0100 Julien Cristau [entities] import range from six.moves
Thu, 12 Nov 2015 10:52:28 +0100 Julien Cristau merge head published by accident
Thu, 06 Mar 2014 15:55:33 +0100 Christophe de Vienne [fti] Improve big table reindexation
Tue, 15 Sep 2015 17:04:04 +0200 Rémi Cardona [py3k] unicode → six.text_type
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Wed, 15 Apr 2015 22:48:20 +0200 Aurelien Campeas [entities] fix dc_title output for bool(value) == False
Fri, 13 Feb 2015 14:32:15 +0100 Julien Cristau [entities] make cw_fti_index_rql_queries predictable
Thu, 06 Nov 2014 14:35:25 +0100 Aurelien Campeas [warnings] put an end to warnings in the sqlite driver over `str` being sent instead of unicode strings
Wed, 30 Jul 2014 14:06:38 +0200 Rémi Cardona Remove unused lgc.interface imports and leftovers
Wed, 27 Nov 2013 22:16:26 +0100 Sylvain Thénault cwetype is a *class* property, rename its argument accordingly stable
Thu, 25 Apr 2013 14:10:55 +0200 Pierre-Yves David remove unused import
Tue, 23 Apr 2013 15:16:36 +0200 Pierre-Yves David [entity] add an official ``cw_etype`` property for entity
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Fri, 06 Jul 2012 09:00:33 +0200 Adrien Di Mascio [fti] allow usage of custom RQL to fetch entities to index (closes #2410509)
Tue, 27 Sep 2011 18:46:36 +0200 Florent Cayré [form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
Thu, 22 Sep 2011 16:12:23 +0200 Sylvain Thénault [entity] upgrade fetch_[unrelated_]order to benefit from changes introduced in 3.14 (closes #1942758)
Wed, 30 Mar 2011 14:03:10 +0200 Sylvain Thénault [AnyEntity] rename __linkto attribute as cw_linkto to avoid name mangling which make overriding/monkey-patching unnecessarily harder stable
Fri, 30 Jul 2010 10:02:31 +0200 Sylvain Thénault [view] deprecate create_url in favor of a cw_create_url class method on entity classes
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Fri, 18 Dec 2009 15:10:57 +0100 Pierre-Yves David 3.6 remove deprecation warning
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Tue, 06 Oct 2009 18:17:11 +0200 Sylvain Thénault doesn't necessarily have parent stable
Tue, 06 Oct 2009 17:13:08 +0200 Sylvain Thénault [entities] default implementation for after_deletion_path goes back to the parent if any stable
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 12:28:28 +0200 Adrien Di Mascio [api] use _cw, cw_row, cw_col, cw_rset etc.
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Tue, 22 Sep 2009 12:11:12 +0200 Adrien Di Mascio backport stable branch
Mon, 21 Sep 2009 18:02:59 +0200 Sylvain Thénault this is actually a role, fix argument name stable
Thu, 13 Aug 2009 11:49:56 +0200 Sylvain Thénault remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
Thu, 13 Aug 2009 00:35:05 +0200 Nicolas Chauvat R put version info in deprecation warnings
Mon, 03 Aug 2009 15:42:47 +0200 Sylvain Thénault [appobject selection process] drop the need for the .selected method
Fri, 31 Jul 2009 22:37:28 +0200 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
Thu, 23 Jul 2009 15:57:15 +0200 Sylvain Thénault move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
Fri, 05 Jun 2009 15:09:20 +0200 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
Fri, 29 May 2009 14:19:30 +0200 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Tue, 19 May 2009 09:05:47 +0200 Sylvain Thénault stop automatically setting default method for _format field, too hard to override this with the new form system while keeping bw compat. Simply upgrade to new form system where it's a problem stable
Tue, 28 Apr 2009 11:22:31 +0200 sylvain thenault fix imports, cleanup, repair some ajax calls tls-sprint
Tue, 28 Apr 2009 10:11:08 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Tue, 21 Apr 2009 19:20:56 +0200 sylvain thenault remove spaces tls-sprint
Fri, 17 Apr 2009 16:55:37 +0200 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
Wed, 15 Apr 2009 14:41:06 +0200 sylvain thenault rename attribute_metadata method to attr_metadata to save a few chars tls-sprint
Fri, 27 Mar 2009 17:08:27 +0100 sylvain thenault fix form instantiation tls-sprint
Fri, 27 Mar 2009 12:30:19 +0100 sylvain thenault fix *relations_by_categories + rtags api/key mess tls-sprint
Thu, 26 Mar 2009 21:03:20 +0100 sylvain thenault support for old __rtags__ tls-sprint
Thu, 26 Mar 2009 19:15:57 +0100 sylvain thenault remove rtags/methods to handle the action box from Entity, move it to the action box... tls-sprint
Thu, 26 Mar 2009 19:00:20 +0100 sylvain thenault pylint cleanup tls-sprint
Mon, 23 Mar 2009 18:20:23 +0100 sylvain thenault remove some bw compat code tls-sprint
Thu, 12 Mar 2009 20:07:20 +0100 sylvain thenault has_metadata is a schema method tls-sprint
Thu, 12 Mar 2009 19:39:34 +0100 sylvain thenault unification of meta-attributes handling: tls-sprint
less more (0) -60 tip