stable
Clone or download
Read-only
Merge commit 'refs/changes/68/22368/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #20577 Invalid format can be set in DB at artifact submission via REST Change-Id: Ie6bf1d6e472fb5afe4a27898db426d893c1706b7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.php | +22 | −4 | Go to diff View file |
M | plugins/tracker/tests/rest/Artifacts/ArtifactsTest.php | +82 | −0 | Go to diff View file |
M | plugins/tracker/tests/rest/TrackerBase.php | +23 | −3 | Go to diff View file |
A | plugins/tracker/tests/rest/_fixtures/TrackerAllFields/project.xml | +695 | −0 | Go to diff View file |
A | plugins/tracker/tests/rest/_fixtures/TrackerAllFields/user_map.csv | +1 | −0 | Go to diff View file |
A | plugins/tracker/tests/rest/_fixtures/TrackerAllFields/users.xml | +30 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php | +39 | −0 | Go to diff View file |