stable

Clone or download

Read-only

Remove Settings pane

Part of story #10062: Users & groups management overhaul Now user group is not anymore managed with tabs. No functional changes. There is no more LDAP mention in core for ugroup management. Missing CSRF are added. The title of the ugroup (see mockup) will be added in a dedicated commit. Change-Id: Ic6814377f34b8532fc119be11f98735e3ddea0c5

Modified Files

Name
M plugins/ldap/include/LDAP/Project/UGroup/Binding/AdditionalModalPresenterBuilder.php +12 −4 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +7 −1 Go to diff View file
M plugins/ldap/templates/project/ugroup/binding/modal-content.mustache +3 −0 Go to diff View file
M src/common/autoload.php +7 −15 Go to diff View file
M src/common/include/BurningParrotCompatiblePageDetector.php +1 −7 Go to diff View file
D src/common/pane/PaneInfo.class.php +0 −63 Go to diff View file
M src/common/project/Admin/ProjectUGroup/BindingAdditionalModalPresenterCollection.php +19 −1 Go to diff View file
A src/common/project/Admin/ProjectUGroup/BindingController.php +112 −0 Go to diff View file
R src/common/project/Admin/ProjectUGroup/View.class.php Go to diff View file
R src/common/project/Admin/ProjectUGroup/View/Settings.class.php Go to diff View file
A src/common/project/Admin/ProjectUGroup/MembersController.php +78 −0 Go to diff View file
D src/common/project/Admin/ProjectUGroup/PaneInfo.class.php +0 −49 Go to diff View file
D src/common/project/Admin/ProjectUGroup/PaneManagement.class.php +0 −117 Go to diff View file
D src/common/project/Admin/ProjectUGroup/UGroupController.class.php +0 −282 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupEditProcessAction.php +36 −3 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupRouter.class.php +102 −18 Go to diff View file
M src/common/project/autoload.php +12 −12 Go to diff View file
M src/templates/project/admin/list-groups.mustache +1 −1 Go to diff View file
M src/templates/project/admin/ugroup-settings-binding-modal-add.mustache +3 −0 Go to diff View file
M src/templates/project/admin/ugroup-settings-details.mustache +2 −2 Go to diff View file
M src/templates/project/admin/ugroup-settings-member-remove-modal.mustache +2 −1 Go to diff View file
M src/www/project/admin/editugroup.php +34 −8 Go to diff View file
M src/www/project/admin/ugroup.php +1 −8 Go to diff View file