wikimedia/mediawiki-extensions-OnlyRecentRecentChanges
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MediaWiki extension OnlyRecentRecentChanges The behaviour of the recent changes view is changed so that any changed article is only listed once, older changes are not listed any longer. Manual and homepage of the extension ==================================== https://www.mediawiki.org/wiki/Extension:OnlyRecentRecentChanges Installation ============ cd $IP/extensions git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/OnlyRecentRecentChanges add the following line to your LocalSettings.php: wfLoadExtension( 'OnlyRecentRecentChanges' );