aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+1
* Parser: initialize preprocessor in constructorC. Scott Ananian2021-03-161-0/+14
* parser: convert Preprocessor to WANCache and inject dependenciesAaron Schulz2021-01-111-87/+45
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Upgrade phan to 0.10.2Daimona Eaytoy2020-04-161-2/+2
* parser: Declare some dynamic propertiesDaimona Eaytoy2019-09-081-0/+5
* Unsuppress phan issues, part 8Daimona Eaytoy2019-09-041-0/+2
* Split parser related files to have one class in one fileZoranzoki212019-04-271-276/+0
* parser: Convert wikitext Preprocessor class to using WAN cacheAaron Schulz2019-04-121-4/+9
* Use PHP 5.6 constant expressions for some bitfield constantsBartosz Dziewoński2018-05-301-1/+2
* Merge "Fix return in Preprocessor::cacheSetTree"jenkins-bot2017-09-161-1/+1
|\
| * Fix return in Preprocessor::cacheSetTreeUmherirrender2017-09-091-1/+1
* | Improve some parameter docsUmherirrender2017-09-101-0/+1
|/
* parser: Avoid deprecated wfMemcKey()Kunal Mehta2017-05-251-4/+4
* Protect language converter markup in the preprocessor (take 2).C. Scott Ananian2017-05-231-3/+3
* Protect language converter markup in the preprocessor.C. Scott Ananian2016-12-151-1/+7
* Fix @param and @return types on all PPFrame::getArgument methodsThiemo Mättig2016-03-291-2/+2
* Fix a PHP 5.5 TODOMax Semenik2016-02-221-6/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Move brace matching rules to Preprocessor classOri Livneh2015-11-031-0/+21
* Preprocessor: Use correct cache prefix for the subclassKevin Israel2015-10-251-4/+8
* Consolidate common Preprocessor caching codeOri Livneh2015-10-251-8/+72
* Add missing @param to function docsumherirrender2014-08-181-0/+38
* Fix phpcs issues in parseraddshore2014-08-121-34/+34
* Make RECOVER_ORIG preserve extension tagsJackmcbarn2014-06-191-1/+2
* Add PPFrame::getTTL() and setTTL()Jackmcbarn2014-06-091-0/+25
* Add PPFrame::isVolatile and PPFrame::setVolatileBrad Jorsch2014-05-301-0/+24
* Restrict empty-frame cache entries to their parentJackmcbarn2014-05-301-0/+5
* Various documentation updates for includes/parser/Siebrand Mazeland2014-05-111-2/+2
* Fix most CodeSniffer issues in includes/parser/Siebrand Mazeland2014-05-111-2/+4
* Fixed some @params documentation (includes/parser)umherirrender2014-04-221-7/+6
* fix some spacingumherirrender2013-03-071-1/+0
* Update docsSiebrand Mazeland2012-12-171-3/+3
* escape tags and entity in doxygen commentsAntoine Musso2012-07-101-3/+3
* Scribunto parser supportTim Starling2012-05-221-1/+5
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-011-0/+16
* Bug 31995 - Addition of PPFrame::getTitleSam Reed2011-11-091-2/+9
* And even more documentation, the last of this batchSam Reed2011-05-281-0/+2
* And some more....Sam Reed2011-05-281-2/+20
* And more documentation. YaaaaySam Reed2011-05-281-0/+4
* Documentation tweaks, additions and updatesSam Reed2011-05-011-3/+17
* * Added file description headersAlexandre Emsenhuber2010-08-221-0/+5
* follow-up to r67820 and r67819: interface function newPartNodeArray for creat...Daniel Kinzler2010-06-101-0/+3
* Add getArguments, getNamedArguments and getNumberedArguments methods to PPFrameVictor Vasiliev2009-07-021-0/+15
* added PPCustomFrame classes to restore ability to use replaceVariables with a...Daniel Kinzler2008-06-261-0/+3