Extension:TimeMachine

Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
TimeMachine
Release status: betaCategory:Beta status extensions
Implementation Special page Category:Special page extensions
Description Browse a wiki as it was at any given date.
Author(s) Sophivorustalk
Latest version 0.4 (2021-12-03)
MediaWiki 1.31+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes No
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
Quarterly downloads 3 (Ranked 111st)
Translate the TimeMachine extension if it is available at translatewiki.net
Category:All extensions

The TimeMachine extension allows you to browse a wiki as it was at any given date. By going to Special:TimeMachine, you can set a date and from then on whenever you visit a page, you will see the first revision previous to that date. By visiting Special:TimeMachine again, or emptying your cookies, you can return to browsing the wiki as always.

The design and implementation of TimeMachine are described here.

Installation

  • Download and move the extracted TimeMachine 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/TimeMachine
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'TimeMachine' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:BeforeInitialize extensions Category:Beta status extensions Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:Special page extensions