Revision: 52548
Author:   shinjiman
Date:     2009-06-29 16:14:05 +0000 (Mon, 29 Jun 2009)

Log Message:
-----------
tweak some credit messages to use the language class to parse the author 
details.

Modified Paths:
--------------
    trunk/extensions/TreeAndMenu/TreeAndMenu.php
    trunk/extensions/uniwiki/Authors/Authors.php
    trunk/extensions/uniwiki/AutoCreateCategoryPages/AutoCreateCategoryPages.php
    trunk/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php
    trunk/extensions/uniwiki/CreatePage/CreatePage.php
    trunk/extensions/uniwiki/CssHooks/CssHooks.php
    trunk/extensions/uniwiki/FormatChanges/FormatChanges.php
    trunk/extensions/uniwiki/FormatSearch/FormatSearch.php
    trunk/extensions/uniwiki/GenericEditPage/GenericEditPage.php
    trunk/extensions/uniwiki/Javascript/Javascript.php
    trunk/extensions/uniwiki/Layouts/Layouts.php
    trunk/extensions/uniwiki/MooTools12core/MooTools12core.php

Modified: trunk/extensions/TreeAndMenu/TreeAndMenu.php
===================================================================
--- trunk/extensions/TreeAndMenu/TreeAndMenu.php        2009-06-29 15:35:18 UTC 
(rev 52547)
+++ trunk/extensions/TreeAndMenu/TreeAndMenu.php        2009-06-29 16:14:05 UTC 
(rev 52548)
@@ -28,7 +28,7 @@
 $wgExtensionCredits['parserhook'][] = array(
        'path'        => __FILE__,
        'name'        => 'TreeAndMenu',
-       'author'      => '[http://www.organicdesign.co.nz/nad Nad], 
[http://www.organicdesign.co.nz/User:Sven Sven]',
+       'author'      => array( '[http://www.organicdesign.co.nz/User:Nad 
Nad]', '[http://www.organicdesign.co.nz/User:Sven Sven]' ),
        'url'         => 'http://www.mediawiki.org/wiki/Extension:Treeview',
        'description' => 'Adds #tree and #menu parser functions which contain 
bullet-lists to be rendered as collapsible treeview\'s or dropdown menus.
                          The treeview\'s use the 
[http://www.destroydrop.com/javascripts/tree dTree] JavaScript tree menu,

Modified: trunk/extensions/uniwiki/Authors/Authors.php
===================================================================
--- trunk/extensions/uniwiki/Authors/Authors.php        2009-06-29 15:35:18 UTC 
(rev 52547)
+++ trunk/extensions/uniwiki/Authors/Authors.php        2009-06-29 16:14:05 UTC 
(rev 52548)
@@ -13,7 +13,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'Authors',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Appends a list of contributors to articles',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Authors',
        'descriptionmsg' => 'authors-desc',

Modified: 
trunk/extensions/uniwiki/AutoCreateCategoryPages/AutoCreateCategoryPages.php
===================================================================
--- 
trunk/extensions/uniwiki/AutoCreateCategoryPages/AutoCreateCategoryPages.php    
    2009-06-29 15:35:18 UTC (rev 52547)
+++ 
trunk/extensions/uniwiki/AutoCreateCategoryPages/AutoCreateCategoryPages.php    
    2009-06-29 16:14:05 UTC (rev 52548)
@@ -10,7 +10,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'AutoCreateCategoryPages',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array ( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Create stub Category pages automatically',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Auto_Create_Category_Pages',
        'descriptionmsg' => 'autocreatecategorypages-desc',

Modified: trunk/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php
===================================================================
--- trunk/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php        2009-06-29 
15:35:18 UTC (rev 52547)
+++ trunk/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php        2009-06-29 
16:14:05 UTC (rev 52548)
@@ -11,7 +11,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'CatBoxAtTop',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Adds a category box to the top right of pages',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Category_Box_at_Top',
        'descriptionmsg' => 'catboxattop-desc',

Modified: trunk/extensions/uniwiki/CreatePage/CreatePage.php
===================================================================
--- trunk/extensions/uniwiki/CreatePage/CreatePage.php  2009-06-29 15:35:18 UTC 
(rev 52547)
+++ trunk/extensions/uniwiki/CreatePage/CreatePage.php  2009-06-29 16:14:05 UTC 
(rev 52548)
@@ -17,7 +17,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'CreatePage',
-       'author'         => 'Travis Derouin, Merrick Schaefer, Mark Johnston, 
Evan Wheeler and Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Travis Derouin', 'Merrick Schaefer', 'Mark 
Johnston', 'Evan Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Adds a [[Special:CreatePage|special page]] for 
creating new pages',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Generic_Edit_Page',
        'descriptionmsg' => 'createpage-desc',

Modified: trunk/extensions/uniwiki/CssHooks/CssHooks.php
===================================================================
--- trunk/extensions/uniwiki/CssHooks/CssHooks.php      2009-06-29 15:35:18 UTC 
(rev 52547)
+++ trunk/extensions/uniwiki/CssHooks/CssHooks.php      2009-06-29 16:14:05 UTC 
(rev 52548)
@@ -11,7 +11,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'        => __FILE__,
        'name'        => 'CssHooks',
-       'author'      => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'      => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description' => 'Add some CSS hooks to the HTML output of articles, 
for better styling',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_CSS_Hooks',
        'descriptionmsg' => 'csshooks-desc',

Modified: trunk/extensions/uniwiki/FormatChanges/FormatChanges.php
===================================================================
--- trunk/extensions/uniwiki/FormatChanges/FormatChanges.php    2009-06-29 
15:35:18 UTC (rev 52547)
+++ trunk/extensions/uniwiki/FormatChanges/FormatChanges.php    2009-06-29 
16:14:05 UTC (rev 52548)
@@ -8,7 +8,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'FormatChanges',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Reformats the [[Special:RecentChanges|recent 
changes]]',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Format_Changes',
        'descriptionmsg' => 'formatchanges-desc',

Modified: trunk/extensions/uniwiki/FormatSearch/FormatSearch.php
===================================================================
--- trunk/extensions/uniwiki/FormatSearch/FormatSearch.php      2009-06-29 
15:35:18 UTC (rev 52547)
+++ trunk/extensions/uniwiki/FormatSearch/FormatSearch.php      2009-06-29 
16:14:05 UTC (rev 52548)
@@ -8,7 +8,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'FormatSearch',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Changes to clean up the search results page',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Format_Search',
        'descriptionmsg' => 'formatsearch-desc',

Modified: trunk/extensions/uniwiki/GenericEditPage/GenericEditPage.php
===================================================================
--- trunk/extensions/uniwiki/GenericEditPage/GenericEditPage.php        
2009-06-29 15:35:18 UTC (rev 52547)
+++ trunk/extensions/uniwiki/GenericEditPage/GenericEditPage.php        
2009-06-29 16:14:05 UTC (rev 52548)
@@ -9,7 +9,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'GenericEditPage',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Supplements the edit page with something more 
usable',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Generic_Edit_Page',
        'descriptionmsg' => 'gep-desc',

Modified: trunk/extensions/uniwiki/Javascript/Javascript.php
===================================================================
--- trunk/extensions/uniwiki/Javascript/Javascript.php  2009-06-29 15:35:18 UTC 
(rev 52547)
+++ trunk/extensions/uniwiki/Javascript/Javascript.php  2009-06-29 16:14:05 UTC 
(rev 52548)
@@ -9,7 +9,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'Javascript',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Adds uniwiki.js to each page containing Javascript 
code shared between Uniwiki extensions',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Javascript',
        'descriptionmsg' => 'javascript-desc',

Modified: trunk/extensions/uniwiki/Layouts/Layouts.php
===================================================================
--- trunk/extensions/uniwiki/Layouts/Layouts.php        2009-06-29 15:35:18 UTC 
(rev 52547)
+++ trunk/extensions/uniwiki/Layouts/Layouts.php        2009-06-29 16:14:05 UTC 
(rev 52548)
@@ -9,7 +9,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'Layouts',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Populate newly-created pages with editable 
"layouts" to encourage a common structure for pages',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:Uniwiki_Layouts',
        'descriptionmsg' => 'layouts-desc',

Modified: trunk/extensions/uniwiki/MooTools12core/MooTools12core.php
===================================================================
--- trunk/extensions/uniwiki/MooTools12core/MooTools12core.php  2009-06-29 
15:35:18 UTC (rev 52547)
+++ trunk/extensions/uniwiki/MooTools12core/MooTools12core.php  2009-06-29 
16:14:05 UTC (rev 52548)
@@ -9,7 +9,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'MooTools12core',
-       'author'         => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and 
Adam Mckaig (at UNICEF)',
+       'author'         => array( 'Merrick Schaefer', 'Mark Johnston', 'Evan 
Wheeler', 'Adam Mckaig (at UNICEF)' ),
        'description'    => 'Adds mootools-1.2-core-yc.js to each page',
        'url'            => 
'http://www.mediawiki.org/wiki/Extension:MooTools_1.2_Core',
        'descriptionmsg' => 'mootools12core-desc',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to