aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisiondelete
Commit message (Expand)AuthorAgeFilesLines
...
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-082-0/+2
* Remove RevDelList::reloadFromMasterMatěj Suchánek2022-11-281-8/+0
* Merge "Sort logging table by timestamp and log id"jenkins-bot2022-10-261-1/+1
|\
| * Sort logging table by timestamp and log idUmherirrender2022-10-091-1/+1
* | Use short array destructuring instead of list()Tim Starling2022-10-212-2/+2
|/
* Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-292-5/+5
* Show change tags for log entries on Special:RevisionDeleteUmherirrender2022-05-312-9/+37
* Merge "Start clean up of revision_actor_temp table"jenkins-bot2022-05-231-29/+6
|\
| * Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-29/+6
* | Merge "revisionlist: Store page identity instead of Title"jenkins-bot2022-05-234-14/+19
|\ \ | |/ |/|
| * revisionlist: Store page identity instead of TitleUmherirrender2022-04-164-14/+19
* | Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
|/
* Fix various documentation related to null typesUmherirrender2022-02-261-3/+3
* revisiondelete: make RevDelList use cancelAtomic() instead of rollbackPrimary...Aaron Schulz2022-02-211-2/+2
* Don't double-escape the ellipses in Language::truncateForVisual()C. Scott Ananian2022-02-101-3/+5
* Merge "SECURITY: properly escape output used within galleries and Special:Rev...jenkins-bot2022-01-101-2/+4
|\
| * SECURITY: properly escape output used within galleries and Special:RevisionDe...sbassett2022-01-101-2/+4
* | Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+4
|/
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-091-1/+1
* Don't throw away '0' edit summaryMatěj Suchánek2021-11-242-2/+2
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-1/+0
* RevDelList: Rename reloadFromMaster to reloadFromPrimaryJames D. Forrester2021-09-031-1/+10
* ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChangesJames D. Forrester2021-09-021-1/+1
* 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