Extension:CategoryHistory
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Implementation | MyWikiCategory:Personalization extensions |
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+Category:Extensions with manual MediaWiki version |
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
- 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
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
orBOTH
Category:All extensions
Category:Beta status extensions
Category:Extensions in Bitbucket version control
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:MIT licensed extensions
Category:Personalization extensions
Category:SkinSubPageSubtitle extensions