Extension:TimelineStats

Category:Unmaintained extensions#TimelineStats Category:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
TimelineStats
Release status: unmaintainedCategory:Unmaintained extensions
Description Collects statistics data and displays them in timeline-graphics
Author(s) Serge Zolotukhin
Latest version 1.0 (2017-12-21)
MediaWiki 1.26+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes Yes
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
Category:All extensionsCategory:Extensions not in ExtensionJson

The TimelineStats extension collects statistics data and displays them in timeline-graphics: count of users total and active, edits, pages and images.

This extension uses Highcharts to display graphics.

Installation

  • Download and place the TimelineStats files in a directory called TimelineStats in your extensions/ folder.
  • Add the following code to the bottom of your LocalSettings.php file: wfLoadExtension( 'TimelineStats' );
  • Run maintanence/update.php to create sql tables and put data there.
  • Put /extentions/TimelineStats/maintanence/update.php to crontab of your system to call it weekly. It needed to collect statistics information. I know that is not very easy so let's discuss how to do it simpler.

Done!

Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Navigate to Special:TimelineStats on your wiki to check statistics graphics.

Category:Statistics extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:LoadExtensionSchemaUpdates extensions Category:Statistics extensions Category:Unmaintained extensions