Extension:CleanChanges/de-formal
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | User interface |
Description | More compact display of changes list |
Author(s) | Niklas Laxström (NikerabbitDiskussion) |
Latest version | 2019-01-17 |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | 1.30+ |
Database changes | No |
Composer | mediawiki/clean-changes |
License | GNU General Public License 2.0 or later |
Download | Included in Language Extension Bundle |
Example | translatewiki.net |
|
|
Quarterly downloads | 40 (Ranked 129th) |
Translate the CleanChanges extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
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.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
CleanChanges
im Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer
LocalSettings.php
hinzufügen:wfLoadExtension( 'CleanChanges' ); $wgDefaultUserOptions['usenewrc'] = 1;
Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Konfiguration
- 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.
![]() | This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Categories:
- Stable extensions/de-formal
- User interface extensions/de-formal
- Extensions supporting Composer/de-formal
- GPL licensed extensions/de-formal
- Extensions in Wikimedia version control/de-formal
- ChangesListSpecialPageQuery extensions/de-formal
- FetchChangesList extensions/de-formal
- SpecialRecentChangesPanel extensions/de-formal
- All extensions/de-formal
- Extensions included in Miraheze/de-formal
- Extensions included in WikiForge/de-formal
- Recent Changes extensions/de-formal