Don't require commandLine.inc when not using the command line; instead, move wfWaitFo...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 18 Mar 2008 13:18:06 +0000 (13:18 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 18 Mar 2008 13:18:06 +0000 (13:18 +0000)
commitfa7fd8764729e7de2fe536dde8facf0f1d4b83aa
treec009ec9a733734e3df7cc599080dce611f7029db
parentf34672bc877132b56f4d5b3e484a754eb516c62c
Don't require commandLine.inc when not using the command line; instead, move wfWaitForSlaves() to GlobalFunctions.php, which is where I expected it to be to begin with.  That appears, sensibly, to be loaded by all code paths.  While I'm there, add some documentation.
includes/GlobalFunctions.php
maintenance/commandLine.inc
maintenance/populateCategory.inc