stable

Clone or download

Read-only

story #8090: Export and import user use LDAP information

Change-Id: I65d248cce70b9c7076e498f74f83ec656db47f76

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporterBuilder.php +5 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetXMLExporter.class.php +14 −4 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php +11 −1 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +19 −4 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_Changeset_CommentTest.php +20 −2 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/ProjectXMLExporter.class.php +10 −11 Go to diff View file
A src/common/user/XML/UserXMLExporter.class.php +47 −0 Go to diff View file
M src/utils/export_project_xml.php +1 −0 Go to diff View file
M tests/simpletest/common/project/ProjectXMLExporterTest.php +2 −0 Go to diff View file
A tests/simpletest/common/user/XML/UserXMLExporterTest.php +75 −0 Go to diff View file