Commit History

Author SHA1 Message Date
  Alex Monk b4d5a97c3b Register importImages options without arguments as actual maintenance script options so they are usable 9 years ago
  Kunal Mehta 6e9b4f0e9c Convert all array() syntax to [] 9 years ago
  umherirrender 54c1e18eec Remove various double empty newlines 9 years ago
  umherirrender 6b4c44c2db Add missing @param to function docs 10 years ago
  Siebrand Mazeland ebbf031774 Pass phpcs-strict on maintenance/ (7/8) 11 years ago
  Timo Tijhof beb1c4a0ec phpcs: More require/include is not a function 11 years ago
  jeroendedauw 38c7f444e1 Use __DIR__ instead of dirname( __FILE__ ) 12 years ago
  Sam Reed 2587017c33 Fix typo in SpecialVersion 13 years ago
  Sam Reed 5d39b698b6 Add braces 13 years ago
  Aaron Schulz 8568568191 Removed $wgUseNormalUser var; not used by any scripts anymore 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
  Alexandre Emsenhuber 9f5d06527c Part of bug 26280: added license headers to PHP files in maintenance 14 years ago
  Mark A. Hershberger 617a5b1e15 Whitespace fixup under tha maint directory. 14 years ago
  Platonides 32660c170e Follow up r72799. 14 years ago
  Sam Reed 659778619c Stylize maintenance folder.. 15 years ago
  Chad Horohoe 9b5196a68d Fix child class visibility 15 years ago
  Alexandre Emsenhuber 6a238e13ca Use $wgUseNormalUser only in commandLine.inc (and use getDbType() instead in Maintenance) 15 years ago
  Alexandre Emsenhuber 9a81cbd40a Re-implementing Maintenance::maybeHelp() in CommandLineInc to not show Maintenance's help when passing --help (previous method was not working correctly) 15 years ago
  Alexandre Emsenhuber 11c921c459 Fix for r55810: oly set $optionsWithArgs if it's not defined, as in the old version; when defined by scripts, it's always set before including commandLine.inc, and thus setting it always to an empty array will break these scripts 15 years ago
  Tim Starling ce9228369f * Rewrote commandLine.inc to be a simple wrapper around Maintenance.php 15 years ago
  Brion Vibber 17ad472958 De-clutter base directory; moving install-utils.inc into maintenance. 15 years ago
  Chad Horohoe d0ff1e57ff * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup 15 years ago
  Alexandre Emsenhuber 51c7fe4f34 * Fix for r50316 and r50324: require ProfilerStub.php if StartProfiler.php doesn't exist to aviod call to undefined function wfProfileIn() 16 years ago
  Chad Horohoe efc95a66bb Followup to r50316: Fix inclusion of profiler in maintenance scripts. 16 years ago
  Tim Starling fbc6197e2d * Remove /home references in wikimedia mode 16 years ago
  Aaron Schulz b355f9a560 Follow up to r45915: disable profiler.php (not the udp versions and such) for maintenance scripts 16 years ago
  Tim Starling c6b902f180 * Reorganised the includes directory, creating subdirectories db, parser and specials 16 years ago
  Tim Starling 7ce2893f68 Use --wiki to specify the wiki ID (database name). Similar to the Wikimedia hack but applicable to all farm installations. Requires special handling in LocalSettings.php to transfer the MW_DB through to $wgDBname. 17 years ago
  Alexandre Emsenhuber 087a9f70c5 WARNING: HUGE COMMIT 17 years ago
  Brion Vibber 92aecd02c1 apply live hacks from wikimedia site: 17 years ago