r57268 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57267‎ | r57268 | r57269 >
Date:00:05, 2 October 2009
Author:dale
Status:deferred
Tags:
Comment:
* minor updates to ogg derivative system ( fixed call to participation append )
Modified paths:
  • /trunk/extensions/WikiAtHome/NonFreeVideoHandler.php (modified) (history)
  • /trunk/extensions/WikiAtHome/WahJobManager.php (modified) (history)
  • /trunk/extensions/WikiAtHome/WikiAtHome.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiAtHome/NonFreeVideoHandler.php
@@ -311,7 +311,7 @@
312312 $waitHtml = wfMsgWikiHtml( 'wah-transcode-working' ) . '<br />';
313313 //check if we doing it ~at~ home then we know how far it is done:
314314 if( $wgJobTypeConfig['transcode'][ 'assignAtHome' ] ){
315 - $waitHtml += wfMsgExt('wah-transcode-helpout', array('parsemag'), $this->percDone);
 315+ $waitHtml .= wfMsgExt('wah-transcode-helpout', array('parsemag'), $this->percDone);
316316 }
317317 }
318318
Index: trunk/extensions/WikiAtHome/WikiAtHome.php
@@ -55,7 +55,7 @@
5656 'name' => 'Wiki@Home',
5757 'author' => 'Michael Dale',
5858 'url' => 'http://www.mediawiki.org/wiki/Extension:WikiAtHome',
59 - 'description' => 'Enables distributing transcoding video jobs to clients using firefogg.',
 59+ 'description' => 'Enables distributing transcoding & flattening video jobs to clients using firefogg.',
6060 'descriptionmsg' => 'wah-desc',
6161 );
6262
@@ -236,7 +236,7 @@
237237 'chunkDuration'=> 0,
238238 // if the api should assign the job on the Special:WikiAtHome page
239239 // (or via other external api scripts)
240 - 'assignAtHome' => false,
 240+ 'assignAtHome' => true,
241241 'assignInternal'=> true
242242 ),
243243 'flatten'=> array(
@@ -253,7 +253,7 @@
254254 //note first "in" wins & if once time is up we decrement set_c
255255 $wgJobTimeOut = 60*10; //10 min
256256
257 -//this meaters how many copies of any given stream we should send out as part of a job
 257+//this sets how many copies of any given stream we should send out as part of a job
258258 $wgNumberOfClientsPerJobSet = 25;
259259
260260 //what to encode to:
Index: trunk/extensions/WikiAtHome/WahJobManager.php
@@ -427,5 +427,3 @@
428428 }
429429
430430 }
431 -
432 -?>
\ No newline at end of file

Status & tagging log