| Commit message (Expand) | Author | Age | Files | Lines |
* | Substitute category default sort key when filling links table, not at parse time | C. Scott Ananian | 2024-03-29 | 1 | -1/+5 |
* | Move Parser to Mediawiki\Parser namespace | Subramanya Sastry | 2024-02-16 | 1 | -0/+1 |
* | Hard-deprecate ParserOutput::getCategories(), deprecated in 1.40 | C. Scott Ananian | 2023-09-29 | 1 | -5/+6 |
* | api: Use ParserFactory on module creation | Umherirrender | 2023-08-29 | 1 | -10/+12 |
* | Use real type hints for services etc. in api/ except ApiQuery*.php | Bartosz DziewoĆski | 2023-08-29 | 1 | -5/+2 |
* | Reorg: Namespace the Title class | James D. Forrester | 2023-03-02 | 1 | -0/+1 |
* | Fix API help URLs | Nardog | 2023-02-10 | 1 | -1/+1 |
* | build: Update mediawiki/mediawiki-phan-config to 0.12.0 | Daimona Eaytoy | 2022-10-08 | 1 | -0/+1 |
* | api: Minor code cleanup | Reedy | 2022-08-14 | 1 | -5/+3 |
* | api: Replace numerous more deprecated constants | Reedy | 2022-06-06 | 1 | -1/+1 |
* | api: Replace numerous deprecated constants | Reedy | 2022-06-06 | 1 | -6/+7 |
* | Export ParserOutput strategy keys for jsConfigVars | C. Scott Ananian | 2022-03-09 | 1 | -1/+3 |
* | Rename ParserOutput::{get,set,unset}Property to {get,set,unset}PageProperty | C. Scott Ananian | 2021-10-08 | 1 | -1/+1 |
* | ApiExpandTemplates: inject services | Alexander Vorwerk | 2021-06-16 | 1 | -9/+30 |
* | Use array_fill_keys() instead of array_flip() if that reflects the developer'... | Tim Starling | 2021-06-15 | 1 | -1/+1 |
* | phan: Enable redundant_condition_detection | Umherirrender | 2020-07-01 | 1 | -1/+0 |
* | Hooks::run() call site migration | Tim Starling | 2020-05-30 | 1 | -2/+2 |
* | API: Remove unused asignment to $titleProvided in ApiExpandTemplates | Fomafix | 2019-09-08 | 1 | -4/+0 |
* | Upgrade phan config to 0.7.1 | Daimona Eaytoy | 2019-09-04 | 1 | -0/+1 |
* | Unsuppress another phan issue (part 7) | Daimona Eaytoy | 2019-09-03 | 1 | -0/+2 |
* | Remove all $wgParser use from core | Aryeh Gregor | 2019-04-17 | 1 | -7/+7 |
* | resourceloader: Remove addModuleScripts, and deprecate getModuleScripts. | Timo Tijhof | 2019-03-05 | 1 | -1/+2 |
* | API: Update query modules for MCR | Brad Jorsch | 2018-07-27 | 1 | -3/+5 |
* | Remove "Created on" from file header comments | Umherirrender | 2018-01-26 | 1 | -4/+0 |
* | API: Pass revid when parsing text | Arlo Breault | 2017-09-18 | 1 | -12/+30 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | API: i18n for warnings and errors | Brad Jorsch | 2016-12-06 | 1 | -10/+6 |
* | Don't mention $wgUser, it's ugly and it messes my grep-fu | Chad Horohoe | 2016-09-02 | 1 | -1/+1 |
* | Add 'ApiMakeParserOptions' hook | Brad Jorsch | 2016-06-20 | 1 | -0/+5 |
* | Use single quotes in API where possible | Siebrand Mazeland | 2016-03-08 | 1 | -1/+1 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -25/+25 |
* | Cast numeric cat names back to string in api output | addshore | 2015-12-03 | 1 | -1/+1 |
* | API: Log all deprecated parameter uses to api-feature-usage.log | Brad Jorsch | 2015-11-03 | 1 | -4/+0 |
* | Fix whitespace issues around parentheses | Vivek Ghaisas | 2015-06-16 | 1 | -1/+1 |
* | Expose RL modules and js config vars in action=expandtemplates | Marc Ordinas i Llopis | 2015-06-05 | 1 | -2/+28 |
* | API: Add more parameter types and improve info | Brad Jorsch | 2015-05-29 | 1 | -1/+1 |
* | Change API result data structure to be cleaner in new formats | Brad Jorsch | 2015-04-20 | 1 | -14/+7 |
* | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -7/+7 |
* | API: Add page properties to action=expandtemplates output | Brad Jorsch | 2014-12-22 | 1 | -1/+16 |
* | Populate revision data when expanding templates | Arlo Breault | 2014-12-01 | 1 | -5/+17 |
* | API: Fix access on getExamplesMessages | Brad Jorsch | 2014-10-29 | 1 | -1/+1 |
* | Use Parser::OT_PREPROCESS class const | umherirrender | 2014-10-24 | 1 | -2/+2 |
* | API: Internationalize all remaining core API modules | Brad Jorsch | 2014-10-20 | 1 | -28/+3 |
* | API: Log usage of various deprecated features | Brad Jorsch | 2014-08-14 | 1 | -0/+5 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -35/+0 |
* | Fixed spacing | umherirrender | 2014-07-20 | 1 | -5/+10 |
* | ApiExpandTemplates: Start parse before creating frame | Brad Jorsch | 2014-06-18 | 1 | -0/+1 |
* | Add PPFrame::getTTL() and setTTL() | Jackmcbarn | 2014-06-09 | 1 | -2/+13 |
* | Restructure output of ApiExpandTemplates | Jackmcbarn | 2014-06-03 | 1 | -28/+93 |
* | Add category output to ApiExpandTemplates | Jackmcbarn | 2014-05-30 | 1 | -0/+12 |