46 $res[$grant] = array_keys( array_filter( $rights ) );
67 if (
$lang !==
null ) {
68 if ( is_string(
$lang ) ) {
71 $msg->inLanguage(
$lang );
73 if ( !$msg->exists() ) {
74 $msg =
wfMessage(
'grant-generic', $grant );
76 $msg->inLanguage(
$lang );
89 if (
$lang !==
null ) {
90 if ( is_string(
$lang ) ) {
96 foreach ( $grants as $grant ) {
111 foreach ( (array)$grants as $grant ) {
113 $rights = array_merge( $rights, array_keys( array_filter(
$wgGrantPermissions[$grant] ) ) );
116 return array_unique( $rights );
125 return array_diff( $grants, self::getValidGrants() ) === [];
136 if ( is_array( $grantsFilter ) ) {
137 $grantsFilter = array_flip( $grantsFilter );
142 if ( $grantsFilter !==
null && !isset( $grantsFilter[$grant] ) ) {
148 $groups[
'other'][] = $grant;
164 if ( $group ===
'hidden' ) {
182 $linkRenderer = MediaWikiServices::getInstance()->getLinkRenderer();
184 \SpecialPage::getTitleFor(
'Listgrants',
false, $grant ),
185 self::grantName( $grant,
$lang )
198 if ( is_string(
$lang ) ) {
200 } elseif (
$lang ===
null ) {
205 foreach ( self::getGrantGroups( $grantsFilter ) as $group => $grants ) {
206 if ( $group ===
'hidden' ) {
209 $s .=
"*<span class=\"mw-grantgroup\">" .
210 wfMessage(
"grant-group-$group" )->inLanguage(
$lang )->text() .
"</span>\n";
211 $s .=
":" .
$lang->semicolonList( self::grantNames( $grants,
$lang ) ) .
"\n";
array $wgGrantPermissions
Map of (grant => right => boolean) Users authorize consumers (like Apps) to act on their behalf but o...
array $wgGrantPermissionGroups
Map of grants to their UI grouping.
A collection of public static functions to deal with grants.
static getGrantsWikiText( $grantsFilter, $lang=null)
Generate wikitext to display a list of grants.
static grantName( $grant, $lang=null)
Fetch the display name of the grant.
static getHiddenGrants()
Get the list of grants that are hidden and should always be granted.
static grantNames(array $grants, $lang=null)
Fetch the display names for the grants.
static getGrantsLink( $grant, $lang=null)
Generate a link to Special:ListGrants for a particular grant name.
static getRightsByGrant()
Map all grants to corresponding user rights.
static grantsAreValid(array $grants)
Test that all grants in the list are known.
static getGrantRights( $grants)
Fetch the rights allowed by a set of grants.
static getGrantGroups( $grantsFilter=null)
Divide the grants into groups.
static getValidGrants()
List all known grants.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing after in associative array form before processing starts Return false to skip default processing and return $ret $linkRenderer
if(!isset( $args[0])) $lang