stable

Clone or download

Read-only

request #14348 Export/import tracker report static list criteria in XML

Reports and their associated criteria are already exported in XML. Now, we also export/import list values associated to these criteria in both simple and extended mode. Change-Id: I81e4c6bfb2256c1d5c5d4ae8a1c31214f0162674

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