Extension:CategoryHistory
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 Note: |
|
|
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
edit- Download, extract and place the file(s) in a directory called
CategoryHistory
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CategoryHistory' );
- Configure as required.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
editThe 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
orBOTH