aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiExpandTemplates.php
Commit message (Expand)AuthorAgeFilesLines
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-10/+6
* Don't mention $wgUser, it's ugly and it messes my grep-fuChad Horohoe2016-09-021-1/+1
* Add 'ApiMakeParserOptions' hookBrad Jorsch2016-06-201-0/+5
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-25/+25
* Cast numeric cat names back to string in api outputaddshore2015-12-031-1/+1
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-4/+0
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* Expose RL modules and js config vars in action=expandtemplatesMarc Ordinas i Llopis2015-06-051-2/+28
* API: Add more parameter types and improve infoBrad Jorsch2015-05-291-1/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-14/+7
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-7/+7
* API: Add page properties to action=expandtemplates outputBrad Jorsch2014-12-221-1/+16
* Populate revision data when expanding templatesArlo Breault2014-12-011-5/+17
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* Use Parser::OT_PREPROCESS class constumherirrender2014-10-241-2/+2
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-28/+3
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+5
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-35/+0
* Fixed spacingumherirrender2014-07-201-5/+10
* ApiExpandTemplates: Start parse before creating frameBrad Jorsch2014-06-181-0/+1
* Add PPFrame::getTTL() and setTTL()Jackmcbarn2014-06-091-2/+13
* Restructure output of ApiExpandTemplatesJackmcbarn2014-06-031-28/+93
* Add category output to ApiExpandTemplatesJackmcbarn2014-05-301-0/+12
* Add PPFrame::isVolatile and PPFrame::setVolatileBrad Jorsch2014-05-301-1/+5
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* ApiResult::setContent is staticumherirrender2013-04-301-2/+2
* API: Throw error when interwiki is given for various title paramumherirrender2013-03-011-1/+1
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+8
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Use ParserOptions::newFromContext() instead of 'new ParserOptions' to use the...Alexandre Emsenhuber2011-11-191-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r93905 per comment on bug 30230Sam Reed2011-08-051-1/+4
* * (bug 30230) action=expandtemplates should not silently override invalid tit...Sam Reed2011-08-041-1/+7
* Followup r92396Sam Reed2011-07-171-1/+1
* Followup r92396, add help urls for most of the core (non query) modulesSam Reed2011-07-171-0/+4
* * (bug 28265) allow outputting of comments for action=expandtemplatesSam Reed2011-05-011-0/+6
* Rm all mentions of "this module" in API action descriptions. They are suppose...Max Semenik2011-04-251-1/+1
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-0/+3
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* ApiExpandTemplates.php: fix copyright symbol, coding style tweaks, more bracesJack Phoenix2010-02-221-14/+14
* Add/remove whitelines to increase readability in API code filesSam Reed2010-01-231-0/+1
* stylize.php on API codeAryeh Gregor2010-01-111-7/+7
* API: Crusade against extract(). Left one extract() call alone in ApiQueryBack...Roan Kattouw2008-12-171-8/+7