index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
purgeList.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-12-05
1
-0
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-1
/
+1
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-1
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-4
/
+3
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-10
/
+8
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
purgeList.php: Clarify that --db-touch is only for purging by title
Timo Tijhof
2022-09-19
1
-10
/
+13
*
Use MainConfigNames instead of string literals, #5
Aryeh Gregor
2022-04-27
1
-1
/
+2
*
purgeList.php: Swap usleep() to sleep()
Umherirrender
2022-03-09
1
-3
/
+3
*
Replace deprecated Title::getCdnUrls
Umherirrender
2020-11-03
1
-2
/
+4
*
purgeList.php Fix all-namespaces option to match one used in code
Reedy
2020-09-27
1
-1
/
+1
*
Add small HtmlCacheUpdater service class to normalize purging code (2)
Aaron Schulz
2020-04-14
1
-4
/
+5
*
maintenance: Rename purgeList.php --purge to --db-touch
Timo Tijhof
2019-10-04
1
-11
/
+35
*
Make purgeList.php use getCdnUrls()
Gilles Dubuc
2019-09-18
1
-5
/
+9
*
Rename CDN config variables to be generic, deprecating the old names
James D. Forrester
2019-05-24
1
-4
/
+4
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Introduce Maintenance::getBatchSize()
Max Semenik
2017-11-05
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-9
/
+9
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Rename SquidUpdate => CdnCacheUpdate
Aaron Schulz
2015-12-09
1
-2
/
+2
*
Update formatting in maintenance/ (3/4)
Siebrand Mazeland
2014-04-23
1
-1
/
+0
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-1
/
+3
*
Fix formatting of some php docs
umherirrender
2014-03-15
1
-2
/
+6
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-2
/
+2
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-1
/
+1
*
Fix case of some Title methods
Alexandre Emsenhuber
2013-03-27
1
-3
/
+3
*
Merge "Added --all option and other features to purgeList.php"
Tim Starling
2013-02-13
1
-42
/
+46
|
\
|
*
Added --all option and other features to purgeList.php
Tim Starling
2013-02-13
1
-42
/
+46
*
|
Merge "misc style issues"
jenkins-bot
2013-02-11
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
misc style issues
Antoine Musso
2013-01-30
1
-2
/
+2
*
|
style: fix up commas in function arguments
Antoine Musso
2013-02-06
1
-1
/
+1
|
/
*
Use ResultWrapper::numRows() instead of DatabaseBase::numRows()
Alexandre Emsenhuber
2013-01-06
1
-1
/
+1
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-08-05
1
-0
/
+6
*
enable purge of HTTPS URLs
Antoine Musso
2012-02-14
1
-1
/
+1
*
Use getInternalUrl() instead of getFullUrl() in purgeList.php . This was pote...
Roan Kattouw
2011-08-19
1
-2
/
+2
*
Fix space/tab indentation FU r94444
Antoine Musso
2011-08-15
1
-51
/
+50
*
(bug 28273) Merge purgeList and purgeNamespace scripts
Antoine Musso
2011-08-14
1
-5
/
+74
*
Fix fatal in r77354 (!!), discovered this when purgeList.php fataled on me on...
Roan Kattouw
2011-06-30
1
-1
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Followup r77354: it's page_touched, with an underscore
Roan Kattouw
2010-12-14
1
-1
/
+1
*
$options doesn't exist in PurgeList
Sam Reed
2010-11-27
1
-1
/
+2
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-5
/
+5
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-25
/
+49
[next]