Merge maintenance-work branch (now with less errors!):
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 19:35:17 +0000 (19:35 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 19:35:17 +0000 (19:35 +0000)
commita1c51e18af85a9ac464c5b555921e58ec422cd11
treefca5fbda1f0ac6297768f8d8d5e76eb4732f8ea5
parent0b49cfff10bf3eebc63f38a85a324afa0455847c
Merge maintenance-work branch (now with less errors!):
* Docs have been updated to indicate the standard on how to write maintenance scripts (MW.org docs will follow) Have ported vast majority of maintenance scripts to new format. Remaining ones (mostly FiveUpgrade-related) are a bit more tricky. commandLine.inc is untouched for now. Many have gotten code-style updates as well. Deleted .inc files were only used by their .php counterparts, and have been merged into single files.
* (bug 11867) Lock error on redirect table when running orphans.php
* (bug 16322) Allow maintenance scripts to accept DB user/pass over input or params
* (bug 18566) Maintenance script to un/protect pages
* initStats overhaul, now uses class SiteStatsInit. Also fixes bug 18930
106 files changed:
RELEASE-NOTES
docs/maintenance.txt [new file with mode: 0644]
includes/AutoLoader.php
includes/DefaultSettings.php
includes/SiteStats.php
maintenance/Maintenance.php [new file with mode: 0644]
maintenance/addwiki.php
maintenance/archives/rebuildRecentchanges.inc [deleted file]
maintenance/archives/upgradeWatchlist.php [deleted file]
maintenance/attachLatest.php
maintenance/attribute.php [deleted file]
maintenance/benchmarkPurge.php
maintenance/cdb-test.php
maintenance/changePassword.php
maintenance/checkAutoLoader.php
maintenance/checkBadRedirects.php
maintenance/checkImages.php
maintenance/checkUsernames.php
maintenance/cleanupSpam.php
maintenance/clear_interwiki_cache.php
maintenance/clear_stats.php
maintenance/convertLinks.inc [deleted file]
maintenance/convertLinks.php
maintenance/convertUserOptions.php
maintenance/createAndPromote.php
maintenance/deleteArchivedFiles.inc [deleted file]
maintenance/deleteArchivedFiles.php
maintenance/deleteArchivedRevisions.inc [deleted file]
maintenance/deleteArchivedRevisions.php
maintenance/deleteBatch.php
maintenance/deleteDefaultMessages.php
maintenance/deleteImageMemcached.php
maintenance/deleteOldRevisions.inc [deleted file]
maintenance/deleteOldRevisions.php
maintenance/deleteOrphanedRevisions.inc [deleted file]
maintenance/deleteOrphanedRevisions.php
maintenance/deleteRevision.php
maintenance/doMaintenance.php [new file with mode: 0644]
maintenance/dumpLinks.php
maintenance/dumpSisterSites.php
maintenance/dumpUploads.php
maintenance/edit.php
maintenance/eval.php
maintenance/fetchText.php
maintenance/findhooks.php
maintenance/fixSlaveDesync.php
maintenance/fixTimestamps.php
maintenance/fixUserRegistration.php
maintenance/generateSitemap.php
maintenance/getLagTimes.php
maintenance/getSlaveServer.php
maintenance/initEditCount.php
maintenance/initStats.inc [deleted file]
maintenance/initStats.php
maintenance/language/alltrans.php
maintenance/mctest.php
maintenance/moveBatch.php
maintenance/namespaceDupes.php
maintenance/nextJobDB.php
maintenance/nukeNS.php
maintenance/nukePage.inc [deleted file]
maintenance/nukePage.php
maintenance/orphans.php
maintenance/patchSql.php
maintenance/populateCategory.php
maintenance/populateLogSearch.inc [deleted file]
maintenance/populateLogSearch.php
maintenance/populateLogUsertext.inc [deleted file]
maintenance/populateLogUsertext.php
maintenance/populateParentId.inc [deleted file]
maintenance/populateParentId.php
maintenance/protect.php [new file with mode: 0644]
maintenance/purgeList.php
maintenance/purgeOldText.php
maintenance/reassignEdits.inc [deleted file]
maintenance/reassignEdits.php
maintenance/rebuildFileCache.php
maintenance/rebuildLocalisationCache.php
maintenance/rebuildall.php
maintenance/rebuildmessages.php
maintenance/rebuildrecentchanges.inc [deleted file]
maintenance/rebuildrecentchanges.php
maintenance/rebuildtextindex.inc [deleted file]
maintenance/rebuildtextindex.php
maintenance/refreshImageCount.php
maintenance/refreshLinks.inc [deleted file]
maintenance/refreshLinks.php
maintenance/removeUnusedAccounts.inc [deleted file]
maintenance/removeUnusedAccounts.php
maintenance/renameDbPrefix.php
maintenance/renamewiki.php
maintenance/renderDump.php
maintenance/runJobs.php
maintenance/showJobs.php
maintenance/showStats.php
maintenance/sql.php
maintenance/stats.php
maintenance/undelete.php
maintenance/updateArticleCount.inc [deleted file]
maintenance/updateArticleCount.php
maintenance/updateRestrictions.php
maintenance/updateSearchIndex.inc [deleted file]
maintenance/updateSearchIndex.php
maintenance/updateSpecialPages.php
maintenance/updaters.inc
maintenance/waitForSlave.php