aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialLog.php
Commit message (Expand)AuthorAgeFilesLines
* specials: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-3/+3
* Replace remaining gendered pronounsTacsipacsi2025-03-021-1/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-8/+0
* SpecialLog: Remove module 'mediawiki.userSuggest'Fomafix2024-12-141-1/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Replace deprecated LogFormatter::newFromRow/newFromEntryUmherirrender2024-07-291-1/+8
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-3/+0
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-1/+1
|\
| * Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-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-1/+1
|/
* Remove redundant empty() constructs (3)Daimona Eaytoy2023-09-081-1/+1
* SpecialLog: Only set valid local user as the relevant userFunc2023-08-241-10/+16
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-1/+1
* SpecialLog: Handle invalid title betterLucas Werkmeister2023-07-101-4/+7
* Use special pages instead of actions for revision delete and edit tagsFunc2023-07-061-17/+4
* Merge "Cleanup LogEventsList"jenkins-bot2023-07-041-5/+4
|\
| * Cleanup LogEventsListFunc2023-06-301-5/+4
* | SpecialLog: Fix issues related to IP usersFunc2023-07-031-3/+3
|/
* SpecialLog: Fix some interface issues (follow-up to commit 2ac0720)Func2023-06-191-36/+23
* SpecialLog: Fix empty offender on suppression logFunc2023-06-161-2/+2
* Merge "Add tests for Special:Log/suppress, fix for PostgreSQL"jenkins-bot2023-06-151-1/+4
|\
| * Add tests for Special:Log/suppress, fix for PostgreSQLMarius Hoch2023-06-151-1/+4
* | SpecialLog: Enable built-in validation of HTMLFormFunc2023-06-141-11/+5
|/
* Replace internal Hooks::runnerUmherirrender2023-05-111-2/+3
* Namespace SpecialL* under \MediaWiki\SpecialsJames D. Forrester2023-05-041-0/+15
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-8/+7
* Copy the Renameuser extension into coreTim Starling2023-03-031-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/+3
* Special:Log: Let the tag filter be inverteddvrandecic2022-12-131-2/+5
* pager: Fix navigations when date range is setFunc2022-12-101-6/+0
* Prefill page/pattern/tagfilter/offender in form for Special:LogUmherirrender2022-10-311-1/+4
* Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
* Normalize cidr ranges on Special:Log before searching block logsUmherirrender2022-04-251-3/+14
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* Inject UserIdentityLookup into SpecialLogAlexander Vorwerk2021-09-251-4/+12
* Deprecate UserIdentity::getActorId()daniel2021-03-131-9/+11
* Merge "Convert second batch of special pages to authority"jenkins-bot2021-03-081-11/+4
|\
| * Convert second batch of special pages to authorityPetr Pchelko2021-03-041-11/+4
* | Enforce concealment of hidden RelevantUser at Skin levelAmmar Abdulhamid2021-03-081-1/+3
|/
* Convert logging namespace to AuthorityPetr Pchelko2021-02-231-1/+0
* SECURITY: Set a dummy title for Action buttons on Special:LogDannyS7122020-12-181-0/+12
* Inject services into SpecialLogUmherirrender2020-10-261-12/+45
* Use LinkBatchFactory in pagers, special pages and actionsUmherirrender2020-09-061-1/+2
* Hooks::run() call site migrationTim Starling2020-05-301-5/+3