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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AutoLoader: Skip tokenizing of irrelevant lines in ClassCollector
Timo Tijhof
2019-06-19
1
-0
/
+25
*
Move ClassCollector to its own file
Reedy
2019-04-14
2
-187
/
+224
*
Use https://www.php.net/ instead of https://secure.php.net/
Fomafix
2019-04-12
1
-1
/
+1
*
Remove CryptRand and related stuff
Max Semenik
2019-04-11
1
-38
/
+0
*
Fix/suppress misc phan errors (#2)
Kunal Mehta
2019-04-05
1
-1
/
+1
*
Make use of the list() feature where it makes sense
Thiemo Kreuz
2019-03-24
1
-5
/
+2
*
Better detection for old MS Office files
Tim Starling
2019-01-23
1
-1
/
+3
*
Remove comments documenting constructors as "constructors"
Thiemo Kreuz
2019-01-08
1
-1
/
+0
*
Do not pass unused parameter
Jakub Vrana
2018-12-01
1
-1
/
+1
*
Merge "Hard deprecate functionality replaced with random_bytes()"
jenkins-bot
2018-10-24
1
-0
/
+3
|
\
|
*
Hard deprecate functionality replaced with random_bytes()
Max Semenik
2018-10-17
1
-0
/
+3
*
|
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-5
/
+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
*
Merge "AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring d...
jenkins-bot
2018-10-03
1
-0
/
+42
|
\
|
*
AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directories
Brad Jorsch
2018-09-20
1
-0
/
+42
*
|
Remove MimeMagic
Reedy
2018-09-23
1
-1
/
+1
|
/
*
Fix some of the common typos
petarpetkovic
2018-08-16
1
-1
/
+1
*
Fix 'extenson' typo
petarpetkovic
2018-08-08
1
-1
/
+1
*
Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...
Reedy
2018-07-26
1
-1
/
+1
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
2
-2
/
+2
*
Clean up CSPRNG support for PHP7
Max Semenik
2018-06-10
1
-18
/
+27
*
Use PHP 5.6 '**' operator instead of 'pow()' function
Bartosz Dziewoński
2018-05-30
2
-5
/
+5
*
Split AutoloaderTest into a structure and class test
Kunal Mehta
2018-05-26
1
-1
/
+1
*
Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors
Kunal Mehta
2018-05-19
1
-1
/
+1
*
installer: Don't shell out if it's disabled
Kunal Mehta
2018-05-15
1
-0
/
+5
*
Have ClassCollector ignore PHP 7 anonymous classes
Brad Jorsch
2018-05-01
1
-0
/
+7
*
Don't use `phpcs:ignoreFile` to selectively ignore sniffs
Kunal Mehta
2018-04-08
1
-1
/
+1
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
3
-7
/
+7
*
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
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-3
/
+2
*
Remove leading backslashes from "use \…" tags
Thiemo Mättig
2017-12-28
1
-1
/
+2
*
Merge "Require indentation of CASE statements in PHP code"
jenkins-bot
2017-12-19
2
-206
/
+206
|
\
|
*
Require indentation of CASE statements in PHP code
Huji Lee
2017-12-10
2
-206
/
+206
*
|
Normalize path in AutoloadGenerator::setExcludePaths
Umherirrender
2017-12-15
1
-1
/
+3
*
|
Enable using PSR-4 autoloader for MediaWiki core and extensions
Kunal Mehta
2017-12-12
1
-0
/
+36
|
/
*
Replace MimeMagic::singleton() calls
Reedy
2017-11-27
1
-2
/
+2
*
Refactor some Installer code into ExecutableFinder
Kunal Mehta
2017-10-26
1
-0
/
+110
*
Unwrap types in function docs from {}
Umherirrender
2017-10-09
1
-2
/
+2
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-1
/
+1
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
2
-5
/
+5
*
Fix spacing for @param and indent of function comments
Umherirrender
2017-08-15
2
-4
/
+4
*
Use correct variable name in @param documentation
Umherirrender
2017-08-11
1
-1
/
+1
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-10
1
-3
/
+0
[prev]
[next]