stable

Clone or download

Read-only

Refactoring: use Tuleap\Dashboard\User namespace

Part of story #10173: Have multiple dashboards No functional changes. This will ease to group everything related to Dashboard (user & project) under the same namespace Tuleap\Dashboard. Change-Id: Ic989cefa5641d3345b6aca14e0dc2b5d57eaaed6

Modified Files

Name
R src/common/my/dashboards/user/Controller.php Go to diff View file
R src/common/my/dashboards/user/Dao.php Go to diff View file
R src/common/my/dashboards/user/Dashboard.php Go to diff View file
A src/common/Dashboard/User/DashboardPresenter.php +39 −0 Go to diff View file
R src/common/my/MyPresenter.php Go to diff View file
R src/common/my/dashboards/user/NameDashboardAlreadyExistsException.php Go to diff View file
R src/common/my/dashboards/user/NameDashboardDoesNotExistException.php Go to diff View file
R src/common/my/dashboards/user/Retriever.php Go to diff View file
R src/common/my/dashboards/Router.php Go to diff View file
R src/common/my/dashboards/user/Saver.php Go to diff View file
A src/common/Dashboard/User/UserPresenter.php +33 −0 Go to diff View file
M src/common/autoload.php +13 −13 Go to diff View file
D src/common/my/UserPresenter.php +0 −33 Go to diff View file
D src/common/my/dashboards/user/DashboardPresenter.php +0 −39 Go to diff View file
R src/templates/my/add-dashboard-modal.mustache Go to diff View file
R src/templates/my/my.mustache Go to diff View file
M src/www/my/index.php +5 −5 Go to diff View file