hooks/workflow.py
Fri, 18 Dec 2015 09:23:23 +0100 Sylvain Thénault [schema] Use TZDatetime for creation_date and modification_date
Tue, 24 Nov 2015 14:08:47 +0100 Julien Cristau Remove trailing empty lines
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Tue, 01 Apr 2014 16:32:28 +0200 Julien Cristau [hooks/workflow] use a cnx not a session
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Mon, 17 Sep 2012 17:48:55 +0200 Sylvain Thénault [validation error] refactor validation error handling so translation is done on the web side
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
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
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
Mon, 02 May 2011 15:07:13 +0200 Sylvain Thénault [workflow hooks] reuse metadata/integrity categories instead of a new 'workflow' category and drop useless hook
Tue, 21 Dec 2010 21:20:19 +0100 Alexandre Fayolle #1382705 forbid with sql level locking the simultaneous fireing of a transition on a given entity stable
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)
Mon, 07 Jun 2010 18:16:16 +0200 Sylvain Thénault backport stable
Mon, 07 Jun 2010 17:45:41 +0200 Sylvain Thénault [hooks] fix typo in workflow hooks category stable
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
Wed, 07 Apr 2010 10:05:04 +0200 Sylvain Thénault [wf] should use is_in_group to avoid error with internal manager stable
Mon, 29 Mar 2010 11:51:46 +0200 Sylvain Thénault [workflow] support for automatic transition starting from the initial state stable
Fri, 26 Mar 2010 08:28:22 +0100 Sylvain Thénault [form] put qualified name on validation error, should fix #784299 stable
Tue, 09 Mar 2010 08:59:43 +0100 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Fri, 19 Feb 2010 09:36:26 +0100 Sylvain Thénault introduce 'go back' transition: transition without destination state will go to the state we were coming from stable
Thu, 21 Jan 2010 10:51:07 +0100 Sylvain Thénault update copyright
Tue, 22 Dec 2009 10:27:49 +0100 Sylvain Thénault backport stable
Wed, 09 Dec 2009 17:10:01 +0100 Sylvain Thénault don't use setdefault with a tuple as value, a set is expected
Wed, 09 Dec 2009 12:41:05 +0100 Sylvain Thénault use implements instead of entity_implements
Tue, 08 Dec 2009 11:12:42 +0100 Sylvain Thénault more api update
Mon, 07 Dec 2009 05:09:09 -0800 Sandrine Ribeau fix bad merge
Fri, 20 Nov 2009 19:56:35 +0100 Sylvain Thénault forgotten stuff
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Mon, 19 Oct 2009 20:22:01 +0200 Sylvain Thénault oops
Thu, 15 Oct 2009 10:56:34 +0200 Sylvain Thénault fix merge
Thu, 15 Oct 2009 10:31:54 +0200 Sylvain Thénault backport stable branch
Tue, 13 Oct 2009 12:04:36 +0200 Sylvain Thénault composite relation, should'nt be needed
Fri, 09 Oct 2009 16:39:26 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Wed, 30 Sep 2009 18:57:42 +0200 Sylvain Thénault backport stable branch
Wed, 23 Sep 2009 19:36:31 +0200 Sylvain Thénault no need to access to _ through entity.req...
Wed, 23 Sep 2009 08:42:52 +0200 Sylvain Thénault [appobjects] use __regid__ instead of __id__, more explicit
Mon, 31 Aug 2009 19:09:54 +0200 Sylvain Thénault backport 3.5 branch
Wed, 26 Aug 2009 15:00:46 +0200 Sylvain Thénault backport 3.5 step 2, backport wf changes in hooks/workflow.py
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 18:25:57 +0200 Sylvain Thénault backport stable branch
Fri, 14 Aug 2009 14:31:25 +0200 Sylvain Thénault use ._cw instead of .cw_req
Fri, 14 Aug 2009 11:14:10 +0200 Sylvain Thénault rewrite hooks in sobjects as new Hook style into hooks sub-package
Fri, 14 Aug 2009 09:26:41 +0200 Sylvain Thénault [hooks] major refactoring:
less more (0) tip