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
/
deleteBatch.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow maintenance/deleteBatch.php to accept page ID
Philipnelson99
2024-03-27
1
-14
/
+26
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Merge "maintenance: Replace usages of deprecated WikiPage::doDeleteArticleReal"
jenkins-bot
2023-09-11
1
-12
/
+6
|
\
|
*
maintenance: Replace usages of deprecated WikiPage::doDeleteArticleReal
Daimona Eaytoy
2021-11-08
1
-12
/
+6
*
|
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
|
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
|
Merge "maintenance: Use $this->waitForReplication()"
jenkins-bot
2022-10-27
1
-2
/
+1
|
\
\
|
*
|
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-2
/
+1
*
|
|
Reorg: Move StubObject classes in includes to its own directory
Amir Sarabadani
2022-10-25
1
-0
/
+1
|
/
/
*
/
DeleteBatch: Clarify sleep is in seconds
Reedy
2022-08-18
1
-3
/
+3
|
/
*
Emit deprecation warnings reading from $wgUser
DannyS712
2021-09-15
1
-3
/
+1
*
Remove trailing dot/space from some exception messages and output strings
Timo Tijhof
2021-08-04
1
-1
/
+1
*
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
Umherirrender
2020-11-12
1
-3
/
+6
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-1
/
+1
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-1
/
+3
*
Maintenance: Change ::doDeleteArticle to WikiPage::doDeleteArticleReal
DannyS712
2020-03-25
1
-2
/
+12
*
DeleteBatch and SpecialMovepage: Use LocalFile::deleteFile
DannyS712
2020-03-21
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Replace some uses of deprecated wfFindFile() and wfLocalFile()
Derick Alangi
2019-06-11
1
-1
/
+5
*
maintenance: Deprecate Maintenance::hasArg/getArg with no param
Thiemo Kreuz
2019-03-29
1
-2
/
+2
*
maintenance: Remove unused code from several maintenance scripts
Thiemo Kreuz
2019-03-03
1
-2
/
+0
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+0
*
Use job queue for deletion of pages with many revisions
Bill Pirkle
2018-10-03
1
-1
/
+1
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-2
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-2
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-2
/
+2
*
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
*
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-2
/
+6
*
deleteEqualMessages.php: Avoid "Transaction already in progress" warning
Kevin Israel
2015-08-26
1
-3
/
+1
*
Prevent deleteBatch.php deleting files from redirects
withoutaname
2014-05-23
1
-1
/
+1
*
Update formatting in maintenance/ (2/4)
Siebrand Mazeland
2014-04-23
1
-5
/
+5
*
Pass phpcs-strict on maintenance/ (6/8)
Siebrand Mazeland
2014-04-23
1
-0
/
+2
*
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
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-24
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-08
1
-0
/
+6
*
More __METHOD__ in our madness
Sam Reed
2012-02-24
1
-2
/
+2
*
And while I'm at it: don't call DatabaseBase::commit() twice per deletion
Alexandre Emsenhuber
2011-12-27
1
-1
/
+1
*
* Use WikiPage instead of Article (or ImagePage) to call doDeleteArticle()
Alexandre Emsenhuber
2011-12-27
1
-19
/
+20
*
(bug 26854) Invalid user names go unchecked. Applied most of the patch submit...
Roan Kattouw
2011-11-20
1
-0
/
+3
*
Followup r97551, use isLocal, more dynamic!
Sam Reed
2011-09-19
1
-1
/
+1
*
Don't try and delete ForeignAPIFile or ForeignDBFile
Sam Reed
2011-09-19
1
-3
/
+5
*
Revert r97531 -- hook call added that uses undefined local variables, will sp...
Brion Vibber
2011-09-19
1
-2
/
+0
*
Merged in a fix from Wikia to make sure to call the ArticleDeleteComplete hoo...
Sean Colombo
2011-09-19
1
-0
/
+2
*
Fix indenting of a couple of braces
Sam Reed
2011-09-16
1
-1
/
+1
*
Add in \n from/to r95055 to LoadBalancer.php
Sam Reed
2011-08-21
1
-1
/
+0
*
Merge r86398 into the old wfWaitForSlaves. Update core calls.
Platonides
2011-04-20
1
-1
/
+1
[next]