aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialShortPages.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-5/+0
* Use content dir in DoubleRedirects and ShortPages special pagesEbrahim Byagowi2024-10-081-1/+6
* Use HTML markup instead of bidi control chars in Special:ShortPagesEbrahim Byagowi2024-10-031-6/+3
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-5/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Namespace SpecialS* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+12
* Use real type hints for services etc. in specials/ (N-Z)Bartosz Dziewoński2023-08-291-2/+1
* specials: Fix setting the offset in inner subqueries in SpecialShortPagesAmir Sarabadani2023-07-261-4/+8
* rdbms: Add support for limit, offset and order by in UnionQueryBuilderAmir Sarabadani2023-07-031-1/+13
* SpecialShortPages: Document reason for "reallyDoQuery" overrideTimo Tijhof2023-06-051-23/+19
* rdbms: Remove Database::unionConditionPermutations() and callersAmir Sarabadani2023-06-051-29/+24
* SpecialShortPages: Mark query as read-onlyLucas Werkmeister2023-04-201-1/+2
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-4/+4
* build: Cleanup of .phpcs.xmlUmherirrender2023-04-131-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-2/+2
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* Rename four config variables to avoid 'blacklist' termReedy2021-09-081-1/+1
* Use more neutral or alternative languageReedy2021-03-201-2/+1
* Improve doc about object to be stdClass in QueryPage::formatResultUmherirrender2020-11-151-1/+1
* Inject LinkBatchFactory into QueryPage and use itUmherirrender2020-11-021-1/+8
* Inject DBLoadBalancer into abstract QueryPageUmherirrender2020-11-021-1/+4
* Inject NamespaceInfo service into SpecialShortPages/SpecialLongPagesUmherirrender2020-10-111-4/+10
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Fix some includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-6/+6
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Make most special pages class names match filenameReedy2019-09-101-0/+182