aboutsummaryrefslogtreecommitdiffstats
path: root/includes/context
Commit message (Expand)AuthorAgeFilesLines
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* docs: Hook interface doc comment reviewapaskulin2020-04-212-10/+15
* Automatically generated hook interfacesTim Starling2020-04-202-0/+44
* 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-272-4/+6
|/
* Use varargs for MessageLocalizer::msg and similarUmherirrender2019-10-053-18/+9
* RequestContext: Declare the dynamic property for language recursionDaimona Eaytoy2019-09-081-3/+9
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-313-0/+3
* 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
* context: Cleanup is_null() checks and irrelevant else code pathsDerick Alangi2019-03-201-48/+14
* specialpage: Fix login crash caused by unknown language via ?uselangDerick Alangi2019-01-291-0/+2
* Replace some wfMessage by ContextSource::msgUmherirrender2018-08-221-0/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+1
* Replace call_user_func_array(), part 1Max Semenik2018-06-043-3/+3
* Update MediaWiki\quietCall() -> Wikimedia\quietCall()Reedy2018-02-101-1/+1
* Improve 1-letter variable names in MutableContext and implementationsThiemo Mättig2018-01-075-177/+67
* 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-282-9/+5
|/
* Remove unuseful debug messagesNiklas Laxström2017-12-041-1/+0
* build: Updating mediawiki/mediawiki-codesniffer to 13.0.0Umherirrender2017-09-254-5/+0
* Use correct variable name in @param documentationUmherirrender2017-08-112-2/+2
* Merge "Remove auto-generated "Constructor" documentation on constructors"jenkins-bot2017-07-211-1/+0
|\
| * Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-1/+0
* | statsd: Rename MediawikiStatsdDataFactory to IBufferingStatsdDataFactoryTimo Tijhof2017-07-074-4/+4
|/
* Require $key in msg() functionsAmir Sarabadani2017-06-144-12/+10
* Refactor Statsd classes to enable null collector to work.Stanislav Malyshev2017-05-294-4/+4
* Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory()WMDE-Fisch2017-03-171-1/+2
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-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
* Remove/actualize unused importsMax Semenik2016-09-261-1/+0
* Add getStatsdDataFactory to MediawikiServicesaddshore2016-04-194-24/+22
* Revert "Allow reset of global services."Catrope2016-04-111-3/+3
* Allow reset of global services.daniel2016-04-111-3/+3
* context: Support setting title to nullTimo Tijhof2016-03-071-1/+1
* Fix parserTests.php scriptArlo Breault2016-03-031-1/+1