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
/
parser
/
Preprocessor_Hash.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-1
/
+1
*
Use str_starts_with/str_ends_with
Aryeh Gregor
2022-05-02
1
-1
/
+1
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+0
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-0
/
+1
*
parser: convert Preprocessor to WANCache and inject dependencies
Aaron Schulz
2021-01-11
1
-49
/
+51
*
Replace $wgDisable{Lang,Title}Conversion with LanguageConverterFactory methods
C. Scott Ananian
2020-11-25
1
-2
/
+5
*
Fix PHP 8 compat with strcspn() $length parameter exceeding string
Florian
2020-10-04
1
-1
/
+2
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-2
/
+2
*
parser: Declare some dynamic properties
Daimona Eaytoy
2019-09-08
1
-6
/
+0
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+2
*
Improve type hints in parser related classes
Umherirrender
2019-07-05
1
-0
/
+3
*
Split parser related files to have one class in one file
Zoranzoki21
2019-04-27
1
-1456
/
+0
*
parser: Fix return type for methods and match phpdoc comments
Derick Alangi
2019-04-12
1
-1
/
+3
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-14
/
+8
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-4
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 22.0.0
Umherirrender
2018-09-16
1
-3
/
+3
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Don't globally disable PHPCS's prohibition of assert()
Kunal Mehta
2018-05-07
1
-0
/
+2
*
Clarify -{ => {{ transition
Arlo Breault
2018-03-15
1
-17
/
+30
*
Remove "dash" case in preprocessToObj
Arlo Breault
2018-03-09
1
-3
/
+0
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-5
/
+5
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-22
/
+11
*
Merge "Change php extract() to explicit code"
jenkins-bot
2017-12-28
1
-4
/
+40
|
\
|
*
Change php extract() to explicit code
Umherirrender
2017-12-08
1
-4
/
+40
*
|
Require indentation of CASE statements in PHP code
Huji Lee
2017-12-10
1
-21
/
+21
|
/
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-0
/
+8
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-6
/
+6
*
update mediawiki-codesniffer to 0.11.0 and fix issues
WMDE-Fisch
2017-08-11
1
-1
/
+1
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
Protect language converter markup in the preprocessor (take 2).
C. Scott Ananian
2017-05-23
1
-15
/
+48
*
includes: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-1
/
+1
*
Revert "Protect language converter markup in the preprocessor."
C. Scott Ananian
2017-01-03
1
-1
/
+2
*
Protect language converter markup in the preprocessor.
C. Scott Ananian
2016-12-15
1
-6
/
+29
*
Remove all assert() calls with string parameters
Tim Starling
2016-08-15
1
-1
/
+1
*
Preprocessor_Hash: use child arrays instead of linked lists
Tim Starling
2016-07-22
1
-382
/
+455
*
Preprocessor: Don't allow unclosed extension tags (matching until end of input)
Bartosz Dziewoński
2016-04-05
1
-5
/
+20
*
Fix @param and @return types on all PPFrame::getArgument methods
Thiemo Mättig
2016-03-29
1
-8
/
+8
*
Fix unmatched @codingStandardsIgnore in parser folder
umherirrender
2016-02-17
1
-2
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-45
/
+45
*
Revert "Preprocessor: Don't allow unclosed extension tags (matching until end...
Legoktm
2016-02-04
1
-11
/
+5
*
Preprocessor: Don't allow unclosed extension tags (matching until end of input)
Bartosz Dziewoński
2016-01-21
1
-5
/
+11
*
Remove various double empty newlines
umherirrender
2015-12-27
1
-1
/
+0
*
Fix PPNode_Hash_Tree::getChildrenOfType return value
Brad Jorsch
2015-12-17
1
-1
/
+1
*
Move brace matching rules to Preprocessor class
Ori Livneh
2015-11-03
1
-22
/
+4
*
Consolidate common Preprocessor caching code
Ori Livneh
2015-10-25
1
-34
/
+9
*
Use line comments for @codingStandardsIgnoreStart
umherirrender
2015-10-07
1
-12
/
+12
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-2
/
+2
*
Decline to cache preprocessor items larger than 1 Mb
Ori Livneh
2015-09-02
1
-2
/
+6
*
Make PPFrame::RECOVER_COMMENTS actually work
Kevin Israel
2015-08-15
1
-1
/
+3
*
Remove unneeded empty lines at begin of if/else/foreach body
umherirrender
2015-06-19
1
-1
/
+0
[next]