aboutsummaryrefslogtreecommitdiffstats
path: root/includes/registration/VersionChecker.php
Commit message (Expand)AuthorAgeFilesLines
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+11
* Autofix spacing around commasDaimona Eaytoy2023-10-251-8/+4
* registration: Improve docs and add `ingroup` tagsTimo Tijhof2023-03-241-5/+5
* Remove unused arguments to private functionsUmherirrender2023-02-081-6/+3
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* Remove unneeded explicit true/false inside conditionsUmherirrender2021-08-171-1/+1
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-3/+3
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-2/+0
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-2/+2
* registration: Rewrite odd !(bool) cast in VersionCheckerTestThiemo Kreuz2020-01-241-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* registration: Allow to require environment abilitiesMGChecker2019-04-131-2/+51
* registration: Let extensions add PHP extension requirementsMGChecker2018-09-301-2/+29
* registration: Let extensions add PHP version requirementsMGChecker2018-09-221-15/+70
* registration: Short-circuit if dependency constraint is '*'Kunal Mehta2018-08-281-15/+11
* registration: Use the correct key for skin dependenciesFlorian Schmidt2018-07-111-2/+2
* Handle extension dependencies in the installerKunal Mehta2018-04-131-8/+33
* Complete VersionChecker test coverageKunal Mehta2018-02-091-4/+4
* Miscellaneous indentation tweaksBartosz DziewoƄski2017-02-271-11/+11
* registration: Improve dependency checkingKunal Mehta2016-12-151-36/+33
* registration: Allow specifying extension dependenciesFlorian Schmidt2016-12-141-1/+87
* registration: Generalize CoreVersionChecker to VersionCheckerFlorian Schmidt2016-12-141-0/+128