stable
Clone or download
Read-only
story #9586 Get rid of Bootstrap in site admin / configuration To test it: - Remove tV5 tracker - Remove tV3 tracker As site admin go on "Pending tracker removal" Change-Id: I16086a683a828eb71a85602f9395eaa1dfc0c241
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/DeletedTrackerPresenter.class.php | +7 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/DeletedTrackersListPresenter.class.php | +20 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +40 | −40 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +5 | −9 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +1 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +0 | −2 | Go to diff View file |
M | plugins/tracker/templates/deleted_trackers.mustache | +57 | −35 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/_tracker.scss | +8 | −0 | Go to diff View file |
M | site-content/en_US/tracker/tracker.tab | +3 | −4 | Go to diff View file |
M | site-content/fr_FR/tracker/tracker.tab | +4 | −3 | Go to diff View file |
M | src/common/admin/AdminPageRenderer.php | +8 | −2 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/event/Event.class.php | +1 | −1 | Go to diff View file |
M | src/common/layout/ThemeManager.class.php | +0 | −2 | Go to diff View file |
A | src/common/tracker/ArtifactPendingDeletionPresenter.php | +42 | −0 | Go to diff View file |
A | src/templates/admin/trackers/pending-trackers-deletion.mustache | +53 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_siteadmin-pending-tracker-removal.scss | +11 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin.scss | +1 | −0 | Go to diff View file |
M | src/www/tracker/admin/restore.php | +53 | −19 | Go to diff View file |
M | src/www/tracker/include/ArtifactTypeHtml.class.php | +0 | −49 | Go to diff View file |