Jump to content

Extension:SiteMetrics: Difference between revisions

From mediawiki.org
Content deleted Content added
+Bugzilla link
m This extension appears to be in SVN, not Git.
Line 8: Line 8:
|version = 1.1
|version = 1.1
|mediawiki = 1.16+
|mediawiki = 1.16+
|download = {{WikimediaDownload}}
|download = {{WikimediaDownload}}
|readme =
|readme =
|changelog = [[#Version history]]
|changelog = [[#Version history]]

Revision as of 22:45, 13 August 2012

MediaWiki extensions manual
SiteMetrics
Release status: stable
Implementation Special page
Description Displays statistics about social tools for privileged users
Author(s) Aaron Wright
David Pean
Jack Phoenix
Latest version 1.1
MediaWiki 1.16+
License GNU General Public License 2.0 or later
Download Template:WikimediaDownload/svn
#Version history
metricsview
Quarterly downloads 3 (Ranked 131st)
Translate the SiteMetrics extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

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

  1. Download the source code, either via the extension distributor or SVN and place the files in $IP/extensions/SiteMetrics/
  2. Add require_once("$IP/extensions/SiteMetrics/SiteMetrics.php"); into the wiki's LocalSettings.php
  3. Installation can now be verified through the wiki's Special:Version

Version history

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
  • fix for multi-part links (i.e. [[Special:SiteMetrics/Wall Messages]])
  • disabled two statistics because there's no SQL for them
  • fix some fatals caused by a stupid typo (typoed tableExists as tableExist)
  • and finally, proper page title i18n
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