Aaron Schulz
|
4c08bf8d96
Avoid using cascadingDeletes()/cleanupTriggers()
|
8 lat temu |
Aaron Schulz
|
b09a23f284
RebuildRecentchanges improvements
|
9 lat temu |
Bartosz Dziewoński
|
50f54d99c9
rebuildrecentchanges: Allow rebuilding specified time range only
|
9 lat temu |
Kunal Mehta
|
6e9b4f0e9c
Convert all array() syntax to []
|
9 lat temu |
Max Semenik
|
59db24e90b
Use addDescription() instead of accessing mDescription directly
|
9 lat temu |
Bartosz Dziewoński
|
59f5c5fdd7
rebuildrecentchanges.php: Don't create duplicate entries for upload logs
|
9 lat temu |
Reedy
|
44cebea941
Update wfGetDB calls in Maintenance scripts to use getDB()
|
9 lat temu |
Bartosz Dziewoński
|
17be4be421
rebuildrecentchanges.php: Document a little bit
|
9 lat temu |
Kevin Israel
|
b43ac16fcc
Remove use of strencode() outside Database classes
|
10 lat temu |
Siebrand Mazeland
|
606c680b21
Update formatting in maintenance/ (4/4)
|
11 lat temu |
Siebrand Mazeland
|
89d8c583d7
Pass phpcs-strict on maintenance/ (2/8)
|
11 lat temu |
umherirrender
|
53ba5b276a
rebuildrecentchanges.php leaves some rc_source empty
|
11 lat temu |
umherirrender
|
974562aee9
Remove recentchanges.rc_cur_time from sql statements
|
11 lat temu |
Erik Bernhardson
|
6bbd4bca6c
Revert "Revert "Add new recentchanges field rc_source to replace rc_type""
|
11 lat temu |
Reedy
|
113f49bb21
Revert "Add new recentchanges field rc_source to replace rc_type"
|
11 lat temu |
Erik Bernhardson
|
e478c230f6
Add new recentchanges field rc_source to replace rc_type
|
11 lat temu |
Timo Tijhof
|
beb1c4a0ec
phpcs: More require/include is not a function
|
11 lat temu |
Timo Tijhof
|
50e7985d4d
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
|
12 lat temu |
umherirrender
|
bfb75bc8e2
Fixed spacing around parenthesis in languages/tests/maintenance
|
12 lat temu |
umherirrender
|
b114f5e1c1
Fixed some spacing in maintenance folder
|
12 lat temu |
umherirrender
|
15abcf71ca
Added/Removed spaces around string concatenation
|
12 lat temu |
umherirrender
|
9c7a84550b
Use User::getGroupsWithPermission
|
12 lat temu |
jeroendedauw
|
38c7f444e1
Use __DIR__ instead of dirname( __FILE__ )
|
12 lat temu |
Alexandre Emsenhuber
|
6015071beb
Improve documentation of maintenance scripts.
|
12 lat temu |
Mark A. Hershberger
|
00e3f4d8c3
re Bug 31007 - rebuildrecentchanges.php fails for Postgresql with strings for integers
|
13 lat temu |
Brion Vibber
|
ac49ca09b6
* (bug 31007) Fix regression in rebuildrecentchanges maintenance script
|
13 lat temu |
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 lat temu |
Chad Horohoe
|
47c46b454a
This can be private too
|
14 lat temu |
Chad Horohoe
|
c169c8584e
Fix copy+paste error from r77778
|
14 lat temu |
Chad Horohoe
|
4809fd929e
One less $wgTitle, and use dbw->update() instead of raw sql
|
14 lat temu |