* Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 15 Jun 2004 15:18:50 +0000 (15:18 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 15 Jun 2004 15:18:50 +0000 (15:18 +0000)
commit2ba5e0e71834eb363242f73d0d0977ed6537fa9a
treed9ed21ab0d381457ecd8803a383b0096e0f1c0f5
parent498b4d60bd8ced58076ec4c2ac8013fcedc8d283
* Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former.
* Put some option handling code in commandLine.inc which is untested and unused (for the moment).
* Converted all existing command line scripts to use the standard header and argument array.
* Did a quick test of compressOld.php, rebuildall.php and rebuildMessages.php to check for breakage.
* rebuildall.php was broken due to the unmaintained rebuildlinks.php, so I converted it to use refreshLinks instead. Required splitting into refreshLinks.inc and refreshLinks.php
17 files changed:
maintenance/DiffLanguage.php
maintenance/attribute.php
maintenance/commandLine.inc
maintenance/compressOld.inc
maintenance/compressOld.php
maintenance/convertLinks.php
maintenance/rebuildMessages.php
maintenance/rebuildall.php
maintenance/rebuildlinks.php
maintenance/rebuildrecentchanges.php
maintenance/rebuildtextindex.php
maintenance/refreshLinks.inc [new file with mode: 0644]
maintenance/refreshLinks.php
maintenance/remove-brokenlinks.php
maintenance/tables.sql
maintenance/trivialCmdLine.php
maintenance/update2.php