Kunal Mehta
|
6e9b4f0e9c
Convert all array() syntax to []
|
9 年之前 |
Max Semenik
|
59db24e90b
Use addDescription() instead of accessing mDescription directly
|
9 年之前 |
Reedy
|
44cebea941
Update wfGetDB calls in Maintenance scripts to use getDB()
|
9 年之前 |
Brad Jorsch
|
3d0b4fea3d
User: Mostly remove password handling
|
9 年之前 |
Kevin Israel
|
49107fcc29
deleteEqualMessages.php: Avoid "Transaction already in progress" warning
|
9 年之前 |
withoutaname
|
4fb56fec5a
Prevent deleteBatch.php deleting files from redirects
|
10 年之前 |
Siebrand Mazeland
|
f2f31fadc7
Update formatting in maintenance/ (2/4)
|
11 年之前 |
Siebrand Mazeland
|
752c708149
Pass phpcs-strict on maintenance/ (6/8)
|
11 年之前 |
Timo Tijhof
|
beb1c4a0ec
phpcs: More require/include is not a function
|
11 年之前 |
Timo Tijhof
|
50e7985d4d
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
|
12 年之前 |
jeroendedauw
|
38c7f444e1
Use __DIR__ instead of dirname( __FILE__ )
|
12 年之前 |
Alexandre Emsenhuber
|
32515c4bda
Improve documentation of maintenance scripts.
|
12 年之前 |
Alexandre Emsenhuber
|
a28e00cb4b
Improve documentation of maintenance scripts.
|
12 年之前 |
Sam Reed
|
c47f83a4d4
More __METHOD__ in our madness
|
13 年之前 |
Alexandre Emsenhuber
|
f8491a9b55
And while I'm at it: don't call DatabaseBase::commit() twice per deletion
|
13 年之前 |
Alexandre Emsenhuber
|
a0c354bc51
* Use WikiPage instead of Article (or ImagePage) to call doDeleteArticle()
|
13 年之前 |
Roan Kattouw
|
792c38f424
(bug 26854) Invalid user names go unchecked. Applied most of the patch submitted by Søren Løvborg, checking for null return values from User::newFromName()
|
13 年之前 |
Sam Reed
|
c9408e75d0
Followup r97551, use isLocal, more dynamic!
|
13 年之前 |
Sam Reed
|
00755349b4
Don't try and delete ForeignAPIFile or ForeignDBFile
|
13 年之前 |
Brion Vibber
|
834bcab2a8
Revert r97531 -- hook call added that uses undefined local variables, will spew E_NOTICE warnings when run.
|
13 年之前 |
Sean Colombo
|
d7b82f0770
Merged in a fix from Wikia to make sure to call the ArticleDeleteComplete hook from deleteBatch (this is an existing hook that should be called on article deletion). Part of the diffs here: http://www.mediawiki.org/wiki/Wikia_code
|
13 年之前 |
Sam Reed
|
20e414d311
Fix indenting of a couple of braces
|
13 年之前 |
Sam Reed
|
7a06cb7d58
Add in \n from/to r95055 to LoadBalancer.php
|
13 年之前 |
Platonides
|
62053ac8fd
Merge r86398 into the old wfWaitForSlaves. Update core calls.
|
14 年之前 |
Chad Horohoe
|
26505b170a
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
|
14 年之前 |
Mark A. Hershberger
|
617a5b1e15
Whitespace fixup under tha maint directory.
|
14 年之前 |
Alexandre Emsenhuber
|
5033691c4a
* (bug 26023) Corrected deleteBacth.php's documentation
|
14 年之前 |
Sam Reed
|
659778619c
Stylize maintenance folder..
|
15 年之前 |
Chad Horohoe
|
291efd30f2
Followup r60051, with the rest of the callers and removing a useless subclassing from DatabaseMssql
|
15 年之前 |
Chad Horohoe
|
25e604f1c0
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
|
15 年之前 |