aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiParse.php
Commit message (Expand)AuthorAgeFilesLines
* ApiParse: remove deprecated 'hidetoc' propertyC. Scott Ananian2022-07-281-2/+0
* ApiParse: transition 'hidetoc' to 'showtoc'C. Scott Ananian2022-07-271-0/+2
* Fix edit API adding empty section title when creating new pagesBartosz Dziewoński2022-07-051-1/+1
* Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-2/+2
* Merge "ApiParse: When querying TOC sections, also return whether it should be...jenkins-bot2022-06-151-0/+1
|\
| * ApiParse: When querying TOC sections, also return whether it should be hiddenBartosz Dziewoński2022-06-091-0/+1
* | api: Replace numerous more deprecated constantsReedy2022-06-061-4/+5
* | api: Replace numerous deprecated constantsReedy2022-06-061-14/+15
|/
* Merge "ApiParse: Enable "skin mode" when mobileformat=1 is set"jenkins-bot2022-04-011-1/+9
|\
| * ApiParse: Enable "skin mode" when mobileformat=1 is setEd Sanders2022-04-011-1/+9
* | phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* | ApiParse: Ignore 'contentformat' param when the query is based on pageFunc2022-03-201-3/+4
* | ApiParse: Fail gracefully when the requested format is not supportedFunc2022-03-191-1/+9
* | Export ParserOutput strategy keys for jsConfigVarsC. Scott Ananian2022-03-091-1/+3
|/
* Reapply "Move limit report rendering to ParserOutput"Ppchelko2021-11-091-1/+1
* Revert "Move limit report rendering to ParserOutput"Ppchelko2021-11-091-1/+1
* Move limit report rendering to ParserOutputPetr Pchelko2021-11-081-1/+1
* Set ParserOutput 'injectTOC' based on Skin options for page viewsC. Scott Ananian2021-11-081-2/+2
* Give skins more flexibility over table of contents renderjdlrobson2021-10-251-1/+6
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-3/+11
* Merge "Encode & to & in displaytitle fallback"Fomafix2021-10-141-1/+2
|\
| * Encode & to & in displaytitle fallbackFomafix2021-10-051-1/+2
* | Rename ParserOutput::{get,set,unset}Property to {get,set,unset}PagePropertyC. Scott Ananian2021-10-081-1/+1
|/
* Introduce CommentFormatterTim Starling2021-09-281-3/+10
* ApiParse: Support hidden skinsAmmarpad2021-09-201-1/+3
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-1/+0
* Add typehints to several methodsDaimona Eaytoy2021-08-311-1/+1
* Replace Content::preSaveTransform call to ContentTransformer::preSaveTransformRoman Stolar2021-08-191-4/+17
* Remove doSetupSkinUserCss and setupSkinUserCssjdlrobson2021-07-271-3/+0
* Merge "api: Replace deprecated WikiPage::factory in ApiParse"jenkins-bot2021-07-011-3/+10
|\
| * api: Replace deprecated WikiPage::factory in ApiParseUmherirrender2021-06-301-3/+10
* | api: Replace deprecated Hooks::run in ApiParseUmherirrender2021-07-011-1/+1
|/
* ApiParse: inject servicesAlexander Vorwerk2021-06-301-28/+69
* api: Change User::isAnon to User::isRegisteredUmherirrender2021-06-291-1/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Merge "Parse the wikitext of parse warning messages in live preview"jenkins-bot2021-02-261-1/+10
|\
| * Parse the wikitext of parse warning messages in live previewBartosz Dziewoński2021-02-241-1/+10
* | Use Authority for revision audience where possiblePetr Pchelko2021-02-241-5/+1
|/
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-2/+2
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* WikiPage: deprecated construction on bad titlesdaniel2021-01-201-9/+26
* Revert "Make WikiPage a ProperPageIdentity"James D. Forrester2021-01-151-26/+9
* Make WikiPage a ProperPageIdentitydaniel2021-01-151-9/+26
* Make ParserCache respect ParserOptions::isSafeToCachePetr Pchelko2020-12-021-3/+0
* Deprecate the use of Skin::setupSkinUserCss to alter the internal array of st...jdlrobson2020-11-241-1/+2
* Revert "Deprecate Skin::setupSkinUserCss"Tim Starling2020-11-241-0/+2
* ApiParse: Add 'subtitle' optionBartosz Dziewoński2020-10-291-2/+11
* ApiParse: Run OutputPageBeforeHTML when in 'skin' modeEd Sanders2020-10-221-0/+7
* Use LinkBatchFactory in api modulesUmherirrender2020-09-061-1/+2
* Deprecate Skin::setupSkinUserCssAmmar Abdulhamid2020-08-091-2/+0