Extension:CleanChanges

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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]

Browse source code
View code changes

CHANGELOG

Example translatewiki.net
Parameters

$wgCCUserFilter,
$wgCCTrailerFilter

Hooks used
FetchChangesList

MakeGlobalVariablesScript

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

  1. Download the files from SVN or download a snapshot. Choose the version that matches your version of MediaWiki.
  2. Create a directory CleanChanges in your $IP/extensions directory.
  3. Extract the files to this $IP/extensions/CleanChanges directory.
  4. Add
    require_once( "$IP/extensions/CleanChanges/CleanChanges.php" );
    to the bottom of LocalSettings.php.
  5. Installation can now be verified through Special:Version of your wiki.
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox