Extension:CleanChanges/pl
![]() | To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Rozszerzenie }} infobox. |
![]() Status wydania: niewspieraneCategory:Unmaintained extensions/pl |
|
---|---|
![]() |
|
Realizacja | Interfejs użytkownikaCategory:User interface extensions/pl |
Opis | More compact display of changes list |
Autor(zy) | Niklas Laxström (Nikerabbitdyskusja) |
Ostatnia wersja | 2025-03-15 |
Polityka zgodności | Master utrzymuje kompatybilność wsteczną. |
MediaWiki | >= 1.43.0 |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | Included in Language Extension Bundle Category:Extensions in Wikimedia version control/pl |
Przykład | translatewiki.net |
|
|
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 folderzeextensions/
.
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;
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.
![]() | To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |