..
abstractSchemaChanges
Rename four logging indexes to have log_ prefix
2020-12-21 07:39:50 +00:00
archives
Migrate image table to abstract schema
2021-01-28 20:13:03 +01:00
benchmarks
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
dev
build: Enable phan-taint-check-plugin and suppress issues
2020-12-30 19:02:22 +01:00
includes
Make Maintenance::STDIN_ALL integer
2021-01-20 16:20:09 +00:00
jsduck
Add baseline MW REST API client for frontend
2020-12-09 23:05:15 +00:00
language
Deprecate premature instantiation of services.
2021-01-19 22:33:13 +01:00
locking
mediawiki.Title
maintenance: Remove executable bit from scripts without shebang
2020-07-31 18:29:19 -07:00
postgres
Migrate image table to abstract schema
2021-01-28 20:13:03 +01:00
sqlite
Migrate image table to abstract schema
2021-01-28 20:13:03 +01:00
storage
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
term
Set public for override of Maintenance functions
2019-10-09 20:41:33 +02:00
.htaccess
addChangeTag.php
Do not output wikitext in maintenance script
2019-09-20 18:28:34 +02:00
addRFCandPMIDInterwiki.php
addSite.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
attachLatest.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
blockUsers.php
Make blockUsers.php capable of both blocking and unblocking
2020-10-06 17:40:25 +00:00
categoryChangesAsRdf.php
Merge "don't pass null page id to page related queries for category change rdf dumps"
2020-09-09 19:28:44 +00:00
changePassword.php
Do not output wikitext in maintenance script
2019-09-20 18:28:34 +02:00
checkBadRedirects.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
checkComposerLockUpToDate.php
Use proper SemVer comparison in CheckComposerLockUpToDate
2020-02-13 16:57:09 -05:00
checkDependencies.php
Use Maintenance::getConfig in some maintenance scripts
2019-09-01 20:55:08 +02:00
checkImages.php
maintenance: Avoid deprecated usage of RepoGroup::singleton()
2020-02-18 21:28:17 +00:00
checkLess.php
tests: Require PHPUnit 6, drop PHPUnit 4 as an option
2019-10-03 08:58:03 -07:00
checkUsernames.php
Use UserNameUtils in maintenance scripts
2020-10-25 21:52:56 +00:00
cleanupAncientTables.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
cleanupBlocks.php
phan: Enable redundant_condition_detection
2020-07-01 20:13:07 +00:00
cleanupCaps.php
maintenance: Move cleanupTable from .inc to .php
2020-09-25 17:36:39 +01:00
cleanupEmptyCategories.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
cleanupImages.php
maintenance: Move cleanupTable from .inc to .php
2020-09-25 17:36:39 +01:00
cleanupInvalidDbKeys.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
cleanupPreferences.php
Hooks::run() call site migration
2020-05-30 14:23:28 +00:00
cleanupRemovedModules.php
cleanupRevActorPage.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
cleanupSpam.php
cleanupSpam: pass a user when editing a page
2020-12-14 21:19:08 +00:00
cleanupTitles.php
Improve docs about @param/@return object $row to stdClass
2020-11-13 00:08:21 +01:00
cleanupUploadStash.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
cleanupUsersWithNoId.php
Improve docs about @param/@return object $row to stdClass
2020-11-13 00:08:21 +01:00
cleanupWatchlist.php
maintenance: Move cleanupTable from .inc to .php
2020-09-25 17:36:39 +01:00
clearInterwikiCache.php
Remove usages of $wgMemc
2020-01-20 19:41:32 +01:00
CodeCleanerGlobalsPass.php
Filter out invalid globals in shell.php global hack
2020-12-07 19:08:16 +00:00
CommandLineInc.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
compareParserCache.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
compareParsers.php
Remove usages of global function wfDiff()
2020-07-22 08:00:08 +01:00
convertExtensionToRegistration.php
Attempt to automatically fix start of config vars being __DIR__
2019-11-04 16:21:04 +00:00
convertLinks.php
Add some int casts for queries in maintenance scripts
2020-11-27 18:43:40 +01:00
convertUserOptions.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
copyFileBackend.php
Convert FileBackendGroup to service
2019-10-25 10:46:20 +03:00
copyJobQueue.php
createAndPromote.php
Use MediaWikiServices::getAuthManager instead of AuthManager::singleton
2020-06-22 00:57:08 +00:00
createBotPassword.php
Validate max length of bp_restrictions and bp_grants
2020-12-05 02:10:01 +00:00
deduplicateArchiveRevId.php
Improve docs about @param/@return object $row to stdClass
2020-11-13 00:08:21 +01:00
deleteArchivedFiles.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
deleteArchivedRevisions.php
deleteAutoPatrolLogs.php
deleteBatch.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
deleteDefaultMessages.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
deleteEqualMessages.php
Merge "Inject services into SpecialAllMessages"
2020-11-20 19:07:30 +00:00
deleteLocalPasswords.php
deleteOldRevisions.php
Set method visibility on maintenance scripts
2019-11-16 22:54:17 +00:00
deleteOrphanedRevisions.php
Improve param docs
2019-11-28 19:08:59 +01:00
deleteSelfExternals.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
deleteTag.php
changetags: Change new canDeleteTag() boolean param to int flag
2019-11-17 10:22:02 -05:00
doMaintenance.php
deferred: make DeferredUpdates::doUpdates() recursion more uniform
2021-01-14 15:37:58 -08:00
Doxyfile
Doxygen: Stop documenting .inc files, we don't use them now
2020-09-29 16:28:27 +00:00
dumpBackup.php
dumpBackup: Don't open stderr in DumpBackup::__construct
2020-10-12 03:57:02 +01:00
dumpCategoriesAsRdf.php
Merge "don't include null page ids in query list for category dumps"
2020-09-09 19:25:28 +00:00
dumpIterator.php
set revision Title before setting text, or there may be no content model
2021-01-22 13:35:22 +02:00
dumpLinks.php
dumpTextPass.php
dumpUploads.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
edit.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
emptyUserGroup.php
emptyUserGroup.php: handle more than 5000 users
2020-09-16 12:56:02 -07:00
eraseArchivedFile.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
eval.php
build: Enable phan-taint-check-plugin and suppress issues
2020-12-30 19:02:22 +01:00
exportSites.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
fetchText.php
Use multi-catch block in fetchText.php
2020-07-31 23:46:46 +02:00
fileOpPerfTest.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
findBadBlobs.php
maintenance: Fix errors in parameter handling and output of findBadBlobs
2021-01-22 01:34:10 +00:00
findDeprecated.php
Suppress PhanUndeclaredProperty for custom properties and phan bugs
2019-09-14 13:22:54 +00:00
findMissingActors.php
Add FindMissingActors script.
2020-09-22 21:10:16 +02:00
findMissingFiles.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
findOrphanedFiles.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
fixDefaultJsonContentPages.php
Fix infinite loop in the FixDefaultJsonContentPages job
2020-10-30 14:38:37 +01:00
fixDoubleRedirects.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
fixExtLinksProtocolRelative.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
fixTimestamps.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
fixUserRegistration.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
formatInstallDoc.php
ParserOptions: Deprecate fallback to $wgUser
2020-12-16 09:03:29 +00:00
generateJsonI18n.php
phan: Enable redundant_condition_detection
2020-07-01 20:13:07 +00:00
generateLocalAutoload.php
generateSchemaChangeSql.php
Handle invalid json error in abstract schema change generator
2020-12-14 18:00:56 +00:00
generateSchemaSql.php
Merge "generateSchemaSql.php: Trim $IP/extensions/ from $relativeJsonPath"
2020-12-05 02:28:12 +00:00
generateSitemap.php
Fix docs in GenerateSitemap
2020-11-13 00:16:01 +01:00
getConfiguration.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
getLagTimes.php
Use namespaced IPUtils class
2020-01-01 02:36:49 -08:00
getReplicaServer.php
maintenance/getReplicaServer.php: Remove reference to long-deleted config var
2019-09-09 10:25:38 -04:00
getText.php
Replace uses and hard deprecate Revision::newFromTitle
2020-04-18 04:47:10 +00:00
importDump.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
importImages.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
importSites.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
importSiteScripts.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
importTextFiles.php
importTextFiles.php: Replace deprecated WikiRevision:setText()
2020-11-10 01:35:41 +01:00
initEditCount.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
initSiteStats.php
initUserPreference.php
maintenance: Make use of BatchRowIterator::setCaller
2020-09-05 12:55:11 +00:00
install.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
interwiki.list
Modify meatballwiki url in default interwiki table
2021-01-26 23:45:29 +09:00
interwiki.sql
Modify meatballwiki url in default interwiki table
2021-01-26 23:45:29 +09:00
invalidateUserSessions.php
jsparse.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
lag.php
phan: Enable redundant_condition_detection
2020-07-01 20:13:07 +00:00
Maintenance.php
Make sure RUN_MAINTENANCE_IF_MAIN is defined in tests.
2021-01-19 19:09:31 +00:00
Makefile
makeTestEdits.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
manageForeignResources.php
manageJobs.php
mcc.php
build: Enable phan-taint-check-plugin and suppress issues
2020-12-30 19:02:22 +01:00
mctest.php
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
2020-01-10 14:17:13 -08:00
mergeMessageFileList.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
migrateActors.php
migrateArchiveText.php
Replace core uses and hard deprecate Revision::(de)compressRevisionText
2020-06-04 01:47:12 +00:00
migrateComments.php
build: Upgrade mediawiki-phan-config from 0.10.5 to 0.10.6
2020-12-17 10:14:53 -08:00
migrateFileRepoLayout.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
migrateImageCommentTemp.php
migrateUserGroup.php
minify.php
moveBatch.php
maintenance scripts: Reduce direct references to $wgUser
2020-06-05 01:40:34 +00:00
mwdoc-filter.php
docs: Factor out MWDoxygenFilter from mwdoc-filter.php with tests
2019-09-05 18:22:23 +01:00
mwdocgen.php
docs: Ignore extensions/ and skins/ in mwdocgen.php by default
2019-09-14 21:58:03 +01:00
mwjsduck-gen
mysql.php
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
2020-01-10 09:32:25 -08:00
namespaceDupes.php
Make use of array deconstruction directly in foreach, if possible
2020-11-12 18:38:06 +00:00
nukeNS.php
Use db abstraction layer in nukePage and nukeNS maintenance script
2020-05-08 23:31:41 +02:00
nukePage.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
orphans.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
pageExists.php
parse.php
Hard deprecate calling ParserOptions::newCanonical with no parameters
2020-06-15 23:11:45 +00:00
patchSql.php
maintenance: Remove sql.php temporarily
2020-04-07 00:04:37 +00:00
populateArchiveRevId.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
populateBacklinkNamespace.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
populateCategory.php
Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/
2020-05-09 23:54:58 +00:00
populateChangeTagDef.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
populateContentTables.php
Handle BlobAccessException exception
2021-01-20 20:47:44 +00:00
populateExternallinksIndex60.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
populateFilearchiveSha1.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
populateImageSha1.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
populateInterwiki.php
Pass function name to HttpRequestFactory::create
2020-06-07 12:20:06 +00:00
populateIpChanges.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
populateLogSearch.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
populateLogUsertext.php
populateParentId.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
populatePPSortKey.php
Make populatePPSortKey less noisy
2020-04-11 01:28:04 +00:00
populateRecentChangesSource.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
populateRevisionLength.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
populateRevisionSha1.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
preprocessDump.php
parser: convert Preprocessor to WANCache and inject dependencies
2021-01-11 20:21:10 -08:00
preprocessorFuzzTest.php
build: Enable phan-taint-check-plugin and suppress issues
2020-12-30 19:02:22 +01:00
protect.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
pruneFileCache.php
Fix description for pruneFileCache.php
2020-09-18 22:53:01 +00:00
purgeChangedFiles.php
maintenance: Avoid deprecated usage of RepoGroup::singleton()
2020-02-18 21:28:17 +00:00
purgeChangedPages.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
purgeExpiredBlocks.php
purgeExpiredBlocks.php: Update call to deprecated DatabaseBlock::purgeExpired()
2020-12-24 17:11:57 +00:00
purgeExpiredUserrights.php
Hard-deprecate UserGroupMembership methods replaced by manager
2020-06-12 14:36:26 -07:00
purgeExpiredWatchlistItems.php
Purge expired watchlist items
2020-03-26 07:54:20 +08:00
purgeList.php
Replace deprecated Title::getCdnUrls
2020-11-03 11:58:05 +01:00
purgeModuleDeps.php
purgeOldText.php
purgePage.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
purgeParserCache.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
README
reassignEdits.php
reassignEdits: Update script to use User::newFromName for anon users
2020-08-03 10:49:18 -04:00
rebuildall.php
rebuildFileCache.php
Give rebuildFileCache.php an all pages option
2020-07-11 12:54:58 +01:00
rebuildImages.php
Make ImageBuilder::checkMissingImage public
2020-11-03 15:48:57 +00:00
rebuildLocalisationCache.php
Add flag to rebuildLocalisationCache.php to skip MessageBlobStore clear
2020-11-24 15:42:38 -08:00
rebuildmessages.php
maintenance: Remove cross-wiki purging from rebuildmessages.php
2019-08-31 14:53:19 +01:00
rebuildrecentchanges.php
Revert "Enhance GroupPermissionsLookup and use it."
2021-01-12 04:48:49 +00:00
rebuildtextindex.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
recountCategories.php
Add some int casts for queries in maintenance scripts
2020-11-27 18:43:40 +01:00
refreshExternallinksIndex.php
Add some int casts for queries in maintenance scripts
2020-11-27 18:43:40 +01:00
refreshFileHeaders.php
maintenance: Avoid deprecated usage of RepoGroup::singleton()
2020-02-18 21:28:17 +00:00
refreshImageMetadata.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
refreshLinks.php
refreshLinks.php: use hasOption() rather than getOption and assignment in conditional
2021-01-28 23:52:28 +00:00
removeInvalidEmails.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
removeUnusedAccounts.php
Mostly drop old pre-actor user schemas
2019-09-09 11:38:36 -04:00
renameDbPrefix.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
renameRestrictions.php
maintenance: Remove executable bit from scripts without shebang
2020-07-31 18:29:19 -07:00
renderDump.php
Fix parameter documentation for dump methods for handling revisions
2020-05-05 02:04:32 +00:00
resetAuthenticationThrottle.php
Use MediaWikiServices::getAuthManager instead of AuthManager::singleton
2020-06-22 00:57:08 +00:00
resetPageRandom.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
resetUserEmail.php
Remove call to deprecated setPassword() User method
2020-06-12 19:16:11 +00:00
resetUserTokens.php
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
2020-05-02 02:00:01 +00:00
rollbackEdits.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
runBatchedQuery.php
Fix runBatchedQuery.php for no result from select
2020-07-28 15:50:50 +00:00
runJobs.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
runScript.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
shell.php
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
2020-01-10 09:32:25 -08:00
showJobs.php
showSiteStats.php
sql.php
maintenance: Remove --slave option from sql.php
2020-06-11 01:26:20 +00:00
Sqlite.php
Improve code around internal queries in sqlite database class
2020-12-03 19:30:11 +00:00
SqliteMaintenance.php
maintenance: Move sqlite.php to SqliteMaintenance.php to match class name
2020-09-25 17:36:36 +01:00
syncFileBackend.php
Convert FileBackendGroup to service
2019-10-25 10:46:20 +03:00
TableCleanup.php
Reduce some references to $wgUser
2020-10-13 15:07:27 +00:00
tables-generated.sql
Migrate image table to abstract schema
2021-01-28 20:13:03 +01:00
tables.json
Migrate image table to abstract schema
2021-01-28 20:13:03 +01:00
tables.sql
Migrate image table to abstract schema
2021-01-28 20:13:03 +01:00
tidyUpT39714.php
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
2020-05-21 01:06:05 +00:00
undelete.php
maintenance scripts: Reduce direct references to $wgUser
2020-06-05 01:40:34 +00:00
update-keys.sql
update.php
update.php: Purge database caches unconditionally after upgrade
2021-01-20 05:57:49 +01:00
updateArticleCount.php
updateCollation.php
Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/
2020-05-09 23:54:58 +00:00
updateCredits.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
updateDoubleWidthSearch.php
Deprecate Revision::loadFromPageId
2020-03-25 12:10:48 -07:00
updateExtensionJsonSchema.php
Move known attributes when updating to manifest_version 2
2020-05-18 16:29:19 +00:00
updateRestrictions.php
Pass function name to database functions (maintenance scripts)
2020-06-07 17:24:10 +00:00
updateSearchIndex.php
Fix capitalisation of updateSearchIndex.php parameter desc
2020-04-01 19:29:10 +01:00
updateSpecialPages.php
Add a run mode to $wgDisableQueryPageUpdate
2019-09-26 22:33:53 +00:00
uppercaseTitlesForUnicodeTransition.php
Swap out uses of User->isLoggedIn() with ->isRegistered()
2020-12-22 03:13:37 +00:00
UserDupes.php
maintenance: Move userDupes from .inc to .php
2020-09-23 11:59:41 +01:00
userOptions.php
Safer autoloading with respect to file-scope code
2021-01-11 11:59:36 +11:00
validateRegistrationFile.php
version.php
maintenance: Print version of MediaWiki on the command prompt
2020-08-23 23:20:44 +00:00
view.php
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
2020-11-12 21:48:21 +00:00
wrapOldPasswords.php
Add --update option to wrapOldPasswords.php
2019-10-14 08:16:49 +00:00