server/hook.py
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Mon, 21 Jan 2013 16:34:09 +0100 Florent Cayré make ui configurations selectable (closes #2406609)
Tue, 11 Dec 2012 18:20:00 +0100 Aurelien Campeas [server] add debugging for Hooks & Operations (closes #2470048)
Fri, 16 Nov 2012 11:53:17 +0100 Sylvain Thénault backport stable
Wed, 14 Nov 2012 11:12:13 +0100 Sylvain Thénault [hook] fix hook base class so access to __registries__ doesn't call check_event, only call it in registered callback. Closes #2517748 stable
Fri, 14 Sep 2012 14:15:39 +0200 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
Thu, 20 Sep 2012 14:50:06 +0200 Sylvain Thénault [session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Tue, 24 Jul 2012 17:51:00 +0200 Adrien Di Mascio [documentation] fix some ReST compilation problems
Tue, 17 Jul 2012 12:24:46 +0200 Sylvain Thénault [entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
Fri, 20 Jul 2012 10:25:55 +0200 Sylvain Thénault [book] fix build warnings/errors. Closes #2430042 stable
Thu, 24 May 2012 14:01:05 +0200 Aurelien Campeas [server/hook] fix identation
Wed, 09 May 2012 17:15:44 +0200 Aurelien Campeas [server/hook] a tiny bit of doc about before_server_shutdown
Wed, 09 May 2012 16:43:48 +0200 Aurelien Campeas [events] add a new before_shutdown event (closes #2345728)
Thu, 16 Feb 2012 14:15:37 +0100 Sylvain Thénault backport stable
Thu, 16 Feb 2012 14:14:52 +0100 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
Fri, 10 Feb 2012 16:20:35 +0100 Julien Cristau [repo] Add a publish/subscribe mechanism for inter-instance communication using zmq
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 28 Oct 2011 10:32:48 +0200 Adrien Di Mascio [doc] fix most of ReST compilation errors and warnings
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
Thu, 07 Jul 2011 18:43:21 +0200 Sylvain Thénault [doc, hook] more backport of syt mbox documentation
Wed, 15 Jun 2011 17:16:19 +0200 Sylvain Thénault backport stable
Tue, 14 Jun 2011 11:54:41 +0200 Sylvain Thénault [data hook] new .union operation on DataOperationMixIn, only when container is a set, not a list stable
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
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)
Fri, 29 Apr 2011 19:31:25 +0200 Nicolas Chauvat merge changes from oldstable stable
Fri, 29 Apr 2011 19:28:20 +0200 Nicolas Chauvat [doc] fix doc and tutorials about hooks and operations oldstable
Fri, 15 Apr 2011 15:42:17 +0200 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
Thu, 31 Mar 2011 21:24:39 +0200 Nicolas Chauvat [doc] improve dostring of server.hook stable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Tue, 15 Feb 2011 23:30:01 +0100 Sylvain Thénault [data operation] add new remove_data method stable
Wed, 09 Feb 2011 18:04:04 +0100 Sylvain Thénault [doc] update some copyrights stable
Tue, 25 Jan 2011 12:09:59 +0100 Alexandre Fayolle improve massive deletion performance stable
Mon, 24 Jan 2011 11:39:53 +0100 Sylvain Thénault [book] fixes some references and other doc construction pbs stable
Mon, 17 Jan 2011 12:42:27 +0100 Sylvain Thénault [doc] fix match_rtype_sets docstring stable
Mon, 17 Jan 2011 10:25:18 +0100 Alexandre Fayolle added note about the effect of commit/rollback on the hooks_control context manager stable
Thu, 06 Jan 2011 11:54:37 +0100 Sylvain Thénault [doc] fix bad class ref stable
Tue, 04 Jan 2011 16:12:48 +0100 Alexandre Fayolle check the validity of kwargs passed to match_rtype stable
Tue, 04 Jan 2011 15:03:48 +0100 Alexandre Fayolle fix ticket #1382716 (problem was actually more subtle than I originally thought) stable
Wed, 22 Dec 2010 14:40:35 +0100 Aurelien Campeas [doc/book] fix/update a bit the hooks chapter stable
Mon, 06 Dec 2010 19:11:28 +0100 Julien Jehannet [hook] update DataOperationMixIn docstring stable
Sat, 09 Oct 2010 00:05:50 +0200 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
Wed, 29 Sep 2010 16:16:32 +0200 Sylvain Thénault backport stable
Mon, 27 Sep 2010 17:13:41 +0200 Sylvain Thénault [doc] add note about propagation on deletion of a watched relation stable
Thu, 16 Sep 2010 18:56:35 +0200 Sylvain Thénault backport stable into default
Thu, 16 Sep 2010 13:38:49 +0200 Sylvain Thénault [propagation hooks] support to skip some relation when propagating to linked entities. Proper renaming and enhance documentation on the way stable
Wed, 25 Aug 2010 18:29:55 +0200 Sylvain Thénault update documentation to follow 6142:8bc6eac1fac1 changes. Try to make it better and move most doc with code on the way
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Mon, 05 Jul 2010 12:04:32 +0200 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
Thu, 01 Jul 2010 09:23:39 +0200 Sylvain Thénault [security] use set_operation for relation permission checking operation stable
Sat, 26 Jun 2010 08:44:47 +0200 Alexandre Fayolle updated docstrings on Operation class stable
Mon, 14 Jun 2010 18:58:03 +0200 Sylvain Thénault [hooks] entity_oldnewvalue should never return _MARKER: if the attribute isn't in the entity dict (hence unmodified), return the old value stable
Tue, 18 May 2010 14:28:44 +0200 Sylvain Thénault [integrity] keep ordering for schema integrity checks stable
Mon, 10 May 2010 17:49:42 +0200 Sylvain Thénault [3.8 execute] remove deprecation warnings stable
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, 15 Apr 2010 19:39:55 +0200 Sylvain Thénault backport stable
less more (0) -100 -60 tip