aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Output
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-2/+2
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-253-3/+3
* Merge "Hard deprecate OutputPage::addParserOutput{,Content} with null ParserO...jenkins-bot2025-03-241-2/+2
|\
| * Hard deprecate OutputPage::addParserOutput{,Content} with null ParserOptionsC. Scott Ananian2025-03-241-2/+2
* | Merge "Deprecate OutputPage::showNewSectionLink(), ::forceHideNewSectionLink()"jenkins-bot2025-03-241-9/+10
|\ \
| * | Deprecate OutputPage::showNewSectionLink(), ::forceHideNewSectionLink()C. Scott Ananian2025-03-241-9/+10
* | | Merge "Split OutputPage::getModulesInternal()"jenkins-bot2025-03-241-10/+37
|\ \ \ | |/ / |/| |
| * | Split OutputPage::getModulesInternal()C. Scott Ananian2025-03-221-10/+37
* | | Use OutputPage::$metadata to store $mRevisionTimestampC. Scott Ananian2025-03-221-5/+7
* | | Deprecate OutputPage::getNoGallery()C. Scott Ananian2025-03-221-11/+5
| |/ |/|
* | [OutputPage] replace ParserOutput::getText() options with ParserOptions, v2C. Scott Ananian2025-03-211-51/+154
|/
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+1
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* OutputPage: Remove forgotten @deprecated commentsthiemowmde2025-03-141-41/+13
* Update PHPDocs for OutputPage::getIndicators() and relatedthiemowmde2025-03-111-4/+4
* output: Use associative arrays to store modulesMáté Szabó2025-02-201-11/+11
* Replace a few misplaces is_object checksthiemowmde2025-02-121-1/+1
* ResourceLoader: Copy ResourceLoader::inDebugMode to OutputPageHannah Okwelum2025-02-051-1/+25
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-10/+0
* Remove use of BagOStuff TTL constants from unrelated codeTimo Tijhof2025-01-131-2/+1
* Remove deprecated hook OutputPageMakeCategoryLinksFomafix2024-12-182-76/+37
* Merge "ResourceLoader: Use MW_INSTALL_PATH constant in transformResourcePath()"jenkins-bot2024-12-111-1/+1
|\
| * ResourceLoader: Use MW_INSTALL_PATH constant in transformResourcePath()Timo Tijhof2024-11-271-1/+1
* | OutputPage: Minor cleanupReedy2024-12-021-36/+41
* | Merge "Use ParserOutput::getLinkList() internally"jenkins-bot2024-11-191-3/+19
|\ \
| * | Use ParserOutput::getLinkList() internallyC. Scott Ananian2024-11-151-3/+19
| |/
* / Don't copy POST query params when generating link/redirect URLsBartosz Dziewoński2024-11-161-1/+1
|/
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-3/+8
* Revert^2 "Skin: [BREAKING CHANGE] Remove support for rendering outside body e...Zabe2024-10-301-1/+1
* Revert "Skin: [BREAKING CHANGE] Remove support for rendering outside body ele...Jforrester2024-10-291-1/+1
* Skin: [BREAKING CHANGE] Remove support for rendering outside body elementJon Robson2024-10-231-1/+1
* Merge "Remove support for using Skin::addToBodyAttributes"jenkins-bot2024-10-211-9/+0
|\
| * Remove support for using Skin::addToBodyAttributesAmmarpad2024-10-201-9/+0
* | OutputPage::setRobotPolicy(): deprecate 'index' after 'noindex'C. Scott Ananian2024-10-181-1/+1
* | Deprecate OutputPage::{get,set}PreventClickjacking()C. Scott Ananian2024-10-171-1/+6
* | Deprecate OutputPage::{get,set}IndexPolicy()C. Scott Ananian2024-10-171-4/+6
* | Use OutputPage::$metadata to store language linksC. Scott Ananian2024-10-171-28/+7
* | Use OutputPage::$metadata to store the 'prevent clickjacking' flagC. Scott Ananian2024-10-171-12/+7
* | Use OutputPage::$metadata to store index policyC. Scott Ananian2024-10-171-8/+48
* | Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-3/+3
|/
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+1
* OutputPage: Remove reference to outdated E_STRICTTimo Tijhof2024-10-061-5/+3
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-031-1/+1
* Deduplicate language links in ParserOutput and OutputPageC. Scott Ananian2024-09-261-10/+37
* Merge "Remove ParserOutput::getText() calls from core (runOutputPipeline)"jenkins-bot2024-09-061-1/+1
|\
| * Remove ParserOutput::getText() calls from core (runOutputPipeline)Isabelle Hurbain-Palatin2024-09-061-1/+1
* | Merge "Introduce runOutputPipeline and clone by default"jenkins-bot2024-09-061-1/+1
|\|
| * Introduce runOutputPipeline and clone by defaultIsabelle Hurbain-Palatin2024-09-061-1/+1
* | Merge "Add missing documentation to class properties (frontend-related)"jenkins-bot2024-09-061-0/+7
|\ \