stable

Clone or download

Read-only

Create default dashboard at user creation

This is a part of story #10173 Have multiple dashboards When a new account is created, a default layout is created with 2 default widgets (as of today): My projects, and My artifacts. This remove the default My docman widget that was added in legacy dashboards but not useful enough to be added now. Change-Id: I0ad8090a71a68bf6f62619b4b2ed8b052dd984df

Modified Files

Name
M plugins/docman/include/docmanPlugin.class.php +0 −12 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php +2 −17 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +5 −11 Go to diff View file
A src/common/Dashboard/User/AtUserCreationDefaultWidgetsCreator.php +60 −0 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetDao.php +63 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/user/UserManager.class.php +26 −0 Go to diff View file
M tests/simpletest/common/user/UserManagerTest.php +4 −1 Go to diff View file