aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/pagers/BlockListPager.php
Commit message (Expand)AuthorAgeFilesLines
* Preload temporary account expiration status where neededMáté Szabó2025-02-281-2/+2
* Merge "Fix formatting of blocking admin value"jenkins-bot2025-02-241-2/+2
|\
| * Fix formatting of blocking admin valueWargo2025-02-221-2/+2
* | BlockListPager: change unblock link for autoblocksDayllan Maza2025-02-221-5/+2
|/
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-14/+0
* specials\pagers: Use type declaration on constructor and propertiesUmherirrender2025-02-201-6/+5
* block: Add a BlockTarget class hierarchyTim Starling2025-02-191-21/+16
* block: Remove change link from Special:BlockList autoblock rowsTim Starling2025-02-061-30/+46
* Special:BlockList: Update remove/change block linksSam Wilson2025-01-241-19/+49
* Special:BlockList: Move message cache to instance variableSam Wilson2025-01-241-18/+29
* rdbms: fix table prefixing in "FOR UPDATE" clause generation in PostgresAaron Schulz2024-12-111-1/+1
* specials: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+1
* Improve human-readable duration in BlockListPagerOllie Shotton2024-06-251-9/+4
* block: Deprecate and stop using $wgBlockTargetMigrationStageTim Starling2024-05-101-122/+59
* Merge "block: Fix ApiQueryBlocks query error when a table prefix is used"jenkins-bot2024-05-041-1/+3
|\
| * block: Fix ApiQueryBlocks query error when a table prefix is usedTim Starling2024-04-231-1/+3
* | BlockListPager: Link timestamp to Special:BlockList filtered by IDKosta Harlan2024-05-041-1/+8
* | BlockListPager: Remove unused codeKosta Harlan2024-05-041-7/+0
|/
* In Special:AutoblockList: remove total countTim Starling2024-03-261-26/+0
* Move away from wfGetDB() callsAmir Sarabadani2024-02-121-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Special:BlockList: Improve display of hidden usersTim Starling2023-12-051-1/+34
* Fix BlockListPager query errorsTim Starling2023-11-301-9/+14
* Support new block schemaTim Starling2023-11-291-103/+194
* Mass migrate simple cases to use expression builderAmir Sarabadani2023-10-261-2/+2
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Namespace 'special' Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-2/+11
* Namespace core Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+2
* Use real type hints for services etc. in pagersUmherirrender2023-09-111-20/+7
* Remove redundant empty() constructs (3)Daimona Eaytoy2023-09-081-1/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* Migrate last batch of simple Database::select* calls to SQBAmir Sarabadani2023-08-011-7/+5
* block: Cast block ids to integer on database queriesUmherirrender2023-06-141-1/+1
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-4/+4
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+3
* Add explicit casts between scalar typesUmherirrender2022-03-011-2/+2
* Sort services injected into specialpage pagersUmherirrender2022-02-101-30/+34
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-1/+1
* Introduce CommentFormatterTim Starling2021-09-281-4/+17
* TablePager: fix param documentation for formatValue()DannyS7122021-09-091-1/+1
* Same code style and formatting for exists-style SQL queriesThiemo Kreuz2021-08-121-6/+1
* Use $wgEnablePartialActionBlocks feature flag for block list and block logtsepothoabala2021-06-021-1/+2
* Add null checks for namespaces and actions in blocksSTran2021-05-071-17/+22
* Add action block to BlockListAnaïsGueyte2021-04-291-1/+17
* BlockListPager: Ensure false is not passed to LinkBatch::addObjThalia2021-04-281-1/+1
* In BlockListPager and ProtectedPagesPager use userLink() unconditionallyTim Starling2021-04-281-6/+2