..
archives
fixed typo
2010-03-23 14:24:58 +00:00
dtrace
some example dtrace scripts
2005-08-15 01:46:19 +00:00
gearman
Merge and clean up memory_limit hacks from wmf-deployment r53208.
2009-09-14 22:10:10 +00:00
ibm_db2
Rename some extauth functions and fields
2009-12-08 19:32:17 +00:00
language
Follow-up r64367: Add new message to maintenance script
2010-03-30 06:55:44 +00:00
mssql
add some dev notes and other info
2008-05-11 02:20:19 +00:00
ora
tables.sql for oracle missing prefix
2010-03-02 16:26:38 +00:00
postgres
Make foreign key constraints DEFERRABLE INITIALLY DEFERRED when using Postgres as the database backend
2010-03-22 18:13:06 +00:00
sqlite
Updated link to docs
2010-01-17 13:35:26 +00:00
storage
Fixed object type unserialization. Based on WMF working copy patch, tested there.
2010-03-18 05:34:59 +00:00
tests
whitespace removal
2010-03-30 17:03:07 +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
Fix reference to lazy-initialised global $wgLanguageNames.
2010-03-18 22:15:24 +00:00
attachLatest.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
backup.inc
Fixed some doxygen warnings
2010-03-03 21:28:03 +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
changePassword.php
newline on that output so your terminal don't look funny :)
2009-09-04 17:40:50 +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
checkSyntax.php
Fix child class visibility
2010-03-10 12:59:44 +00:00
checkUsernames.php
doMaintenance.php -> DO_MAINTENANCE
2009-09-04 12:55:36 +00:00
cleanupCaps.php
Fixes for TitleCleanup subclasses:
2009-09-24 04:19:25 +00:00
cleanupDupes.inc
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
cleanupImages.php
Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
2010-01-04 08:28:50 +00:00
cleanupSpam.php
Followup r60051, with the rest of the callers and removing a useless subclassing from DatabaseMssql
2009-12-14 23:18:03 +00:00
cleanupTable.inc
Doxygen fixes:
2009-12-05 17:07:40 +00:00
cleanupTitles.php
Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
2010-01-04 08:28:50 +00:00
cleanupWatchlist.php
Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
2010-01-04 08:28:50 +00:00
clear_interwiki_cache.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +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
Fix child class visibility
2010-03-10 12:59:44 +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
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
createAndPromote.php
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
2009-08-18 23:06:24 +00:00
deleteArchivedFiles.inc
* Make tests work better together. Tests are now skipped or marked incomplete.
2010-02-25 04:37:21 +00:00
deleteArchivedFiles.php
* Make tests work better together. Tests are now skipped or marked incomplete.
2010-02-25 04:37:21 +00:00
deleteArchivedRevisions.inc
Rename parameter, add phpdoc, fix bug in using $this from a statically called method.
2010-03-30 17:19:00 +00:00
deleteArchivedRevisions.php
* Make tests work better together. Tests are now skipped or marked incomplete.
2010-02-25 04:37:21 +00:00
deleteBatch.php
Followup r60051, with the rest of the callers and removing a useless subclassing from DatabaseMssql
2009-12-14 23:18:03 +00:00
deleteDefaultMessages.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
deleteImageMemcached.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
deleteOldRevisions.php
get rid of strict notice.
2010-02-21 22:47:40 +00:00
deleteOrphanedRevisions.php
Followup r60051, with the rest of the callers and removing a useless subclassing from DatabaseMssql
2009-12-14 23:18:03 +00:00
deleteRevision.php
Redo r53641, reverted in r55457, now using indexed queries:
2009-08-23 09:39:13 +00:00
deleteSelfExternals.php
Change deleteSelfExternals to use Maintenance.php
2009-12-04 14:57:21 +00:00
doMaintenance.php
Fix regression from r51677, still need to load AdminSettings if it exists for back-compat. Needs backporting to REL1_16.
2010-03-10 12:44:57 +00:00
Doxyfile
* Add --no-extensions option to mwdocgen.php to exclude the extensions directory
2009-10-04 09:50:33 +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
Fixed inappropriate include_path dependency. From WMF working copy hack.
2010-03-18 05:38:22 +00:00
dumpLinks.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
dumpSisterSites.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
dumpTextPass.php
Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
2010-01-04 08:28:50 +00:00
dumpUploads.php
Fixed some doxygen warnings and documented a little bit
2010-03-21 14:55:32 +00:00
edit.php
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
2009-08-18 23:06:24 +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
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
Fix child class visibility
2010-03-10 12:59:44 +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
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
fixTimestamps.php
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
2009-08-18 23:06:24 +00:00
fixUserRegistration.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
fuzz-tester.php
Nuke the last vestiges of tlh.
2009-09-13 13:57:35 +00:00
generateSitemap.php
compress option needs a value :)
2009-10-16 12:30:56 +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
getText.php
Follow up r59331.
2010-01-17 16:00:36 +00:00
httpSessionDownload.php
follow up r60999 - remove reference to $wgUseNormalUser
2010-01-14 00:57:59 +00:00
importDump.php
Follow-up to http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54561 : use the class autoloader.
2009-08-19 05:41:42 +00:00
importImages.inc
file_get_contents -> Http::get per ^demon
2010-02-07 18:39:26 +00:00
importImages.php
Fix regression from r62087 (!) breaking importImages.php . Backport to 1.16 follows
2010-03-13 17:57:30 +00:00
importTextFile.php
Follow up r62436 comments.
2010-02-13 23:58:30 +00:00
importUseModWiki.php
Replaced all instances of <<<END (which breaks vim syntax highlighting), with a type-specific end token. For HTML and SQL, this causes vim to highlight the embedded text with the HTML or SQL file type plugins respectively, which is very neat.
2009-12-07 08:51:52 +00:00
initEditCount.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +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
install-utils.inc
follow up 61907 remove 5.0 bug check
2010-02-03 16:29:09 +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
(bug 22233) Update mediazilla default interwiki to point to correct domain
2010-01-25 13:04:46 +00:00
lag.php
* Fixed complete breakage of "lag.php -r" due to spurious line-endings introduced in maintenance-work.
2010-03-18 05:23:46 +00:00
Maintenance.php
Porting my update to the maybeHelp() function in Maintenance.php into the trunk. This was accidentally committed to the 1.16 branch (rather than trunk, as intended) in r62955. Here is the original commit message:
2010-03-14 11:38:18 +00:00
Makefile
Some tweaks to the doxygen doc:
2008-06-25 13:42:01 +00:00
mcc.php
Avoid "PHP Warning: Division by zero in maintenance/mcc.php on line 92" if there's only a single server
2010-01-23 19:00:56 +00:00
mctest.php
Fix regression: server parameter needs to be optional; most of the time we *do not* want to use one since it's going to test all defined servers
2009-09-30 21:24:47 +00:00
mergeMessageFileList.php
Don't include the old ExtensionMessages.php when you're building a new one. Otherwise renames break.
2009-11-27 00:18:59 +00:00
migrateUserGroup.php
* svn:eol-style native
2009-09-07 13:18:54 +00:00
minify.php
* Removed JS2 stuff from jquery.js. If there's anything we really need from it, it can be re-added to wikibits.js, but that can wait for the extension analysis which I'm going to do next.
2010-01-27 05:17:26 +00:00
moveBatch.php
Fixed error output in moveBatch.php
2010-03-08 17:09:55 +00:00
mwdocgen.php
Follow-up r57356: forgot to document $exclude param
2009-10-16 08:21:02 +00:00
namespaceDupes.php
Don't send hundreds of lines of useless progress messages to stdout.
2010-03-18 05:42:01 +00:00
nextJobDB.php
removed trailing whitespaces
2009-11-23 18:20:26 +00:00
nukeNS.php
* Rewrote commandLine.inc to be a simple wrapper around Maintenance.php
2009-09-04 08:02:00 +00:00
nukePage.php
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
2009-08-18 23:06:24 +00:00
orphans.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +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
Fixed some doxygen warnings
2010-03-16 20:17:24 +00:00
parserTests.php
Abstracted some parts of database interaction for parser tests, needs verification on Postgres. SQLite still doesn't work, though fails much later
2009-11-06 10:17:44 +00:00
parserTests.txt
Re-normalize titles after html entity decoding when necessary (bug 14952)
2010-03-28 03:10:10 +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
Fixed some errors while running patchSql.php:
2010-03-14 15:48:29 +00:00
populateCategory.php
call populateRevisionLength.php from updaters.inc; make updaters.inc use populate*.php instead of the old populate*.inc scripts for other population tasks; remove the now obsolete populate*.inc files; misc. fixes
2010-03-03 21:15:05 +00:00
populateLogSearch.php
bug 18472 Suppression log filtered by "offender", as Oversight log can be
2009-09-14 17:09:13 +00:00
populateLogUsertext.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
populateParentId.php
call populateRevisionLength.php from updaters.inc; make updaters.inc use populate*.php instead of the old populate*.inc scripts for other population tasks; remove the now obsolete populate*.inc files; misc. fixes
2010-03-03 21:15:05 +00:00
populateRevisionLength.php
followup to r63221: skip update and emit warning if revision text cannot be found
2010-03-04 00:27:44 +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
Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
2010-01-04 08:28:50 +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
Followup r60051, with the rest of the callers and removing a useless subclassing from DatabaseMssql
2009-12-14 23:18:03 +00:00
rebuildall.php
Now that rebuildtextindex.php is not MySQL-only, rebuildall.php should also take it into account
2009-11-07 20:55:57 +00:00
rebuildFileCache.php
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
2009-08-18 23:06:24 +00:00
rebuildImages.php
Fixed E_STRICT errors about method signatures not matching
2010-02-10 20:26:07 +00:00
rebuildInterwiki.inc
More doxygen fixes:
2009-12-08 19:19:24 +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
Merge and clean up memory_limit hacks from wmf-deployment r53208.
2009-09-14 22:10:10 +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
* Replaced LIMIT with limitResult call in rebuildrecentchanges.php
2009-10-28 19:15:19 +00:00
rebuildtextindex.php
Fix child class visibility
2010-03-10 12:59:44 +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
Make 'start' not required. As requested by ^demon on IRC...
2010-01-13 18:28:31 +00:00
removeUnusedAccounts.php
Followup r60051, with the rest of the callers and removing a useless subclassing from DatabaseMssql
2009-12-14 23:18:03 +00:00
renameDbPrefix.php
Fix child class visibility
2010-03-10 12:59:44 +00:00
renamewiki.php
Fix child class visibility
2010-03-10 12:59:44 +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
rollbackEdits.php
Removed colum names from WHERE clause so that it doesn't break for wiki having tables prefix
2010-02-05 15:10:43 +00:00
runBatchedQuery.php
Fix child class visibility
2010-03-10 12:59:44 +00:00
runJobs.php
Followup r62067, drop $wgUseNormalUser as un-needed
2010-02-10 01:43:18 +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
Fix child class visibility
2010-03-10 12:59:44 +00:00
sqlite.php
Fix child class visibility
2010-03-10 12:59:44 +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
tables.sql
Comment fix: Special:Imagelist -> Special:ListFiles
2010-03-19 22:12:30 +00:00
testRunner.ora.sql
Started working on parserTests Oracle compatibility, still getting FK violations
2009-11-06 17:12:18 +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
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
2009-08-18 23:06:24 +00:00
update.php
Adjust wording of r62052
2010-02-07 17:38:46 +00:00
updateArticleCount.php
* (bug 21006) maintenance/updateArticleCount.php now works again on PostgreSQL
2009-10-22 15:51:01 +00:00
updateDoubleWidthSearch.php
Follow-up r61856
2010-03-10 21:54:23 +00:00
updateRestrictions.php
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to "foreach ( $res as $row )"
2009-08-17 21:15:31 +00:00
updaters.inc
Make foreign key constraints DEFERRABLE INITIALLY DEFERRED when using Postgres as the database backend
2010-03-22 18:13:06 +00:00
updateSearchIndex.php
follow up r63578 - remove stray debugging code.
2010-03-11 20:05:16 +00:00
updateSpecialPages.php
Followup r60051, with the rest of the callers and removing a useless subclassing from DatabaseMssql
2009-12-14 23:18:03 +00:00
upgrade1_5.php
Some measures to prevent people from update.php/upgrade1_5.php confusion: the latter now displays a warning and requires --update switch to do something. Probably, it's time to put it to death completely?
2009-11-12 13:12:18 +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
Follow up to r56323: fix the broken grant syntax (which I should have tested before committing).
2009-09-20 07:15:19 +00:00
waitForSlave.php
Redo addArgs() as addArg() so we can actually do useful things with arguments like descriptions and proper requirement checks, similar to addOption()
2009-08-18 23:06:24 +00:00
wikipedia-interwiki.sql
Nuke the last vestiges of tlh.
2009-09-13 13:57:35 +00:00
wiktionary-interwiki.sql
Update
2008-06-11 17:44:47 +00:00