stable

Clone or download

Read-only

Glossify user profile

Part of request #12388 Burning parrotify user profile page Go to the profile page of a user (e.g. /users/admin/). You see only basic information and avatar of the user in a card. If user is member of projects, then current user see those projects (according to public/private/restricted statuses). LDAP information are not displayed for now (and I don't think we should continue to display them). If administrator still need those informations, then the following variable `$display_deprecated_user_home = 1;` can be added to local.inc in order to retrieve the old interface. Change-Id: Ia1372b15096faa316f51cd1a99a2f6b89741a768

Modified Files

Name
M site-content/en_US/en_US.tab +2 −0 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +17 −2 Go to diff View file
M site-content/fr_FR/fr_FR.tab +2 −0 Go to diff View file
M site-content/tuleap-core.pot +14 −0 Go to diff View file
M src/common/Request/RouteCollector.php +5 −1 Go to diff View file
M src/common/User/Admin/UserListResultsUserPresenter.php +3 −41 Go to diff View file
M src/common/User/Profile/ProfileController.php +46 −1 Go to diff View file
A src/common/User/Profile/ProfilePresenter.php +82 −0 Go to diff View file
A src/common/User/Profile/ProfilePresenterBuilder.php +109 −0 Go to diff View file
A src/common/User/StatusPresenter.php +69 −0 Go to diff View file
M src/common/include/BurningParrotCompatiblePageDetector.php +7 −1 Go to diff View file
M src/templates/admin/users/userlist.mustache +7 −5 Go to diff View file
A src/templates/user/profile-tumbleweed-svg.mustache +59 −0 Go to diff View file
A src/templates/user/profile.mustache +78 −0 Go to diff View file
M src/www/include/pre.php +1 −0 Go to diff View file
M src/www/themes/BurningParrot/css/_includes.scss +1 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_profile.scss +182 −0 Go to diff View file