stable
Clone or download
Read-only
Merge commit 'refs/changes/56/17256/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14345 Export/import tracker report text criteria in XML Change-Id: I9ca03e42700be3c212b1c51e136cab8fc32f3042
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +47 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +12 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Criteria.class.php | +7 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_CriteriaFactory.class.php | +3 | −6 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_CriteriaTest.php | +194 | −0 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +10 | −1 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +11 | −0 | Go to diff View file |
M | src/common/xml/SimpleXMLCDATAFactory.class.php | +21 | −8 | Go to diff View file |
M | src/common/xml/resources/project/tracker-definition.rng | +11 | −0 | Go to diff View file |
A | tests/phpunit/common/xml/SimpleXMLCDATAFactoryTest.php | +52 | −0 | Go to diff View file |