Max Semenik
|
59db24e90b
Use addDescription() instead of accessing mDescription directly
|
hace 9 años |
Reedy
|
44cebea941
Update wfGetDB calls in Maintenance scripts to use getDB()
|
hace 9 años |
Siebrand Mazeland
|
0619388d87
Pass phpcs-strict on maintenance/ (3/8)
|
hace 11 años |
Alexandre Emsenhuber
|
f174d2c404
(bug 50025) rebuildall.php script needs database admin rights
|
hace 11 años |
Timo Tijhof
|
beb1c4a0ec
phpcs: More require/include is not a function
|
hace 11 años |
Timo Tijhof
|
50e7985d4d
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
|
hace 12 años |
jeroendedauw
|
38c7f444e1
Use __DIR__ instead of dirname( __FILE__ )
|
hace 12 años |
Alexandre Emsenhuber
|
6015071beb
Improve documentation of maintenance scripts.
|
hace 12 años |
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.
|
hace 14 años |
Chad Horohoe
|
a548c1d87a
Get rid of a bunch of $wgDBtypes in maintenance/
|
hace 14 años |
Mark A. Hershberger
|
617a5b1e15
Whitespace fixup under tha maint directory.
|
hace 14 años |
Sam Reed
|
659778619c
Stylize maintenance folder..
|
hace 15 años |
Max Semenik
|
0620bb65b0
Now that rebuildtextindex.php is not MySQL-only, rebuildall.php should also take it into account
|
hace 15 años |
Tim Starling
|
ce9228369f
* Rewrote commandLine.inc to be a simple wrapper around Maintenance.php
|
hace 15 años |
Chad Horohoe
|
567f244e36
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
|
hace 15 años |
Chad Horohoe
|
a1c51e18af
Merge maintenance-work branch (now with less errors!):
|
hace 15 años |
Chad Horohoe
|
221967100c
(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
|
hace 16 años |
Alexandre Emsenhuber
|
087a9f70c5
WARNING: HUGE COMMIT
|
hace 17 años |
Greg Sabino Mullane
|
cab0a1b096
Fix for bug 13251, allows some rebuld scripts to work with Postgres.
|
hace 17 años |
Brion Vibber
|
8d1b3602e3
Cleanup from r28400: avoid duplication between manually calling multiple passes of recent changes rebuild by giving them a nice wrapper function.
|
hace 17 años |
Aaron Schulz
|
40e6f302c0
There is a pass three now (may be a four in the future)...don't really like this duplication here
|
hace 17 años |
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.)
|
hace 17 años |
Antoine Musso
|
c771fc9c96
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
|
hace 18 años |
Brion Vibber
|
908c51e127
Revert to r15092; massive breakage, unable to connect to MySQL at all
|
hace 18 años |
Greg Sabino Mullane
|
ef89ec541c
Add concept of a distinct port separate from a server.
|
hace 18 años |
Brion Vibber
|
17f6f800cd
typo
|
hace 19 años |
Antoine Musso
|
6bbcf091bf
Phpdoc comments and place holder. Part of the subpackage "maintenance", archives in subpackage "maintenanceArchive"
|
hace 20 años |
Brion Vibber
|
18f1971ffd
Fix rebuildall on case-sensitive unix filesystems.
|
hace 20 años |
Brion Vibber
|
666306c953
Fix some of the rebuild scripts
|
hace 20 años |
Tim Starling
|
2ba5e0e718
* Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former.
|
hace 21 años |