aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisiondelete
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-052-8/+5
* Replace deprecated CommentStore::getStore in RevDelLogItemUmherirrender2021-08-042-8/+21
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-1/+1
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-5/+20
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-122-5/+8
* Post Revision-removal cleanupDannyS7122021-06-241-1/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* ArchivedFile: replace ::getUser methods with ::getUploaderPetr Pchelko2021-06-041-5/+7
* Deprecate File::getUser in favor of File::getUploaderPetr Pchelko2021-06-021-11/+13
* Using RevisionListBase::getPage instead of calling $title directlyZabeMath2021-05-131-2/+2
* RevisionDeleter: Use PageIdentity instead of Titledaniel2021-05-0610-34/+41
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-299-10/+10
* Merge "Add classes to when a linked change is suppressed"jenkins-bot2021-04-291-1/+2
|\
| * Add classes to when a linked change is suppressedAmir Sarabadani2021-04-291-1/+2
* | Stop using legacy ActorMigration field "log_user"Tim Starling2021-04-283-13/+11
|/
* Use Authority for revision audience where possiblePetr Pchelko2021-02-241-19/+9
* Introduce ActorStore, ActorLookup and ActorFactory.Petr Pchelko2021-02-081-1/+6
* Add dependency injection to RevDelList classesDannyS7122020-12-117-43/+294
* Remove RevisionDeleter::checkRevisionExistenceDannyS7122020-12-011-26/+0
* Document hook names in hook interfaces.daniel2020-09-271-0/+3
* Replace "@stable for implementation" with "@stable to implement"daniel2020-07-131-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+5
* Add missing public visibility on some methodsUmherirrender2020-05-081-1/+1
* Remove use of Revision objects in RevisionItem classesDannyS7122020-05-054-19/+25
* Replace various uses of Revision objectsDannyS7122020-05-011-31/+50
* Hook interface doc comment followupTim Starling2020-04-211-1/+1
* docs: Hook interface doc comment reviewapaskulin2020-04-211-6/+8
* Automatically generated hook interfacesTim Starling2020-04-201-0/+27
* Pass RevisionRecord to Linker methodsDannyS7122020-04-181-2/+2
* Add small HtmlCacheUpdater service class to normalize purging code (2)Aaron Schulz2020-04-142-5/+6
* Replace remaining uses and hard deprecate Revision::newFromArchiveRowDannyS7122020-04-011-2/+14
* Hard deprecate Revision::getQueryInfo and ::getArchiveQueryInfoDannyS7122020-03-262-3/+7
* Always pass a user when using FOR_THIS_USER on revision methodsDannyS7122020-03-231-3/+3
* Merge "Use MediaWikiServices::getRepoGroup in special page related classes"jenkins-bot2020-03-143-3/+7
|\
| * Use MediaWikiServices::getRepoGroup in special page related classesUmherirrender2020-03-143-3/+7
* | Hard deprecate Revision::userCanDannyS7122020-03-111-6/+18
|/
* Upgrade phan to 0.9.1Daimona Eaytoy2020-01-251-1/+0
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-0/+1
* Merge "Set method visibility for various constructors"jenkins-bot2019-12-051-1/+1
|\
| * Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* | Remove hacks for lack of index on rc_this_oldidBrad Jorsch2019-12-041-2/+0
* | REST PageHistoryCount: Add object caching with incremental updates.Petr Pchelko2019-11-271-0/+4
|/
* revisionlist: Strict type hints in RevisionItem constructorsThiemo Kreuz2019-10-253-4/+4
* Merge "Avoid use of private properties in RevDelFileItem::getApiData"jenkins-bot2019-10-231-3/+3
|\
| * Avoid use of private properties in RevDelFileItem::getApiDataUmherirrender2019-10-131-3/+3
* | Convert some private static arrays to constantsMax Semenik2019-10-161-11/+11
|/
* revisionlist: Fix bad type hints in RevisionListBaseThiemo Kreuz2019-10-051-1/+0
* phan: Disable enable_class_alias_supportUmherirrender2019-09-159-9/+9