aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/PPFrame_Hash.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+8
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* Add "implements Stringable" to every class with "function __toString()"Bartosz DziewoƄski2024-06-131-1/+1
* Fix some line indentUmherirrender2024-04-201-2/+1
* [Parser] Emit warnings for accesses to deprecated $mOptions propertyC. Scott Ananian2024-04-121-1/+1
* [Parser] Emit warnings for accesses to deprecated $ot propertyC. Scott Ananian2024-04-121-5/+10
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Replace usages of deprecated MWExceptionDaimona Eaytoy2023-06-061-6/+3
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* Parser: Fix and update a few parser related PHPDoc type hintsthiemowmde2022-12-151-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-1/+0
* Added Parsoid support for nowiki stripping in args of {{#tag:ext|...}}Subramanya Sastry2022-08-201-1/+2
* parser: Fix various scalar types to match documentationUmherirrender2022-03-141-1/+1
* parser: Remove redundant string cast after trim()Umherirrender2021-12-081-1/+1
* Deprecate ParserOutput::addWarning() in favor of ::addWarningMsg()C. Scott Ananian2021-10-151-9/+12
* Make Parser::$mStripState privateC. Scott Ananian2021-10-131-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-1/+0
* parser: Avoid calling ParserOptions::getOption() too many timesAmir Sarabadani2021-08-041-4/+14
* Improve docs from parser objects PPNode/PPFrameUmherirrender2021-02-011-4/+12
* build: Enable SecurityCheck-DoubleEscaped and suppress issuesUmherirrender2020-12-301-0/+2
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-0/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-4/+0
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+3
* Remove meaningless (auto-generated?) constructor documentationThiemo Kreuz2019-10-011-1/+0
* Use ->getTitle() instead of ->mTitle to get the title from ParserFomafix2019-08-271-1/+1
* Split parser related files to have one class in one fileZoranzoki212019-04-271-0/+613