aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/Output/OutputPageTest.php
Commit message (Expand)AuthorAgeFilesLines
* Hard deprecate OutputPage::setRevisionTimestamp()C. Scott Ananian2025-04-041-0/+1
* Deprecate OutputPage::showNewSectionLink(), ::forceHideNewSectionLink()C. Scott Ananian2025-03-241-0/+3
* Merge "Deprecate OutputPage::getNoGallery()"jenkins-bot2025-03-241-0/+1
|\
| * Deprecate OutputPage::getNoGallery()C. Scott Ananian2025-03-221-0/+1
* | Merge "PermissionStatus: Hard-deprecate toLegacyErrorArray()"jenkins-bot2025-03-241-0/+1
|\ \ | |/ |/|
| * PermissionStatus: Hard-deprecate toLegacyErrorArray()Bartosz Dziewoński2025-03-241-0/+1
* | [OutputPage] replace ParserOutput::getText() options with ParserOptions, v2C. Scott Ananian2025-03-211-18/+21
|/
* phpunit: Make OutputPage vary cookies test extension-independentMáté Szabó2025-01-171-10/+15
* Remove use of BagOStuff TTL constants from unrelated codeTimo Tijhof2025-01-131-10/+10
* Merge "ResourceLoader: Use MW_INSTALL_PATH constant in transformResourcePath()"jenkins-bot2024-12-111-20/+18
|\
| * ResourceLoader: Use MW_INSTALL_PATH constant in transformResourcePath()Timo Tijhof2024-11-271-20/+18
* | Use ParserOutput::getLinkList() internallyC. Scott Ananian2024-11-151-3/+42
|/
* ResourceLoader: Simplify DependencyStoreHannah Okwelum2024-10-241-2/+2
* Deprecate OutputPage::{get,set}IndexPolicy()C. Scott Ananian2024-10-171-0/+1
* Use OutputPage::$metadata to store index policyC. Scott Ananian2024-10-171-2/+44
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-3/+3
* Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-031-0/+2
* Deduplicate language links in ParserOutput and OutputPageC. Scott Ananian2024-09-261-8/+13
* Merge "Remove ParserOutput::getText() calls from core (runOutputPipeline)"jenkins-bot2024-09-061-6/+6
|\
| * Remove ParserOutput::getText() calls from core (runOutputPipeline)Isabelle Hurbain-Palatin2024-09-061-6/+6
* | Add new hook OutputPageRenderCategoryLinkFomafix2024-09-051-1/+37
|/
* Add option to sort categories in OutputPageC. Scott Ananian2024-08-291-0/+3
* Deprecate OutputPage::setCategoryLinks()C. Scott Ananian2024-08-271-0/+1
* Remove ParserOutput::getText() calls from core (direct pipeline)Isabelle Hurbain-Palatin2024-08-231-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-0/+1
* Deprecate more methods dealing with legacy error arraysBartosz Dziewoński2024-08-091-0/+1
* tests: Make use of ?? and ??= operators in test codethiemowmde2024-08-081-5/+1
* Hard deprecate various public or protected properties of OutputPageC. Scott Ananian2024-08-011-3/+3
* OutputPage: Inline getCdnCacheEpoch() into checkLastModified()Timo Tijhof2024-07-261-41/+0
* Merge "language: Improve behavior of RawMessage used as MessageSpecifier"jenkins-bot2024-07-161-2/+26
|\
| * language: Improve behavior of RawMessage used as MessageSpecifierBartosz Dziewoński2024-07-161-2/+26
* | Use $this->setRequest and $this->setGroupPermissions in PHPUnit testsFomafix2024-07-111-4/+2
* | Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-27/+21
|/
* OutputPage: Add tests for formatPermissionStatus(), formatPermissionsErrorMes...Bartosz Dziewoński2024-07-051-0/+40
* tests: Use namespaced classes (1)Umherirrender2024-06-141-0/+1
* Hard deprecate OutputPage::setPageTitle() with Message argumentC. Scott Ananian2024-05-311-5/+7
* Merge "Use constants provided by MainConfigNames for config names"jenkins-bot2024-05-191-1/+1
|\
| * Use constants provided by MainConfigNames for config namesFunc2024-05-181-1/+1
* | [OutputPage] Hoist "null Title" checks up a levelC. Scott Ananian2024-05-151-5/+5
|/
* Move section edit links outside headings (new heading HTML)Bartosz Dziewoński2024-05-061-2/+9
* Replace all instances of "per default" with "by default"Tim Starling2024-04-291-1/+1
* [ParserOutput] Remove deprecated ::getTOCHTML() and ::setTOCHTML() methodsC. Scott Ananian2024-04-161-25/+0
* [ParserOutput] Remove deprecated ::getCategories() methodC. Scott Ananian2024-04-161-2/+0
* build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0James D. Forrester2024-03-011-1/+1
* tests: Namespace ResourceLoaderTestCase and friendsJames D. Forrester2024-02-161-0/+2
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* tests: Use namespaced class names in @covers annotationsUmherirrender2024-01-271-1/+1
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-191-5/+5
* ResourceLoader: Drop targets system, deprecated in 1.41James D. Forrester2024-01-121-10/+0
* Merge "In OutputPage::addParserOutput, getText() before processing metadata"jenkins-bot2023-11-061-2/+13
|\