Extension:UserHistory

Category:Unmaintained extensions#UserHistory Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
UserHistory
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Special page Category:Special page extensions
Description Adds additional Special page which lists all your previously read articles
Author(s) Ferveotalk
Latest version 1.0.1
MediaWiki 1.27.0Category:Extensions with manual MediaWiki version
License MIT License
Download Category:Extensions in GitHub version control
https://raw.githubusercontent.com/rexem/UserHistory/master/README.md
Category:All extensionsCategory:Extensions not in ExtensionJson

UserHistory is an extension to the MediaWiki software that keeps track of all articles accessed by a logged in user. It creates an additional Special page in which you can find all your previously visited articles.

Purpose

You know that time when you read a fascinating fact but completely forgot the article name and where you read it? No more! Add a simple UserHistory extension to your wiki portal and your history will be accessible in a single place.

Download

Using git directly:

cd extensions/
git clone https://github.com/rexem/UserHistory.git


Alternatively download the source code directly from GitHub: https://github.com/rexem/UserHistory/archive/master.zip

Extract the contents, rename the resulting directory to UserHistory, and add it to your MediaWiki extensions folder.

Installation

Once downloaded and located in you 'extensions' directory, add the following code to your LocalSettings.php file:

wfLoadExtension( 'UserHistory' );

Issues and Feedback

Any issues could be reported on the GitHub issue tracking system: https://github.com/rexem/UserHistory/issues

Alternatively on the https://www.mediawiki.org/wiki/Extension:UserHistory talk page

Contributing

Please create a pull request against UserHistory GitHub repository using the latest available code.

Please make sure your code complies with MediaWiki PHPSniffer definition and other coding conventions.

Category:All extensions Category:ArticleFromTitle extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:LoadExtensionSchemaUpdates extensions Category:MIT licensed extensions Category:Special page extensions Category:Unmaintained extensions