..
archives
Fix for CR comments on r51627: fix the log_search table if it was created between r50567 and r51465, with an incorrect index name. There's no significant performance penalty in checking for this in release versions.
2009-08-16 04:41:00 +00:00
dtrace
some example dtrace scripts
2005-08-15 01:46:19 +00:00
gearman
Assorted minor live patches to command-line scripts.
2009-04-30 05:52:25 +00:00
ibm_db2
config/index.php:
2009-08-15 21:29:58 +00:00
language
Move a few more of these to subclass Maintenance.
2009-08-08 22:33:17 +00:00
mssql
add some dev notes and other info
2008-05-11 02:20:19 +00:00
ora
Added a missing column in schema creation script
2009-08-11 12:01:04 +00:00
postgres
Full support for modified oldimage FK constraint to do ON UPDATE CASCASE as well as ON DELETE CASCADE. Thanks to Robert Fleming for reporting and supplying a patch in bug #19445 .
2009-07-20 01:54:36 +00:00
sqlite
* Preserve usertext_timestamp index name for MySQL, prefix it for SQLite. Issues remain on the experimental non-installable DBMSes.
2009-01-15 14:20:28 +00:00
storage
config/index.php:
2009-08-15 21:29:58 +00:00
.htaccess
htaccessing some directories for dev using cvs tree as www tree ;)
2004-04-21 23:17:36 +00:00
7zip.inc
(bug 19289) importDump.php can now handle bzip2 and 7zip.
2009-08-07 00:53:21 +00:00
addwiki.php
Make DB_STD the normal DB access level. Some scripts need DB_ADMIN, so return that in them.
2009-08-09 13:40:43 +00:00
attachLatest.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
backup.inc
* Add XML log dump support
2008-09-18 00:02:57 +00:00
backupPrefetch.inc
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
benchmarkPurge.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
cdb-test.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
changePassword.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
checkAutoLoader.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
checkBadRedirects.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
checkImages.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
checkUsernames.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
cleanupCaps.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
cleanupDupes.inc
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
cleanupImages.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
cleanupSpam.php
* Update nextJobDB.php and cleanupSpam.php to work with wikis using a prefix for database tables
2009-08-16 19:23:34 +00:00
cleanupTable.inc
Made WatchlistCleanup and CapsCleanup extend TableCleanup rather than FiveUpgrade so that they don't need to re-implement cleanup() and runTable()
2009-02-16 19:09:28 +00:00
cleanupTitles.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
cleanupWatchlist.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
clear_interwiki_cache.php
Fix E_ERROR: Call to a member function delete() on a non-object in maintenance/clear_interwiki_cache.php on line 45
2009-08-07 11:44:18 +00:00
clear_stats.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
commandLine.inc
* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
2009-07-23 00:31:37 +00:00
convertLinks.inc
config/index.php:
2009-08-15 21:29:58 +00:00
convertLinks.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
convertUserOptions.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
createAndPromote.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteArchivedFiles.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteArchivedRevisions.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteBatch.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteDefaultMessages.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteImageMemcached.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteOldRevisions.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteOrphanedRevisions.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
deleteRevision.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
doMaintenance.php
* run Maintenance::finalSetup() after including LocalSettings.php so that $wgDBadminuser and $wgDBadminpassword are available
2009-08-15 12:24:50 +00:00
Doxyfile
Revert r52336 "Merge maintenance-work branch:"
2009-06-24 02:49:24 +00:00
dumpBackup.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
dumpHTML.php
Replaced maintenance/dumpHTML.php with a message pointing to the DumpHTML extension. Deleted subsidiary files.
2008-02-27 06:19:09 +00:00
dumpInterwiki.inc
Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.
2009-08-05 00:34:18 +00:00
dumpInterwiki.php
Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.
2009-08-05 00:34:18 +00:00
dumpLinks.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
dumpSisterSites.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
dumpTextPass.php
(bug 19289) importDump.php can now handle bzip2 and 7zip.
2009-08-07 00:53:21 +00:00
dumpUploads.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
edit.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
eval.php
Revert eval.php changes from r54653, r54312, r54225 (maintenance-work branch merge), these changes totally broke eval.php due to the change in scope, from global to function.
2009-08-12 03:44:06 +00:00
fetchInterwiki.pl
Remove trailing ?>
2009-08-05 02:24:50 +00:00
fetchText.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
findhooks.php
findhooks and syntaxChecker don't need DB access :)
2009-08-09 13:31:15 +00:00
FiveUpgrade.inc
Last update to call $dbw->sourceFile() directly. Throw wfDeprecated() in dbsource() since nothing in core or extensions calls this.
2009-08-03 04:32:50 +00:00
fixSlaveDesync.php
* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex, updateSearchIndex, patchSql
2009-08-09 15:22:34 +00:00
fixTimestamps.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
fixUserRegistration.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
fuzz-tester.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
generateSitemap.php
Delay setting priorities since we don't have namespaces when the constructor is called
2009-08-10 17:10:32 +00:00
getLagTimes.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
getSlaveServer.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
http_session_download.php
Move $wgUseNormalUser setting to constructors.
2009-08-09 12:26:11 +00:00
importDump.php
(bug 19289) importDump.php can now handle bzip2 and 7zip.
2009-08-07 00:53:21 +00:00
importImages.inc
the result of this function is directly passed to foreach and thus avoid some errors such "Invalid arguments supplied for foreach"
2009-08-10 21:15:46 +00:00
importImages.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
importTextFile.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
importUseModWiki.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
initEditCount.php
Changed $wgDBname to wfWikiID() (used for display) to be consistent with other maintenance scripts, also avoid an E_NOTICE since it wasn't declared as global :)
2009-08-15 12:45:15 +00:00
initStats.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
installExtension.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
interwiki.sql
* update wikicities url, same as wikia now
2009-04-04 19:14:49 +00:00
Maintenance.php
When running PHP from the command line the default setting is 0...except when it's not.
2009-08-15 20:56:11 +00:00
Makefile
Some tweaks to the doxygen doc:
2008-06-25 13:42:01 +00:00
mcc.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
mctest.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
moveBatch.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
mwdocgen.php
Typo.
2009-07-01 00:29:38 +00:00
namespaceDupes.php
removed 'wiki' option, already present in Maintenance.php
2009-08-07 12:13:39 +00:00
nextJobDB.php
* Update nextJobDB.php and cleanupSpam.php to work with wikis using a prefix for database tables
2009-08-16 19:23:34 +00:00
nukeNS.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
nukePage.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
orphans.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
ourusers.php
Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.
2009-08-05 00:34:18 +00:00
parserTests.inc
Remove use of FileCache from parserTests.inc (merged into RepoGroup in r55082)
2009-08-16 19:57:26 +00:00
parserTests.php
* Parser test supports uploading results to remote CodeReview instance
2009-07-30 22:24:04 +00:00
parserTests.txt
Fix parser test breakage from r54767
2009-08-11 00:15:33 +00:00
parserTestsParserHook.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
parserTestsParserTime.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
parserTestsStaticParserHook.php
* Revert back to my parser pseudo-branch again. Note: if you feel like reverting this, reverting Parser.php alone to r40010 will work just fine.
2008-08-26 14:37:15 +00:00
patchSql.php
patchPath not patchPatch
2009-08-09 15:27:29 +00:00
populateCategory.inc
* Fixed a whole lot of XSS vulnerabilities in the installer. All require a live installer, i.e. with no LocalSettings.php present.
2009-02-05 08:56:35 +00:00
populateCategory.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
populateLogSearch.inc
Re-add some files that are still used by updaters.inc.
2009-08-03 02:44:18 +00:00
populateLogSearch.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
populateLogUsertext.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
populateParentId.inc
Re-add some files that are still used by updaters.inc.
2009-08-03 02:44:18 +00:00
populateParentId.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
populateSha1.php
Add fixme note to replace 'mysql' command-line callout with proper usage of a second unbuffered DB connection
2009-08-04 23:24:58 +00:00
preprocessorFuzzTest.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
protect.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
purgeList.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
purgeOldText.inc
(bug 19160) Use DISTINCT instead of DISTINCTROW for compatibility with postgresql
2009-06-15 03:05:28 +00:00
purgeOldText.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
README
* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
2009-07-23 00:31:37 +00:00
reassignEdits.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
rebuildall.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
rebuildFileCache.php
fixed missing title bug
2009-08-17 02:46:18 +00:00
rebuildImages.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
rebuildInterwiki.inc
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
rebuildInterwiki.php
Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.
2009-08-05 00:34:18 +00:00
rebuildLocalisationCache.php
* "0 languages of N rebuild" when using threads
2009-08-13 16:42:44 +00:00
rebuildmessages.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
rebuildrecentchanges.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
rebuildtextindex.php
* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex, updateSearchIndex, patchSql
2009-08-09 15:22:34 +00:00
refreshImageCount.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
refreshLinks.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
removeUnusedAccounts.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
renameDbPrefix.php
Make DB_STD the normal DB access level. Some scripts need DB_ADMIN, so return that in them.
2009-08-09 13:40:43 +00:00
renamewiki.php
Make DB_STD the normal DB access level. Some scripts need DB_ADMIN, so return that in them.
2009-08-09 13:40:43 +00:00
renderDump.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
runJobs.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
showJobs.php
Added --group option to show number of jobs per job type
2009-08-14 11:15:47 +00:00
showStats.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
sql.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
stats.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
syntaxChecker.php
Revert r54644 to syntaxChecker.php "Use parsekit instead. php -l sucks."
2009-08-10 20:36:37 +00:00
tables.sql
Add experimental new auth framework, ExternalAuth
2009-07-19 22:02:00 +00:00
testRunner.postgres.sql
Allow --record option if parserTests.php to work when using Postgres
2007-12-18 15:46:53 +00:00
testRunner.sql
* Add experimental recording/reporting mode to parser tests runner, to
2006-11-11 12:33:46 +00:00
undelete.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
update.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
updateArticleCount.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
updateRestrictions.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
updaters.inc
Fix for CR comments on r51627: fix the log_search table if it was created between r50567 and r51465, with an incorrect index name. There's no significant performance penalty in checking for this in release versions.
2009-08-16 04:41:00 +00:00
updateSearchIndex.php
* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex, updateSearchIndex, patchSql
2009-08-09 15:22:34 +00:00
updateSpecialPages.php
* update identation
2009-08-07 14:05:26 +00:00
upgrade1_5.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
userDupes.inc
* Fixed a whole lot of XSS vulnerabilities in the installer. All require a live installer, i.e. with no LocalSettings.php present.
2009-02-05 08:56:35 +00:00
userOptions.inc
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
userOptions.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
users.sql
(bug 764) Add CREATE TEMPORARY TABLES to default database permissions
2006-05-21 23:01:08 +00:00
waitForSlave.php
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.
2009-08-03 21:56:41 +00:00
wikipedia-interwiki.sql
Add language codes for the new created wikis (yesterday: ace, ckb, mwl, pnb; July: mhr)
2009-08-13 07:47:59 +00:00
wiktionary-interwiki.sql
Update
2008-06-11 17:44:47 +00:00