aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils/UIDGenerator.php
Commit message (Expand)AuthorAgeFilesLines
* Remove UIDGenerator, deprecated since 1.35Ebrahim Byagowi2024-09-041-177/+0
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* 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.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Set visibility on php magic functions __destruct/sleep/wakeup/get/callUmherirrender2019-12-051-1/+1
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-1/+1
* Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-5/+2
* Do not pass unused parameterJakub Vrana2018-12-011-1/+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
* Fix some of the common typospetarpetkovic2018-08-161-1/+1
* Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...Reedy2018-07-261-1/+1
* Use PHP 5.6 '**' operator instead of 'pow()' functionBartosz DziewoƄski2018-05-301-4/+4
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* 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
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Merge "Update weblinks in comments from HTTP to HTTPS"jenkins-bot2016-11-081-3/+3
|\
| * Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-3/+3
* | Remove spaces after cast operatorsSam Wilson2016-10-311-2/+2
|/
* Clean up some ObjectCache factory callersAaron Schulz2016-10-031-1/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Fix comment; these are the least signifincant bits (LSBs), not MSBsMatthew Flaschen2016-01-211-3/+3
* Merge "Remove arbitrary newSequentialPerNodeIDs() $count limit"jenkins-bot2015-12-231-4/+2
|\
| * Remove arbitrary newSequentialPerNodeIDs() $count limitAaron Schulz2015-12-211-4/+2
* | Avoid "Unable to set value to APCBagOStuff" exceptionsAaron Schulz2015-12-211-5/+2
|/
* Fix PHPDoc for getTimeAndDelay()Aaron Schulz2015-12-051-0/+1
* Fix IDEA error in intervalsSinceGregorianBinary()Aaron Schulz2015-12-051-1/+1
* Add UUIDv1 function to UIDGeneratorOri Livneh2015-12-051-20/+142
* Remove MWException use from UIDGeneratorAaron Schulz2015-11-241-21/+22
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-5/+5
* Remove getLocalServerInstance try/catch in UIDGenerator and DBLockManagerTimo Tijhof2015-11-021-5/+1
* Replace newAccelerator() with getLocalServerInstance()Aaron Schulz2015-11-021-1/+1
* objectcache: Make first parameter of newAccelerator optionalTimo Tijhof2015-08-241-1/+1
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Start using the Assert helper class for checking parameters.daniel2015-05-111-6/+9
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Add lots of @throwsReedy2014-12-241-0/+4
* Fixed UID commentAaron Schulz2014-08-271-1/+1
* Correct variable names in @param to match method declarationsumherirrender2014-08-131-1/+1
* Fixed some @params documentation (includes/utils)umherirrender2014-07-211-18/+18
* Add some casts for sanity before BagOStuff::add() callsAaron Schulz2014-06-261-1/+1