stable

Clone or download

Read-only

Merge commit 'refs/changes/27/4627/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8431: see email headers for changesets created by email Change-Id: I469ea9cebce9c9cae079f3823315eefc907b22b8

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailDao.php +13 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailGoldenRetriever.php +77 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +42 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +51 −12 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +1 −0 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
A plugins/tracker/tests/Tracker/Artifact/Changeset/IncomingMailGoldenRetrieverTest.php +119 −0 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifact.js +1 −39 Go to diff View file
A plugins/tracker/www/scripts/TrackerArtifactEmailActions.js +67 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +3 −4 Go to diff View file