Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Role & Permission improvements
This discussion has been closed.
Comments
You start with an array of permissions before any extensions are parsed.
then you compare the before and after array per extension. then you will know which permissions were added by which extension. Once you have associated the permissions with a particular extension, then all you have to do is display them.
Where to do this comparison, you cannot put the code in extensions.php file.
function DefinePermission($PermissionName, $DefaultValue, $HeadingCode) { // whatever... }
Any one wanting the heading use the new way. others use the old way
fair enough.
will be in core of next version