stable

Clone or download

Read-only

Merge commit 'refs/changes/31/2831/79' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: request #7263: Display, clean and restore TV5 pending for deletion

Modified Files

Name
A plugins/tracker/include/Tracker/DeletedTrackerPresenter.class.php +37 −0 Go to diff View file
A plugins/tracker/include/Tracker/DeletedTrackersListPresenter.class.php +43 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +27 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +66 −3 Go to diff View file
M plugins/tracker/include/Tracker/dao/TrackerDao.class.php +29 −1 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +13 −1 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +7 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +6 −0 Go to diff View file
A plugins/tracker/templates/deleted_trackers.mustache +35 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +4 −0 Go to diff View file
M site-content/en_US/tracker/tracker.tab +3 −3 Go to diff View file
M site-content/fr_FR/tracker/tracker.tab +3 −3 Go to diff View file
M src/common/event/Event.class.php +8 −0 Go to diff View file
M src/www/tracker/admin/restore.php +8 −2 Go to diff View file