aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils/AutoloadGenerator.php
Commit message (Expand)AuthorAgeFilesLines
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-3/+0
* Fix php code stylePaladox2017-05-051-1/+0
* Use tabs for autoloader extension.json generationMatthew Flaschen2017-03-021-1/+1
* Use wikimedia/timestampKunal Mehta2017-02-281-0/+9
* AutoloadGenerator: Add support for class_alias()Timo Tijhof2017-02-221-9/+57
* Move Field classes to Rdbms namespaceAaron Schulz2017-02-161-0/+2
* Move Blob class to Rdbms namespacesAaron Schulz2017-02-131-1/+4
* Move DatabaseBase to a class alias for type-hintsAaron Schulz2016-09-291-0/+5
* Fix comment about how to use AutoloadGeneratorReedy2016-08-111-1/+1
* Change explicit class to self in AutoloadGeneratorFlorian2016-08-051-4/+4
* Structure test: Add autoload.php order checkFlorian2016-08-031-22/+64
* Revert "Split ClassCollector class into own file"PleaseStand2016-04-041-0/+114
* Split ClassCollector class into own fileaddshore2016-04-031-114/+0
* AutoloadGenerator: Account for PHP 5.5 syntax like "self::static"Timo Tijhof2016-03-021-0/+6
* Use short array for generator outputumherirrender2016-02-171-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Add support for traits in ClassCollectorvictorbarbu2016-02-101-0/+2
* Also support skin.json for updating JSON AutoloadClassesMatthew Flaschen2015-06-251-63/+92
* AutoloadGenerator.php: Update 'AutoloadClasses' in extension.jsonSmriti.Singh2015-06-051-32/+65
* Ignore phpcs in autoload.phpTimo Tijhof2015-03-161-1/+1
* Add lots of @throwsReedy2014-12-241-0/+2
* Fix AutoloadGenerator to work on MediaWiki-Vagrant (again)Bryan Davis2014-12-201-15/+17
* Make the autoload generator use forward slashes on all OSsThis, that and the other2014-12-191-4/+17
* Fixed spacingumherirrender2014-12-051-2/+2
* Fix AutoloadGenerator to work on MediaWiki-VagrantBryan Davis2014-11-201-7/+3
* Bug: Append to wgAutoloadClassesErik Bernhardson2014-11-191-1/+9
* Doc: Mention the php command in autoload.php to regenerate itErik Bernhardson2014-11-171-2/+5
* AutoloadGenerator: Add newline at end of output fileKevin Israel2014-11-151-0/+1
* AutoloadGenerator: Don't throw MWExceptionsKunal Mehta2014-11-141-4/+4
* Performance improvements for autoload generatorErik Bernhardson2014-11-141-3/+5
* Generate $wgAutoloadLocalClasses with a maint scriptErik Bernhardson2014-11-131-0/+269