Aaron Schulz
|
950cf6016c
Rename DB_SLAVE constant to DB_REPLICA
|
8 years ago |
Kunal Mehta
|
6e9b4f0e9c
Convert all array() syntax to []
|
9 years ago |
Max Semenik
|
59db24e90b
Use addDescription() instead of accessing mDescription directly
|
9 years ago |
Reedy
|
44cebea941
Update wfGetDB calls in Maintenance scripts to use getDB()
|
9 years ago |
Alexandre Emsenhuber
|
4c4d3051e7
Don't use isset() to check for null
|
10 years ago |
Ladsgroup
|
16a5102765
Change URLs to mediawiki.org in comments to HTTPS
|
11 years ago |
Timo Tijhof
|
beb1c4a0ec
phpcs: More require/include is not a function
|
11 years ago |
Timo Tijhof
|
50e7985d4d
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
|
12 years ago |
umherirrender
|
b114f5e1c1
Fixed some spacing in maintenance folder
|
12 years ago |
Alexandre Emsenhuber
|
15833dafdf
Fix case of some Title methods
|
12 years ago |
Antoine Musso
|
f6b92231fd
style: normalize end of files
|
12 years ago |
jeroendedauw
|
38c7f444e1
Use __DIR__ instead of dirname( __FILE__ )
|
12 years ago |
Alexandre Emsenhuber
|
a28e00cb4b
Improve documentation of maintenance scripts.
|
12 years ago |
Antoine Musso
|
46546f0519
Fix doc for maintenance/
|
13 years ago |
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 years ago |
Mark A. Hershberger
|
617a5b1e15
Whitespace fixup under tha maint directory.
|
14 years ago |
Sam Reed
|
659778619c
Stylize maintenance folder..
|
15 years ago |
Alexandre Emsenhuber
|
44729064cd
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
|
15 years ago |
Chad Horohoe
|
567f244e36
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
|
15 years ago |
Chad Horohoe
|
cfef7c980b
Missing >
|
15 years ago |
Chad Horohoe
|
a1c51e18af
Merge maintenance-work branch (now with less errors!):
|
15 years ago |
Alexandre Emsenhuber
|
087a9f70c5
WARNING: HUGE COMMIT
|
17 years ago |
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 years ago |
Greg Sabino Mullane
|
36f1643e68
Make ORDER BY into key plus value for Database::select call, per bug 9608
|
18 years ago |
Nick Jenkins
|
f88c771756
The war on redundant ampersand usage!
|
18 years ago |
Antoine Musso
|
c771fc9c96
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
|
18 years ago |
Brion Vibber
|
f2c29baf9f
Update the FSF's address in all these GPL stub headers
|
19 years ago |
Ævar Arnfjörð Bjarmason
|
7bbe971aec
* s~ +$~~
|
19 years ago |
Ævar Arnfjörð Bjarmason
|
eb01d8f015
* If you use require_once "./$foo"; the script will only work from the
|
19 years ago |
Brion Vibber
|
899984b870
Quick demo hack to generate a plaintext link dump,
|
19 years ago |