appobject.py
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
Thu, 13 Aug 2009 10:32:03 +0200 Sylvain Thénault no more needs for vreg_initialization_completed hook
Thu, 13 Aug 2009 10:24:51 +0200 Sylvain Thénault should still call .items
Thu, 13 Aug 2009 10:20:57 +0200 Sylvain Thénault refactor property handling to avoid name conflicts
Thu, 13 Aug 2009 09:59:35 +0200 Sylvain Thénault stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url
Thu, 13 Aug 2009 09:41:24 +0200 Sylvain Thénault move get_cache to base request
Thu, 13 Aug 2009 09:41:05 +0200 Sylvain Thénault move tal_render to View
Thu, 13 Aug 2009 09:30:03 +0200 Sylvain Thénault rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
Wed, 12 Aug 2009 19:09:32 +0200 Nicolas Chauvat R propagate deprecation of AppObject.entity()
Wed, 12 Aug 2009 18:40:52 +0200 Nicolas Chauvat R put version info in deprecation warnings
Wed, 12 Aug 2009 18:16:49 +0200 Nicolas Chauvat R [appobject] deprecate AppObject.entity()
Tue, 11 Aug 2009 13:01:56 +0200 Nicolas Chauvat R propagate registry API changes
Mon, 03 Aug 2009 15:42:47 +0200 Sylvain Thénault [appobject selection process] drop the need for the .selected method
Mon, 03 Aug 2009 15:16:47 +0200 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
Mon, 03 Aug 2009 14:14:07 +0200 Sylvain Thénault R [base classes] only AppObject remaning, no more AppRsetObject
Mon, 03 Aug 2009 10:50:57 +0200 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
Fri, 31 Jul 2009 22:37:28 +0200 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Tue, 23 Jun 2009 13:36:38 +0200 Sylvain Thénault backport stable branch
Wed, 10 Jun 2009 23:29:37 +0200 Adrien Di Mascio [CWCache] yet another bugfix in cwcache: proper initalization of Cache.creation_date stable
Wed, 10 Jun 2009 21:02:21 +0200 Adrien Di Mascio [CWCache] fix CWCache validity test stable
Fri, 05 Jun 2009 19:04:20 +0200 Sylvain Thénault absolute_url / build_url refactoring to avoid potential name clash
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:04:06 +0200 Sylvain Thénault be stricter on catched exception, fix Time parsing
Fri, 29 May 2009 13:34:06 +0200 Florent fix import
Thu, 28 May 2009 18:31:14 +0200 Sylvain Thénault move view method's logic on the registry, so it's easier to call it from outside an appobject. Also make rset argument optional
Thu, 28 May 2009 18:28:29 +0200 Sylvain Thénault move parse_datetime on appobject
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Tue, 12 May 2009 20:17:37 +0200 sylvain thenault move initialize_varmaker impl to base app object tls-sprint
Mon, 11 May 2009 11:55:10 +0200 sylvain thenault View.dispatch -> View.render tls-sprint
Mon, 04 May 2009 12:53:28 +0200 sylvain thenault fix import tls-sprint
Mon, 04 May 2009 11:47:33 +0200 sylvain thenault don't depends on simplejson outside web/ tls-sprint
Wed, 29 Apr 2009 08:57:50 +0200 sylvain thenault delete-trailing-whitespaces 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, 08 Apr 2009 11:29:28 +0200 sylvain thenault * print vreg content once fully initialized (require move of print code from vregistry to cwvreg) tls-sprint
less more (0) -60 tip