aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiExpandTemplates.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Fix API help URLsNardog2023-02-101-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-0/+1
* api: Minor code cleanupReedy2022-08-141-5/+3
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-6/+7
* Export ParserOutput strategy keys for jsConfigVarsC. Scott Ananian2022-03-091-1/+3
* Rename ParserOutput::{get,set,unset}Property to {get,set,unset}PagePropertyC. Scott Ananian2021-10-081-1/+1
* ApiExpandTemplates: inject servicesAlexander Vorwerk2021-06-161-9/+30
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-1/+0
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* API: Remove unused asignment to $titleProvided in ApiExpandTemplatesFomafix2019-09-081-4/+0
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-0/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-7/+7
* resourceloader: Remove addModuleScripts, and deprecate getModuleScripts.Timo Tijhof2019-03-051-1/+2
* API: Update query modules for MCRBrad Jorsch2018-07-271-3/+5
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Pass revid when parsing textArlo Breault2017-09-181-12/+30
* Make API documentation links language awareBaha2017-04-051-1/+1
* 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