stable
Clone or download
Read-only
Merge commit 'refs/changes/75/15475/16' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13634 tracker's rules' validation don't check null values on CSV import Change-Id: Icf77c3c993862b7c75680b3867982fe197ca515a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +11 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +11 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Rule/TrackerRulesDateValidator.php | +110 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php | +195 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +34 | −207 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowFactory.class.php | +7 | −1 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Workflow/TrackerRulesDateValidatorTest.php | +167 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Workflow/TrackerRulesListValidatorTest.php | +296 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_RulesManagerTest.php | +26 | −587 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowFactoryTest.php | +3 | −1 | Go to diff View file |