Extension:SiteMetrics
From MediaWiki.org
|
SiteMetrics Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Displays statistics about social tools for privileged users | ||
| Author(s) | Aaron Wright David Pean Jack Phoenix |
||
| Last version | 1.1 | ||
| MediaWiki | 1.16+ | ||
| License | GNU General Public License 2.0 or later | ||
| Download |
#Version history |
||
|
|||
| Check usage and version matrix; stats | |||
| Bugs: list open list all report | |||
SiteMetrics extension adds a new special page, Special:SiteMetrics, for viewing statistics regarding the usage of social tools. This special page is a restricted one; the user must have metricsview user right in order to access it. By default, administrators and staff are granted this right.
SiteMetrics uses Google Charts' API to display the graphs.
Installation[edit]
- Download the source code, either via the extension distributor or SVN and place the files in $IP/extensions/SiteMetrics/
- Add require_once("$IP/extensions/SiteMetrics/SiteMetrics.php"); into the wiki's LocalSettings.php
- Installation can now be verified through the wiki's Special:Version
Version history[edit]
| Version | SVN revision | Release date | Comments |
|---|---|---|---|
| 1.1 | r96469 | Summer 2011/7 September 2011 | Initial public release; ResourceLoader support added |
| 1.0 | r1707 (ShoutWiki SVN) | 29 June 2010 | Initial Dutch (nl) translation |
| 1.0 | r1699 (ShoutWiki SVN) | 26 June 2010 | Fixed the name of the user right message (the one used in Special:ListGroupRights) |
| 1.0 | r1638 (ShoutWiki SVN) | 14 May 2010 | Unconditionally show "New Users" link in the sidebar. If the user_register_track DB table doesn't exist, info will be fetched from logging table (same data used for Special:Log/newusers). |
| 1.0 | r1624 (ShoutWiki SVN) | 1 May 2010 | Initial French (fr) translation |
| 1.0 | r1558 (ShoutWiki SVN) | 27 March 2010 | Commented out two unused messages ('sitemetrics-greater-5-edits' and 'sitemetrics-greater-100-edits') because these stats do not exist and were removed from the interface in r1554 + fixed a typo in Finnish (fi) localization |
| 1.0 | r1554 (ShoutWiki SVN) | 26 March 2010 |
|
| 1.0 | r1553 (ShoutWiki SVN) | 26 March 2010 | One missing Database::tableName() call added |
| 1.0 | r1547 (ShoutWiki SVN) | 24 March 2010 | More existence checks for the presence of various classes and database tables |
| 1.0 | r1538 (ShoutWiki SVN) | 14 March 2010 | Initial Finnish (fi) translation |
| 1.0 | r1431 (ShoutWiki SVN) | 11 February 2010 | Initial version |
| Social tools | |
|---|---|
| SocialProfile | Overview • UserStatus (GSoC 2011 project) • Roadmap • Developer info • Screenshots • History |
| Other social extensions | Automatic Board Welcome • BlogPage • FanBoxes • NewUsersList • PictureGame • PollNY • QuizGame • RandomFeaturedUser • RandomGameUnit • RandomUsersWithAvatars • SiteMetrics • UserWelcome |
| Semanticness | Semantic Social Profile |
| Other related extensions (which do not depend on SocialProfile) |
Comments • LinkFilter • NewSignupPage • RandomImageByCategory • Video • VoteNY • WikiTextLoggedInOut |