aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor_Hash.php
Commit message (Expand)AuthorAgeFilesLines
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+0
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* parser: convert Preprocessor to WANCache and inject dependenciesAaron Schulz2021-01-111-49/+51
* Replace $wgDisable{Lang,Title}Conversion with LanguageConverterFactory methodsC. Scott Ananian2020-11-251-2/+5
* Fix PHP 8 compat with strcspn() $length parameter exceeding stringFlorian2020-10-041-1/+2
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* parser: Declare some dynamic propertiesDaimona Eaytoy2019-09-081-6/+0
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Improve type hints in parser related classesUmherirrender2019-07-051-0/+3
* Split parser related files to have one class in one fileZoranzoki212019-04-271-1456/+0
* parser: Fix return type for methods and match phpdoc commentsDerick Alangi2019-04-121-1/+3
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-14/+8
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-4/+1
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-3/+3
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Don't globally disable PHPCS's prohibition of assert()Kunal Mehta2018-05-071-0/+2
* Clarify -{ => {{ transitionArlo Breault2018-03-151-17/+30
* Remove "dash" case in preprocessToObjArlo Breault2018-03-091-3/+0
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-5/+5
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-22/+11
* Merge "Change php extract() to explicit code"jenkins-bot2017-12-281-4/+40
|\
| * Change php extract() to explicit codeUmherirrender2017-12-081-4/+40
* | Require indentation of CASE statements in PHP codeHuji Lee2017-12-101-21/+21
|/
* Improve some parameter docsUmherirrender2017-09-101-0/+8
* Use short type bool/int in param documentationUmherirrender2017-08-201-6/+6
* update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Protect language converter markup in the preprocessor (take 2).C. Scott Ananian2017-05-231-15/+48
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Revert "Protect language converter markup in the preprocessor."C. Scott Ananian2017-01-031-1/+2
* Protect language converter markup in the preprocessor.C. Scott Ananian2016-12-151-6/+29
* Remove all assert() calls with string parametersTim Starling2016-08-151-1/+1
* Preprocessor_Hash: use child arrays instead of linked listsTim Starling2016-07-221-382/+455
* Preprocessor: Don't allow unclosed extension tags (matching until end of input)Bartosz Dziewoński2016-04-051-5/+20
* Fix @param and @return types on all PPFrame::getArgument methodsThiemo Mättig2016-03-291-8/+8
* Fix unmatched @codingStandardsIgnore in parser folderumherirrender2016-02-171-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-45/+45
* Revert "Preprocessor: Don't allow unclosed extension tags (matching until end...Legoktm2016-02-041-11/+5
* Preprocessor: Don't allow unclosed extension tags (matching until end of input)Bartosz Dziewoński2016-01-211-5/+11
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Fix PPNode_Hash_Tree::getChildrenOfType return valueBrad Jorsch2015-12-171-1/+1
* Move brace matching rules to Preprocessor classOri Livneh2015-11-031-22/+4
* Consolidate common Preprocessor caching codeOri Livneh2015-10-251-34/+9
* Use line comments for @codingStandardsIgnoreStartumherirrender2015-10-071-12/+12
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-2/+2
* Decline to cache preprocessor items larger than 1 MbOri Livneh2015-09-021-2/+6
* Make PPFrame::RECOVER_COMMENTS actually workKevin Israel2015-08-151-1/+3
* Remove unneeded empty lines at begin of if/else/foreach bodyumherirrender2015-06-191-1/+0