Extension:UserExport/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
UserExport
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Strona specjalna Category:Special page extensions/pl, Wydobywanie danychCategory:Data extraction extensions/pl
Opis Allows to export user name and email to a CSV file
Autor(zy) Rodrigo Sampaio Primo (RodrigoSampaioPrimodyskusja)
Opiekun(owie) Mark A. Hershberger
Ostatnia wersja 2.1.1 (2020-04-15)
MediaWiki 1.34+Category:Extensions with manual MediaWiki version
PHP 7.2+
Zmiany w bazie danych Nie
Composer mediawiki/user-exportCategory:Extensions supporting Composer/pl
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
README
CHANGELOG
Quarterly downloads 4 (Ranked 86th)
Przetłumacz rozszerzenie UserExport jeżeli jest dostępne na translatewiki.net
Category:All extensions/pl

The UserExport extension allows to export the user name and email of all MediaWiki users to a CSV-file via a new special page called "Special:UserExport". The extension cannot export passwords and user groups.

Użycie

This extension creates a new restricted special page called "Special:UserExport" with the title User Export which has only a button to trigger the generation of the CSV file. Click on this button and download the file. The data gets exported in "UTF-8".

Instalacja

  • Download i umieść plik(i) w katalogu o nazwie UserExport w swoim katalogu extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'UserExport' );
    
  • Configure as required.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

User right

By default the "userexport" permission provided by this extension is assigned to the "bureaucrat" user group.

In case you would like to change this add the following lines to your "LocalSettings.php" file after the inclusion of the extension as described in the "Installation" section above:

$wgGroupPermissions['bureaucrat']['userexport'] = false; // remove from "bureaucrat" group
$wgGroupPermissions['userexport']['userexport'] = true; // add to dedicated "userexport" group

Zobacz też

Category:User extensions/pl
Category:All extensions/pl Category:Data extraction extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions supporting Composer/pl Category:Extensions which add rights/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:Special page extensions/pl Category:Stable extensions/pl Category:User extensions/pl