aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config/GlobalVarConfig.php
Commit message (Expand)AuthorAgeFilesLines
* 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/+8
* config: Remove not needed indirection from GlobalVarConfigthiemowmde2023-07-171-26/+4
* GlobalVarConfig: Avoid slowness of array_key_exists on $GLOBALS in PHP 8.1+James D. Forrester2022-09-161-1/+5
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Annotate newable classesdaniel2020-07-071-0/+6
* Improve some parameter docsUmherirrender2017-09-101-2/+2
* Remove deprecated GlobalVarConfig::set()Kunal Mehta2014-10-201-21/+0
* Add MultiConfig for fallback logicKunal Mehta2014-09-171-5/+22
* Move Config::set() to MutableConfig::set()Kunal Mehta2014-09-111-1/+4
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-1/+1
* Fixed spacingumherirrender2014-07-241-2/+2
* GlobalVarConfig shouldn't throw exceptions for null-valued config settingsBrad Jorsch2014-06-231-1/+1
* Make abstract Config class truly implementation-agnosticKunal Mehta2014-05-261-0/+88