stable

Clone or download

Read-only

Edit a /my/ dashboard

Part of story #10173: Have multiple dashboards Now user can change the name of a dashboard. Change-Id: Iab48944bd7c2041d78f3ecb55f886eb4bbd9b87d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/tuleap-core.pot +9 −0 Go to diff View file
M src/common/Dashboard/User/Controller.php +61 −1 Go to diff View file
M src/common/Dashboard/User/Dao.php +17 −0 Go to diff View file
M src/common/Dashboard/User/MyPresenter.php +5 −0 Go to diff View file
M src/common/Dashboard/User/Router.php +3 −0 Go to diff View file
A src/common/Dashboard/User/Updator.php +49 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/templates/dashboard/edit-dashboard-modal.mustache +41 −0 Go to diff View file
M src/templates/dashboard/my.mustache +3 −1 Go to diff View file
M src/www/my/index.php +4 −0 Go to diff View file
M src/www/scripts/dashboards/dashboard-modals.js +2 −1 Go to diff View file