* Rewrote commandLine.inc to be a simple wrapper around Maintenance.php
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 4 Sep 2009 08:02:00 +0000 (08:02 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 4 Sep 2009 08:02:00 +0000 (08:02 +0000)
commitce9228369ff5f9c96eb845eea5898405ef255116
treeae73dc04188a3ac80db85458f1a087b86d653ee7
parent67bd76f7a115858b80ed15e66b8cbae5d7a3e0f7
* Rewrote commandLine.inc to be a simple wrapper around Maintenance.php
* Don't show help if the first argument is "help", only show it if there is a "--help" option. That makes more sense for the scripts that accept filenames as parameters and is the backwards-compatible behaviour.
* Renamed spawnChild() to runChild(), spawn implies creating a new process to run simultaneously with the old one
* Removed error_reporting override, that's a matter for local policy
* s/private/protected
maintenance/Maintenance.php
maintenance/commandLine.inc
maintenance/doMaintenance.php
maintenance/nukeNS.php
maintenance/rebuildall.php