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) | ||
| Last version | 2012-01-30 | ||
| MediaWiki | 1.16, 1.17, 1.18, 1.19 | ||
| Database changes | no | ||
| License | GPLv2+ | ||
| Download | Download snapshot Subversion [Help] |
||
| Example | translatewiki.net | ||
|
|||
|
|||
|
Check usage (experimental) |
|||
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.
[edit] Installation
- Download the files from SVN or download a snapshot. Choose the version that matches your version of MediaWiki.
- Create a directory
CleanChangesin your$IP/extensionsdirectory. - Extract the files to this
$IP/extensions/CleanChangesdirectory. - Add
to the bottom of LocalSettings.php.require_once( "$IP/extensions/CleanChanges/CleanChanges.php" );
- Installation can now be verified through Special:Version of your wiki.