stable

Clone or download

Read-only

Display "imported" information in artifact view

part of story #14766 Have an import from jira structure How to test: Import data from standard project import. Access to an artifact with some changesets. A new information indicates that they are imported from xml in the changeset. Change-Id: If2073d69faadf7eb081adbd98bc17ca7da123076

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetFromXmlDao.php +8 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetFromXmlDataRepresentation.php +55 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetFromXmlDisplayer.php +71 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetFromXmlPresenter.php +48 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +15 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +6 −1 Go to diff View file
A plugins/tracker/templates/artifact/xml_changeset_import.mustache +5 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Artifact/Changeset/ChangesetFromXmlDisplayerTest.php +94 −0 Go to diff View file
A plugins/tracker/themes/default/css/includes/_xml-changesets.scss +26 −0 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +1 −0 Go to diff View file