appobject.py
Thu, 02 Jul 2015 19:54:25 +0200 David Douard [doc] more fixes of warnings/errors in doc build
Thu, 25 Apr 2013 14:10:55 +0200 Pierre-Yves David remove unused import
Thu, 10 Jan 2013 13:03:38 +0100 Aurelien Campeas [appobject] introduce RegistrableObject base class (prepares #2406609)
Thu, 10 Jan 2013 18:31:43 +0100 Aurelien Campeas [appobject] cleanup module (prepares #2406609)
Thu, 16 Feb 2012 14:23:24 +0100 Sylvain Thénault [vreg] restore bw compat, eg container expect to find Selector in appobject module
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
Wed, 28 Sep 2011 09:27:42 +0200 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Thu, 28 Apr 2011 17:05:22 +0200 Alexandre Fayolle [hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Fri, 21 Jan 2011 12:51:58 +0100 Sylvain Thénault [selectors] minor: use similar __repr__ implementation for selector instances stable
Tue, 06 Jul 2010 11:31:34 +0200 Sylvain Thénault backport stable
Tue, 06 Jul 2010 09:42:16 +0200 Sylvain Thénault imported patch selstrfix.diff stable
Fri, 21 May 2010 15:00:01 +0200 Sylvain Thénault [selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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
Thu, 22 Apr 2010 17:04:51 +0200 Julien Jehannet [selector] allow inplace operator in selector computation
Fri, 16 Apr 2010 17:37:57 +0200 Aurelien Campeas fix docstring stable
Fri, 16 Apr 2010 12:32:52 +0200 Aurelien Campeas [doc/book] some fixes for vregistry, selectors & appobjects stable
Tue, 06 Apr 2010 10:11:40 +0200 Sylvain Thénault more / cleaner / in code documentation of vreg, selectors and appobject stable
Wed, 31 Mar 2010 09:55:19 +0200 Sylvain Thénault [optimization] improve massive write performance by optimizing hooks selection stable
Thu, 25 Mar 2010 14:49:24 +0100 Sylvain Thénault [appobject] add version number to deprecation warning stable
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Fri, 26 Feb 2010 13:09:12 +0100 Sylvain Thénault fix some pylint detected errors stable
Mon, 15 Feb 2010 15:04:44 +0100 Sylvain Thénault fix typo in deprecation warning stable
Mon, 08 Feb 2010 11:08:55 +0100 Sylvain Thénault backport stable branch and some vreg cleanups:
Sat, 06 Feb 2010 10:34:26 +0100 Sylvain Thénault initialize property once initialization has been fully completed, close #666573 stable
Fri, 05 Feb 2010 08:53:33 +0100 Sylvain Thénault reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
Fri, 05 Feb 2010 07:25:16 +0100 Sylvain Thénault backport stable
Thu, 04 Feb 2010 13:17:26 +0100 Sylvain Thénault copy back __doc__ for proper sphinx doc generation
Wed, 03 Feb 2010 16:19:12 +0100 Aurelien Campeas discriminate against None, not False-ish values 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
Tue, 08 Dec 2009 09:09:07 +0100 Sylvain Thénault .id backward compat
Thu, 15 Oct 2009 11:20:26 +0200 Sylvain Thénault add note
Wed, 23 Sep 2009 19:41:19 +0200 Adrien Di Mascio [deprecation] better deprecation handling on self.varmaker
Wed, 23 Sep 2009 13:28:26 +0200 Adrien Di Mascio [api] use cw_*
Wed, 23 Sep 2009 12:29:31 +0200 Adrien Di Mascio fix deprecation warnings in appobject: display the correct expected replacement
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 10:20:51 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Wed, 23 Sep 2009 09:54:25 +0200 Adrien Di Mascio merge
Wed, 23 Sep 2009 09:47:04 +0200 Adrien Di Mascio [appobject] detect old-style property_defs and emit a deprectaion warning
Wed, 23 Sep 2009 08:42:52 +0200 Sylvain Thénault [appobjects] use __regid__ instead of __id__, more explicit
Fri, 21 Aug 2009 16:26:20 +0200 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
Mon, 17 Aug 2009 20:02:07 +0200 Sylvain Thénault add write support for rset to avoid some crash
Mon, 17 Aug 2009 19:21:26 +0200 Sylvain Thénault [appobject] old selectors no more supported
Mon, 17 Aug 2009 19:20:36 +0200 Sylvain Thénault [deprecation] nicer messages
Fri, 14 Aug 2009 14:31:25 +0200 Sylvain Thénault use ._cw instead of .cw_req
Fri, 14 Aug 2009 09:17:54 +0200 Sylvain Thénault [selectors] explicity fail on inplace and/or
Thu, 13 Aug 2009 13:07:21 +0200 Sylvain Thénault turn id into __id__
Thu, 13 Aug 2009 12:23:06 +0200 Sylvain Thénault doc update
Thu, 13 Aug 2009 12:18:14 +0200 Sylvain Thénault deprecate appobject.vreg and rename appobject instance attributes using cw_ prefix
Thu, 13 Aug 2009 11:56:49 +0200 Sylvain Thénault no need for a classid class method
Thu, 13 Aug 2009 11:54:19 +0200 Sylvain Thénault rename registered to __registered__
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 11:32:34 +0200 Sylvain Thénault propagate some api changes
Thu, 13 Aug 2009 11:06:46 +0200 Sylvain Thénault fix bw compat properties
less more (0) -100 -60 tip