r50450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50449‎ | r50450 | r50451 >
Date:18:43, 10 May 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Add descriptiomsg in extension credits based on 'description' in MV_GlobalFunctions.php.
Modified paths:
  • /trunk/extensions/MetavidWiki/includes/MV_GlobalFunctions.php (modified) (history)
  • /trunk/extensions/MetavidWiki/languages/MV_Messages.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/MetavidWiki/includes/MV_GlobalFunctions.php
@@ -320,12 +320,13 @@
321321 /***** credits (see "Special:Version") *****/
322322 /**********************************************/
323323 $wgExtensionCredits['other'][] = array(
324 - 'name' => 'MetaVidWiki',
325 - 'author' => 'Michael Dale',
326 - 'version' => MV_VERSION,
 324+ 'name' => 'MetaVidWiki',
 325+ 'author' => 'Michael Dale',
 326+ 'version' => MV_VERSION,
327327 'url' => 'http://metavid.org/wiki/MetaVidWiki_Software',
328328 'description' => 'Video Metadata Editor & Media Search<br />' .
329 - '[http://metavid.org/wiki/MetaVidWiki_Software More about MetaVidWiki Software]'
 329+ '[http://metavid.org/wiki/MetaVidWiki_Software More about MetaVidWiki Software]',
 330+ 'descriptionmsg' => 'mv-desc',
330331 );
331332 }
332333 # Define a setup function
Index: trunk/extensions/MetavidWiki/languages/MV_Messages.php
@@ -12,6 +12,8 @@
1313 */
1414 $messages['en'] = array(
1515
 16+ 'mv-desc' => '[http://metavid.org/wiki/MetaVidWiki_Software Video Metadata Editor & Media Search]',
 17+
1618 # javascript mappings per file:
1719
1820 # mv_embed.js
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -479,6 +479,7 @@
480480
481481 Metavid Wiki
482482 file = MetavidWiki/languages/MV_Messages.php
 483+descmsg = mv-desc
483484 optional = ao_file_64Kb_MPEG4, ao_file_256Kb_MPEG4, ao_file_MPEG1, ao_file_MPEG2
484485 optional = ao_file_flash_flv, ao_file_512Kb_MPEG4, ao_file_Ogg_Video
485486 optional = mv_ogg-player-vlc-mozilla, mv_ogg-player-vlc-activex, mv_ogg-player-oggPlay, mv_ogg-player-quicktime-mozilla

Status & tagging log