aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config/ConfigFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Drop hard-deprecated ConfigFactory::getDefaultInstance()Taavi Väänänen2024-04-211-12/+0
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+10
* ConfigFactory: Hard-deprecate getDefaultInstance()James D. Forrester2023-08-191-0/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-1/+3
* Better docs to make phan happyDaimona Eaytoy2019-09-071-1/+2
* Fix usage of MediaWikiServices in comments and documentationFomafix2019-03-031-1/+1
* Fully extract services framework as a libraryLucas Werkmeister2019-01-161-1/+1
* ConfigFactory: Improve error message for invalid callbackUmherirrender2018-01-201-1/+6
* Fix typo in word "callback"Umherirrender2017-12-311-1/+1
* Allow resources to be salvaged across service resets.daniel2016-05-191-16/+47
* Allow reset of global services (redux).daniel2016-05-041-5/+33
* Revert "Allow reset of global services."Catrope2016-04-111-33/+5
* Allow reset of global services.daniel2016-04-111-5/+33
* Introduce top level service locator.daniel2016-04-021-27/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Added getDefaultInstance() return type docAaron Schulz2015-05-131-0/+3
* Mark ConfigFactory::destroyDefaultInstance() with @codeCoverageIgnoreKunal Mehta2014-08-221-0/+1
* Add tests for ConfigFactory::getDefaultInstanceKunal Mehta2014-08-031-5/+22
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-5/+5
* Make abstract Config class truly implementation-agnosticKunal Mehta2014-05-261-0/+94