aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/CoreParserFunctions.php
Commit message (Expand)AuthorAgeFilesLines
* CoreParserFunctions: Use Title::inNamespace instead of manual comparisonNiklas Laxström2016-12-211-2/+2
* Parser functions now format numbers according to page language (2nd attempt)Nikerabbit2016-12-191-16/+42
* Get GenderCache from MediaWikiServicesaddshore2016-11-221-2/+4
* Revert "Parser functions now format numbers according to page language"Legoktm2016-11-021-34/+16
* Parser functions now format numbers according to page languageNiklas Laxström2016-10-251-16/+34
* Revert "Move wfEscapeWikiText() to Parser::escapeWikitext()"Legoktm2016-09-231-27/+27
* Move wfEscapeWikiText() to Parser::escapeWikitext()Kunal Mehta2016-09-131-27/+27
* Merge "Show ParserOutput warning instead of on the actual page output for ign...jenkins-bot2016-06-021-4/+4
|\
| * Show ParserOutput warning instead of on the actual page output for ignored di...Glaisher2016-05-221-4/+4
* | Merge "Add pages with ignored restricted {{DISPLAYTITLE}}s to a tracking cate...jenkins-bot2016-05-221-0/+1
|\|
| * Add pages with ignored restricted {{DISPLAYTITLE}}s to a tracking categoryGlaisher2016-05-221-0/+1
* | CoreParserFunctions: Return 0 from {{PAGESIZE:}} when length is unknownBartosz Dziewoński2016-05-221-0/+4
|/
* Warn when a restricted displaytitle is ignoredJackmcbarn2016-05-081-2/+10
* Many more function case mismatchesReedy2016-03-191-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-36/+36
* Fix protectionexpiry using the wrong pageJackmcbarn2016-01-141-1/+1
* Add magic word for protection expirycenarium2015-12-071-3/+32
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-3/+3
* Make lines shorter to pass phpcs in some files under includes/parserAmir E. Aharoni2015-09-261-3/+13
* Escape return of {{int:}} if message not existsumherirrender2015-07-241-3/+7
* T105242: U is for urlencodeArlo Breault2015-07-081-1/+3
* Add {{bidi:}} syntax for directionality-safe argumentsDavid Chan2015-07-011-1/+10
* Minor cleanupsMax Semenik2015-04-021-4/+12
* Remove obvious function-level profilingChad Horohoe2015-01-071-4/+0
* Re-emit unknown tags from #tagJackmcbarn2014-12-181-7/+13
* Fix some stuttering in comments and documentationRicordisamoa2014-12-171-1/+1
* Use Parser::SFH_NO_HASH/SFH_OBJECT_ARGS class constumherirrender2014-11-181-7/+7
* Merge "Remove hitcounters and associated code"jenkins-bot2014-10-201-5/+1
|\
| * Remove hitcounters and associated codeChad Horohoe2014-10-201-5/+1
* | CoreParserFunctions::displaytitle(): Use Parser::killMarkers()Kevin Israel2014-10-201-2/+1
|/
* Add parser callback to get a page's current revisionJackmcbarn2014-09-191-18/+9
* Tweaked cache size in getCachedRevisionObject()Aaron Schulz2014-09-031-2/+2
* Made getCachedRevisionObject() use MapCacheLRUAaron Schulz2014-08-221-5/+8
* Fix phpcs issues in parseraddshore2014-08-121-64/+65
* Fix bad reference in method docNiklas Laxström2014-08-041-1/+1
* Warn when DISPLAYTITLE is used more than onceJackmcbarn2014-07-081-6/+24
* Allow HTML5 <rtc> tag (ruby support for East Asian typography).C. Scott Ananian2014-07-021-1/+1
* Replace deprecated Title::escapeCanonicalURL callumherirrender2014-06-271-1/+6
* Various documentation updates for includes/parser/Siebrand Mazeland2014-05-111-5/+22
* Fix most CodeSniffer issues in includes/parser/Siebrand Mazeland2014-05-111-6/+22
* Fixed some @params documentation (includes/parser)umherirrender2014-04-221-47/+55
* Fix "@param null $param" documentationsThiemo Mättig2014-04-091-4/+5
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-2/+2
* Fixed spacingumherirrender2014-03-201-8/+8
* Check for CoreParserFunction::urlFunction from array to booleantonythomas012014-01-301-2/+12
* Add Title::hasFragment and use itumherirrender2014-01-241-1/+1
* Remove outdated fixme/todo in CoreParserFunctions.phpumherirrender2014-01-191-6/+0
* Don't always count CASCADINGSOURCES as expensiveJackmcbarn2014-01-151-5/+8
* Merge "Make PROTECTIONLEVEL count as expensive"jenkins-bot2014-01-151-5/+11
|\
| * Make PROTECTIONLEVEL count as expensiveJackmcbarn2014-01-131-5/+11