aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Migrate to IDatabase::newDeleteQueryBuilderUmherirrender2024-04-121-10/+10
* Update name & email for bvibberBrooke Vibber2024-02-081-2/+2
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* maintenance: Move cleanupTable from .inc to .phpJames D. Forrester2020-09-251-1/+1
* Purge expired watchlist itemsSam Wilson2020-03-261-0/+7
* Use wl_id to loop through watchlist in cleanupWatchlist.phpSam Wilson2020-02-201-5/+3
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Set public for override of Maintenance functionsUmherirrender2019-10-091-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+3
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-2/+7
* Pass phpcs-strict on maintenance/ (7/8)Siebrand Mazeland2014-04-231-1/+2
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-251-2/+7
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* * Standardised file description headersAlexandre Emsenhuber2010-09-051-1/+2
* Stylize maintenance folder..Sam Reed2010-05-221-3/+3
* Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.Tim Starling2010-01-041-1/+2
* Fixes for TitleCleanup subclasses:Tim Starling2009-09-241-5/+23
* Rewrite various TableCleanup scripts to subclass Maintenance instead of FiveU...Chad Horohoe2009-08-241-21/+12
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* (bug 18122) Fix fatal require() errors and typo in the README.Chad Horohoe2009-03-241-1/+1
* Made WatchlistCleanup and CapsCleanup extend TableCleanup rather than FiveUpg...Alexandre Emsenhuber2009-02-161-71/+7
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+5
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* For the maintenance/ directory files:Nick Jenkins2007-01-121-3/+1
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-2/+1
* Update the FSF's address in all these GPL stub headersBrion Vibber2006-04-051-1/+1
* * (bug 4147) Added cleanupWatchlist.php to clear out bogus watchlist entriesBrion Vibber2006-02-081-0/+141