Merge maintenance-work branch:
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 24 Jun 2009 02:02:37 +0000 (02:02 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 24 Jun 2009 02:02:37 +0000 (02:02 +0000)
commit59b60fc31194b3b09bba2c95b8ddf85c3f9e81bb
treea93a622c1f9e5d577c8c3614c02dfc876b108afd
parent67a31fd20082081506ea93387b4b442ed0127ced
Merge maintenance-work branch:
* (bug 16322) Allow maint scripts to accept DB user/pass over input or params if no AdminSettings.php
* (bug 18768) Remove AdminSettings.php from MediaWiki core
* (bug 19157) createAndPromote error on bad password
* (bug 14201) Create AdminSettings.php during wiki installation, in the same way as LocalSettings.php
* Introduce new Maintenance class framework and port a good number of scripts over; the ones that are left are a little more complicated. Read the docs.
* Not deleting "unused" files yet, don't want to break everything at once :)
57 files changed:
AdminSettings.sample [deleted file]
RELEASE-NOTES
UPGRADE
config/index.php
docs/maintenance.txt [new file with mode: 0644]
docs/scripts.txt
includes/SiteStats.php
maintenance/Doxyfile
maintenance/Maintenance.php [new file with mode: 0644]
maintenance/README
maintenance/attachLatest.php
maintenance/benchmarkPurge.php
maintenance/changePassword.php
maintenance/checkAutoLoader.php
maintenance/checkBadRedirects.php
maintenance/checkImages.php
maintenance/checkUsernames.php
maintenance/clear_interwiki_cache.php
maintenance/clear_stats.php
maintenance/createAndPromote.php
maintenance/deleteBatch.php
maintenance/deleteDefaultMessages.php
maintenance/deleteImageMemcached.php
maintenance/deleteRevision.php
maintenance/doMaintenance.php [new file with mode: 0644]
maintenance/eval.php
maintenance/fetchText.php
maintenance/getLagTimes.php
maintenance/getSlaveServer.php
maintenance/initStats.php
maintenance/mctest.php
maintenance/moveBatch.php
maintenance/nextJobDB.php
maintenance/nukeNS.php
maintenance/nukePage.php
maintenance/populateLogSearch.php
maintenance/populateParentId.php
maintenance/purgeOldText.php
maintenance/reassignEdits.php
maintenance/rebuildFileCache.php
maintenance/refreshImageCount.php
maintenance/removeUnusedAccounts.php
maintenance/renameDbPrefix.php
maintenance/renderDump.php
maintenance/runJobs.php
maintenance/showJobs.php
maintenance/showStats.php
maintenance/sql.php
maintenance/stats.php
maintenance/undelete.php
maintenance/updateArticleCount.php
maintenance/updateSearchIndex.php
maintenance/updateSpecialPages.php
maintenance/updaters.inc
maintenance/waitForSlave.php
profileinfo.php
t/Search.inc