aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialRecentChanges.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-4/+4
* Split MessageParser out of MessageCacheTim Starling2025-02-211-5/+5
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-8/+0
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-12/+0
* Add $linestart to parseWithPostprocessingIsabelle Hurbain-Palatin2024-11-251-1/+2
* Remove getText usages in the vicinity of MessageCacheIsabelle Hurbain-Palatin2024-11-091-5/+2
* Special:RecentChanges shouldn't allow filtering on unregistered status if the...Kgraessle2024-10-181-0/+6
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-6/+6
* specials: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+1
* recentchanges: Improve docs, fix file headers, fix doc groupsTimo Tijhof2024-08-221-0/+1
* Update help links to point to MediaWiki.org rather than MetaPppery2024-07-261-1/+1
* specials: Replace ISQLPlatform::makeList on ChangesListSpecialPagesUmherirrender2024-07-041-17/+16
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-221-1/+1
* Merge "Add namespace and deprecation alias to Xml and XmlSelect"jenkins-bot2024-05-161-1/+1
|\
| * Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* | specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-4/+1
|/
* Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-05-051-12/+9
* specials: Various Xml->Html updates in EditTags, RC and UserRightsTimo Tijhof2024-03-261-9/+9
* Avoid deprecated Xml::checkLabelTimo Tijhof2024-03-261-15/+16
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Fix exception from SpecialRecentChanges::isDenseTagFilterTim Starling2023-11-201-1/+1
* RC Filters: Treat unnamed accounts as unregisteredMartin Urbanec2023-11-081-2/+15
* Mass migrate simple cases to use expression builderAmir Sarabadani2023-10-261-1/+1
* Migrate to IConnectionProvider methods in more placesAmir Sarabadani2023-10-051-3/+2
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Namespace SpecialR* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-2/+24
* Use real type hints for services etc. in specials/ (N-Z)Bartosz Dziewoński2023-08-291-8/+3
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* Migrate last batch of simple Database::select* calls to SQBAmir Sarabadani2023-08-011-1/+4
* specials: Migrate off some calls to method ChangeTags::modifyDisplayQueryAmir Sarabadani2023-06-161-3/+7
* Replace IDatabase with IReadableDatabase where possiblethiemowmde2023-05-231-1/+2
* specials: Get config from ContextSource and not MainConfig serviceUmherirrender2023-05-121-4/+1
* Remove left-over complexity in SpecialPage classes for query groupsTimo Tijhof2023-05-021-17/+0
* Merge "RecentChangesLinked: Support inverttags as recent changes do"jenkins-bot2023-04-191-0/+2
|\
| * RecentChangesLinked: Support inverttags as recent changes doFunc2023-04-191-0/+2
* | Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-7/+7
|/
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+2
* Remove obsolete Rdbms query groups from getConnection callsTimo Tijhof2023-02-151-2/+1
* SpecialRecentChanges: Add inverted tag filter for non-javascript UIFunc2023-01-171-1/+5
* Make ChangeTag::modifyDisplayQuery more reliable if multiple joins to changetagsBrian Wolff2023-01-081-2/+2
* RecentChanges/Watchlist: Expose 'inverttags' param in form and APIJames D. Forrester2022-12-131-2/+4
* SpecialRecentChanges: Drop old rcfilters-container and rcfilters-head classesJames D. Forrester2022-06-131-5/+3
* Remove hiding of extra namespace checkboxes on legacy watchlist and RCBartosz Dziewoński2022-05-131-13/+0
* Remove access to config globals from more classesdaniel2022-04-281-2/+3
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-8/+10
* changetags: Fix management of a '0' tagMatěj Suchánek2022-03-031-1/+1