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
/
libs
/
uuid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-1
/
+1
*
GlobalIdGenerator: Update str_getcsv() call for PHP 8.4
Reedy
2024-10-27
1
-1
/
+1
*
uuid: Switch mt_rand() calls to random_int() in GlobalIdGenerator
Aaron Schulz
2024-10-01
1
-3
/
+3
*
uuid: Improve docs and readability of GlobalIdGenerator::getTimeAndDelay
Aaron Schulz
2024-10-01
1
-17
/
+15
*
uuid: Remove QUICK_VOLATILE and $flags parameters from GlobalIdGenerator
Aaron Schulz
2024-09-26
1
-13
/
+5
*
uuid: Use posix_geteuid() if it exists, instead of getmyuid()
Tim Starling
2024-03-05
1
-2
/
+8
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-2
/
+2
*
uuid: avoid PHP warnings in GlobalIdGenerator::load()
Aaron Schulz
2023-05-11
1
-4
/
+2
*
uuid\GlobalIdGenerator: Check if getmyuid() exists
Umherirrender
2022-12-11
1
-2
/
+4
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
*
GlobalIdGenerator: include user id in file prefix
Thomas Daniels
2022-06-27
1
-5
/
+11
*
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-1
/
+1
*
phan: Upgrade mediawiki-phan-config to 0.11.1 and set minimum_target_php_version
James D. Forrester
2022-03-29
1
-1
/
+0
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+2
*
Fix type of value directly passed to php internal functions
Umherirrender
2022-03-07
1
-4
/
+4
*
GlobalIdGenerator: Code cleanup
Reedy
2022-03-06
1
-20
/
+39
*
Add explicit casts between scalar types
Umherirrender
2022-03-01
1
-3
/
+3
*
Fix typos in comments (E-H)
Siddharth VP
2021-12-30
1
-1
/
+1
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
build: Enable phan plugin UseReturnValuePlugin
Umherirrender
2021-08-26
1
-0
/
+1
*
Replace Assert::parameterType with typehints
TChin
2021-08-03
1
-4
/
+2
*
uuid: Simplify GlobalIdGenerator by removing QUICK_VOLATILE flag
Aaron Schulz
2021-04-14
1
-50
/
+36
*
uuid: Remove list parameter support for GlobalIdGenerator subclasses
Aaron Schulz
2021-03-25
1
-31
/
+35
*
uuid: Improve architecture rationale docs for GlobalIdGenerator
Timo Tijhof
2021-02-18
1
-20
/
+20
*
[GlobalIdGeneratorTest] Run teardown on same instance as the tests
Umherirrender
2020-11-04
1
-3
/
+3
*
Merge "GlobalIdGenerator: Spelling correction in a comment"
jenkins-bot
2020-08-08
1
-1
/
+1
|
\
|
*
GlobalIdGenerator: Spelling correction in a comment
C. Scott Ananian
2020-08-08
1
-1
/
+1
*
|
uuid: Fix filenames on Windows
Kunal Mehta
2020-08-07
1
-5
/
+11
|
/
*
includes: Use expression assignment operator += or |= where possible
Umherirrender
2020-07-31
1
-2
/
+2
*
Use PHP_OS_FAMILY instead of substr(PHP_OS,0,3) for Windows checks
Timo Tijhof
2020-06-13
1
-1
/
+1
*
Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-1
/
+1
*
uuid: explicitly cast floor() parameter to a float in GlobalIdGenerator
Max Semenik
2020-04-09
1
-1
/
+1
*
Move UIDGenerator code to a service and put it under /libs
Aaron Schulz
2020-02-18
1
-0
/
+735