r112971 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112970‎ | r112971 | r112972 >
Date:09:38, 4 March 2012
Author:santhosh
Status:ok
Tags:
Comment:
Header changes- authors, copyright year etc.
Modified paths:
  • /trunk/extensions/WebFonts/WebFonts.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/WebFonts.php
@@ -1,15 +1,14 @@
22 <?php
33 /**
4 - * Dynamic Font Embedding MediaWiki extension
 4+ * MediaWiki extension for dynamic font embedding
 5+ * https://www.mediawiki.org/wiki/Extension:WebFonts
56 *
6 - * To install it put this file in the extensions directory
7 - * To activate the extension, include it from your LocalSettings.php
8 - * with: require("$IP/extensions/WebFonts.php");
9 - *
107 * @file
118 * @ingroup Extensions
12 - * @author Santhosh Thottingal, <santhosh.thottingal@gmail.com>
13 - * @copyright © 2011 Santhosh Thottingal http://thottingal.in
 9+ * @author Santhosh Thottingal
 10+ * @author Niklas Laxström
 11+ * @author Amir Aharoni
 12+ * @copyright © 2011-2012 Santhosh Thottingal, Niklas Laxström, Amir Aharoni
1413 * @licence GNU General Public Licence 3.0 or later
1514 */
1615
@@ -18,11 +17,11 @@
1918 die( -1 );
2019 }
2120
22 -$wgExtensionCredits['parserhook'][] = array(
 21+$wgExtensionCredits['other'][] = array(
2322 'path' => __FILE__,
2423 'name' => 'WebFonts',
2524 'version' => '1.0',
26 - 'author' => array( 'Santhosh Thottingal', 'Niklas Laxström' ),
 25+ 'author' => array( 'Santhosh Thottingal', 'Niklas Laxström', 'Amir Aharoni' ),
2726 'url' => 'https://www.mediawiki.org/wiki/Extension:WebFonts',
2827 'descriptionmsg' => 'webfonts-desc',
2928 );

Sign-offs

UserFlagDate
Nikerabbitinspected07:13, 5 March 2012
Nikerabbittested07:13, 5 March 2012

Status & tagging log