stable
Clone or download
Read-only
Merge "story #9585: Trackers plugin - Nature panel first step" into burning_parrot
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigController.php | +14 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/Deprecation/DeprecationController.php | +17 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php | +28 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigPresenter.php | +11 | −3 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +8 | −0 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +12 | −5 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +14 | −7 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/deprecation.mustache | +49 | −47 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/emailgateway.mustache | +66 | −65 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/natures-modal-create.mustache | +54 | −40 | Go to diff View file |
A | plugins/tracker/templates/siteadmin-config/natures-modal-delete.mustache | +28 | −0 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/natures-modal-edit.mustache | +57 | −40 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/natures.mustache | +93 | −68 | Go to diff View file |
M | plugins/tracker/www/config.php | +13 | −8 | Go to diff View file |
M | plugins/tracker/www/scripts/admin-nature.js | +26 | −8 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/_tracker.scss | +9 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_structure.scss | +4 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_buttons.scss | +79 | −2 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_tooltips.scss | +13 | −8 | Go to diff View file |