stable

Clone or download

Read-only

Merge commit 'refs/changes/22/4622/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #6256: store raw email alongside changeset Change-Id: I4e13b8c5f8d857e9ff0828a6fbdf805e49de40fb

Modified Files

Name
M plugins/tracker/bin/emailgateway.php +3 −1 Go to diff View file
M plugins/tracker/db/install.sql +6 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2015/201510281350_add_incomingmail_table.php +49 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +1 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailDao.php +32 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +28 −6 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php +84 −24 Go to diff View file