stable
Clone or download
Read-only
request #14345 Export/import tracker report text criteria in XML
Reports and their associated criteria are already exported in XML. Now, we also export/import text values associated to these criteria. Change-Id: If6e66eb0b6366374d01c0b40f8d007468ccfd6d7
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 |