stable
Clone or download
Read-only
Part of story #9590: Get rid of Bootstrap in site admin / users Go to admin ยป users, and click on a user. You see user's details, user's access information and user's projects. If no projects, you see an empty state. If admin of projects, you see an icon saying that the user is admin of them. If platform uses ldap, then the ldap id is displayed in properties. Depending on sys_user_approval config, the purpose of the user is displayed (text that is entered during self registration). When you click on [change password] button you are redirected in another page (which probably displays some errors). This will be managed in another changeset (usage of a modal). Change-Id: I1f9ebec8cae93f2d182546fbbc4dabe73eed09ea
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/ldapPlugin.class.php | +45 | โ10 | Go to diff View file |
M | plugins/ldap/site-content/en_US/ldap.tab | +1 | โ1 | Go to diff View file |
M | plugins/ldap/site-content/fr_FR/ldap.tab | +2 | โ2 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +17 | โ16 | Go to diff View file |
M | site-content/en_US/account/account.tab | +4 | โ4 | Go to diff View file |
M | site-content/en_US/admin/admin.tab | +11 | โ4 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +10 | โ3 | Go to diff View file |
M | src/common/autoload.php | +6 | โ2 | Go to diff View file |
A | src/common/user/Admin/UserDetailsAccessPresenter.php | +57 | โ0 | Go to diff View file |
A | src/common/user/Admin/UserDetailsFormatter.php | +106 | โ0 | Go to diff View file |
A | src/common/user/Admin/UserDetailsPresenter.php | +114 | โ0 | Go to diff View file |
A | src/common/user/Admin/UserDetailsProjectPresenter.php | +37 | โ0 | Go to diff View file |
A | src/templates/admin/users/user.mustache | +247 | โ0 | Go to diff View file |
M | src/templates/admin/users/userlist.mustache | +1 | โ1 | Go to diff View file |
M | src/www/admin/usergroup.php | +56 | โ235 | Go to diff View file |
A | src/www/scripts/admin/userdetails.js | +24 | โ0 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +1 | โ0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_siteadmin-user-details.scss | +106 | โ0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_siteadmin-user-list.scss | +81 | โ0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin.scss | +3 | โ63 | Go to diff View file |
A | src/www/themes/BurningParrot/css/vendor/_smooth-scrollbar.min.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/forms/properties/example.html | +5 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_forms.scss | +5 | โ0 | Go to diff View file |