stable
Clone or download
Read-only
Part of story #8833: show, import and manipulate links * mailgateway should not be broken * natures can be created Change-Id: Ida9aa5e18af7855ed947a93bb3f8d8eafd178bfc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/bin/emailgateway.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageFactory.php | +4 | −2 | Go to diff View file |
R | plugins/tracker/include/TrackerPluginConfig.php | Go to diff View file | ||
R | plugins/tracker/include/TrackerPluginConfigController.php | Go to diff View file | ||
R | plugins/tracker/include/TrackerPluginConfigDao.php | Go to diff View file | ||
R | plugins/tracker/include/TrackerPluginConfigPresenter.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +8 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Edit.class.php | +5 | −2 | Go to diff View file |
R | plugins/tracker/include/TrackerPluginConfigRouter.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Config/SectionsPresenter.php | +41 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php | +100 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigPresenter.php | +20 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureCreator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureFactory.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/UnableToCreateNatureException.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/GeneralSettings_Presenter.class.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +9 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_ArtifactByEmailStatus.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_URLVerification.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +15 | −13 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +5 | −2 | 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 |
R | plugins/tracker/templates/siteadmin-config.mustache | Go to diff View file | ||
M | plugins/tracker/templates/siteadmin-config/natures-modal.mustache | +2 | −1 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/natures.mustache | +17 | −5 | 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/ParserTokenMailTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_ArtifactByEmailStatusTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetTest.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/www/config.php | +15 | −8 | Go to diff View file |