aboutsummaryrefslogtreecommitdiffstats
path: root/includes/context/RequestContext.php
Commit message (Expand)AuthorAgeFilesLines
* RequestContext: add @param documentation to setAuthority()Universal Omega2021-05-091-0/+3
* Remove unstable marker from Authority interfacedaniel2021-04-131-0/+4
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Add Authority to ContextPetr Pchelko2021-01-201-0/+22
* Replace deprecated WikiPage::factory in RequestContextUmherirrender2020-11-111-1/+1
* Typehint SessionManager::getGlobalSession and RequestContext::getMainDaimona Eaytoy2020-10-221-1/+1
* Introduce and apply NonSerializableTraitdaniel2020-09-281-0/+3
* context: Throw from recursive calls to RequestContext::getLanguageTimo Tijhof2020-07-281-6/+4
* context: Remove duplicate log message from RequestContext::getLanguage()Timo Tijhof2020-07-231-2/+0
* Mark additional classes as newable for now.daniel2020-07-081-0/+4
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-1/+5
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-2/+2
* Merge "Provide a full trace to GlobalTitleFail debug entries"jenkins-bot2020-01-061-3/+4
|\
| * Provide a full trace to GlobalTitleFail debug entriesDaimona Eaytoy2019-12-201-3/+4
* | Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
|/
* Merge "RequestContext: Clarify uselang support and how it works"jenkins-bot2019-11-011-0/+12
|\
| * RequestContext: Clarify uselang support and how it worksTimo Tijhof2019-10-311-0/+12
* | Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-3/+5
|/
* Use varargs for MessageLocalizer::msg and similarUmherirrender2019-10-051-6/+3
* RequestContext: Declare the dynamic property for language recursionDaimona Eaytoy2019-09-081-3/+9
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-0/+1
* Merge "context: Use getRawVal instead of getVal for 'uselang' and 'useskin'"jenkins-bot2019-07-311-2/+4
|\
| * context: Use getRawVal instead of getVal for 'uselang' and 'useskin'Timo Tijhof2019-07-301-2/+4
* | context: Make the getSkin() fallback logic more explicitTimo Tijhof2019-07-291-13/+7
|/
* Use AtEase::quietCall() instead of Wikimedia\quietCall()Derick Alangi2019-06-101-1/+2
* context: Replace deprecated use of SkinFactory::getDefaultInstance()Derick Alangi2019-04-151-1/+1
* Use finally instead of try-catch-throwLucas Werkmeister2019-03-261-5/+1
* specialpage: Fix login crash caused by unknown language via ?uselangDerick Alangi2019-01-291-0/+2
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+1
* Replace call_user_func_array(), part 1Max Semenik2018-06-041-1/+1
* Update MediaWiki\quietCall() -> Wikimedia\quietCall()Reedy2018-02-101-1/+1
* Improve 1-letter variable names in MutableContext and implementationsThiemo Mättig2018-01-071-49/+23
* Merge "Remove self-explaining "section heading" comments from classes"jenkins-bot2017-12-301-4/+0
|\
| * Remove self-explaining "section heading" comments from classesThiemo Mättig2017-12-281-4/+0
* | Improve (weak and strict) type hints invarious placesThiemo Mättig2017-12-281-7/+3
|/
* Remove unuseful debug messagesNiklas Laxström2017-12-041-1/+0
* build: Updating mediawiki/mediawiki-codesniffer to 13.0.0Umherirrender2017-09-251-1/+0
* Use correct variable name in @param documentationUmherirrender2017-08-111-1/+1
* statsd: Rename MediawikiStatsdDataFactory to IBufferingStatsdDataFactoryTimo Tijhof2017-07-071-1/+1
* Require $key in msg() functionsAmir Sarabadani2017-06-141-1/+3
* Refactor Statsd classes to enable null collector to work.Stanislav Malyshev2017-05-291-1/+1
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+1
* Use namespaced ScopedCallbackKunal Mehta2016-10-171-0/+1
* Document that RequestContext::setTitle's $title can be nullMarius Hoch2016-10-041-1/+1
* Add getStatsdDataFactory to MediawikiServicesaddshore2016-04-191-11/+6
* Revert "Allow reset of global services."Catrope2016-04-111-3/+3
* Allow reset of global services.daniel2016-04-111-3/+3