r112178 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112177‎ | r112178 | r112179 >
Date:01:23, 23 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Swap Fran Rogers to Fran McCrory per request
Modified paths:
  • /trunk/extensions/Lua/COPYING (modified) (history)
  • /trunk/extensions/Lua/Lua.hooks.php (modified) (history)
  • /trunk/extensions/Lua/Lua.i18n.php (modified) (history)
  • /trunk/extensions/Lua/Lua.php (modified) (history)
  • /trunk/extensions/Lua/Lua.wrapper.php (modified) (history)
  • /trunk/extensions/Lua/LuaWrapper.lua (modified) (history)
  • /trunk/extensions/TitleBlacklist/TitleBlacklist.php (modified) (history)
  • /trunk/phase3/CREDITS (modified) (history)

Diff [purge]

Index: trunk/phase3/CREDITS
@@ -24,7 +24,7 @@
2525 * Derk-Jan Hartman
2626 * Domas Mituzas
2727 * Emufarmers
28 -* Fran Rogers
 28+* Fran McCrory
2929 * Greg Sabino Mullane
3030 * Guy Van den Broeck
3131 * Happy-melon
Index: trunk/extensions/TitleBlacklist/TitleBlacklist.php
@@ -12,7 +12,7 @@
1313 $wgExtensionCredits['antispam'][] = array(
1414 'path' => __FILE__,
1515 'name' => 'Title Blacklist',
16 - 'author' => array( 'Victor Vasiliev', 'Fran Rogers' ),
 16+ 'author' => array( 'Victor Vasiliev', 'Fran McCrory' ),
1717 'version' => '1.4.2',
1818 'url' => 'https://www.mediawiki.org/wiki/Extension:Title_Blacklist',
1919 'descriptionmsg' => 'titleblacklist-desc',
Index: trunk/extensions/Lua/LuaWrapper.lua
@@ -1,6 +1,6 @@
22 #!/usr/bin/env lua
33 -- Lua parser extensions for MediaWiki - Wrapper for Lua interpreter
 4+-- (c) 2008 Fran McCrory - see 'COPYING' for license
45
56 -- Creates a new sandbox environment for scripts to safely run in.
67 function make_sandbox()
Index: trunk/extensions/Lua/Lua.i18n.php
@@ -2,7 +2,7 @@
33 /**
44 * Lua parser extensions for MediaWiki - Internationalization
55 *
6 - * @author Fran Rogers
 6+ * @author Fran McCrory
77 * @ingroup Extensions
88 * @license See 'COPYING'
99 * @file
Index: trunk/extensions/Lua/Lua.wrapper.php
@@ -2,7 +2,7 @@
33 /**
44 * Lua parser extensions for MediaWiki - Wrapper classes
55 *
6 - * @author Fran Rogers
 6+ * @author Fran McCrory
77 * @ingroup Extensions
88 * @license See 'COPYING'
99 * @file
Index: trunk/extensions/Lua/Lua.php
@@ -2,7 +2,7 @@
33 /**
44 * Lua parser extensions for MediaWiki
55 *
6 - * @author Fran Rogers
 6+ * @author Fran McCrory
77 * @ingroup Extensions
88 * @license See 'COPYING'
99 * @file
@@ -11,7 +11,7 @@
1212 $wgExtensionCredits['parserhook'][] = array(
1313 'path' => __FILE__,
1414 'name' => 'Lua parser extensions',
15 - 'author' => 'Fran Rogers',
 15+ 'author' => 'Fran McCrory',
1616 'url' => 'https://www.mediawiki.org/wiki/Extension:Lua',
1717 'descriptionmsg' => 'lua_desc',
1818 );
Index: trunk/extensions/Lua/COPYING
@@ -1,5 +1,5 @@
22 Lua parser extensions for MediaWiki
3 -Copyright (C) 2008 Fran Rogers
 3+Copyright (C) 2008 Fran McCrory
44
55 This software is provided 'as-is', without any express or implied
66 warranty. In no event will the authors be held liable for any damages
Index: trunk/extensions/Lua/Lua.hooks.php
@@ -2,7 +2,7 @@
33 /**
44 * Lua parser extensions for MediaWiki - Hooks
55 *
6 - * @author Fran Rogers
 6+ * @author Fran McCrory
77 * @ingroup Extensions
88 * @license See 'COPYING'
99 * @file

Status & tagging log