entities/wfobjs.py
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
Tue, 13 Apr 2010 13:21:10 +0200 Sylvain Thénault [mq]: worklfow view
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
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:09:12 +0100 Sylvain Thénault fix some pylint detected errors stable
Fri, 19 Feb 2010 10:12:33 +0100 Sylvain Thénault [workflow] fix potential destination for go back transition stable
Fri, 19 Feb 2010 10:04:24 +0100 Sylvain Thénault [workflow] finish refactoring introduced by 021035b9a7ab for 'go back' transition: stable
Fri, 19 Feb 2010 09:37:03 +0100 Sylvain Thénault deprecate Transition.set_transition_permissions in favor of set_permissions (after all we know we're on a transition entity) 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
Wed, 03 Feb 2010 14:46:32 +0100 Sylvain Thénault backport stable
Thu, 28 Jan 2010 14:29:52 +0100 Sylvain Thénault add version number to deprecation warning 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 12:03:15 +0100 Sylvain Thénault missing mainvars
Tue, 08 Dec 2009 11:12:42 +0100 Sylvain Thénault more api update
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Tue, 08 Dec 2009 08:46:15 +0100 Sylvain Thénault backport stable branch
Fri, 04 Dec 2009 19:53:50 +0100 Sylvain Thénault should delete state once replacement has been done stable
Fri, 04 Dec 2009 19:45:19 +0100 Sylvain Thénault added replace_state method to ease workflow migration. backported from forge as a reminder, not really tested yet stable
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Thu, 03 Dec 2009 11:39:31 +0100 Aurelien Campeas add postcommit_event on Operations stable
Thu, 03 Dec 2009 09:57:32 +0100 Sylvain Thénault implements 'parent' method on workflow entity types stable
Tue, 01 Dec 2009 19:58:51 +0100 Pierre-Yves David improve error message for redundant initial workflow states stable
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Wed, 21 Oct 2009 11:19:54 +0200 Aurelien Campeas latst_trinfo : do not crash on absent wf history stable
Tue, 20 Oct 2009 16:53:25 +0200 Sylvain Thénault 2.4 compat stable
Mon, 19 Oct 2009 15:20:43 +0200 Sylvain Thénault 2.4 compat
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Fri, 16 Oct 2009 10:59:11 +0200 Aurelien Campeas revert to adim fix stable
Fri, 16 Oct 2009 10:30:35 +0200 Aurelien Campeas merge stable
Fri, 16 Oct 2009 10:29:24 +0200 Aurelien Campeas missing args stable
Fri, 16 Oct 2009 08:14:34 +0200 Adrien Di Mascio [workflow] fix NameError in fire_transition() stable
Thu, 15 Oct 2009 18:34:20 +0200 Sylvain Thénault update for new create_entity implementation stable
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
Wed, 14 Oct 2009 12:48:39 +0200 Sylvain Thénault simpler implementation stable
Fri, 09 Oct 2009 16:39:26 +0200 Sylvain Thénault backport stable branch
Fri, 09 Oct 2009 16:31:06 +0200 Sylvain Thénault [wf engine] support for subwf exit point with no destination state: go back to state from which we entered into the subworkflow stable
Thu, 08 Oct 2009 12:34:17 +0200 Sylvain Thénault [wf] fix detection of transition where we've entered a subworkflow stable
Wed, 07 Oct 2009 20:03:24 +0200 Sylvain Thénault ensure relation is properly created stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 10:41:19 +0200 Aurelien Campeas two bits of docstring stable
Thu, 01 Oct 2009 09:41:41 +0200 Sylvain Thénault oops stable
Wed, 30 Sep 2009 18:57:42 +0200 Sylvain Thénault backport stable branch
Wed, 30 Sep 2009 16:06:52 +0200 Sylvain Thénault support for automatic transition stable
Wed, 23 Sep 2009 23:28:59 +0200 Sylvain Thénault don't use assert here
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 11:05:14 +0200 Sylvain Thénault use self._cw instead of self.req
Wed, 23 Sep 2009 11:04:59 +0200 Sylvain Thénault nicer deprecation warnings
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Thu, 27 Aug 2009 16:58:20 +0200 Sylvain Thénault [multi-sources] in ms config we don't have state_of (and probably others, but that's the one used until now...) 3.5
Tue, 25 Aug 2009 18:30:44 +0200 Sylvain Thénault cleanup 3.5
Tue, 25 Aug 2009 18:30:29 +0200 Sylvain Thénault [wf] new method on WorkflowableMixIn to get the transition which had led to the current sub-workflow 3.5
Tue, 25 Aug 2009 18:29:36 +0200 Sylvain Thénault [wf] refactor change_state/fire_transition to share more code, change_state can also take an optional tr argument 3.5
Tue, 25 Aug 2009 18:26:31 +0200 Sylvain Thénault [wf] use custom exception class 3.5
Tue, 25 Aug 2009 18:26:05 +0200 Sylvain Thénault [wf] ensure fromstates given, allow to give an entity (avoid spotless error, we can iter on entities...) 3.5
Tue, 25 Aug 2009 18:24:54 +0200 Sylvain Thénault [wf] new methods to build wf w/ workflow transition 3.5
Tue, 25 Aug 2009 13:33:03 +0200 Sylvain Thénault [wf] allow state entity as argument to change_state 3.5
Tue, 25 Aug 2009 12:38:37 +0200 Sylvain Thénault [wf] distinguish main workflow / current workflow 3.5
Tue, 25 Aug 2009 12:33:30 +0200 Sylvain Thénault [wf] new iter_worfklows method on workflow 3.5
less more (0) -60 tip