Page MenuHomePhabricator

Create a special page to view all defined user groups and their permissions
Closed, ResolvedPublic

Description

Implementation of the special page

It should be possible to view all defined user groups and their associated user permissions (i.e. the contents of $wgGroupPermissions). I believe there is nothing secret in this definition.

See also bug #13603


Version: unspecified
Severity: enhancement

attachment SpecialListGroupRights.diff ignored as obsolete

Details

Reference
bz13604

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:04 PM
bzimport set Reference to bz13604.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 4784
Implementation v2

Patch reviewed and a bit modified:

  • Use XML functions
  • Sort rights by alphabet
  • Link rights to individuel help pages
  • Update maintenance scripts
  • Table design prettified

If no one object I will commit next week.

Attached: