r52548 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52547‎ | r52548 | r52549 >
Date:16:14, 29 June 2009
Author:shinjiman
Status:deferred
Tags:
Comment:
tweak some credit messages to use the language class to parse the author details.
Modified paths:
  • /trunk/extensions/TreeAndMenu/TreeAndMenu.php (modified) (history)
  • /trunk/extensions/uniwiki/Authors/Authors.php (modified) (history)
  • /trunk/extensions/uniwiki/AutoCreateCategoryPages/AutoCreateCategoryPages.php (modified) (history)
  • /trunk/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php (modified) (history)
  • /trunk/extensions/uniwiki/CreatePage/CreatePage.php (modified) (history)
  • /trunk/extensions/uniwiki/CssHooks/CssHooks.php (modified) (history)
  • /trunk/extensions/uniwiki/FormatChanges/FormatChanges.php (modified) (history)
  • /trunk/extensions/uniwiki/FormatSearch/FormatSearch.php (modified) (history)
  • /trunk/extensions/uniwiki/GenericEditPage/GenericEditPage.php (modified) (history)
  • /trunk/extensions/uniwiki/Javascript/Javascript.php (modified) (history)
  • /trunk/extensions/uniwiki/Layouts/Layouts.php (modified) (history)
  • /trunk/extensions/uniwiki/MooTools12core/MooTools12core.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TreeAndMenu/TreeAndMenu.php
@@ -28,7 +28,7 @@
2929 $wgExtensionCredits['parserhook'][] = array(
3030 'path' => __FILE__,
3131 'name' => 'TreeAndMenu',
32 - 'author' => '[http://www.organicdesign.co.nz/nad Nad], [http://www.organicdesign.co.nz/User:Sven Sven]',
 32+ 'author' => array( '[http://www.organicdesign.co.nz/User:Nad Nad]', '[http://www.organicdesign.co.nz/User:Sven Sven]' ),
3333 'url' => 'http://www.mediawiki.org/wiki/Extension:Treeview',
3434 'description' => 'Adds #tree and #menu parser functions which contain bullet-lists to be rendered as collapsible treeview\'s or dropdown menus.
3535 The treeview\'s use the [http://www.destroydrop.com/javascripts/tree dTree] JavaScript tree menu,
Index: trunk/extensions/uniwiki/GenericEditPage/GenericEditPage.php
@@ -9,7 +9,7 @@
1010 $wgExtensionCredits['other'][] = array(
1111 'path' => __FILE__,
1212 'name' => 'GenericEditPage',
13 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 13+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1414 'description' => 'Supplements the edit page with something more usable',
1515 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Generic_Edit_Page',
1616 'descriptionmsg' => 'gep-desc',
Index: trunk/extensions/uniwiki/FormatChanges/FormatChanges.php
@@ -8,7 +8,7 @@
99 $wgExtensionCredits['other'][] = array(
1010 'path' => __FILE__,
1111 'name' => 'FormatChanges',
12 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 12+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1313 'description' => 'Reformats the [[Special:RecentChanges|recent changes]]',
1414 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Format_Changes',
1515 'descriptionmsg' => 'formatchanges-desc',
Index: trunk/extensions/uniwiki/Authors/Authors.php
@@ -13,7 +13,7 @@
1414 $wgExtensionCredits['other'][] = array(
1515 'path' => __FILE__,
1616 'name' => 'Authors',
17 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 17+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1818 'description' => 'Appends a list of contributors to articles',
1919 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Authors',
2020 'descriptionmsg' => 'authors-desc',
Index: trunk/extensions/uniwiki/MooTools12core/MooTools12core.php
@@ -9,7 +9,7 @@
1010 $wgExtensionCredits['other'][] = array(
1111 'path' => __FILE__,
1212 'name' => 'MooTools12core',
13 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 13+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1414 'description' => 'Adds mootools-1.2-core-yc.js to each page',
1515 'url' => 'http://www.mediawiki.org/wiki/Extension:MooTools_1.2_Core',
1616 'descriptionmsg' => 'mootools12core-desc',
Index: trunk/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php
@@ -11,7 +11,7 @@
1212 $wgExtensionCredits['other'][] = array(
1313 'path' => __FILE__,
1414 'name' => 'CatBoxAtTop',
15 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 15+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1616 'description' => 'Adds a category box to the top right of pages',
1717 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Category_Box_at_Top',
1818 'descriptionmsg' => 'catboxattop-desc',
Index: trunk/extensions/uniwiki/CssHooks/CssHooks.php
@@ -11,7 +11,7 @@
1212 $wgExtensionCredits['other'][] = array(
1313 'path' => __FILE__,
1414 'name' => 'CssHooks',
15 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 15+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1616 'description' => 'Add some CSS hooks to the HTML output of articles, for better styling',
1717 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_CSS_Hooks',
1818 'descriptionmsg' => 'csshooks-desc',
Index: trunk/extensions/uniwiki/CreatePage/CreatePage.php
@@ -17,7 +17,7 @@
1818 $wgExtensionCredits['other'][] = array(
1919 'path' => __FILE__,
2020 'name' => 'CreatePage',
21 - 'author' => 'Travis Derouin, Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 21+ 'author' => array( 'Travis Derouin', 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
2222 'description' => 'Adds a [[Special:CreatePage|special page]] for creating new pages',
2323 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Generic_Edit_Page',
2424 'descriptionmsg' => 'createpage-desc',
Index: trunk/extensions/uniwiki/Layouts/Layouts.php
@@ -9,7 +9,7 @@
1010 $wgExtensionCredits['other'][] = array(
1111 'path' => __FILE__,
1212 'name' => 'Layouts',
13 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 13+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1414 'description' => 'Populate newly-created pages with editable "layouts" to encourage a common structure for pages',
1515 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Layouts',
1616 'descriptionmsg' => 'layouts-desc',
Index: trunk/extensions/uniwiki/Javascript/Javascript.php
@@ -9,7 +9,7 @@
1010 $wgExtensionCredits['other'][] = array(
1111 'path' => __FILE__,
1212 'name' => 'Javascript',
13 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 13+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1414 'description' => 'Adds uniwiki.js to each page containing Javascript code shared between Uniwiki extensions',
1515 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Javascript',
1616 'descriptionmsg' => 'javascript-desc',
Index: trunk/extensions/uniwiki/AutoCreateCategoryPages/AutoCreateCategoryPages.php
@@ -10,7 +10,7 @@
1111 $wgExtensionCredits['other'][] = array(
1212 'path' => __FILE__,
1313 'name' => 'AutoCreateCategoryPages',
14 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 14+ 'author' => array ( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1515 'description' => 'Create stub Category pages automatically',
1616 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Auto_Create_Category_Pages',
1717 'descriptionmsg' => 'autocreatecategorypages-desc',
Index: trunk/extensions/uniwiki/FormatSearch/FormatSearch.php
@@ -8,7 +8,7 @@
99 $wgExtensionCredits['other'][] = array(
1010 'path' => __FILE__,
1111 'name' => 'FormatSearch',
12 - 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)',
 12+ 'author' => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
1313 'description' => 'Changes to clean up the search results page',
1414 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki_Format_Search',
1515 'descriptionmsg' => 'formatsearch-desc',

Status & tagging log