aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisiondelete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-1/+1
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-304-18/+22
* Fix typoBrad Jorsch2017-09-081-1/+1
* Always put type information before variable name for @var tagsKunal Mehta2017-09-042-6/+6
* Add `comment` table and code to start using itBrad Jorsch2017-08-302-6/+11
* Use short type bool/int in param documentationUmherirrender2017-08-202-2/+2
* Use correct variable name in @param documentationUmherirrender2017-08-111-1/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Remove unused and unnecessary importsThiemo Mättig2017-06-121-2/+0
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-287-0/+13
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* Replace some of the deprecated wfGetLBFactory() callsWMDE-Fisch2017-02-071-1/+4
* Add tagging support to imagerotate, revisiondelete, and tag API modulesJustin Du2016-12-311-2/+7
* Fix RevDel API output for formatversion=2Brad Jorsch2016-12-194-18/+12
* Replace Linker::link() with LinkRenderer in all revisiondelete pagesdivadsn2016-12-065-23/+23
* Remove wfGetCaller() dependency from DatabaseBaseAaron Schulz2016-09-151-4/+7
* Force primary index for RevDelRevisionList queryRoan Kattouw2016-09-101-1/+4
* Make the page JOIN in RevDelRevisionList actually applyAaron Schulz2016-09-091-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-052-2/+2
* Make various MWCallableUpdate usages rollback-safeAaron Schulz2016-08-151-1/+2
* Fix inconsistent RevDelFileItem visibilitiesAaron Schulz2016-08-052-6/+4
* Merge "Make revision deletion acquire file locks to avoid races"jenkins-bot2016-07-274-11/+81
|\
| * Make revision deletion acquire file locks to avoid racesAaron Schulz2016-07-264-11/+81
* | Convert onTransactionIdle() callers to DeferredUpdate subclassesAaron Schulz2016-07-251-5/+7
* | Merge "Avoid calling rollback() in setVisibility() when nothing changed"jenkins-bot2016-07-221-1/+1
|\ \
| * | Avoid calling rollback() in setVisibility() when nothing changedAaron Schulz2016-07-211-1/+1
* | | Make non-exception rollback() calls saferAaron Schulz2016-07-211-2/+2
| |/ |/|
* | Merge "Title::getLinkURL(): Allow expanding PROTO_RELATIVE too"jenkins-bot2016-07-202-4/+2
|\ \ | |/ |/|
| * Title::getLinkURL(): Allow expanding PROTO_RELATIVE tooKunal Mehta2016-07-012-4/+2
* | Add $visibilityChangeMap parameter to RevDelList doPostCommitUpdatesAndrew Otto2016-07-064-7/+19
* | revisiondelete: Fix $oldBits/$newBits usage in setVisibility()Aaron Schulz2016-06-031-3/+13
* | Clean up setVisibility() log type logicAaron Schulz2016-06-031-25/+31
|/
* RevDel: Fix ChangeTags for archived itemsMatthew Flaschen2016-05-242-14/+51
* Add a type hint to RevDelList::setVisibilityLeszek Manicki2016-04-271-1/+1
* Change remaining places to use short array syntaxumherirrender2016-03-111-21/+21
* Convert all array() syntax to []Kunal Mehta2016-02-1713-156/+156
* Add IContextSource as parameter to ChangeTags::formatSummaryRowAashaka Shah2016-02-041-1/+5
* Merge "Show change tags on Special:RevisionDelete"jenkins-bot2015-12-172-9/+43
|\
| * Show change tags on Special:RevisionDeletemhutti12015-12-152-9/+43
* | Merge "PHP 7 compatibility: Fix variable interpolation in RevisionDeleter.php"jenkins-bot2015-12-141-1/+2
|\ \
| * | PHP 7 compatibility: Fix variable interpolation in RevisionDeleter.phpumherirrender2015-12-031-1/+2
* | | Rename SquidUpdate => CdnCacheUpdateAaron Schulz2015-12-091-1/+1
| |/ |/|
* | Make CDN purge calls use DeferredUpdatesAaron Schulz2015-12-041-4/+6
|/