stable

Clone or download

Read-only

Merge commit 'refs/changes/21/5721/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #9141: A preliminary check is done before importing an agile dashboard configuration from a template to inform the user of the blocking trackers. Change-Id: I49c0e876b95b62753464f3127e89188e7e00f1b6

Modified Files

Name
M plugins/agiledashboard/include/Planning/PlanningController.class.php +14 −3 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +51 −2 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +42 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +13 −0 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
M plugins/tracker/tests/TrackerFactoryTest.php +101 −0 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +36 −0 Go to diff View file
M src/common/event/Event.class.php +13 −0 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +44 −2 Go to diff View file