Extension:GlobalUserrights/cs

Category:GPL licensed extensions/cs
Příručka k rozšířením MediaWiki
GlobalUserrights
Stav rozšíření: stabilníCategory:Stable extensions/cs
Implementace Speciální stránka Category:Special page extensions/cs
Popis Umožňuje snadnou správu globálních uživatelských práv prostřednictvím Special:GlobalUserrights
Autoři Mainframe98, Nathaniel Herman (Pinkydiskuse)
Nejnovější verze 1.5.0 (2017-10-02)
MediaWiki 1.15+Category:Extensions with manual MediaWiki version
Změny v databázi Ano
Tabulky global_user_groups
Licence GNU General Public License 2.0 nebo novější
Stáhnout Category:Extensions in Wikimedia version control/cs
  • userrights-global
Čtvrtletní stahování 3 (Ranked 97th)
Veřejné wiki používající rozšíření 1,228 (Ranked 215th)
Přeložte rozšíření GlobalUserrights, používá-li lokalizaci z translatewiki.net
Problémy Otevřené úkoly · Nahlásit chybu
Category:All extensions/cs

The GlobalUserrights extension enables global user groups and allows easy management of them via Special:GlobalUserrights. Global group changes are logged to Special:Log/gblrights (same place CentralAuth would log them). This extension is used in conjunction with $wgSharedDB.

Installation

  • Stáhněte soubor/y a vložte je do adresáře pojmenovaného GlobalUserrights ve vaší složce extensions/.
    Vývojáři a přispěvatelé kódu by si místo toho měli nainstalovat rozšíření from Git pomocí:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalUserrights
  • Na konec vašeho souboru LocalSettings.php přidejte následující kód:
    wfLoadExtension( 'GlobalUserrights' );
    
  • Spusťte aktualizační skript, který automaticky provede všechny nezbytné databázové změny, jaké rozšíření vyžaduje.
  • Make sure global_user_groups is a shared table by adding it to $wgSharedTables in LocalSettings.php - e.g.
    $wgSharedTables[] = 'global_user_groups';
  • Be sure to give the userrights-global right to users who need access to Special:GlobalUserRights; by default the staff group has this user right. If you would want to allow administrators to access the special page, you could add the following to the configuration file: $wgGroupPermissions['sysop']['userrights-global'] = true;
  • Yes Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.

Usage

  1. Go to Special:GlobalUserrights
  2. Enter in the user name of the user whose global rights you want to change.
  3. Use the interface to add or remove global groups to/from the user and save.

System messages

Category:Outdated pages/cs

The following new system messages are defined by this extension:

MessageDefault valueDescription
globaluserrights Global User Rights Management Special page title displayed on Special:SpecialPages and on Special:GlobalUserrights
gur-desc Easy global user rights administration Extension description shown on Special:Version
gur-rightslog-name Global rights log Log title for Special:Log/gblrights, the log where global user rights changes are stored. This will also be displayed on the dropdown menu on Special:Log.
gur-rightslog-header This is a log of changes to global rights. Displayed on Special:Log/gblrights, explaining the purpose of that log.
gur-rightslog-entry changed global group membership for $1 from $2 to $3 Log entry generated by this extension when a user's global groups are changed. $1 is the user whose groups were changed, $2 is the array of old groups and $3 is the array of new groups.
logentry-gblrights-rights $1 changed global group membership for $3 from $4 to $5 New style log entry generated by this extension when a user's global groups are changed. $1 is the user who changed the right, $2 is the user's gender, $3 is the user whose groups were changed, $4 is the array of old groups, $5 is the array of new groups and $6 is the gender of the user whose groups where changed.
right-userrights-global Manage global user rights Description of the user right, will be shown on Special:ListGroupRights
Category:Extensions by ShoutWiki/cs
Category:All extensions/cs Category:Extensions by ShoutWiki/cs Category:Extensions in Wikimedia version control/cs Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/cs Category:LoadExtensionSchemaUpdates extensions/cs Category:Outdated pages/cs Category:SiteStatsNumberInGroup extensions/cs Category:SpecialListusersQueryInfo extensions/cs Category:Special page extensions/cs Category:Stable extensions/cs Category:UserEffectiveGroups extensions/cs Category:UserIsBot extensions/cs Category:UsersPagerDoBatchLookups extensions/cs