aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils
Commit message (Expand)AuthorAgeFilesLines
...
* AutoLoader: Skip tokenizing of irrelevant lines in ClassCollectorTimo Tijhof2019-06-191-0/+25
* Move ClassCollector to its own fileReedy2019-04-142-187/+224
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-1/+1
* Remove CryptRand and related stuffMax Semenik2019-04-111-38/+0
* Fix/suppress misc phan errors (#2)Kunal Mehta2019-04-051-1/+1
* Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-5/+2
* Better detection for old MS Office filesTim Starling2019-01-231-1/+3
* Remove comments documenting constructors as "constructors"Thiemo Kreuz2019-01-081-1/+0
* Do not pass unused parameterJakub Vrana2018-12-011-1/+1
* Merge "Hard deprecate functionality replaced with random_bytes()"jenkins-bot2018-10-241-0/+3
|\
| * Hard deprecate functionality replaced with random_bytes()Max Semenik2018-10-171-0/+3
* | Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
|/
* Merge "UIDGenerator: Remove the clock skew problem"jenkins-bot2018-10-051-56/+71
|\
| * UIDGenerator: Remove the clock skew problemTimo Tijhof2018-10-041-56/+71
* | Merge "Clean up UIDGenerator field comments"jenkins-bot2018-10-041-11/+16
|\ \ | |/ |/|
| * Clean up UIDGenerator field commentsAaron Schulz2018-10-041-11/+16
* | UIDGenerator: Misc clean upTimo Tijhof2018-10-041-36/+72
* | Phabricator: Use Tddddd instead of Bug ddddd in commentsFomafix2018-10-041-2/+2
|/
* Make UID clock drift error have more details.Aaron Schulz2018-10-031-2/+3
* Merge "AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring d...jenkins-bot2018-10-031-0/+42
|\
| * AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directoriesBrad Jorsch2018-09-201-0/+42
* | Remove MimeMagicReedy2018-09-231-1/+1
|/
* Fix some of the common typospetarpetkovic2018-08-161-1/+1
* Fix 'extenson' typopetarpetkovic2018-08-081-1/+1
* Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...Reedy2018-07-261-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-072-2/+2
* Clean up CSPRNG support for PHP7Max Semenik2018-06-101-18/+27
* Use PHP 5.6 '**' operator instead of 'pow()' functionBartosz Dziewoński2018-05-302-5/+5
* Split AutoloaderTest into a structure and class testKunal Mehta2018-05-261-1/+1
* Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errorsKunal Mehta2018-05-191-1/+1
* installer: Don't shell out if it's disabledKunal Mehta2018-05-151-0/+5
* Have ClassCollector ignore PHP 7 anonymous classesBrad Jorsch2018-05-011-0/+7
* Don't use `phpcs:ignoreFile` to selectively ignore sniffsKunal Mehta2018-04-081-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-103-7/+7
* Drop XCache supportChad Horohoe2018-02-071-1/+1
* Treat phpdbg as run from the command line when checking PHP_SAPIKunal Mehta2018-01-031-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-3/+2
* Remove leading backslashes from "use \…" tagsThiemo Mättig2017-12-281-1/+2
* Merge "Require indentation of CASE statements in PHP code"jenkins-bot2017-12-192-206/+206
|\
| * Require indentation of CASE statements in PHP codeHuji Lee2017-12-102-206/+206
* | Normalize path in AutoloadGenerator::setExcludePathsUmherirrender2017-12-151-1/+3
* | Enable using PSR-4 autoloader for MediaWiki core and extensionsKunal Mehta2017-12-121-0/+36
|/
* Replace MimeMagic::singleton() callsReedy2017-11-271-2/+2
* Refactor some Installer code into ExecutableFinderKunal Mehta2017-10-261-0/+110
* Unwrap types in function docs from {}Umherirrender2017-10-091-2/+2
* Improve some parameter docsUmherirrender2017-09-101-1/+1
* Use short type bool/int in param documentationUmherirrender2017-08-202-5/+5
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-152-4/+4
* Use correct variable name in @param documentationUmherirrender2017-08-111-1/+1
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-101-3/+0