aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor_Hash.php
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* For Parsoid calls, treat preprocessing as starting in SOL stateSubramanya Sastry2025-01-171-1/+2
* Replace isset() with null checksUmherirrender2024-12-191-1/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+5
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+2
* Move array destructuring into foreachUmherirrender2023-07-081-2/+1
* parser: Improvements to Preprocessor::buildDomTreeArrayFromTextUmherirrender2023-01-061-25/+26
* parser: Small improvements to Preprocessor::buildDomTreeArrayFromTextUmherirrender2023-01-061-55/+56
* parser: Improve $noMoreClosingTag cache in preprocessorUmherirrender2022-12-131-2/+2
* parser: allow segmentation of large preprocessor cache valuesAaron Schulz2022-11-101-7/+14
* Fix off-by-1 error in Preprocessor_Hashthiemowmde2022-11-071-1/+1
* 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