r44057 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44056‎ | r44057 | r44058 >
Date:04:36, 30 November 2008
Author:pinky
Status:ok
Tags:
Comment:
Adding Lucas "TOR" Garczewski of Wikia to SharedUserrights extension credits:
he wrote a lot of the original code
(see https://svn.wikia-code.com/wikia/trunk/extensions/wikia/SharedUserrights/SharedUserrights.php)
Modified paths:
  • /trunk/extensions/SharedUserRights/SharedUserRights.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SharedUserRights/SharedUserRights.php
@@ -4,8 +4,10 @@
55 *
66 * @ingroup Extensions
77 *
 8+* @author Łukasz 'TOR' Garczewski <tor@wikia-inc.com>
89 * @author Charles Melbye <charlie@yourwiki.net>
910 * @version 0.10
 11+* @copyright Copyright © 2008 Łukasz 'TOR' Garczewski, Wikia, Inc.
1012 * @copyright Copyright (C) 2008 YourWiki, Inc.
1113 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
1214 *
@@ -21,7 +23,7 @@
2224 'name' => 'SharedUserRights',
2325 'url' => 'http://www.mediawiki.org/wiki/Extension:SharedUserRights',
2426 'version' => '0.10',
25 - 'author' => 'Charles Melbye',
 27+ 'author' => array( "Łukasz 'TOR' Garczewski", 'Charles Melbye' ),
2628 'description' => 'Easy global user rights administration',
2729 'descriptionmsg' => 'gblrights-desc',
2830 );

Status & tagging log