stable

Clone or download

Read-only

Merge commit 'refs/changes/28/4628/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8399: send an update to an artifact by email

Modified Files

Name
M plugins/tracker/bin/emailgateway.php +2 −1 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientArtifactDoesNotExistException.class.php Go to diff View file
A plugins/tracker/include/Tracker/Artifact/MailGateway/ArtifactIdMissingException.class.php +25 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php +2 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageFactory.php +8 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php +59 −10 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageTokenBuilder.class.php +0 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file
M plugins/tracker/include/autoload.php +4 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +8 −6 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php +71 −13 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGatewayRecipientFactoryTest.php +1 −1 Go to diff View file