MediaWiki REL1_38
|
getArticle()
?? getWikiPage()
. Must be removed. getContext
since 1.36 Use thumbProxyUrl in $wgLocalFileRepo
since 1.37; use $wgShellboxUrls instead
since 1.25 Extensions should now register tracking categories using the new extension registration system.
since 1.25 Use $wgOpenSearchTemplates['application/x-suggestions+json'] instead
This feature is under development, don't assume this flag's existence or function outside of MediaWiki.
since 1.26, use $wgPasswordPolicy's MaximalPasswordLength.
since 1.26, use $wgPasswordPolicy's MinimalPasswordLength.
since 1.21 In new code, use the $wiki parameter to LBFactory::getMainLB() to access remote databases. Using LBFactory::getMainLB() allows the shared database to reside on separate servers to the wiki's own database, with suitable configuration of $wgLBFactoryConf.
Since 1.35, the only accepted value is SCHEMA_COMPAT_NEW. No longer functions as a setting. Will be removed in 1.36.
since 1.33, will always be true in a future release.
since 1.35. Developers should retrieve this logo (and other variants) using the static function ResourceLoaderSkinModule::getAvailableLogos. $wgLogos should be used instead.
to the interface doc comment. The interface doc comment is a better place for
than the method doc comment, because this causes the interface to be deprecated for implementation. Deprecating the method only causes calling to be deprecated, not handling.
since 1.35 (emits deprecation warnings since 1.37), Use SkinAfterPortlet instead
since 1.36; use BeforeParserFetchTemplateRevisionRecordHook
since 1.36 Use one of the many other EditPage hooks instead
since 1.35, use GetMagicVariableIDsHook instead.
since 1.32 Use PageDeletionDataUpdates or override ContentHandler::getDeletionDataUpdates instead
since 1.37 use getUserPermissionsErrors or getUserPermissionsErrorsExpensive instead.
since 1.33; use the QUnitTestModule static extension registration attribute instead.
since 1.27 Override SearchEngine::completionSearchBackend instead
since 1.27 If you're trying to replace core session cookie handling, you want to create a subclass of MediaWiki\Session\CookieSessionProvider instead. Otherwise, you can no longer count on user data being saved to cookies versus some other mechanism.
false
when this method is called) null
if no value was set. Since 1.27, Use SearchEngine::prefixSearchSubpages or SearchEngine::completionSearch
Since 1.27, Use SearchEngine::defaultPrefixSearch or SearchEngine::completionSearch