aboutsummaryrefslogtreecommitdiffstats
path: root/includes/AutoLoader.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "AutoLoader: Use ?? instead of multiple if-isset-else branches"jenkins-bot2021-08-121-24/+15
|\
| * AutoLoader: Use ?? instead of multiple if-isset-else branchesTimo Tijhof2021-08-111-24/+15
* | language: Add MediaWiki\Languages\Data namespace to PSR-4 autoloaderTimo Tijhof2021-08-101-0/+1
|/
* Add an ActionFactory and start converting to DIDannyS7122021-07-291-0/+1
* Add a JobQueueGroupFactory servicemainframe982021-05-071-0/+1
* Add script for resolving class names to filesdaniel2021-04-161-4/+19
* Convert mail namespace to Authority/UserIdentityPetr Pchelko2021-04-011-0/+1
* AutoLoader: Various micro-optimizationsDaimona Eaytoy2021-03-181-2/+3
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-0/+2
* Safe ParserOutput extension data and JsonUnserializable helper.Petr Pchelko2020-11-101-0/+1
* resourceloader: Use a local HookRunnerTimo Tijhof2020-09-171-1/+1
* AutoLoader: Remove entry for Wikimedia\ServicesKunal Mehta2020-08-051-1/+0
* Flip Yoda conditionalsEd Sanders2020-07-221-1/+1
* Use @internal instead of @private per policydaniel2020-06-261-2/+2
* Explicit visibility modifiers to AutoLoader.phpReedy2020-05-091-2/+2
* resourceloader: Move RL hooks to own namespace, use PSR-4Timo Tijhof2020-05-041-0/+1
* Add PSR-4 mappings for existing namespaces and the top levelTim Starling2020-03-101-8/+24
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-0/+1
* Use https for php-fig urlReedy2019-10-161-1/+1
* MessageFormatterFactoryTim Starling2019-08-281-0/+2
* API: Abstract out parameter validationBrad Jorsch2019-06-231-0/+1
* REST API initial commitTim Starling2019-06-121-0/+1
* Introduce PermissionManager serviceVedmaka2019-04-051-0/+1
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-2/+2
* Fully extract services framework as a libraryLucas Werkmeister2019-01-161-1/+1
* Add block restriction classesDayllan Maza2018-10-231-0/+1
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-0/+1
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-8/+8
* Use PSR-4 autoloader for includes/auth/Kunal Mehta2018-09-011-0/+1
* Improve AutoLoader test coverageKunal Mehta2018-05-261-0/+1
* Switch includes/{sparql,Storage,tidy} to use the PSR-4 autoloaderKunal Mehta2018-05-241-0/+3
* Switch includes/{preferences,services,session,shell} to use the PSR-4 autoloaderKunal Mehta2018-05-241-0/+4
* Move includes/auth back to the standard classmap autoloaderKunal Mehta2018-05-241-1/+0
* Switch includes/{auth,edit,editpage} to use the PSR-4 autoloaderKunal Mehta2018-05-231-1/+4
* Don't require trailing slash in PSR-4 autoloader directoryMark A. Hershberger2018-05-201-1/+1
* Fix additional usage of incorrect casemainframe982017-12-151-1/+1
* Enable using PSR-4 autoloader for MediaWiki core and extensionsKunal Mehta2017-12-121-0/+44
* Remove AutoLoader::loadClass()Chad Horohoe2016-07-221-12/+0
* Merge "Remove fix for a 5.3 problem"jenkins-bot2016-02-291-9/+0
|\
| * Remove fix for a 5.3 problemMax Semenik2016-02-111-9/+0
* | Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
|/
* autoloader: Remove incorrect documentation commentTimo Tijhof2014-12-191-1/+0
* Generate $wgAutoloadLocalClasses with a maint scriptErik Bernhardson2014-11-131-1211/+2
* Move request-only template profiling to an always-on parser reportAaron Schulz2014-11-121-0/+1
* Merge "Enable profiling via xhprof"jenkins-bot2014-11-121-0/+2
|\
| * Enable profiling via xhprofBryan Davis2014-11-081-0/+2
* | Moved MapCacheLRU to libs/Aaron Schulz2014-11-101-1/+1
* | cdb: One class per fileKunal Mehta2014-11-101-8/+8
* | Move Cdb classes into includes/libs/cdb/Kunal Mehta2014-11-101-8/+10
* | Removed incomplete/unused DatabaseType interfaceAaron Schulz2014-11-091-1/+0
|/