Jump to content

Extension:CleanChanges/pl

From mediawiki.org
This page is a translated version of the page Extension:CleanChanges and the translation is 13% complete.
Podręcznik rozszerzeń MediaWiki
CleanChanges
Status wydania: stabilne
Realizacja Interfejs użytkownika
Opis More compact display of changes list
Autor(zy) Niklas Laxström (Nikerabbitdyskusja)
Ostatnia wersja 2024-07-16
Polityka zgodności Master utrzymuje kompatybilność wsteczną.
MediaWiki >= 1.39.0
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Included in Language Extension Bundle
Przykład translatewiki.net
  • $wgCCUserFilter
  • $wgCCTrailerFilter
Quarterly downloads 42 (Ranked 85th)
Przetłumacz rozszerzenie CleanChanges jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The CleanChanges extension is based on enhanced changes list, but it tries to be more concise by hiding less important information by default. It needs JavaScript to be fully functional. It works best in wikis where the number of changes per user is high.

It also provides two extra filters: by user and by language code suffix.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie CleanChanges w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CleanChanges
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'CleanChanges' );
    $wgDefaultUserOptions['usenewrc'] = 1;
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

Parameters provided
  • $wgCCUserFilter - defaults to "true". It is needed to filter by user.
  • $wgCCTrailerFilter - defaults to "false". It is needed to filter by language (code suffix).
  • $wgCCFiltersOnly - defaults to "true". TODO: document what to do with it.