aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor_Hash.php
Commit message (Expand)AuthorAgeFilesLines
* Updated patch from Bergi re: r86676 with tested code to fix bug #28642Mark A. Hershberger2011-04-221-5/+3
* Followup to r86064 (List with double line-breaks inside tables). Also contain...Leo Koppelkamm2011-04-141-1/+1
* Fixed fatal error in Preprocessor_Hash due to r82645Tim Starling2011-02-281-1/+1
* More member variable documentationSam Reed2011-02-241-3/+12
* Add a couple of type hints noticed when poking bug 27673Sam Reed2011-02-241-1/+7
* * Rewrote StripState to not use ReplacementArray. The memory usage of FSS was...Tim Starling2011-02-231-1/+1
* More function and variable documentationSam Reed2011-02-191-1/+3
* Allow to disable the preprocessor cache with $wgPreprocessorCacheThreshold = ...Platonides2011-01-131-1/+1
* Improve a preprocessor commentPlatonides2011-01-131-1/+1
* Whitespace changes (before others) — “svn diff -x-w” shows no changesMark A. Hershberger2010-12-111-11/+11
* Big attack on unused variables...Sam Reed2010-10-141-2/+1
* Code cleanup: unused globals, empty statements, typos...Platonides2010-09-111-1/+1
* * Added file description headersAlexandre Emsenhuber2010-08-221-1/+7
* Remove some unused variablesSam Reed2010-08-131-1/+0
* Use ParserOptions accessors.Platonides2010-08-051-2/+2
* Replace self with PPFrame to define proper location of some constantsSam Reed2010-07-291-7/+7
* A few more wrong static thingsSam Reed2010-07-251-2/+3
* (bug 19910) Preprocess headings of the form "===+\s+" in the same way as Pars...Conrad Irwin2010-06-211-1/+1
* added newPartNodeArray for creating a node with a list of parts form a php ar...Daniel Kinzler2010-06-101-0/+27
* Fixed some doxygen warningsAlexandre Emsenhuber2010-06-091-3/+3
* Applied patch by Juliano F. Ravasi for bug 20431: constructor for PPCustomFra...Tim Starling2009-09-041-4/+2
* Add getArguments, getNamedArguments and getNumberedArguments methods to PPFrameVictor Vasiliev2009-07-021-0/+12
* Apply changes made live on Wikimedia cluster related to preprocessor caching ...Andrew Garrett2009-02-091-9/+34
* Cache preprocessor output in memcached.Andrew Garrett2009-02-061-0/+12
* Added basic support for Wietse Venema's taint feature. Fixed a few instances ...Tim Starling2009-02-041-1/+3
* (bug 15737) Fix notices while expanding using PPCustomFrame. Patch by Juliano...Siebrand Mazeland2008-11-031-0/+3
* Fixed the expansion depth limit feature, broken by Brion in r32550. This may ...Tim Starling2008-10-231-3/+5
* Add 3 new functions to the PPTemplateFrames to allow extensions to efficientl...Daniel Friesen2008-08-091-0/+26
* added PPCustomFrame classes to restore ability to use replaceVariables with a...Daniel Kinzler2008-06-261-0/+42
* * Reorganised the includes directory, creating subdirectories db, parser and ...Tim Starling2008-06-161-0/+1497