stable
Clone or download
Read-only
Merge commit 'refs/changes/11/17311/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14348 Export/import tracker report static list criteria in XML Change-Id: If064aeb2eb71dc21f0ba9dba626d6746b4407908
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +85 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_CriteriaTest.php | +3 | −1 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_CriteriaTest.php | +120 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php | +15 | −9 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +8 | −0 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +25 | −4 | Go to diff View file |
M | src/common/xml/resources/project/tracker-definition.rng | +25 | −4 | Go to diff View file |