Extension:CustomRecentChanges

From mediawiki.org
MediaWiki extensions manual
CustomRecentChanges
Release status: unmaintained
Author(s) Brendan Poirier
MediaWiki
Composer wikifab/custom-recent-changes
License GNU General Public License 2.0 or later
Download
  • $wgRCNamespacesListIgnored
  • $wgRCNamespacesList

The CustomRecentChanges extension redesigns the Special:RecentChanges page to make it easier to read.

Installation[edit]

  • Download and place the file(s) in a directory called CustomRecentChanges in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CustomRecentChanges' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.