Mon, 18 Jan 2010 19:21:30 +0100 | Sylvain Thénault | backport stable branch | file | diff | annotate |
Thu, 07 Jan 2010 16:52:32 +0100 | Adrien Di Mascio | update copyright: welcome 2010 | file | diff | annotate |
Tue, 08 Dec 2009 12:03:15 +0100 | Sylvain Thénault | missing mainvars | file | diff | annotate |
Tue, 08 Dec 2009 11:12:42 +0100 | Sylvain Thénault | more api update | file | diff | annotate |
Tue, 08 Dec 2009 10:58:56 +0100 | Sylvain Thénault | drop common subpackage | file | diff | annotate |
Tue, 08 Dec 2009 08:46:15 +0100 | Sylvain Thénault | backport stable branch | file | diff | annotate |
Fri, 04 Dec 2009 19:53:50 +0100 | Sylvain Thénault | should delete state once replacement has been done | file | diff | annotate |
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 | file | diff | annotate |
Thu, 03 Dec 2009 17:17:43 +0100 | Sylvain Thénault | backport stable into default | file | diff | annotate |
Thu, 03 Dec 2009 11:39:31 +0100 | Aurelien Campeas | add postcommit_event on Operations | file | diff | annotate |
Thu, 03 Dec 2009 09:57:32 +0100 | Sylvain Thénault | implements 'parent' method on workflow entity types | file | diff | annotate |
Tue, 01 Dec 2009 19:58:51 +0100 | Pierre-Yves David | improve error message for redundant initial workflow states | file | diff | annotate |
Wed, 21 Oct 2009 17:32:20 +0200 | Sylvain Thénault | backport stable branch | file | diff | annotate |
Wed, 21 Oct 2009 11:19:54 +0200 | Aurelien Campeas | latst_trinfo : do not crash on absent wf history | file | diff | annotate |
Tue, 20 Oct 2009 16:53:25 +0200 | Sylvain Thénault | 2.4 compat | file | diff | annotate |
Mon, 19 Oct 2009 15:20:43 +0200 | Sylvain Thénault | 2.4 compat | file | diff | annotate |
Mon, 19 Oct 2009 15:16:41 +0200 | Sylvain Thénault | backport stable | file | diff | annotate |
Fri, 16 Oct 2009 10:59:11 +0200 | Aurelien Campeas | revert to adim fix | file | diff | annotate |
Fri, 16 Oct 2009 10:30:35 +0200 | Aurelien Campeas | merge | file | diff | annotate |
Fri, 16 Oct 2009 10:29:24 +0200 | Aurelien Campeas | missing args | file | diff | annotate |
Fri, 16 Oct 2009 08:14:34 +0200 | Adrien Di Mascio | [workflow] fix NameError in fire_transition() | file | diff | annotate |
Thu, 15 Oct 2009 18:34:20 +0200 | Sylvain Thénault | update for new create_entity implementation | file | diff | annotate |
Thu, 15 Oct 2009 10:56:34 +0200 | Sylvain Thénault | fix merge | file | diff | annotate |
Thu, 15 Oct 2009 10:31:54 +0200 | Sylvain Thénault | backport stable branch | file | diff | annotate |
Wed, 14 Oct 2009 12:48:39 +0200 | Sylvain Thénault | simpler implementation | file | diff | annotate |
Fri, 09 Oct 2009 16:39:26 +0200 | Sylvain Thénault | backport stable branch | file | diff | annotate |
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 | file | diff | annotate |
Thu, 08 Oct 2009 12:34:17 +0200 | Sylvain Thénault | [wf] fix detection of transition where we've entered a subworkflow | file | diff | annotate |
Wed, 07 Oct 2009 20:03:24 +0200 | Sylvain Thénault | ensure relation is properly created | file | diff | annotate |
Wed, 07 Oct 2009 12:31:08 +0200 | Sylvain Thénault | backport stable branch | file | diff | annotate |
Wed, 07 Oct 2009 10:41:19 +0200 | Aurelien Campeas | two bits of docstring | file | diff | annotate |
Thu, 01 Oct 2009 09:41:41 +0200 | Sylvain Thénault | oops | file | diff | annotate |
Wed, 30 Sep 2009 18:57:42 +0200 | Sylvain Thénault | backport stable branch | file | diff | annotate |
Wed, 30 Sep 2009 16:06:52 +0200 | Sylvain Thénault | support for automatic transition | file | diff | annotate |
Wed, 23 Sep 2009 23:28:59 +0200 | Sylvain Thénault | don't use assert here | file | diff | annotate |
Wed, 23 Sep 2009 19:40:19 +0200 | Adrien Di Mascio | [api] work in progress, use __regid__, cw_*, etc. | file | diff | annotate |
Wed, 23 Sep 2009 11:05:14 +0200 | Sylvain Thénault | use self._cw instead of self.req | file | diff | annotate |
Wed, 23 Sep 2009 11:04:59 +0200 | Sylvain Thénault | nicer deprecation warnings | file | diff | annotate |
Wed, 23 Sep 2009 09:29:39 +0200 | Sylvain Thénault | use __regid__ instead of id on appobject classes | file | diff | annotate |
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...) | file | diff | annotate |
Tue, 25 Aug 2009 18:30:44 +0200 | Sylvain Thénault | cleanup | file | diff | annotate |
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 | file | diff | annotate |
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 | file | diff | annotate |
Tue, 25 Aug 2009 18:26:31 +0200 | Sylvain Thénault | [wf] use custom exception class | file | diff | annotate |
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...) | file | diff | annotate |
Tue, 25 Aug 2009 18:24:54 +0200 | Sylvain Thénault | [wf] new methods to build wf w/ workflow transition | file | diff | annotate |
Tue, 25 Aug 2009 13:33:03 +0200 | Sylvain Thénault | [wf] allow state entity as argument to change_state | file | diff | annotate |
Tue, 25 Aug 2009 12:38:37 +0200 | Sylvain Thénault | [wf] distinguish main workflow / current workflow | file | diff | annotate |
Tue, 25 Aug 2009 12:33:30 +0200 | Sylvain Thénault | [wf] new iter_worfklows method on workflow | file | diff | annotate |
Tue, 25 Aug 2009 12:32:44 +0200 | Sylvain Thénault | [wf] new .workflow property on states and transitions | file | diff | annotate |
Fri, 21 Aug 2009 14:50:20 +0200 | Sylvain Thénault | [wf] oops, BaseTransition.__init__ may be called for subclasses | file | diff | annotate |
Fri, 21 Aug 2009 09:03:30 +0200 | Sylvain Thénault | [wf] BaseTransition is a virtual type | file | diff | annotate |
Fri, 21 Aug 2009 08:45:16 +0200 | Sylvain Thénault | override clear_all_caches to clear cwetype_workflow cache | file | diff | annotate |
Fri, 21 Aug 2009 08:44:51 +0200 | Sylvain Thénault | [wf] new workflow_history property, nicer the reverse_wf_info_for... | file | diff | annotate |
Fri, 21 Aug 2009 08:44:16 +0200 | Sylvain Thénault | [wf] refactor current_workflow by extracting cwetype_workflow method | file | diff | annotate |
Fri, 21 Aug 2009 08:43:28 +0200 | Sylvain Thénault | [wf] allow ascii state/transition names | file | diff | annotate |
Fri, 21 Aug 2009 08:43:00 +0200 | Sylvain Thénault | [wf] return None, not empty list | file | diff | annotate |
Fri, 21 Aug 2009 08:42:17 +0200 | Sylvain Thénault | [schema] default_workflow_of more naturally expressed as default_workflow | file | diff | annotate |
Thu, 20 Aug 2009 17:44:27 +0200 | Sylvain Thénault | start a new workflow engine | file | diff | annotate |
Wed, 19 Aug 2009 08:32:18 +0200 | Sylvain Thénault | remove buggy debug warning... | file | diff | annotate |
Tue, 18 Aug 2009 16:05:50 +0200 | Aurelien Campeas | [hooks] say which are the states (again) | file | diff | annotate |
Tue, 18 Aug 2009 15:50:46 +0200 | Aurelien Campeas | [hooks] say which are the states | file | diff | annotate |
Thu, 28 May 2009 09:20:07 +0200 | Adrien Di Mascio | big bunch of copyright / docstring update | file | diff | annotate |
Thu, 30 Apr 2009 10:33:49 +0200 | sylvain thenault | delete-trailing-whitespaces | file | diff | annotate |
Thu, 26 Mar 2009 21:03:20 +0100 | sylvain thenault | support for old __rtags__ | file | diff | annotate |
Wed, 05 Nov 2008 15:52:50 +0100 | Adrien Di Mascio | Showtime ! | file | diff | annotate |