MediaWiki REL1_28
SpecialPageFactory.php
Go to the documentation of this file.
1<?php
25
51 private static $coreList = [
52 // Maintenance Reports
53 'BrokenRedirects' => 'BrokenRedirectsPage',
54 'Deadendpages' => 'DeadendPagesPage',
55 'DoubleRedirects' => 'DoubleRedirectsPage',
56 'Longpages' => 'LongPagesPage',
57 'Ancientpages' => 'AncientPagesPage',
58 'Lonelypages' => 'LonelyPagesPage',
59 'Fewestrevisions' => 'FewestrevisionsPage',
60 'Withoutinterwiki' => 'WithoutInterwikiPage',
61 'Protectedpages' => 'SpecialProtectedpages',
62 'Protectedtitles' => 'SpecialProtectedtitles',
63 'Shortpages' => 'ShortPagesPage',
64 'Uncategorizedcategories' => 'UncategorizedCategoriesPage',
65 'Uncategorizedimages' => 'UncategorizedImagesPage',
66 'Uncategorizedpages' => 'UncategorizedPagesPage',
67 'Uncategorizedtemplates' => 'UncategorizedTemplatesPage',
68 'Unusedcategories' => 'UnusedCategoriesPage',
69 'Unusedimages' => 'UnusedimagesPage',
70 'Unusedtemplates' => 'UnusedtemplatesPage',
71 'Unwatchedpages' => 'UnwatchedpagesPage',
72 'Wantedcategories' => 'WantedCategoriesPage',
73 'Wantedfiles' => 'WantedFilesPage',
74 'Wantedpages' => 'WantedPagesPage',
75 'Wantedtemplates' => 'WantedTemplatesPage',
76
77 // List of pages
78 'Allpages' => 'SpecialAllPages',
79 'Prefixindex' => 'SpecialPrefixindex',
80 'Categories' => 'SpecialCategories',
81 'Listredirects' => 'ListredirectsPage',
82 'PagesWithProp' => 'SpecialPagesWithProp',
83 'TrackingCategories' => 'SpecialTrackingCategories',
84
85 // Authentication
86 'Userlogin' => 'SpecialUserLogin',
87 'Userlogout' => 'SpecialUserLogout',
88 'CreateAccount' => 'SpecialCreateAccount',
89 'LinkAccounts' => 'SpecialLinkAccounts',
90 'UnlinkAccounts' => 'SpecialUnlinkAccounts',
91 'ChangeCredentials' => 'SpecialChangeCredentials',
92 'RemoveCredentials' => 'SpecialRemoveCredentials',
93
94 // Users and rights
95 'Activeusers' => 'SpecialActiveUsers',
96 'Block' => 'SpecialBlock',
97 'Unblock' => 'SpecialUnblock',
98 'BlockList' => 'SpecialBlockList',
99 'ChangePassword' => 'SpecialChangePassword',
100 'BotPasswords' => 'SpecialBotPasswords',
101 'PasswordReset' => 'SpecialPasswordReset',
102 'DeletedContributions' => 'DeletedContributionsPage',
103 'Preferences' => 'SpecialPreferences',
104 'ResetTokens' => 'SpecialResetTokens',
105 'Contributions' => 'SpecialContributions',
106 'Listgrouprights' => 'SpecialListGroupRights',
107 'Listgrants' => 'SpecialListGrants',
108 'Listusers' => 'SpecialListUsers',
109 'Listadmins' => 'SpecialListAdmins',
110 'Listbots' => 'SpecialListBots',
111 'Userrights' => 'UserrightsPage',
112 'EditWatchlist' => 'SpecialEditWatchlist',
113
114 // Recent changes and logs
115 'Newimages' => 'SpecialNewFiles',
116 'Log' => 'SpecialLog',
117 'Watchlist' => 'SpecialWatchlist',
118 'Newpages' => 'SpecialNewpages',
119 'Recentchanges' => 'SpecialRecentChanges',
120 'Recentchangeslinked' => 'SpecialRecentChangesLinked',
121 'Tags' => 'SpecialTags',
122
123 // Media reports and uploads
124 'Listfiles' => 'SpecialListFiles',
125 'Filepath' => 'SpecialFilepath',
126 'MediaStatistics' => 'MediaStatisticsPage',
127 'MIMEsearch' => 'MIMEsearchPage',
128 'FileDuplicateSearch' => 'FileDuplicateSearchPage',
129 'Upload' => 'SpecialUpload',
130 'UploadStash' => 'SpecialUploadStash',
131 'ListDuplicatedFiles' => 'ListDuplicatedFilesPage',
132
133 // Data and tools
134 'ApiSandbox' => 'SpecialApiSandbox',
135 'Statistics' => 'SpecialStatistics',
136 'Allmessages' => 'SpecialAllMessages',
137 'Version' => 'SpecialVersion',
138 'Lockdb' => 'SpecialLockdb',
139 'Unlockdb' => 'SpecialUnlockdb',
140
141 // Redirecting special pages
142 'LinkSearch' => 'LinkSearchPage',
143 'Randompage' => 'RandomPage',
144 'RandomInCategory' => 'SpecialRandomInCategory',
145 'Randomredirect' => 'SpecialRandomredirect',
146 'Randomrootpage' => 'SpecialRandomrootpage',
147 'GoToInterwiki' => 'SpecialGoToInterwiki',
148
149 // High use pages
150 'Mostlinkedcategories' => 'MostlinkedCategoriesPage',
151 'Mostimages' => 'MostimagesPage',
152 'Mostinterwikis' => 'MostinterwikisPage',
153 'Mostlinked' => 'MostlinkedPage',
154 'Mostlinkedtemplates' => 'MostlinkedTemplatesPage',
155 'Mostcategories' => 'MostcategoriesPage',
156 'Mostrevisions' => 'MostrevisionsPage',
157
158 // Page tools
159 'ComparePages' => 'SpecialComparePages',
160 'Export' => 'SpecialExport',
161 'Import' => 'SpecialImport',
162 'Undelete' => 'SpecialUndelete',
163 'Whatlinkshere' => 'SpecialWhatLinksHere',
164 'MergeHistory' => 'SpecialMergeHistory',
165 'ExpandTemplates' => 'SpecialExpandTemplates',
166
167 // Other
168 'Booksources' => 'SpecialBookSources',
169
170 // Unlisted / redirects
171 'ApiHelp' => 'SpecialApiHelp',
172 'Blankpage' => 'SpecialBlankpage',
173 'Diff' => 'SpecialDiff',
174 'EditTags' => 'SpecialEditTags',
175 'Emailuser' => 'SpecialEmailUser',
176 'Movepage' => 'MovePageForm',
177 'Mycontributions' => 'SpecialMycontributions',
178 'MyLanguage' => 'SpecialMyLanguage',
179 'Mypage' => 'SpecialMypage',
180 'Mytalk' => 'SpecialMytalk',
181 'Myuploads' => 'SpecialMyuploads',
182 'AllMyUploads' => 'SpecialAllMyUploads',
183 'PermanentLink' => 'SpecialPermanentLink',
184 'Redirect' => 'SpecialRedirect',
185 'Revisiondelete' => 'SpecialRevisionDelete',
186 'RunJobs' => 'SpecialRunJobs',
187 'Specialpages' => 'SpecialSpecialpages',
188 ];
189
190 private static $list;
191 private static $aliases;
192
197 public static function resetList() {
198 self::$list = null;
199 self::$aliases = null;
200 }
201
208 public static function getNames() {
209 return array_keys( self::getPageList() );
210 }
211
218 public static function getList() {
219 wfDeprecated( __FUNCTION__, '1.24' );
220 return self::getPageList();
221 }
222
228 private static function getPageList() {
233
234 if ( !is_array( self::$list ) ) {
235
236 self::$list = self::$coreList;
237
239 self::$list['Search'] = 'SpecialSearch';
240 }
241
243 self::$list['Confirmemail'] = 'EmailConfirmation';
244 self::$list['Invalidateemail'] = 'EmailInvalidation';
245 }
246
247 if ( $wgEnableEmail ) {
248 self::$list['ChangeEmail'] = 'SpecialChangeEmail';
249 }
250
252 self::$list['JavaScriptTest'] = 'SpecialJavaScriptTest';
253 }
254
255 if ( $wgPageLanguageUseDB ) {
256 self::$list['PageLanguage'] = 'SpecialPageLanguage';
257 }
259 self::$list['ChangeContentModel'] = 'SpecialChangeContentModel';
260 }
261
262 // Add extension special pages
263 self::$list = array_merge( self::$list, $wgSpecialPages );
264
265 // This hook can be used to disable unwanted core special pages
266 // or conditionally register special pages.
267 Hooks::run( 'SpecialPage_initList', [ &self::$list ] );
268
269 }
270
271 return self::$list;
272 }
273
280 private static function getAliasList() {
281 if ( is_null( self::$aliases ) ) {
283 $aliases = $wgContLang->getSpecialPageAliases();
284 $pageList = self::getPageList();
285
286 self::$aliases = [];
287 $keepAlias = [];
288
289 // Force every canonical name to be an alias for itself.
290 foreach ( $pageList as $name => $stuff ) {
291 $caseFoldedAlias = $wgContLang->caseFold( $name );
292 self::$aliases[$caseFoldedAlias] = $name;
293 $keepAlias[$caseFoldedAlias] = 'canonical';
294 }
295
296 // Check for $aliases being an array since Language::getSpecialPageAliases can return null
297 if ( is_array( $aliases ) ) {
298 foreach ( $aliases as $realName => $aliasList ) {
299 $aliasList = array_values( $aliasList );
300 foreach ( $aliasList as $i => $alias ) {
301 $caseFoldedAlias = $wgContLang->caseFold( $alias );
302
303 if ( isset( self::$aliases[$caseFoldedAlias] ) &&
304 $realName === self::$aliases[$caseFoldedAlias]
305 ) {
306 // Ignore same-realName conflicts
307 continue;
308 }
309
310 if ( !isset( $keepAlias[$caseFoldedAlias] ) ) {
311 self::$aliases[$caseFoldedAlias] = $realName;
312 if ( !$i ) {
313 $keepAlias[$caseFoldedAlias] = 'first';
314 }
315 } elseif ( !$i ) {
316 wfWarn( "First alias '$alias' for $realName conflicts with " .
317 "{$keepAlias[$caseFoldedAlias]} alias for " .
318 self::$aliases[$caseFoldedAlias]
319 );
320 }
321 }
322 }
323 }
324 }
325
326 return self::$aliases;
327 }
328
337 public static function resolveAlias( $alias ) {
339 $bits = explode( '/', $alias, 2 );
340
341 $caseFoldedAlias = $wgContLang->caseFold( $bits[0] );
342 $caseFoldedAlias = str_replace( ' ', '_', $caseFoldedAlias );
344 if ( isset( $aliases[$caseFoldedAlias] ) ) {
345 $name = $aliases[$caseFoldedAlias];
346 } else {
347 return [ null, null ];
348 }
349
350 if ( !isset( $bits[1] ) ) { // bug 2087
351 $par = null;
352 } else {
353 $par = $bits[1];
354 }
355
356 return [ $name, $par ];
357 }
358
365 public static function exists( $name ) {
366 list( $title, /*...*/ ) = self::resolveAlias( $name );
367
368 $specialPageList = self::getPageList();
369 return isset( $specialPageList[$title] );
370 }
371
378 public static function getPage( $name ) {
379 list( $realName, /*...*/ ) = self::resolveAlias( $name );
380
381 $specialPageList = self::getPageList();
382
383 if ( isset( $specialPageList[$realName] ) ) {
384 $rec = $specialPageList[$realName];
385
386 if ( is_callable( $rec ) ) {
387 // Use callback to instantiate the special page
388 $page = call_user_func( $rec );
389 } elseif ( is_string( $rec ) ) {
390 $className = $rec;
391 $page = new $className;
392 } elseif ( is_array( $rec ) ) {
393 $className = array_shift( $rec );
394 // @deprecated, officially since 1.18, unofficially since forever
395 wfDeprecated( "Array syntax for \$wgSpecialPages is deprecated ($className), " .
396 "define a subclass of SpecialPage instead.", '1.18' );
397 $page = ObjectFactory::getObjectFromSpec( [
398 'class' => $className,
399 'args' => $rec,
400 'closure_expansion' => false,
401 ] );
402 } elseif ( $rec instanceof SpecialPage ) {
403 $page = $rec; // XXX: we should deep clone here
404 } else {
405 $page = null;
406 }
407
408 if ( $page instanceof SpecialPage ) {
409 return $page;
410 } else {
411 // It's not a classname, nor a callback, nor a legacy constructor array,
412 // nor a special page object. Give up.
413 wfLogWarning( "Cannot instantiate special page $realName: bad spec!" );
414 return null;
415 }
416
417 } else {
418 return null;
419 }
420 }
421
430 public static function getUsablePages( User $user = null ) {
431 $pages = [];
432 if ( $user === null ) {
434 $user = $wgUser;
435 }
436 foreach ( self::getPageList() as $name => $rec ) {
438 if ( $page ) { // not null
439 $page->setContext( RequestContext::getMain() );
440 if ( $page->isListed()
441 && ( !$page->isRestricted() || $page->userCanExecute( $user ) )
442 ) {
443 $pages[$name] = $page;
444 }
445 }
446 }
447
448 return $pages;
449 }
450
456 public static function getRegularPages() {
457 $pages = [];
458 foreach ( self::getPageList() as $name => $rec ) {
460 if ( $page->isListed() && !$page->isRestricted() ) {
461 $pages[$name] = $page;
462 }
463 }
464
465 return $pages;
466 }
467
475 public static function getRestrictedPages( User $user = null ) {
476 $pages = [];
477 if ( $user === null ) {
479 $user = $wgUser;
480 }
481 foreach ( self::getPageList() as $name => $rec ) {
483 if (
484 $page->isListed()
485 && $page->isRestricted()
486 && $page->userCanExecute( $user )
487 ) {
488 $pages[$name] = $page;
489 }
490 }
491
492 return $pages;
493 }
494
510 public static function executePath( Title &$title, IContextSource &$context, $including = false,
512 ) {
513 // @todo FIXME: Redirects broken due to this call
514 $bits = explode( '/', $title->getDBkey(), 2 );
515 $name = $bits[0];
516 if ( !isset( $bits[1] ) ) { // bug 2087
517 $par = null;
518 } else {
519 $par = $bits[1];
520 }
521
523 if ( !$page ) {
524 $context->getOutput()->setArticleRelated( false );
525 $context->getOutput()->setRobotPolicy( 'noindex,nofollow' );
526
528 if ( $wgSend404Code ) {
529 $context->getOutput()->setStatusCode( 404 );
530 }
531
532 $context->getOutput()->showErrorPage( 'nosuchspecialpage', 'nospecialpagetext' );
533
534 return false;
535 }
536
537 if ( !$including ) {
538 // Narrow DB query expectations for this HTTP request
539 $trxLimits = $context->getConfig()->get( 'TrxProfilerLimits' );
540 $trxProfiler = Profiler::instance()->getTransactionProfiler();
541 if ( $context->getRequest()->wasPosted() && !$page->doesWrites() ) {
542 $trxProfiler->setExpectations( $trxLimits['POST-nonwrite'], __METHOD__ );
543 $context->getRequest()->markAsSafeRequest();
544 }
545 }
546
547 // Page exists, set the context
548 $page->setContext( $context );
549
550 if ( !$including ) {
551 // Redirect to canonical alias for GET commands
552 // Not for POST, we'd lose the post data, so it's best to just distribute
553 // the request. Such POST requests are possible for old extensions that
554 // generate self-links without being aware that their default name has
555 // changed.
556 if ( $name != $page->getLocalName() && !$context->getRequest()->wasPosted() ) {
557 $query = $context->getRequest()->getQueryValues();
558 unset( $query['title'] );
559 $title = $page->getPageTitle( $par );
560 $url = $title->getFullURL( $query );
561 $context->getOutput()->redirect( $url );
562
563 return $title;
564 } else {
565 $context->setTitle( $page->getPageTitle( $par ) );
566 }
567 } elseif ( !$page->isIncludable() ) {
568 return false;
569 }
570
571 $page->including( $including );
572 if ( $linkRenderer ) {
573 $page->setLinkRenderer( $linkRenderer );
574 }
575
576 // Execute special page
577 $page->run( $par );
578
579 return true;
580 }
581
597 public static function capturePath(
599 ) {
601 $main = RequestContext::getMain();
602
603 // Save current globals and main context
604 $glob = [
605 'title' => $wgTitle,
606 'output' => $wgOut,
607 'request' => $wgRequest,
608 'user' => $wgUser,
609 'language' => $wgLang,
610 ];
611 $ctx = [
612 'title' => $main->getTitle(),
613 'output' => $main->getOutput(),
614 'request' => $main->getRequest(),
615 'user' => $main->getUser(),
616 'language' => $main->getLanguage(),
617 ];
618
619 // Override
621 $wgOut = $context->getOutput();
622 $wgRequest = $context->getRequest();
623 $wgUser = $context->getUser();
625 $main->setTitle( $title );
626 $main->setOutput( $context->getOutput() );
627 $main->setRequest( $context->getRequest() );
628 $main->setUser( $context->getUser() );
629 $main->setLanguage( $context->getLanguage() );
630
631 // The useful part
633
634 // Restore old globals and context
635 $wgTitle = $glob['title'];
636 $wgOut = $glob['output'];
637 $wgRequest = $glob['request'];
638 $wgUser = $glob['user'];
639 $wgLang = $glob['language'];
640 $main->setTitle( $ctx['title'] );
641 $main->setOutput( $ctx['output'] );
642 $main->setRequest( $ctx['request'] );
643 $main->setUser( $ctx['user'] );
644 $main->setLanguage( $ctx['language'] );
645
646 return $ret;
647 }
648
656 public static function getLocalNameFor( $name, $subpage = false ) {
658 $aliases = $wgContLang->getSpecialPageAliases();
659 $aliasList = self::getAliasList();
660
661 // Find the first alias that maps back to $name
662 if ( isset( $aliases[$name] ) ) {
663 $found = false;
664 foreach ( $aliases[$name] as $alias ) {
665 $caseFoldedAlias = $wgContLang->caseFold( $alias );
666 $caseFoldedAlias = str_replace( ' ', '_', $caseFoldedAlias );
667 if ( isset( $aliasList[$caseFoldedAlias] ) &&
668 $aliasList[$caseFoldedAlias] === $name
669 ) {
670 $name = $alias;
671 $found = true;
672 break;
673 }
674 }
675 if ( !$found ) {
676 wfWarn( "Did not find a usable alias for special page '$name'. " .
677 "It seems all defined aliases conflict?" );
678 }
679 } else {
680 // Check if someone misspelled the correct casing
681 if ( is_array( $aliases ) ) {
682 foreach ( $aliases as $n => $values ) {
683 if ( strcasecmp( $name, $n ) === 0 ) {
684 wfWarn( "Found alias defined for $n when searching for " .
685 "special page aliases for $name. Case mismatch?" );
686 return self::getLocalNameFor( $n, $subpage );
687 }
688 }
689 }
690
691 wfWarn( "Did not find alias for special page '$name'. " .
692 "Perhaps no aliases are defined for it?" );
693 }
694
695 if ( $subpage !== false && !is_null( $subpage ) ) {
696 // Make sure it's in dbkey form
697 $subpage = str_replace( ' ', '_', $subpage );
698 $name = "$name/$subpage";
699 }
700
701 return $wgContLang->ucfirst( $name );
702 }
703
710 public static function getTitleForAlias( $alias ) {
711 list( $name, $subpage ) = self::resolveAlias( $alias );
712 if ( $name != null ) {
713 return SpecialPage::getTitleFor( $name, $subpage );
714 } else {
715 return null;
716 }
717 }
718}
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
bool $wgPageLanguageUseDB
Enable page language feature Allows setting page language in database.
$wgSend404Code
Some web hosts attempt to rewrite all responses with a 404 (not found) status code,...
$wgEnableJavaScriptTest
Allow running of javascript test suites via [[Special:JavaScriptTest]] (such as QUnit).
$wgEnableEmail
Set to true to enable the e-mail basic features: Password reminders, etc.
$wgDisableInternalSearch
Disable the internal MySQL-based search, to allow it to be implemented by an extension instead.
$wgEmailAuthentication
Require email authentication before sending mail to an email address.
$wgContentHandlerUseDB
Set to false to disable use of the database fields introduced by the ContentHandler facility.
$wgSpecialPages
Special page list.
wfWarn( $msg, $callerOffset=1, $level=E_USER_NOTICE)
Send a warning either to the debug log or in a PHP error depending on $wgDevelopmentWarnings.
wfLogWarning( $msg, $callerOffset=1, $level=E_USER_WARNING)
Send a warning as a PHP error and the debug log.
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
$wgUser
Definition Setup.php:806
$wgOut
Definition Setup.php:816
if(! $wgDBerrorLogTZ) $wgRequest
Definition Setup.php:664
if(! $wgRequest->checkUrlExtension()) if(isset($_SERVER[ 'PATH_INFO']) &&$_SERVER[ 'PATH_INFO'] !='') if(! $wgEnableAPI) $wgTitle
Definition api.php:68
getLanguage()
Get the Language object.
static run( $event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
Definition Hooks.php:131
Class that generates HTML links for pages.
static instance()
Singleton.
Definition Profiler.php:61
static getMain()
Static methods.
Factory for handling the special page list and generating SpecialPage objects.
static getRegularPages()
Return categorised listable special pages for all users.
static capturePath(Title $title, IContextSource $context, LinkRenderer $linkRenderer=null)
Just like executePath() but will override global variables and execute the page in "inclusion" mode.
static $coreList
List of special page names to the subclass of SpecialPage which handles them.
static getPageList()
Get the special page list as an array.
static getLocalNameFor( $name, $subpage=false)
Get the local name for a specified canonical name.
static exists( $name)
Check if a given name exist as a special page or as a special page alias.
static executePath(Title &$title, IContextSource &$context, $including=false, LinkRenderer $linkRenderer=null)
Execute a special page path.
static getTitleForAlias( $alias)
Get a title for a given alias.
static getUsablePages(User $user=null)
Return categorised listable special pages which are available for the current user,...
static getList()
Get the special page list as an array.
static getPage( $name)
Find the object with a given name and return it (or NULL)
static resetList()
Reset the internal list of special pages.
static getAliasList()
Initialise and return the list of special page aliases.
static getNames()
Returns a list of canonical special page names.
static getRestrictedPages(User $user=null)
Return categorised listable special pages which are available for the current user,...
static resolveAlias( $alias)
Given a special page name with a possible subpage, return an array where the first element is the spe...
Parent class for all special pages.
static getTitleFor( $name, $subpage=false, $fragment='')
Get a localised Title object for a specified special page name If you don't need a full Title object,...
Represents a title within MediaWiki.
Definition Title.php:36
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:48
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
Definition deferred.txt:11
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
Definition design.txt:57
when a variable name is used in a it is silently declared as a new local masking the global
Definition design.txt:95
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as $wgLang
Definition design.txt:56
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
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
Definition hooks.txt:249
namespace and then decline to actually register it file or subcat img or subcat $title
Definition hooks.txt:986
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
Definition hooks.txt:1949
Allows to change the fields on the form that will be generated $name
Definition hooks.txt:304
namespace are movable Hooks may change this value to override the return value of MWNamespace::isMovable(). 'NewDifferenceEngine' do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached $page
Definition hooks.txt:2534
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
Definition hooks.txt:1595
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 just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing after in associative array form before processing starts Return false to skip default processing and return $ret $linkRenderer
Definition hooks.txt:1990
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
Definition injection.txt:37
Interface for objects which can provide a MediaWiki context on request.
$context
Definition load.php:50