stable

Clone or download

Read-only

Merge commit 'refs/changes/42/32242/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: fixes request #40091 Improve logs for rule dependencies Change-Id: I928cf3fcc6051939ec79196e5cb0d3784c4f6f79

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.php +10 −6 Go to diff View file
M plugins/tracker/include/Tracker/Rule/TrackerRulesDateValidator.php +4 −9 Go to diff View file
M plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php +5 −14 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +3 −0 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +4 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesListValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerForbiddenTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerImportXMLTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerIsUsedInFieldDependencyTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerValidationTest.php +1 −0 Go to diff View file