Aaron Schulz
|
729a258ff8
Add missing file locks to deleteArchivedFiles.php
|
8 年之前 |
Kunal Mehta
|
6e9b4f0e9c
Convert all array() syntax to []
|
9 年之前 |
Max Semenik
|
59db24e90b
Use addDescription() instead of accessing mDescription directly
|
9 年之前 |
Aaron Schulz
|
fa8e1a9b00
Clean up transactions in maintenance scripts
|
9 年之前 |
Kevin Israel
|
5fca8e5130
Combine deleteArchived{Files,Revisions}.inc into the .php scripts
|
10 年之前 |
Siebrand Mazeland
|
f2f31fadc7
Update formatting in maintenance/ (2/4)
|
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
|
9eee3153ae
Improve documentation of maintenance scripts.
|
12 年之前 |
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 年之前 |
Sam Reed
|
659778619c
Stylize maintenance folder..
|
15 年之前 |
Mark A. Hershberger
|
04b2413aac
* Make tests work better together. Tests are now skipped or marked incomplete.
|
15 年之前 |
Mark A. Hershberger
|
ffc662b096
follow up r62800 fix typo
|
15 年之前 |
Chad Horohoe
|
ebb4360225
Cleanup r62798: If you add a new param then document it, simplify check for --force
|
15 年之前 |
Mark A. Hershberger
|
b17a9e2f66
add --force option to delete db table rows
|
15 年之前 |
Alexandre Emsenhuber
|
e24d42293e
Remove fixme, done since r53528
|
15 年之前 |
Alexandre Emsenhuber
|
44729064cd
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
|
15 年之前 |
Chad Horohoe
|
567f244e36
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
|
15 年之前 |
Chad Horohoe
|
a1c51e18af
Merge maintenance-work branch (now with less errors!):
|
15 年之前 |
Alexandre Emsenhuber
|
087a9f70c5
WARNING: HUGE COMMIT
|
17 年之前 |
Aryeh Gregor
|
a15c419b3d
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
17 年之前 |
Antoine Musso
|
9288ab2f48
svn:eol-style native
|
18 年之前 |
Aaron Schulz
|
f2f48103b1
*Add a script to delete archived images
|
18 年之前 |