aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisiondelete/RevDelRevisionItem.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Add MediaWiki\RevisionList namespace to the related classesEbrahim Byagowi2024-05-211-0/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-0/+1
* Move away from wfGetDB() callsAmir Sarabadani2024-02-121-1/+1
* Migrate more usages of Database::update() to UpdateQueryBuilderAlexander Vorwerk2023-06-091-14/+13
* revisionslists: Replace deprecated Linker::revComment/commentBlockUmherirrender2022-12-111-1/+2
* 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
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Post Revision-removal cleanupDannyS7122021-06-241-1/+1
* Using RevisionListBase::getPage instead of calling $title directlyZabeMath2021-05-131-2/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Add classes to when a linked change is suppressedAmir Sarabadani2021-04-291-1/+2
* Use Authority for revision audience where possiblePetr Pchelko2021-02-241-19/+9
* Remove use of Revision objects in RevisionItem classesDannyS7122020-05-051-9/+10
* Replace various uses of Revision objectsDannyS7122020-05-011-31/+50
* Pass RevisionRecord to Linker methodsDannyS7122020-04-181-2/+2
* Always pass a user when using FOR_THIS_USER on revision methodsDannyS7122020-03-231-3/+3
* Hard deprecate Revision::userCanDannyS7122020-03-111-6/+18
* Remove hacks for lack of index on rc_this_oldidBrad Jorsch2019-12-041-2/+0
* revisionlist: Strict type hints in RevisionItem constructorsThiemo Kreuz2019-10-251-1/+1
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-12/+18
* Use PRC_AUTOPATROLLED for rollbacks and revdelRoan Kattouw2019-02-061-1/+1
* Remove PhanUndeclaredStaticMethod from blacklistErik Bernhardson2018-08-281-1/+12
* Use constants for rc_patrolled values instead of numbersAmir Sarabadani2018-04-131-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-0/+4
* Fix RevDel API output for formatversion=2Brad Jorsch2016-12-191-3/+3
* Replace Linker::link() with LinkRenderer in all revisiondelete pagesdivadsn2016-12-061-6/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Add IContextSource as parameter to ChangeTags::formatSummaryRowAashaka Shah2016-02-041-1/+5
* Show change tags on Special:RevisionDeletemhutti12015-12-151-1/+19
* Cleaned up CAS check in RevDelLogItem::setBits for recentchangesAaron Schulz2015-05-231-1/+1
* Fix phpcs issues in actions and revisiondelete dirsaddshore2014-08-121-1/+1
* Restore formatting before split of RevisionDelete.phpumherirrender2014-08-081-11/+55
* Split RevisionDelete.php to separate filesReedy2014-08-071-0/+143