stable

Clone or download

Read-only

Merge commit 'refs/changes/60/15560/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Revert "request #13634 tracker's rules' validation don't check null values on CSV import" Change-Id: I589c686289a0c72f326f1d03676978e1a8c6371f

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +0 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +1 −11 Go to diff View file
D plugins/tracker/include/Tracker/Rule/TrackerRulesDateValidator.php +0 −110 Go to diff View file
D plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php +0 −195 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +207 −34 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −3 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +1 −7 Go to diff View file
D plugins/tracker/phpunit/Tracker/Workflow/TrackerRulesDateValidatorTest.php +0 −167 Go to diff View file
D plugins/tracker/phpunit/Tracker/Workflow/TrackerRulesListValidatorTest.php +0 −296 Go to diff View file
M plugins/tracker/tests/Tracker_RulesManagerTest.php +587 −26 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowFactoryTest.php +1 −3 Go to diff View file