..
archives
Merge the iwtransclusion branch back into trunk
2011-08-24 13:03:03 +00:00
benchmarks
In Database.php:
2011-06-20 06:52:44 +00:00
cssjanus
(Bug 24436) Move cssjanus to maintenance folder
2010-07-18 21:31:52 +00:00
dtrace
gearman
Merge r86398 into the old wfWaitForSlaves. Update core calls.
2011-04-20 00:12:06 +00:00
hiphop
Shut up build script about not having LocalSettings. You dont actually need it for this
2011-09-01 14:09:50 +00:00
ibm_db2
Breaking the 'math' table setup out to Math extension. Should be the last main step in extension-ification of the math options!
2011-04-22 21:37:16 +00:00
language
Converted patrol log to the new system
2011-09-19 14:21:05 +00:00
mssql
Breaking the 'math' table setup out to Math extension. Should be the last main step in extension-ification of the math options!
2011-04-22 21:37:16 +00:00
oracle
* updated oracle schema to current
2011-09-01 13:55:14 +00:00
postgres
Follow-up r90749:
2011-06-25 04:11:20 +00:00
sqlite /archives
Folow-up r89526: tabs and eol-style :(
2011-06-05 19:46:08 +00:00
storage
Moved global define into class constant, replaced a bunch of $fname with __METHOD__.
2011-09-10 07:17:10 +00:00
.htaccess
7zip.inc
Part of bug 26280: added license headers to PHP files in maintenance
2010-12-16 19:15:12 +00:00
attachLatest.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
backup.inc
Fix another old constructor
2011-09-16 21:54:35 +00:00
backupPrefetch.inc
libxml >= 2.7.3 ha a 10mb cap on the size of a text node and the LIBXML_PARSEHUGE lets us override that, needed for lucid since there are a few revs in the db larger than that limit
2011-07-12 15:01:58 +00:00
cdb.php
Add cdb.php for inspecting cdb cache files. Format is stolen from mcc.php
2011-04-29 22:08:58 +00:00
changePassword.php
Revert r96732
2011-09-10 18:51:56 +00:00
checkAutoLoader.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
checkBadRedirects.php
Update output language.
2011-03-17 09:05:34 +00:00
checkImages.php
Remove evil @
2011-08-30 20:44:33 +00:00
checkSyntax.php
Bunch of error suppression operator fixes (bug
2011-07-06 21:57:44 +00:00
checkUsernames.php
Fix $$ from r85379
2011-04-04 22:34:32 +00:00
cleanupCaps.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
cleanupImages.php
Adding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-25 22:01:19 +00:00
cleanupRemovedModules.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
cleanupSpam.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
cleanupTable.inc
Wow major typo, r91763
2011-07-08 22:15:29 +00:00
cleanupTitles.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
cleanupUploadStash.php
Fixed bug where global wgUploadStashMaxAge wasn't used, removed redundant defaults. Followup to r93476
2011-08-04 21:19:08 +00:00
cleanupWatchlist.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
clear_interwiki_cache.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
clear_stats.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
commandLine.inc
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
compareParsers.php
Unbreak multiple maintenance scripts
2011-06-26 15:40:14 +00:00
convertLinks.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
convertUserOptions.php
Merge r86398 into the old wfWaitForSlaves. Update core calls.
2011-04-20 00:12:06 +00:00
createAndPromote.php
Fix broken --sysop flag in r87480: it was triggering the bureaucrat right instead, and createAndPromote.php couldn't be used to create sysops at all
2011-05-14 14:20:18 +00:00
deleteArchivedFiles.inc
(bug 26848) deleteArchivedFiles.php deletes db records, but not files
2011-01-21 17:42:15 +00:00
deleteArchivedFiles.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
deleteArchivedRevisions.inc
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
2011-07-01 02:25:19 +00:00
deleteArchivedRevisions.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
deleteBatch.php
Merged in a fix from Wikia to make sure to call the ArticleDeleteComplete hook from deleteBatch (this is an existing hook that should be called on article deletion). Part of the diffs here: http://www.mediawiki.org/wiki/Wikia_code
2011-09-19 18:36:35 +00:00
deleteDefaultMessages.php
Removed useless check for existence of wfWaitForSlaves()
2011-06-17 16:39:21 +00:00
deleteImageMemcached.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
deleteOldRevisions.php
Fix numerous undefined variables
2011-07-01 01:42:48 +00:00
deleteOrphanedRevisions.php
Fixup/add documentation
2011-03-30 19:00:11 +00:00
deleteRevision.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
deleteSelfExternals.php
Merge r86398 into the old wfWaitForSlaves. Update core calls.
2011-04-20 00:12:06 +00:00
doMaintenance.php
Stupid merge conflicts, fix r96537
2011-09-08 01:54:27 +00:00
Doxyfile
generate caller graphs in doxygen
2011-02-28 17:33:03 +00:00
dumpBackup.php
Remove last wfDie()s from maintenance
2011-07-06 19:57:52 +00:00
dumpIterator.php
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
2011-07-01 02:25:19 +00:00
dumpLinks.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
dumpSisterSites.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
dumpTextPass.php
getFilename renamed to getFilenames since it can return a list
2011-09-09 07:28:11 +00:00
dumpUploads.php
No current need for an alias to getPath()
2011-05-04 18:34:50 +00:00
edit.php
* Added possibility to set short options aliases to long long options, added -h alias to --help and -q to --quiet for all scripts
2011-04-06 18:37:09 +00:00
eval.php
(bug 30172) posix_isatty() fallback does not work when the function has been disabled (but exists). While we're at it, make things work for HipHop too.
2011-08-02 22:01:58 +00:00
fetchText.php
Added a note when this script is used
2011-06-04 09:22:24 +00:00
findHooks.php
Use camelCase, as pointed out by siebrand on r89731
2011-06-15 01:34:23 +00:00
fixDoubleRedirects.php
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
2011-05-17 22:03:20 +00:00
fixSlaveDesync.php
Fix numerous undefined variables
2011-07-01 01:42:48 +00:00
fixTimestamps.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
fixUserRegistration.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
formatInstallDoc.php
Maintenance script for exporting the preprocessed wikitext from installer document pages, plus relevant refactoring. For use in updating http://www.mediawiki.org/wiki/Release_notes/1.17 etc.
2011-06-14 03:09:49 +00:00
fuzz-tester.php
Per Raymond, follow-up r95321: LinkSearch is in core too
2011-08-23 20:02:15 +00:00
generateSitemap.php
(bug 30344) Add configuration variable for setting custom priorities when generating sitemaps
2011-08-23 19:27:38 +00:00
getLagTimes.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
getSlaveServer.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
getText.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
importDump.php
Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case:
2011-09-10 06:50:30 +00:00
importImages.inc
Type hinting
2011-04-25 21:25:45 +00:00
importImages.php
Swap else if for elseif
2011-06-17 16:05:35 +00:00
importSiteScripts.php
Maintenance script to import all scripts in the MediaWiki namespace from a local site.
2011-02-28 13:54:14 +00:00
importTextFile.php
Part of bug 26280: added license headers to PHP files in maintenance
2010-12-16 19:15:12 +00:00
importUseModWiki.php
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
2011-05-17 22:03:20 +00:00
importUseModWikipedia.php
Tidy up some unused variables and such
2011-04-23 21:40:52 +00:00
initEditCount.php
Merge r86398 into the old wfWaitForSlaves. Update core calls.
2011-04-20 00:12:06 +00:00
initStats.php
Fix missing parameter to cacheUpdate
2011-03-30 18:34:38 +00:00
install.php
Remove trailing newline from pass, which is very unlikely to be intended.
2011-06-16 21:01:52 +00:00
interwiki.list
Fixes for r66013: fixed syntax, switched interwiki.list to use more customary comments starting with #
2010-06-23 16:06:34 +00:00
interwiki.sql
Revert r81542 for now, too lazy to fix this properly
2011-05-04 22:08:40 +00:00
jsparse.php
Add jsparse.php maintenance script to run given JavaScript files through JSMin+'s JS parser for syntax validity checks.
2011-07-11 21:09:45 +00:00
lag.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
Maintenance.php
Tweaks to LoggedUpdateMaintenance:
2011-09-08 15:52:00 +00:00
Makefile
Move parser test related stuff to tests directory
2010-09-28 12:24:56 +00:00
mcc.php
* Rewrote ObjectCache.php to conform to the modern coding style, and to be less convoluted about how CACHE_ANYTHING and CACHE_ACCEL are resolved. Moved most functionality to static members of a new ObjectCache class.
2011-03-03 09:37:37 +00:00
mctest.php
changed help text to indicate an optional port if nonstandard
2011-09-06 23:21:39 +00:00
mergeMessageFileList.php
Merge r81725 from 1.17wmf1: add parent constructor call so $IP is set properly
2011-02-08 12:19:59 +00:00
migrateUserGroup.php
Merge r86398 into the old wfWaitForSlaves. Update core calls.
2011-04-20 00:12:06 +00:00
minify.php
Fixup a couple more undefined variables
2011-03-30 19:44:39 +00:00
moveBatch.php
Merge r86398 into the old wfWaitForSlaves. Update core calls.
2011-04-20 00:12:06 +00:00
mwdocgen.php
* (bug 30894) Add --output option to mwdocgen.php to override output directory
2011-09-14 21:38:26 +00:00
namespaceDupes.php
Fix whitespace
2011-09-07 21:14:55 +00:00
nextJobDB.php
Some bug fixes for r83634.
2011-03-10 04:47:21 +00:00
nukeNS.php
Fix nukeNS maintenance script to correctly reference nukePage. Add in all option to nuke everything regardless of revision count, defaults to false.
2011-07-22 16:10:22 +00:00
nukePage.php
Fix numerous undefined variables
2011-07-01 01:42:48 +00:00
orphans.php
Fixup/add documentation
2011-03-30 19:00:11 +00:00
patchSql.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
populateCategory.php
Rm old options from commandLine.inc days
2011-09-08 03:13:31 +00:00
populateImageSha1.php
Tweaks to LoggedUpdateMaintenance:
2011-09-08 15:52:00 +00:00
populateLogSearch.php
Tweaks to LoggedUpdateMaintenance:
2011-09-08 15:52:00 +00:00
populateLogUsertext.php
Tweaks to LoggedUpdateMaintenance:
2011-09-08 15:52:00 +00:00
populateParentId.php
Tweaks to LoggedUpdateMaintenance:
2011-09-08 15:52:00 +00:00
populateRevisionLength.php
Tweaks to LoggedUpdateMaintenance:
2011-09-08 15:52:00 +00:00
preprocessDump.php
Unbreak multiple maintenance scripts
2011-06-26 15:40:14 +00:00
preprocessorFuzzTest.php
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
2011-07-01 02:25:19 +00:00
protect.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
proxy_check.php
proxy_check.php is probably useful to keep around, but it's not really an includes script
2011-04-25 21:04:45 +00:00
purgeList.php
Use getInternalUrl() instead of getFullUrl() in purgeList.php . This was potentially a serious bug if $wgServer differed from $wgInternalServer in command-line mode (this is not the case on WMF, but might be the case on 3rd-party installs)
2011-08-19 17:20:35 +00:00
purgeOldText.inc
Fix numerous undefined variables
2011-07-01 01:42:48 +00:00
purgeOldText.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
purgeParserCache.php
* Added a script to reduce disk space on a MySQL parser cache setup such as the one at Wikimedia at the moment, by removing all objects which expire before a given time.
2011-09-09 03:51:45 +00:00
purgeStaleMemcachedText.php
Make a loop to keep them really deleted.
2010-12-25 23:23:38 +00:00
README
* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
2009-07-23 00:31:37 +00:00
reassignEdits.php
Fixup/add documentation
2011-03-30 19:00:11 +00:00
rebuildall.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
rebuildFileCache.php
Bunch of error suppression operator fixes (bug
2011-07-06 21:57:44 +00:00
rebuildImages.php
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
2011-07-01 02:25:19 +00:00
rebuildLocalisationCache.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
rebuildmessages.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
rebuildrecentchanges.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
rebuildtextindex.php
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
2011-07-01 02:25:19 +00:00
refreshImageCount.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
refreshImageMetadata.php
Followup r95458
2011-09-06 15:45:43 +00:00
refreshLinks.php
* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
2011-08-18 23:16:11 +00:00
removeUnusedAccounts.php
Added filearchive check to isInactiveAccount()
2011-08-04 17:43:06 +00:00
renameDbPrefix.php
Remove usage of $dbw->escapeLike in RenameDbPrefix (per bug 270042)
2011-01-30 22:12:13 +00:00
renderDump.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
resetUserTokens.php
Followup r81928, make proper use of $this->output instead of echo.
2011-03-28 03:38:43 +00:00
rollbackEdits.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
runBatchedQuery.php
Correct case in function call: wfGetDb() -> wfGetDB()
2011-05-19 17:31:32 +00:00
runJobs.php
Merge r86398 into the old wfWaitForSlaves. Update core calls.
2011-04-20 00:12:06 +00:00
showJobs.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
showStats.php
call parent constructor so that include path and other things work right
2011-01-28 17:18:35 +00:00
sql.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
sqlite.inc
Part of bug 26280: added license headers to PHP files in maintenance
2010-12-16 19:15:12 +00:00
sqlite.php
sqlite.php: don't fail after --check-syntax on a non-SQLite DB
2011-06-11 18:45:56 +00:00
stats.php
* Update class name: FakeMemCachedClient -> EmptyBagOStuff
2011-03-08 18:01:17 +00:00
tables.sql
Merge the iwtransclusion branch back into trunk
2011-08-24 13:03:03 +00:00
undelete.php
Update undelete.php to use short option aliases.
2011-04-14 19:01:04 +00:00
update.php
Merged in a change which causes update.php to be gentler (tests slave-lag). Part of the many Wikia diffs: http://www.mediawiki.org/wiki/Wikia_code
2011-09-19 18:25:39 +00:00
updateArticleCount.php
* Made SiteStatsInit::articles() give a correct result when $wgUseCommaCount is false (btw, do we really need to keep that variable?)
2011-04-20 11:58:00 +00:00
updateCollation.php
Followup r97146: drop the $lb->waitTimeout() call per Tim. Was used so Tim could sleep while a schema change was going on, but this is the kind of live hack that doesn't belong in core.
2011-09-15 12:42:29 +00:00
updateDoubleWidthSearch.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00
updateRestrictions.php
Swap else if for elseif
2011-06-17 16:05:35 +00:00
updateSearchIndex.php
Bunch of error suppression operator fixes (bug
2011-07-06 21:57:44 +00:00
updateSpecialPages.php
Bunch of error suppression operator fixes (bug
2011-07-06 21:57:44 +00:00
upgrade1_5.php
Unbreak multiple maintenance scripts
2011-06-26 15:40:14 +00:00
userDupes.inc
Some HipHop fixes:
2011-05-27 06:25:21 +00:00
userOptions.inc
Part of bug 26280: added license headers to PHP files in maintenance
2010-12-16 19:15:12 +00:00
userOptions.php
Part of bug 26280: added license headers to PHP files in maintenance
2010-12-16 19:15:12 +00:00
waitForSlave.php
Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself.
2011-01-13 22:58:55 +00:00