Extension:TimelineStats
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Release status: unmaintained |
|
|---|---|
| Description | Collects statistics data and displays them in timeline-graphics |
| Author(s) | Serge Zolotukhin |
| Latest version | 1.0 (2017-12-21) |
| MediaWiki | 1.26+ |
| PHP | 5.3+ |
| Database changes | Yes |
| Licence | GNU General Public License 2.0 or later |
| Download | GitHub:
Note: |
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
[edit]- 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!
[edit]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.
