Extension:CleanChanges
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored.
If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox.
Release status: unmaintained |
|
---|---|
Implementation | User interface |
Description | More compact display of changes list |
Author(s) | Niklas Laxström (Nikerabbit talk ) |
Latest version | 2025年03月15日 |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | >= 1.43.0 |
Database changes | No |
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.
Installation
[edit ]- Download and move the extracted
CleanChanges
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cdextensions/ gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/CleanChanges
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CleanChanges' ); $wgDefaultUserOptions['usenewrc'] = 1;
- Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
[edit ]- 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.
- Unmaintained extensions
- User interface extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- ChangesListSpecialPageQuery extensions
- FetchChangesList extensions
- SpecialRecentChangesPanel extensions
- All extensions
- Extensions included in Miraheze
- Extensions included in WikiForge
- Recent Changes extensions