Extension:CleanChanges
From MediaWiki.org
CleanChanges Release status: stable |
|||
---|---|---|---|
![]() |
|||
Implementation | User interface | ||
Description | More compact display of changes list | ||
Author(s) | Niklas Laxström (Nikerabbittalk) | ||
Latest version | 2014-03-26 | ||
MediaWiki | 1.16+ | ||
PHP | 5.3+ | ||
Database changes | No | ||
License | GPLv2+ | ||
Download | Included in Language Extension Bundle | ||
Example | translatewiki.net | ||
|
|||
|
|||
Translate the CleanChanges extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics | |||
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 changes per user ratio is high.
It also provides two extra filters: by user and by language code suffix.
Installation[edit | edit source]
- Download and extract the tarball in your
extensions/
folder. It should generate a new folder calledCleanChanges
directly inside yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/CleanChanges/CleanChanges.php"; $wgDefaultUserOptions['usenewrc'] = 1;
- Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Configuration[edit | edit source]
- Parameters
$wgCCUserFilter
, which defaults to "true". It is needed to filter by user.$wgCCTrailerFilter
, which defaults to "false". It is needed to filter by language (code suffix).
![]() |
This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |