Extension:MissedPages

Category:Extensions without an imageCategory:MIT licensed extensions
MediaWiki extensions manual
MissedPages
Release status: betaCategory:Beta status extensions
Implementation Special page Category:Special page extensions, Database Category:Database extensions
Description Summarizes page not found (404) errors, and provides a quick way to redirect or ignore them.
Author(s) Sam Wilson (Samwilsontalk)
Latest version 0.1.0
Compatibility policy Master maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki >= 1.41.0
Database changes Yes
Composer samwilson/missedpagesCategory:Extensions supporting Composer
Tables missed_pages
License MIT License
Download Category:Extensions in Wikimedia version control
README
Help Help:Extension:MissedPages
Quarterly downloads 0
Translate the MissedPages extension if it is available at translatewiki.net
Category:All extensions

The MissedPages extension tracks every time a site visitor tries to go to a wiki page that doesn't exist, and gives site editors a easy-to-use form with which to track the most popular missed pages and also to redirect these to existing pages.

Installation

  • Download and move the extracted MissedPages folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MissedPages
  • Only when installing from Git, run Composer to install PHP dependencies, by issuing composer install --no-dev in the extension directory. (See T173141 for potential complications.)Category:Extensions requiring Composer with git
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'MissedPages' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

See Help:Extension:MissedPages for all user documentation.

User rights

  • edit — to add redirects
  • block — to ignore pages
  • delete — to delete entries in the missed pages list

See also

Category:User activity extensions Category:Content maintenance extensions Category:Log extensions Category:Page existence detection Category:Redirect extensions
Category:All extensions Category:Beta status extensions Category:Content maintenance extensions Category:Database extensions Category:Extensions in Wikimedia version control Category:Extensions requiring Composer with git Category:Extensions supporting Composer Category:Extensions with master compatibility policy Category:Extensions without an image Category:LoadExtensionSchemaUpdates extensions Category:Log extensions Category:MIT licensed extensions Category:Page existence detection Category:Redirect extensions Category:ShowMissingArticle extensions Category:Special page extensions Category:User activity extensions