Extension:CleanChanges
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | User interface |
Description | More compact display of changes list |
Author(s) | Niklas Laxström (Nikerabbittalk) |
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 |
|
|
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.
InstallationEdit
- Download and place the file(s) in a directory called
CleanChanges
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'CleanChanges' ); $wgDefaultUserOptions['usenewrc'] = 1;
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
ConfigurationEdit
- 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.