stable
Clone or download
Read-only
Part of story #10173: Have multiple dashboards Now user can delete a dashboard. Change-Id: Idd67664ca85b10f44ba9a73ae5c922cfdd73efe5
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +22 | −2 | Go to diff View file |
M | site-content/tuleap-core.pot | +18 | −0 | Go to diff View file |
M | src/common/Dashboard/User/Controller.php | +46 | −4 | Go to diff View file |
M | src/common/Dashboard/User/Dao.php | +13 | −0 | Go to diff View file |
M | src/common/Dashboard/User/DashboardPresenter.php | +10 | −0 | Go to diff View file |
R | src/www/scripts/dashboards/new-dashboard-modal.js | Go to diff View file | ||
M | src/common/Dashboard/User/MyPresenter.php | +15 | −0 | Go to diff View file |
M | src/common/Dashboard/User/Router.php | +3 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/templates/dashboard/add-dashboard-modal.mustache | +2 | −2 | Go to diff View file |
A | src/templates/dashboard/delete-dashboard-modal.mustache | +34 | −0 | Go to diff View file |
M | src/templates/dashboard/my.mustache | +22 | −2 | Go to diff View file |
M | src/www/my/index.php | +5 | −1 | Go to diff View file |
A | src/www/scripts/dashboards/dashboard-modals.js | +47 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_my.scss | +23 | −2 | Go to diff View file |