Wed, 14 Sep 2011 09:11:50 +0200 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 02 May 2011 15:06:20 +0200 |
Sylvain Thénault |
[entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
|
file |
diff |
annotate
|
Fri, 22 Apr 2011 11:58:41 +0200 |
Alexandre Fayolle |
fix tests broken by fcb8932082a5 (continued)
|
file |
diff |
annotate
|
Thu, 10 Mar 2011 15:18:21 +0100 |
Sylvain Thénault |
[test] properly close connections
stable
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 21:49:29 +0100 |
Julien Jehannet |
[tests] use migration api to create workflow
stable
|
file |
diff |
annotate
|
Mon, 10 Jan 2011 12:28:09 +0100 |
Sylvain Thénault |
[unittest2] update to unittest2 assertRaises api
stable
|
file |
diff |
annotate
|
Fri, 08 Oct 2010 07:43:38 +0200 |
Sylvain Thénault |
[test] fix tests broken by transaction behaviour on Unauthorized/ValidationError (no rollback but connection marked as non-commitable)
stable
|
file |
diff |
annotate
|
Fri, 24 Sep 2010 18:20:59 +0200 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Tue, 18 May 2010 14:28:44 +0200 |
Sylvain Thénault |
[integrity] keep ordering for schema integrity checks
stable
|
file |
diff |
annotate
|
Tue, 04 May 2010 14:41:07 +0200 |
Alexandre Fayolle |
fixed unittest_wfobjs
stable
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 19:07:06 +0200 |
Aurelien Campeas |
[hooks/integrity & tests/entities] fix test to check for sibling error (set_operations yields a different order for constraints)
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 11:51:46 +0200 |
Sylvain Thénault |
[workflow] support for automatic transition starting from the initial state
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:28:22 +0100 |
Sylvain Thénault |
[form] put qualified name on validation error, should fix #784299
stable
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 12:04:49 +0100 |
Sylvain Thénault |
remove debug print, fix error message
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 12:03:10 +0100 |
Sylvain Thénault |
missing cache key
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 11:12:42 +0100 |
Sylvain Thénault |
more api update
|
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 09:57:55 +0100 |
Sylvain Thénault |
nicer error message on rql constraints
stable
|
file |
diff |
annotate
|
Wed, 02 Dec 2009 12:55:41 +0100 |
Sylvain Thénault |
fix workflow consistency: check state/transition name uniqness in the wf when state/transition name is modified ; use the new msg argument of rql constraints to have a nicer error message on failure
stable
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Thu, 19 Nov 2009 14:28:59 +0100 |
Aurelien Campeas |
fix tests
stable
|
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
stable
|
file |
diff |
annotate
|
Thu, 08 Oct 2009 11:58:19 +0200 |
Aurelien Campeas |
add a commit point, a new transition exhibits the problem again
stable
|
file |
diff |
annotate
|
Thu, 08 Oct 2009 11:44:06 +0200 |
Aurelien Campeas |
a problem with consecutive transition firing when subworkflows are involved
stable
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 12:31:08 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 11:45:39 +0200 |
Sylvain Thénault |
test fixes
stable
|
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
stable
|
file |
diff |
annotate
|
Tue, 15 Sep 2009 15:01:41 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Mon, 14 Sep 2009 12:48:25 +0200 |
Sylvain Thénault |
tests update
3.5
|
file |
diff |
annotate
|
Wed, 26 Aug 2009 15:00:46 +0200 |
Sylvain Thénault |
backport 3.5 step 2, backport wf changes in hooks/workflow.py
|
file |
diff |
annotate
|
Wed, 26 Aug 2009 14:45:56 +0200 |
Sylvain Thénault |
backport 3.5 step 1, remaining wf changes in hooks to merge
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 18:31:16 +0200 |
Sylvain Thénault |
[wf] test and hooks for WorkflowTransition support
3.5
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 13:36:02 +0200 |
Sylvain Thénault |
cleanup
3.5
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 13:35:45 +0200 |
Sylvain Thénault |
[wf] test doesn't apply anymore
3.5
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 13:35:01 +0200 |
Sylvain Thénault |
[wf] test in_state consistency
3.5
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 13:34:19 +0200 |
Sylvain Thénault |
[wf] need to clear cache here
3.5
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 13:32:33 +0200 |
Sylvain Thénault |
test two different wfs may have a state of the same name
3.5
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 12:36:23 +0200 |
Sylvain Thénault |
[wf] state/transition may only belong to one workflow
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 16:26:20 +0200 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 14:50:20 +0200 |
Sylvain Thénault |
[wf] oops, BaseTransition.__init__ may be called for subclasses
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 08:45:55 +0200 |
Sylvain Thénault |
test and implements workflow changes
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 19:03:24 +0200 |
Sylvain Thénault |
make state/transition name unique within a workflow
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:44:27 +0200 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|