Page MenuHomePhabricator
Paste P1943

"mwscript eval.php --testwiki" for T102578
ActivePublic

Authored by Krinkle on Aug 28 2015, 3:04 PM.
Tags
None
Referenced Files
F2473742: "mwscript eval.php --testwiki" for T102578
Aug 28 2015, 3:04 PM
F2473741: "mwscript eval.php --testwiki" for T102578
Aug 28 2015, 3:04 PM
Subscribers
None
# $wgRequest->setVal('debug', 'true'); ResourceLoader::clearCache();
$rl = new ResourceLoader( ConfigFactory::getDefaultInstance()->makeConfig( 'main' ) );
$c = new ResourceLoaderContext( $rl, $wgRequest );
$m = $rl->getModule( 'mediawiki.skinning.content.parsoid' );
return $wgVersion;
return $m->getModuleContent( $c );
return $m->getDefinitionSummary( $c );
return $m->getVersionHash( $c );

Event Timeline

Krinkle changed the title of this paste from untitled to "mwscript eval.php --testwiki" for T102578.
Krinkle updated the paste's language from autodetect to php.
Krinkle edited the content of this paste. (Show Details)