aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/copyJobQueue.php
Commit message (Expand)AuthorAgeFilesLines
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-1/+3
* Replace wfWiki() usage with WikiMap in some additional placesAaron Schulz2019-07-041-1/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* Revert "Revert "Removed useless JobQueue return values""Aaron Schulz2014-04-161-6/+4
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Added a script to copy jobs from one queue to another.Aaron Schulz2013-04-091-0/+99