aboutsummaryrefslogtreecommitdiffstats
path: root/includes/context/IContextSource.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* context: Fix documentation for IContextSource::getLanguageUmherirrender2024-02-091-1/+2
* Namespace includes/contextJames D. Forrester2024-02-081-0/+8
* Move creation of BlockErrorFormatter into FormatterFactorydaniel2024-01-261-2/+3
* IContextSource: Minor comment tweaksReedy2024-01-021-3/+6
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* context: Remove deprecated IContextSource::getStats() implementationsUmherirrender2022-09-301-8/+0
* pager: Clean up file headers and `@ingroup`Timo Tijhof2022-09-291-4/+5
* context: Add a cached RequestContext::getActionName methodTimo Tijhof2022-03-251-0/+8
* Move CRSF token generation to CsrfTokenSetPetr Pchelko2021-06-181-1/+2
* Remove unstable marker from Authority interfacedaniel2021-04-131-1/+1
* Add Authority to ContextPetr Pchelko2021-01-201-0/+8
* Stability annotations for interfaces.daniel2020-07-071-0/+2
* Improve 1-letter variable names in MutableContext and implementationsThiemo Mättig2018-01-071-16/+1
* build: Updating mediawiki/mediawiki-codesniffer to 13.0.0Umherirrender2017-09-251-2/+0
* statsd: Rename MediawikiStatsdDataFactory to IBufferingStatsdDataFactoryTimo Tijhof2017-07-071-1/+1
* Require $key in msg() functionsAmir Sarabadani2017-06-141-9/+1
* Refactor Statsd classes to enable null collector to work.Stanislav Malyshev2017-05-291-1/+1
* Add getStatsdDataFactory to MediawikiServicesaddshore2016-04-191-1/+5
* Add Timing interfaceOri Livneh2015-11-031-0/+8
* Fixed some RequestContext IDEA errors with msg() callersAaron Schulz2015-08-251-0/+1
* Document IContextSource->msgMatthew Flaschen2015-04-251-1/+1
* Mention metrics in IContextSource docsAaron Schulz2015-03-111-2/+4
* Add StatsD metric loggingOri Livneh2015-03-091-0/+8
* Added clarifying comments to IContextSourceAaron Schulz2015-03-071-3/+25
* Removed getLang() from IContextSource and subclasseswithoutaname2014-06-201-8/+0
* Document that IContextSource::getTitle can return nullMarius Hoch2014-04-241-1/+1
* Fixed some @params documentationumherirrender2014-04-141-1/+1
* Config: Add Config and GlobalConfig classesKunal Mehta2014-01-271-1/+1
* Begin exposing SiteConfiguration via site contextsChad Horohoe2013-10-251-0/+8
* docs: Consistently use "since" phrasing in @deprecatedTimo Tijhof2013-05-151-1/+1
* Fixed importScopedSession() and moved exportUserSession() to RequestContext.Aaron Schulz2013-03-151-0/+9
* Update doc comments and code formatting.Siebrand Mazeland2013-01-111-4/+2
* Per Aaron, fix for r108274: added canUseWikiPage() to context objects to know...Alexandre Emsenhuber2012-01-141-1/+14
* Push msg from ContextSource/RequestContext into IContextSourceSam Reed2012-01-131-0/+7
* * Added WikiPage to RequestContext and related so that it can be shared to av...Alexandre Emsenhuber2012-01-061-0/+8
* Add missing @since tags for getLanguage and deal with this sanitizeLangCode f...Daniel Friesen2011-12-051-0/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-0/+8
* Separate RequestContext.php into separate files inside of context/Daniel Friesen2011-09-151-0/+73