Go to the documentation of this file.
21 use Wikimedia\WrappedString;
22 use Wikimedia\WrappedStringList;
81 foreach ( $vars
as $key =>
$value ) {
82 $this->config[$key] =
$value;
122 $this->exemptStates = $states;
149 'styleDeprecations' => [],
152 foreach ( $this->modules
as $name ) {
153 $module = $rl->getModule(
$name );
158 $group = $module->getGroup();
160 if ( $module->isKnownEmpty(
$context ) ) {
166 if ( $group ===
'user' || $module->shouldEmbedModule( $this->context ) ) {
183 foreach ( $this->moduleStyles
as $name ) {
184 $module = $rl->getModule(
$name );
190 $logger = $rl->getLogger();
191 $logger->error(
'Unexpected general module "{module}" in styles queue.', [
202 $group = $module->getGroup();
205 if ( !$module->isKnownEmpty(
$context ) ) {
206 if ( $module->shouldEmbedModule( $this->context ) ) {
214 $deprecation = $module->getDeprecationInformation();
215 if ( $deprecation ) {
216 $data[
'styleDeprecations'][] = $deprecation;
220 foreach ( $this->moduleScripts
as $name ) {
221 $module = $rl->getModule(
$name );
226 $group = $module->getGroup();
228 if ( $module->isKnownEmpty(
$context ) ) {
247 return [
'class' =>
'client-nojs' ];
265 $nonce = $this->
options[
'nonce'];
273 'document.documentElement.className = document.documentElement.className'
274 .
'.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );',
279 if ( $this->config ) {
280 $chunks[] = ResourceLoader::makeInlineScript(
281 ResourceLoader::makeConfigSetScript( $this->config ),
287 $states = array_merge( $this->exemptStates,
$data[
'states'] );
289 $chunks[] = ResourceLoader::makeInlineScript(
290 ResourceLoader::makeLoaderStateScript( $states ),
296 if (
$data[
'embed'][
'general'] ) {
298 $data[
'embed'][
'general'],
305 if (
$data[
'general'] ) {
306 $chunks[] = ResourceLoader::makeInlineScript(
308 . ResourceLoader::encodeJsonForScript(
$data[
'general'] )
310 .
'mw.loader.load(RLPAGEMODULES);',
316 if (
$data[
'scripts'] ) {
325 if (
$data[
'styles'] ) {
334 if (
$data[
'embed'][
'styles'] ) {
336 $data[
'embed'][
'styles'],
345 foreach ( [
'target',
'safemode' ]
as $param ) {
346 if ( $this->
options[$param] !==
null ) {
357 return WrappedString::join(
"\n", $chunks );
368 if (
$data[
'styleDeprecations'] ) {
369 $chunks[] = ResourceLoader::makeInlineScript(
370 implode(
'',
$data[
'styleDeprecations'] ),
375 return WrappedString::join(
"\n", $chunks );
387 array $extraQuery = []
394 if ( $group !==
'user' && $group !==
'private' ) {
395 $req->setVal(
'user',
null );
416 array $extraQuery = [], $nonce =
null
430 return new WrappedStringList(
"\n", $chunks );
436 $module = $rl->getModule(
$name );
438 $rl->getLogger()->warning(
'Unknown module "{module}"', [
'module' =>
$name ] );
441 $sortedModules[$module->getSource()][$module->getGroup()][
$name] = $module;
444 foreach ( $sortedModules
as $source => $groups ) {
445 foreach ( $groups
as $group => $grpModules ) {
451 foreach ( $grpModules
as $name => $module ) {
452 $shouldEmbed = $module->shouldEmbedModule(
$context );
453 if ( !$moduleSets || $moduleSets[$idx][0] !== $shouldEmbed ) {
454 $moduleSets[++$idx] = [ $shouldEmbed, [] ];
456 $moduleSets[$idx][1][
$name] = $module;
460 foreach ( $moduleSets
as list( $embed, $moduleSet ) ) {
461 $context->setModules( array_keys( $moduleSet ) );
466 $rl->makeModuleResponse(
$context, $moduleSet )
469 $chunks[] = ResourceLoader::makeInlineScript(
470 $rl->makeModuleResponse(
$context, $moduleSet ),
477 foreach ( $moduleSet
as $key => $module ) {
478 $isRaw |= $module->isRaw();
486 if ( $group ===
'user' ) {
500 'async' => !isset( $extraQuery[
'sync'] ),
504 $chunk = ResourceLoader::makeInlineScript(
511 if ( $group ==
'noscript' ) {
521 return new WrappedStringList(
"\n", $chunks );
Object passed around to modules which contains information about the state of a specific loader reque...
WebRequest clone which takes values from a provided array.
Bootstrap a ResourceLoader client on an HTML page.
static makeContext(ResourceLoaderContext $mainContext, $group, $type, array $extraQuery=[])
getContext( $group, $type)
setModuleScripts(array $modules)
Ensure the scripts of one or more modules are loaded.
getContentOverrideCallback()
Return the replaced-content mapping callback.
this hook is for auditing only $req
setExemptStates(array $states)
Set state of special modules that are handled by the caller manually.
and how to run hooks for an and one after Each event has a preferably in CamelCase For ArticleDelete hook A clump of code and data that should be run when an event happens This can be either a function and a chunk of data
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
ResourceLoaderContext $context
ResourceLoader $resourceLoader
setConfig(array $vars)
Set mw.config variables.
static encodeJsCall( $name, $args, $pretty=false)
Create a call to a JavaScript function.
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
static configuration should be added through ResourceLoaderGetConfigVars instead & $vars
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))
This code would result in ircNotify being run twice when an article is and once for brion Hooks can return three possible true was required This is the default since MediaWiki *some string
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
Allows to change the fields on the form that will be generated $name
static inlineStyle( $contents, $media='all', $attribs=[])
Output a "<style>" tag with the given contents for the given media type (if any).
static inlineScript( $contents, $nonce=null)
Output an HTML script tag with the given contents.
Allows changing specific properties of a context object, without changing the main one.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret
static makeLoad(ResourceLoaderContext $mainContext, array $modules, $only, array $extraQuery=[], $nonce=null)
Explicily load or embed modules on a page.
setModules(array $modules)
Ensure one or more modules are loaded.
static linkedStyle( $url, $media='all')
Output a "<link rel=stylesheet>" linking to the given URL for the given media type (if any).
setModuleStyles(array $modules)
Ensure the styles of one or more modules are loaded.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
static rawElement( $element, $attribs=[], $contents='')
Returns an HTML element in a string.
getLoad( $modules, $only, $nonce, array $extraQuery=[])
static element( $element, $attribs=[], $contents='')
Identical to rawElement(), but HTML-escapes $contents (like Xml::element()).
Using a hook running we can avoid having all this option specific stuff in our mainline code Using the function We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going and make changes or fix bugs In we can take all the code that deals with the little used title reversing options(say) and put it in one place. Instead of having little title-reversing if-blocks spread all over the codebase in showAnArticle
__construct(ResourceLoaderContext $context, array $options=[])
getHeadHtml()
The order of elements in the head is as follows: