aboutsummaryrefslogtreecommitdiffstats
path: root/includes/registration
Commit message (Expand)AuthorAgeFilesLines
...
* registration: Allow to require environment abilitiesMGChecker2019-04-133-9/+96
* Merge "registration: Follow-up on I54e8065c63f81016425c7dd40ce87e"jenkins-bot2019-03-251-1/+0
|\
| * registration: Follow-up on I54e8065c63f81016425c7dd40ce87eDerick Alangi2019-03-251-1/+0
* | registration: Remove wrong `@return` PHPDoc commentsDerick Alangi2019-03-251-1/+0
|/
* registration: Fix if or elseif constructs with return statementsDerick Alangi2019-03-221-12/+18
* Convert a few call_user_func*() calls to native PHP syntaxMax Semenik2019-03-071-1/+1
* resourceloader: Support TestModules registration via extension.jsonTimo Tijhof2019-02-051-1/+15
* registration: Add @codeCoverageIgnore for statement that can't be coveredKunal Mehta2019-01-181-0/+2
* registration: Allow overriding attributes in testsKunal Mehta2019-01-141-1/+31
* Add $wgReauthenticateTime to extension.jsonGergő Tisza2018-11-151-0/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* registration: Let extensions add PHP extension requirementsMGChecker2018-09-303-4/+42
* registration: Let extensions add PHP version requirementsMGChecker2018-09-223-16/+80
* registration: Use null coalescing operatorMGChecker2018-09-041-5/+1
* Merge "registration: Add ability to check if a specific extension version is ...jenkins-bot2018-09-031-2/+18
|\
| * registration: Add ability to check if a specific extension version is loadedMGChecker2018-09-031-2/+18
* | registration: Short-circuit if dependency constraint is '*'Kunal Mehta2018-08-281-15/+11
* | Require editsitecss/editsitejs for editing raw messagesGergő Tisza2018-08-261-0/+1
|/
* resourceloader: Remove $wgResourceLoaderLESSVars supportTimo Tijhof2018-08-141-1/+0
* Merge "registration: Expose config array to ExtensionRegistry"jenkins-bot2018-07-193-1/+13
|\
| * registration: Expose config array to ExtensionRegistryFlorian Schmidt2018-07-193-1/+13
* | registration: Add class docs for ExtensionJsonValidatorTimo Tijhof2018-07-181-0/+9
* | Merge "registration: Validate no duplicate keys exist in extension.json"jenkins-bot2018-07-181-2/+14
|\ \
| * | registration: Validate no duplicate keys exist in extension.jsonFlorian Schmidt2018-07-181-2/+14
| |/
* / registration: Use the correct key for skin dependenciesFlorian Schmidt2018-07-111-2/+2
|/
* registration: Catch correct exception type from ObjectCacheKunal Mehta2018-06-111-1/+1
* registration: Allow the mtime of extension.json files to be zeroEd Schouten2018-06-071-1/+1
* Merge "Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient"jenkins-bot2018-05-311-5/+3
|\
| * Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-5/+3
* | registration: Initialize PSR-4 namespaces at same stage as normal autoloaderAntoine Musso2018-05-301-0/+1
|/
* registration: Perform extra validation for mediawiki.org URLsKunal Mehta2018-05-191-5/+19
* registration: Improve duplicate config setting exceptionKunal Mehta2018-05-151-11/+15
* Don't initialize MediaWikiServices before extensions have been loadedMax Semenik2018-05-031-3/+4
* Handle extension dependencies in the installerKunal Mehta2018-04-133-13/+116
* Improve ExtensionRegistry test coverageKunal Mehta2018-02-121-0/+3
* registration: Remove unused ExtensionRegistry::markLoadedKunal Mehta2018-02-121-10/+0
* Add tests for ExtensionJsonValidatorKunal Mehta2018-02-091-0/+1
* Complete VersionChecker test coverageKunal Mehta2018-02-091-4/+4
* registration: Simplify extracting path based globalsKunal Mehta2018-02-091-15/+17
* convertExtensionToRegistration: Set requires key in extension.jsonUmherirrender2018-02-051-0/+7
* ExtensionRegistry: Properly detect if a global is already setMarius Hoch2018-01-231-1/+1
* Fix additional usage of incorrect casemainframe982017-12-151-1/+1
* Avoid using array_map in ExtensionRegistry and ExtensionProcessor for simple ...Yifei He2017-12-142-8/+10
* Enable using PSR-4 autoloader for MediaWiki core and extensionsKunal Mehta2017-12-121-14/+21
* Merge "registration: Only allow one extension to set a specific config setting"jenkins-bot2017-10-241-2/+17
|\
| * registration: Only allow one extension to set a specific config settingFlorianschmidtwelzow2017-08-281-2/+17
* | registration: Fix caching of load_composer_autoloaderKunal Mehta2017-09-222-5/+4
* | registration: Fix typo in validatorKunal Mehta2017-09-191-1/+1
* | registration: Improve error message for invalid "callback" in extension.jsonUmherirrender2017-09-091-0/+6
|/
* Revert "registration: Only allow one extension to set a specific config setting"Thcipriani2017-08-221-17/+2