stable

Clone or download

Read-only

Refactoring: Proper namespace.

All should live in Tracker\Artifact\MailGateway\ namespace. This is part of story #6301: reply to a follow-up comment by email Change-Id: I171e9d26b3bef1993ac628a557d679c97a0a45b7

Modified Files

Name
M plugins/tracker/bin/emailgateway.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/Parser.class.php +3 −3 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/MailGatewayRecipient.class.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/MailGatewayRecipientArtifactDoesNotExistException.class.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/MailGatewayRecipientFactory.class.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/MailGatewayRecipientInvalidHashException.class.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/MailGatewayRecipientUserDoesNotExistException.class.php Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +1 −1 Go to diff View file
M plugins/tracker/include/autoload.php +7 −7 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/ParserTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGatewayRecipientFactoryTest.php +4 −4 Go to diff View file