aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/pagers/ImageListPager.php
Commit message (Expand)AuthorAgeFilesLines
* specials: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-2/+2
* Add message box styles explicitlyJon Robson2025-03-051-4/+10
* Preload temporary account expiration status where neededMáté Szabó2025-02-281-2/+2
* Merge "specials: Add support for file read new in ImageListPager"jenkins-bot2025-02-211-9/+94
|\
| * specials: Add support for file read new in ImageListPagerAmir Sarabadani2025-02-201-9/+94
* | specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-14/+0
* | specials\pagers: Use type declaration on constructor and propertiesUmherirrender2025-02-201-18/+14
|/
* specials: Use batch to format comments on Special:ListFilesUmherirrender2025-02-131-9/+26
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-3/+1
* specials: Add user tool links to uploader on Special:ListFilesUmherirrender2024-07-031-11/+6
* specials: Use username from query on Special:ListFilesUmherirrender2024-06-281-11/+9
* Use SelectQueryBuilder for sub queries in pagersUmherirrender2024-06-011-5/+7
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-05-051-2/+16
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-1/+1
* Move away from wfGetDB() callsAmir Sarabadani2024-02-121-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Replace deprecated MWExceptionDaimona Eaytoy2024-01-191-5/+4
* Fix lazy loading for ImageListPager and File historyDerk-Jan Hartman2023-11-171-4/+3
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Namespace 'special' Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-2/+17
* Namespace core Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+2
* Use real type hints for services etc. in pagersUmherirrender2023-09-111-8/+5
* Special:ListFiles: UX improvementsHannah Okwelum2023-08-131-4/+18
* Merge "SpecialListFiles: Download link should also link to old files"jenkins-bot2023-04-281-6/+10
|\
| * SpecialListFiles: Download link should also link to old filesUmherirrender2023-04-171-6/+10
* | Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-4/+4
|/
* pager: Various code style and doc cleanups in ImageListPagerthiemowmde2023-04-121-50/+36
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "Reorg: Move HTML-related classes out of includes/ to Html/"jenkins-bot2023-02-211-0/+1
|\
| * Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* | Lists of images should use lazy loadingDerk-Jan Hartman2023-02-161-1/+1
|/
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Merge "specials: Replace deprecated Linker::revComment/formatComment/Block"jenkins-bot2022-12-141-2/+8
|\
| * specials: Replace deprecated Linker::revComment/formatComment/BlockUmherirrender2022-12-111-2/+8
* | Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
|/
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Fix casing of class and function name usagesReedy2022-12-041-1/+1
* Replace some in_array( array_keys() ) with simple isset()thiemowmde2022-11-141-2/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* ImageListPager: Don't call htmlspecialchars() on nullReedy2022-07-021-1/+1
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+0
* IResultWrapper::next() now returns voidAryeh Gregor2022-05-021-8/+8
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-4/+6
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* Sort services injected into specialpage pagersUmherirrender2022-02-101-17/+17