Commit History

Author SHA1 Message Date
  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
  Kevin Israel 49107fcc29 deleteEqualMessages.php: Avoid "Transaction already in progress" warning 9 years ago
  Siebrand Mazeland f2f31fadc7 Update formatting in maintenance/ (2/4) 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
  jeroendedauw 38c7f444e1 Use __DIR__ instead of dirname( __FILE__ ) 12 years ago
  Alexandre Emsenhuber a28e00cb4b Improve documentation of maintenance scripts. 12 years ago
  saper 535cddbeab Fix newline in the message per CR 13 years ago
  Marcin Cieślak de5222aedf Unbreak maintenance/deleteDefaultMessages.php for PostgreSQL 13 years ago
  Sam Reed c47f83a4d4 More __METHOD__ in our madness 13 years ago
  Alexandre Emsenhuber 1056077fdb * Use WikiPage instead of Article to call doDeleteArticle() 13 years ago
  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 years ago
  Alexandre Emsenhuber 675792483d Removed useless check for existence of wfWaitForSlaves() 13 years ago
  Platonides 62053ac8fd Merge r86398 into the old wfWaitForSlaves. Update core calls. 14 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
  Antoine Musso 841adbaedf Rewrite messenging for old message deletion. The old one is boring. 14 years ago
  Chad Horohoe 4f24580f96 Add a post-update maintenance script list, moved deleteDefaultMessages into it. 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 756059829e Forgot that updaters.inc relies on deleteDefaultMessages.php. Move its require down to where its actually needed, and define MW_NO_SETUP so we don't try to kick it off like normal. Stupid hack until update.php uses Maintenance.php. 15 years ago
  Chad Horohoe a1c51e18af Merge maintenance-work branch (now with less errors!): 15 years ago
  Brion Vibber 1c9773bd01 Revert r52336 "Merge maintenance-work branch:" 15 years ago
  Chad Horohoe 59b60fc311 Merge maintenance-work branch: 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