aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config/ConfigRepository.php
Commit message (Expand)AuthorAgeFilesLines
* docs: Adjust all @deprecated tags to use 'since…' for consistencyJames D. Forrester2024-05-011-1/+1
* Deprecate never-used ConfigRepository serviceDerick Alangi2024-01-241-0/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-2/+0
* config: Remove unused ConfigRepository::getValueOf() methodDerick Alangi2023-08-081-24/+9
* Better docs to make phan happyDaimona Eaytoy2019-09-071-0/+2
* Remove useless use of current and endFlorian2019-05-181-12/+0
* Use the ?? feature instead of isset() where it makes senseThiemo Kreuz2019-03-241-4/+2
* Fully extract services framework as a libraryLucas Werkmeister2019-01-161-1/+1
* config: Add new ConfigRepositoryFlorian Schmidt2018-07-191-0/+224