stable
Clone or download
Read-only
Merge commit 'refs/changes/38/4538/4' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #8175 Export/import default value for bind to users lists
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyList.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php | +14 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +14 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Interface.class.php | +7 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +14 | −7 | Go to diff View file |
R | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportHelper.class.php | Go to diff View file | ||
M | plugins/tracker/include/TrackerXmlExport.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImport/XMLImportHelperTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/TrackerTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +4 | −1 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +6 | −3 | Go to diff View file |