aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Category/CategoryViewer.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate OutputPage::getNoGallery()C. Scott Ananian2025-03-221-1/+2
* Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40"Daimona Eaytoy2025-03-051-3/+0
* Revert "Drop all 49 remaining class_aliases from MediaWiki 1.40"Ahmon Dancy2025-03-041-0/+3
* Drop all 49 remaining class_aliases from MediaWiki 1.40James D. Forrester2025-03-041-3/+0
* Category: Add support for read newAmir Sarabadani2025-02-071-7/+19
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Hard deprecate various public or protected properties of OutputPageC. Scott Ananian2024-08-011-1/+1
* Add namespace and deprecation alias to DeprecationHelperHakan Özdemir2024-05-051-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-2/+2
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-1/+1
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-191-3/+2
* CategoryViewer: Fix "count(): Argument #1 ($value) must be of type Countable|...Paladox2023-12-231-1/+3
* Migrate off wfGetDB() in more places to ICPAmir Sarabadani2023-11-201-1/+1
* Migrate another batch to use $db->expr instead of raw SQLAmir Sarabadani2023-10-301-4/+10
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* Follow-up c811622: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-251-0/+3
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-8/+5
* CategoryViewer::getSectionPagingLinks: Fix null array offset warningPaladox2023-03-061-8/+20
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* Merge "Reorg: Move HTML-related classes out of includes/ to Html/"jenkins-bot2023-02-211-1/+1
|\
| * Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-1/+1
* | Lists of images should use lazy loadingDerk-Jan Hartman2023-02-161-2/+2
|/
* Reorg: Move category-related classes from includes/ to Category/Amir Sarabadani2023-02-091-0/+827