index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
utils
/
UIDGenerator.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove UIDGenerator, deprecated since 1.35
Ebrahim Byagowi
2024-09-04
1
-177
/
+0
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-2
/
+2
*
Move UIDGenerator code to a service and put it under /libs
Aaron Schulz
2020-02-18
1
-561
/
+30
*
UIDGenerator::getTimestampFromUUIDv1 - replace wfTimestamp
Petr Pchelko
2020-01-21
1
-2
/
+3
*
Provide UIDgenerator::getTimestampFromUUIDv1 method
Petr Pchelko
2020-01-21
1
-0
/
+24
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Set visibility on php magic functions __destruct/sleep/wakeup/get/call
Umherirrender
2019-12-05
1
-1
/
+1
*
Use https://www.php.net/ instead of https://secure.php.net/
Fomafix
2019-04-12
1
-1
/
+1
*
Make use of the list() feature where it makes sense
Thiemo Kreuz
2019-03-24
1
-5
/
+2
*
Do not pass unused parameter
Jakub Vrana
2018-12-01
1
-1
/
+1
*
Merge "UIDGenerator: Remove the clock skew problem"
jenkins-bot
2018-10-05
1
-56
/
+71
|
\
|
*
UIDGenerator: Remove the clock skew problem
Timo Tijhof
2018-10-04
1
-56
/
+71
*
|
Merge "Clean up UIDGenerator field comments"
jenkins-bot
2018-10-04
1
-11
/
+16
|
\
\
|
|
/
|
/
|
|
*
Clean up UIDGenerator field comments
Aaron Schulz
2018-10-04
1
-11
/
+16
*
|
UIDGenerator: Misc clean up
Timo Tijhof
2018-10-04
1
-36
/
+72
*
|
Phabricator: Use Tddddd instead of Bug ddddd in comments
Fomafix
2018-10-04
1
-2
/
+2
|
/
*
Make UID clock drift error have more details.
Aaron Schulz
2018-10-03
1
-2
/
+3
*
Fix some of the common typos
petarpetkovic
2018-08-16
1
-1
/
+1
*
Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...
Reedy
2018-07-26
1
-1
/
+1
*
Use PHP 5.6 '**' operator instead of 'pow()' function
Bartosz DziewoĆski
2018-05-30
1
-4
/
+4
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
1
-2
/
+2
*
Drop XCache support
Chad Horohoe
2018-02-07
1
-1
/
+1
*
Treat phpdbg as run from the command line when checking PHP_SAPI
Kunal Mehta
2018-01-03
1
-1
/
+1
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-1
/
+1
*
Remove "@author Aaron Schulz" annotations
Aaron Schulz
2017-06-27
1
-1
/
+0
*
Merge "Update weblinks in comments from HTTP to HTTPS"
jenkins-bot
2016-11-08
1
-3
/
+3
|
\
|
*
Update weblinks in comments from HTTP to HTTPS
Fomafix
2016-11-07
1
-3
/
+3
*
|
Remove spaces after cast operators
Sam Wilson
2016-10-31
1
-2
/
+2
|
/
*
Clean up some ObjectCache factory callers
Aaron Schulz
2016-10-03
1
-1
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-8
/
+8
*
Fix comment; these are the least signifincant bits (LSBs), not MSBs
Matthew Flaschen
2016-01-21
1
-3
/
+3
*
Merge "Remove arbitrary newSequentialPerNodeIDs() $count limit"
jenkins-bot
2015-12-23
1
-4
/
+2
|
\
|
*
Remove arbitrary newSequentialPerNodeIDs() $count limit
Aaron Schulz
2015-12-21
1
-4
/
+2
*
|
Avoid "Unable to set value to APCBagOStuff" exceptions
Aaron Schulz
2015-12-21
1
-5
/
+2
|
/
*
Fix PHPDoc for getTimeAndDelay()
Aaron Schulz
2015-12-05
1
-0
/
+1
*
Fix IDEA error in intervalsSinceGregorianBinary()
Aaron Schulz
2015-12-05
1
-1
/
+1
*
Add UUIDv1 function to UIDGenerator
Ori Livneh
2015-12-05
1
-20
/
+142
*
Remove MWException use from UIDGenerator
Aaron Schulz
2015-11-24
1
-21
/
+22
*
Replace wfBaseConvert with Wikimedia\base_convert
Reedy
2015-11-24
1
-5
/
+5
*
Remove getLocalServerInstance try/catch in UIDGenerator and DBLockManager
Timo Tijhof
2015-11-02
1
-5
/
+1
*
Replace newAccelerator() with getLocalServerInstance()
Aaron Schulz
2015-11-02
1
-1
/
+1
*
objectcache: Make first parameter of newAccelerator optional
Timo Tijhof
2015-08-24
1
-1
/
+1
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Start using the Assert helper class for checking parameters.
daniel
2015-05-11
1
-6
/
+9
*
Updated some try-catch statements: MWException -> Exception
Aaron Schulz
2015-01-09
1
-1
/
+1
*
Add lots of @throws
Reedy
2014-12-24
1
-0
/
+4
*
Fixed UID comment
Aaron Schulz
2014-08-27
1
-1
/
+1
*
Correct variable names in @param to match method declarations
umherirrender
2014-08-13
1
-1
/
+1
*
Fixed some @params documentation (includes/utils)
umherirrender
2014-07-21
1
-18
/
+18
*
Add some casts for sanity before BagOStuff::add() calls
Aaron Schulz
2014-06-26
1
-1
/
+1
[next]