stable
Clone or download
Read-only
Part of story #9590: Get rid of Bootstrap in site admin / users Go to site admin ยป permission delegation. Enjoy. https://tuleap-web.tuleap-aio-dev.docker/admin/permission_delegation.php Change-Id: I2b41d865c5b481460f4cad3f0a8be773baa857bb
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/admin/admin.tab | +4 | โ4 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +4 | โ4 | Go to diff View file |
M | src/common/admin/AdminPageRenderer.php | +9 | โ2 | Go to diff View file |
M | src/common/admin/PermissionDelegationController.php | +36 | โ49 | Go to diff View file |
M | src/common/admin/PermissionDelegationDeleteGroupModalPresenter.php | +5 | โ2 | Go to diff View file |
M | src/common/admin/PermissionDelegationGroupPresenter.php | +15 | โ0 | Go to diff View file |
M | src/common/admin/PermissionDelegationIndexPresenter.php | +91 | โ30 | Go to diff View file |
M | src/common/admin/PermissionDelegationPermissionsModalPresenter.php | +5 | โ2 | Go to diff View file |
M | src/templates/admin/permission_delegation/delete_group_modal.mustache | +27 | โ17 | Go to diff View file |
M | src/templates/admin/permission_delegation/group_modal.mustache | +46 | โ27 | Go to diff View file |
M | src/templates/admin/permission_delegation/index.mustache | +73 | โ35 | Go to diff View file |
M | src/templates/admin/permission_delegation/permissions_list.mustache | +39 | โ43 | Go to diff View file |
M | src/templates/admin/permission_delegation/permissions_modal.mustache | +46 | โ30 | Go to diff View file |
M | src/templates/admin/permission_delegation/users_list.mustache | +54 | โ45 | Go to diff View file |
A | src/www/scripts/admin/permission-delegation.js | +101 | โ0 | Go to diff View file |
D | src/www/scripts/admin/permission_delegation.js | +0 | โ95 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_siteadmin-permission-delegation.scss | +114 | โ0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/_margins.scss | +2 | โ0 | Go to diff View file |