MediaWiki extensions manual
CCAgreement
Release status: beta
Implementation MyWiki
Description Shows changes of all articles belonging to a category
Author(s) Josef Martiňák (Jossmarttalk)
Latest version 1.1.0 (2019-02-22)
MediaWiki 1.29+
Database changes No
License MIT License
Download Download master snapshot

Bitbucket:

Parameters
  • $wgcathist_page_limit
  • $wgcathist_name_style
Hooks used
  • SkinSubPageSubtitle

The CategoryHistory extension provides a special page called "CategoryHistory" that shows changes of all articles belonging to a category, which name is displayed at the end of the special page's URL. The link to the history is available at every category page below the title.

It is developed for www.wikiskripta.eu and www.wikilectures.eu.

Installation

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

Configuration

The following configuration parameters are available to this extension:

$wgcathist_page_limit
Shows the number of items in the table. Defaults to 500.
$wgcathist_name_style
Style of the name in the table. Defaults to REALNAME. Other settings are: USERNAME or BOTH
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.