r66398 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66397‎ | r66398 | r66399 >
Date:21:18, 13 May 2010
Author:dale
Status:deferred
Tags:
Comment:
* Some message name updates
* fixed magic words register call
* restored no-javascript message
Modified paths:
  • /trunk/extensions/TimedMediaHandler/TimedMediaHandler.i18n.php (modified) (history)
  • /trunk/extensions/TimedMediaHandler/TimedMediaHandler_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler_body.php
@@ -12,7 +12,7 @@
1313 }
1414
1515 static function registerMagicWords( &$magicData, $code ) {
16 - wfLoadExtensionMessages( 'TimedMediaHandler' );
 16+ wfLoadExtensionMessages( 'TimedMediaHandlerMagic' );
1717 return true;
1818 }
1919
@@ -662,7 +662,8 @@
663663 'style'=>"overflow:hidden;".
664664 "width:{$width}px;height:{$playerHeight}px;".
665665 "border:solid thin black;padding:5px;"
666 - )
 666+ ),
 667+ wfMsg('timedmedia-no-player-js', $url)
667668 ) .
668669 $timedTextSources
669670 );
Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.i18n.php
@@ -17,6 +17,8 @@
1818 'timedmedia-long-multiplexed' => '(Ogg multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall)',
1919 'timedmedia-long-general' => '(Ogg media file, length $2, $3)',
2020 'timedmedia-long-error' => '(Invalid Ogg file: $1)',
 21+ 'timedmedia-no-player-js' => 'Sorry, your browser either has JavaScript disabled or does not have any supported player.<br />
 22+28 You can <a href="$1">download the clip</a> or <a href="http://www.mediawiki.org/wiki/Extension:OggHandler/Client_download">download a player</a> to play the clip in your browser.',
2123
2224 'timedmedia-more' => 'More…',
2325 'timedmedia-dismiss' => 'Close',

Status & tagging log