aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor_Hash.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use a fixed marker prefix string in the Parser and MWTidyOri Livneh2015-05-311-2/+1
* Warn when duplicate arguments are foundJackmcbarn2015-05-281-0/+8
* Removed remaining profile callsAaron Schulz2015-01-081-9/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-5/+0
* Add a tracking category for duplicate argumentsJackmcbarn2014-10-161-0/+6
* Merge "Fix doc of PPFrame_Hash::cachedExpand"jenkins-bot2014-08-201-2/+2
|\
| * Fix doc of PPFrame_Hash::cachedExpandumherirrender2014-08-111-2/+2
* | Add missing @param to function docsumherirrender2014-08-181-0/+4
* | Add @codingStandardsIgnore tags to parser classesaddshore2014-08-121-0/+34
* | Fix phpcs issues in parseraddshore2014-08-121-120/+121
|/
* Cleanup some docs (includes/[m-r])umherirrender2014-07-241-1/+1
* Make RECOVER_ORIG preserve extension tagsJackmcbarn2014-06-191-1/+17
* Add PPFrame::getTTL() and setTTL()Jackmcbarn2014-06-091-0/+26
* Add PPFrame::isVolatile and PPFrame::setVolatileBrad Jorsch2014-05-301-3/+32
* Restrict empty-frame cache entries to their parentJackmcbarn2014-05-301-0/+32
* Revert "Declare visibility on class properties of includes/parser/"Ori.livneh2014-05-161-57/+32
* Merge "PPAccum_Hash -> PPDAccum_Hash"jenkins-bot2014-05-111-1/+1
|\
| * PPAccum_Hash -> PPDAccum_HashReedy2014-05-111-1/+1
* | Various documentation updates for includes/parser/Siebrand Mazeland2014-05-111-2/+2
|/
* Fix most CodeSniffer issues in includes/parser/Siebrand Mazeland2014-05-111-48/+149
* Declare visibility on class properties of includes/parser/Siebrand Mazeland2014-05-111-32/+57
* Fixed some @params documentation (includes/parser)umherirrender2014-04-221-30/+40
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-1/+1
* Fix spacing between two functionsumherirrender2014-03-151-0/+1
* Put the "else" (or "elseif") on the same line as the previous closing braceAlexandre Emsenhuber2014-03-151-10/+6
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-10/+10
* Fix spacing and break some linesumherirrender2013-08-241-2/+2
* Allow lines empty but for tabs and comments to be ignored.C. Scott Ananian2013-08-131-4/+4
* Preprocessor: Don't treat a line containing multiple comments as a blank line.C. Scott Ananian2013-08-091-5/+32
* Fixed spacing in logging/parser/profiler/rl/revdel/search folderumherirrender2013-04-201-1/+1
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+10
* fix some spacingumherirrender2013-03-251-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-03-071-1/+0
* Use American English spelling for behaviorSiebrand Mazeland2013-03-041-1/+1
* (bug 27936) Improve parser handling of nested braces.Dan Collins2013-02-061-12/+6