aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* Add missing visibility on methods of class ZipDirectoryReaderUmherirrender2020-05-102-54/+20
* Cleanup AutoloadGeneratorReedy2020-05-091-12/+12
* doxygen: Changed Doxygen tags causing warnings during documentation generationHolger Knust2020-04-144-19/+18
* Fix the namespace of SpecialPageFactoryTim Starling2020-02-211-1/+14
* Move UIDGenerator code to a service and put it under /libsAaron Schulz2020-02-181-561/+30
* UIDGenerator::getTimestampFromUUIDv1 - replace wfTimestampPetr Pchelko2020-01-211-2/+3
* Provide UIDgenerator::getTimestampFromUUIDv1 methodPetr Pchelko2020-01-211-0/+24
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Merge "Use namespaced IPUtils class"jenkins-bot2020-01-011-2/+4
|\
| * Use namespaced IPUtils classKunal Mehta2020-01-011-2/+4
* | Fix doc for BatchRowWriter::$clusterNameUmherirrender2019-12-301-2/+2
|/
* resourceloader: Use FileContentsHasher batching in FileModule::getFileHashesTimo Tijhof2019-12-171-5/+5
* Set visibility on php magic functions __destruct/sleep/wakeup/get/callUmherirrender2019-12-051-1/+1
* Merge "Set method visibility for various constructors"jenkins-bot2019-12-051-1/+1
|\
| * Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* | Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
|/
* Fix new phan errors, part 7Daimona Eaytoy2019-10-211-0/+1
* Fix new phan errors, part 4Daimona Eaytoy2019-10-121-2/+3
* Unsuppress PhanParamsTooManyDaimona Eaytoy2019-10-101-1/+1
* Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-1/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-1/+1
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-1/+1
* Unsuppress other phan issues with low countDaimona Eaytoy2019-08-301-0/+1
* Globally unsuppress phan issues with low countDaimona Eaytoy2019-08-301-0/+1
* 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