server/hook.py
Fri, 16 Oct 2015 11:58:10 +0200 Rémi Cardona spelling: *aly → *ally
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Tue, 01 Jul 2014 16:55:49 +0200 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
Fri, 02 May 2014 17:57:37 +0200 Aurelien Campeas remove most 3.10 bw compat
Tue, 01 Apr 2014 15:52:44 +0200 Julien Cristau [server/hook] operations get a connection instead of a session
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Thu, 23 Jan 2014 12:32:16 +0100 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
Mon, 09 Dec 2013 16:13:10 +0100 Julien Cristau merge 3.17.11
Thu, 24 Oct 2013 09:20:45 +0200 Denis Laxalde [book] Improve match_rtype selector docstring and "Relation modification related events" section stable
Thu, 10 Oct 2013 13:26:11 +0200 Aurelien Campeas [merge] backport stable fixes
Fri, 30 Aug 2013 15:34:58 +0200 Rémi Cardona spelling: rollbacked -> rolled back stable
Mon, 26 Aug 2013 16:15:29 +0200 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
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
less more (0) -100 -60 tip