aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisiondelete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-092-112/+21
* filerepo: Use @method LocalRepo::newFile() to document the return typeAaron Schulz2019-09-041-2/+0
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-034-2/+13
* Avoid usage of deprecated setTags() method, use addTags() insteadDerick Alangi2019-09-011-1/+1
* Revert "Add small HtmlCacheUpdater service class to normalize purging code"Daniel Kinzler2019-08-072-5/+6
* Add small HtmlCacheUpdater service class to normalize purging codeAaron Schulz2019-08-062-6/+5
* Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-215-6/+12
* Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-216-30/+44
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+3
* RevDel: Avoid log_search rows with empty values for target_author_actorBrad Jorsch2019-03-211-2/+15
* Remove comments literally repeating the next line of codeThiemo Kreuz2019-02-271-1/+1
* Use PRC_AUTOPATROLLED for rollbacks and revdelRoan Kattouw2019-02-062-2/+2
* Update type hints and documentation of RevisionDeleteUserThiemo Kreuz2019-01-311-6/+19
* Remove a few obscure "done" and "empty" commentsThiemo Kreuz2019-01-301-1/+0
* Fix RevisionDeleteUser rev_actor query for MySQLBrad Jorsch2018-11-291-6/+9
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-112-6/+6
* Remove PhanUndeclaredStaticMethod from blacklistErik Bernhardson2018-08-285-15/+32
* Fix some of the common typospetarpetkovic2018-08-161-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-2/+2
* Use constants for rc_patrolled values instead of numbersAmir Sarabadani2018-04-132-2/+2
* Add `actor` table and code to start using itBrad Jorsch2018-02-238-62/+169
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-052-3/+4
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-5/+5