stable

Clone or download

Read-only

Merge commit 'refs/changes/86/19886/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #16236 Changesets as anonymous when done by SystemEvent Change-Id: I24588fa1b98fdc0d992eea8766af8f8f9271775c

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition.class.php +1 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/CommentNotEmpty.class.php +1 −5 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php +1 −5 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/Permissions.class.php +2 −4 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionsCollection.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Workflow.class.php +2 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmptyTest.php +13 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/PermissionsTest.php +17 −6 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmptyTest.php +12 −10 Go to diff View file
M plugins/tracker/tests/unit/Workflow/TransitionTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowTest.php +4 −4 Go to diff View file