MediaWiki 1.34/wmf.6/Changelog

Core changes

edit
  • git #193636c3 - Correct autonym for rmy (Vlax Romani) (T223524) by Siebrand Mazeland
  • git #8c52c6be - rdbms: replace some return-based sanity checks in Database with exception-based checks by Aaron Schulz
  • git #94df8929 - Remove tryLastResult function from includes/specials/QueryPage.php by zoranzoki21
  • git #99b764f3 - SpecialAllMessages: Specify filter messages so we always escape them (T223821) by Daimona Eaytoy
  • git #b2b204ee - Allow hidden skins to show up in preferences by jdlrobson
  • git #63cf83e0 - Linker: Fix fatal error for "/* */" in an edit summary (T222857) by Timo Tijhof
  • git #8f033911 - Turn logout link into a POST API call with refresh (T25227) by Amir Sarabadani
  • git #e2273bcd - Remove useless use of current and end (T221045) by Florian
  • git #6896da4e - Typehint against IDatabase in special pages by Umherirrender
  • git #871d947c - i18n: Rename 11 messages for case-compliance by James D. Forrester
  • git #0517b9af - Update wikimedia/at-ease from 1.2.0 to 2.0.0 by Reedy
  • git #b761bfa3 - Drop wf(Suppress|Restore)Warnings, deprecated in 1.26 by James D. Forrester
  • git #fefedf56 - HTMLForm: Add known MediaWiki version to wfDeprecated() call by Derick Alangi
  • git #177211eb - docs: Fix UploadVerifyUpload/UploadStashFile hook docs by Thiemo Kreuz
  • git #e5e09b48 - Define date formats for Northern Sami (T223588) by Lucas Werkmeister
  • git #0bffecb8 - IP: Remove unused deprecated ::isValidBlock() method by Derick Alangi
  • git #4be202e5 - jobqueue: Remove duplicate property from DoubleRedirectJob by Thiemo Kreuz
  • git #65c42a60 - Simplify a few binary checks for bit 1 by Thiemo Kreuz
  • git #3a66680e - Simplify a few list() that only care about the first element by Thiemo Kreuz
  • git #e9044fe5 - Remove covers validator trait where it is not needed by Thiemo Kreuz
  • git #723db87d - Revert "Always validate uploads over api" (T223448) by Hashar
  • git #dfff6555 - Remove LegacyHookPreAuthenticationProvider class by Gergő Tisza
  • git #144f40a4 - Fix typo: namesapce by Niklas Laxström
  • git #79de0a4e - Use HTTPS instead of protocol relative for WMF links by Fomafix
  • git #a1389b60 - objectcache: restore a simple version of the apc.serializer check in APCUBagOStuff (T220470) by Aaron Schulz
  • git #855b1794 - Unstub $wgLang for PageContentLanguage hook (T214358) by Niklas Laxström
  • git #a9f59195 - Follow-up I2fef157c: Add missing getNamespaceInfo call to ContribsPager chain (T223440) by Alex Monk
  • git #634f0159 - Add notice that FOR UPDATE is incompatible with aggregates by Lucas Werkmeister
  • git #fb92bb21 - for two-stage dumps make the location of MWScript.php alterable (T204962) by Ariel T. Glenn
  • git #6c72a4d4 - ApiLogin: Remove the first example of outdated flow by Derk-Jan Hartman
  • git #09567cc3 - SearchResultSet: MW version number should be a string in wfDeprecated call by Derick Alangi
  • git #01c2e25f - Allow the request ID to be passed in via the `X-Request-Id` header (T201409) by Marko Obrovac
  • git #5deab781 - Don't allow completing a partial stash upload (T190988) by Matthias Mullie
  • git #616b6176 - jqueryMsg: Allow sneaking in non-qqx JavaScript messages in qqx mode (T222944) by Bartosz Dziewoński
  • git #1e5ff7f5 - Bind retry callback with correct this argument by Matthias Mullie
  • git #7630e2bd - localisation: Inject 'directory' option to LCStore classes (T218207) by Timo Tijhof
  • git #489370cf - Remove FileRepoStatus by Reedy
  • git #28432131 - Fix AbstractBlock param types in documentation by Thalia
  • git #facddc48 - SearchResult: MW version number should be a string in wfDeprecated call by Derick Alangi
  • git #460bcf81 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass (T219114) by James D. Forrester
  • git #c00c1f0b - title: Convert binary regexp to use Unicode code points by Thiemo Kreuz
  • git #2fcaf74b - Enable email in TemporaryPasswordPrimaryAuthenticationProviderTest by Umherirrender
  • git #8f1d9e17 - Enable email settings for ApiBlockTest::testBlockWithEmailBlock by Umherirrender
  • git #212d303e - Replace use of deprecated methods in Linker and SkinFactory classes by Derick Alangi
  • git #692dc53a - i18n: Drop number_of_watching_users_pageview, unused since wgPageShowWatchingUsers was dropped by James D. Forrester
  • git #757ab7b1 - i18n: Drop img-auth-nologinnWL, unused AFAICT by James D. Forrester
  • git #deefc675 - Follow-up 3535a5f327: Remove old CSS now caches have expired by James D. Forrester

Vendor

edit
  • git #75d2167f - Update wikimedia/at-ease from 1.2.0 to 2.0.0 by Reedy
  • git #084aa64b - Update guzzlehttp/psr7 from 1.5.0 to 1.5.2 by Reedy
  • git #57233037 - Update pear/pear-core-minimal from 1.10.7 to 1.10.9 by Reedy

Extensions

edit
  • git #f6214ff4 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

AbuseFilter

edit
  • git #291c35ce - Don't send empty array to Database::makeList (T222531) by Daimona Eaytoy
  • git #1c5accd9 - Remove problematic array type hint from hook handler by Thiemo Kreuz
  • git #aba489a1 - Add missing type hint to SpecialPage::execute() by Thiemo Kreuz
  • git #44632f21 - Temporarily catch another BadMethodCallException (T187153) by Daimona Eaytoy
  • git #311f68f6 - Upgrade PHPCS and phan by Daimona Eaytoy
  • git #c6f20a64 - Add missing limits to explode() calls by Thiemo Kreuz
  • git #3dece9ef - Make use of PHP's list() feature where possible by Thiemo Kreuz
  • git #fa3ce908 - Remove comments literally repeating what the code says by Thiemo Kreuz
  • git #f23905c4 - Remove call to deprecated User::isBlocked by Thalia
  • git #45166627 - Slightly improve degroup action, remove Phan suppressions by Daimona Eaytoy

ActiveAbstract

edit
  • git #fbd7a23f - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

AdvancedSearch

edit
  • git #892805be - Rename "Advanced parameters" panel to "Advanced search" (T194257) by tzhelyazkova
  • git #95172f31 - Improve documentation for adding fields. by Gabriel Birke
  • git #29b5ad8d - Selenium: add selenium-daily NPM script (T188742) by Željko Filipin
  • git #974f4ada - Fix TitleCache failing for strings that contain dots by Thiemo Kreuz
  • git #ed25ca45 - Restore user setting test in Hooks by Gabriel Birke

AntiSpoof

edit
  • git #41997ca7 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ApiFeatureUsage

edit
  • git #a55a0ece - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ArticleCreationWorkflow

edit
  • git #698171ea - build: Remove .gitkeep from folders tests/phan/stubs and /issues by Umherirrender
  • git #94405dc8 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ArticlePlaceholder

edit
  • git #1d642f06 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Babel

edit
  • git #b7cb6346 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

BetaFeatures

edit
  • git #6aebcc75 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

BounceHandler

edit
  • git #fb2dcbd5 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Calendar

edit
  • git #2cee299b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Campaigns

edit
  • git #b7d57900 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Capiunto

edit
  • git #046944ff - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

CategoryTree

edit
  • git #c15fc038 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #0bebd426 - ApiCategoryTree: Replace use of deprecated methods by Derick Alangi

CentralAuth

edit
  • git #fbf23bdb - Include 'user' table when running database tests by Umherirrender

CharInsert

edit
  • git #ebced1ee - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

CheckUser

edit
  • git #08a26dcf - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

CirrusSearch

edit
  • git #934c62cb - Dump completion suggester mapping & settings by David Causse
  • git #8979c297 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass by James D. Forrester
  • git #dd7b40c3 - Fix weird code in configureHighlightingForRegex by Stanislav Malyshev
  • git #7a735027 - Don't return null from InterwikiSearcher (T223449) by David Causse
  • git #d4c7c7f6 - Revert "Don't return null from InterwikiSearcher" by DCausse
  • git #ea829f11 - Don't return null from InterwikiSearcher (T223449) by David Causse
  • git #92490662 - Add missing limits to explode() calls by Thiemo Kreuz
  • git #fb053386 - Make use of PHP 7's ?? feature where it makes sense by Thiemo Kreuz
  • git #3fad7905 - Remove auto-generated documentation from constructors by Thiemo Kreuz
  • git #4c53360e - Use UUIDv4 for cirrussearch-request event ID. (T222966) by Petr Pchelko

Cite

edit
  • git #f1eda9b6 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

CiteThisPage

edit
  • git #e1192c5d - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Citoid

edit
  • git #967ddd3e - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

cldr

edit

Cognate

edit
  • git #7c88fb99 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #f3c7651e - Fix incompatible CacheUpdateJob signature by Thiemo Kreuz
  • git #dff1e746 - Make use of IDatabase::selectFieldValues() by Thiemo Kreuz
  • git #29f84a35 - Remove unused $key variables from foreach loops by Thiemo Kreuz

CodeEditor

edit
  • git #bb75af7b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

CodeMirror

edit
  • git #f3b60f57 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #d1a3e492 - Highlight match end tag with different capitalization (T179321) by Derk-Jan Hartman

CodeReview

edit

No changes for CodeReview

CollaborationKit

edit
  • git #6faf378f - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Collection

edit
  • git #d595edec - Prevent Undefined index: items in CollectionSuggestTemplate.php (T223742) by Reedy
  • git #5065ce08 - Move all functions into CollectionAjaxFunctions.php by Paladox
  • git #db1178f1 - Restore config descriptions, lost when moved to extension.json by Reedy
  • git #3299642a - Move most php files under includes/ by Reedy
  • git #351cab75 - Add extension-wip.json (T87899) by Reedy
  • git #9c3080e3 - Make use of the list() and ?? language features where possible by Thiemo Kreuz

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit
  • git #a46515f7 - Do not ignore message parameters (T222590) by Florian
  • git #91108698 - Improve error messages on deleteOldFancyCaptchas maintenance script by Umherirrender

CongressLookup

edit
  • git #fdd31697 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ContactPage

edit
  • git #ea40fc82 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ContentTranslation

edit
  • git #c5b3df70 - Define excluded namespaces for Content translation (T198205) by Santhosh Thottingal
  • git #1f0c15da - Show adaptation status for references (T203160) by Santhosh Thottingal
  • git #ba72885c - Use JS config to get user groups, not network call by petarpetkovic
  • git #a720860e - Don't create functions inside loops by petarpetkovic
  • git #16c7f13c - Exclude math formulas from MT abuse validation by petarpetkovic
  • git #847e4637 - Add horizontal padding to title input (T223700) by Ed Sanders
  • git #ae7bda6d - Simplify condition in mw.cx.ui.CategoryMultiselectWidget#onInputChoose by petarpetkovic
  • git #b958ae6d - Remove unused variable in Translation::save by petarpetkovic
  • git #e38542b4 - Fix broken check for typeof "undefined" by Thiemo Kreuz
  • git #a26acfb6 - Fix "namesapce" typo by petarpetkovic
  • git #f5cd3dc6 - Don't let ULS go outside viewport (T221950) by petarpetkovic
  • git #2d678338 - Correct popup position when changing publishing destination by petarpetkovic
  • git #c4863eec - Rename ext.cx.SourcePageSelector to mw.cx.SourcePageSelector by petarpetkovic
  • git #92832096 - Log 'need-review' only if the article was actually published by Amir Aharoni
  • git #a7b9da43 - Allow searching for titles in any namespace, if query has it (T198205) by Santhosh Thottingal
  • git #6bdf0e2c - Refactor mw.cx.SourcePageSelector by Santhosh Thottingal

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit
  • git #b07f615b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Dashiki

edit
  • git #31bf492b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Disambiguator

edit
  • git #ee19735a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

DismissableSiteNotice

edit
  • git #091baafd - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

DonationInterface

edit

DoubleWiki

edit
  • git #023a2032 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

DynamicSidebar

edit
  • git #b52858e2 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

EUCopyrightCampaign

edit
  • git #e8bc4821 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Echo

edit
  • git #e3ae1a62 - Revert "Make phan ignore JsonSerializable redefinition" (T223397) by Hashar
  • git #980e67d3 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass by James D. Forrester
  • git #b31119ea - Remove unused method EchoEvent::isDismissable() by Roan Kattouw
  • git #e446f8aa - Fix removeInvalidNotification script by Paladox

Elastica

edit
  • git #c167915c - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ElectronPdfService

edit
  • git #8c743e18 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

EntitySchema

edit
  • git #04c123e9 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #cdfadde2 - Add phan-taint-check-plugin by Umherirrender

EventBus

edit

EventLogging

edit
  • git #5fe517f9 - build: Remove PhanRedefinedInheritedInterface suppression (T223397) by Umherirrender
  • git #790f6523 - build: Update mediawiki/mediawiki-phan-config to 0.6.0 by Umherirrender

ExtensionDistributor

edit
  • git #5b10672b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ExternalGuidance

edit
  • git #db8e141e - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

FeaturedFeeds

edit
  • git #8c3ff829 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

FileExporter

edit
  • git #e2b43511 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #fcd180e2 - Enable DoubleQuoteUsage PHPCS sniff by Thiemo Kreuz

FileImporter

edit
  • git #d497e904 - Move knowledge about the API back to ApiDetailRetriever by Thiemo Kreuz
  • git #6dcc9389 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #8b248263 - Make CommonsHelperConfigRetriever an injectable service by Thiemo Kreuz
  • git #0b4aeb55 - Add pure unit test for SourceSite class by Thiemo Kreuz
  • git #d8f7a0c2 - More readable API query parameter assertions in tests by Thiemo Kreuz
  • git #58e6e521 - Add missing test case for FileImporterHooks by Thiemo Kreuz
  • git #53a66c88 - Extract duplicate code to MediaWikiSourceUrlParser trait by Thiemo Kreuz
  • git #0c38e0c5 - Replace a few hard to read array_key_exists with ?? by Thiemo Kreuz
  • git #363888a1 - Make ImportPlan::getInitialCleanedInfoText private by Thiemo Kreuz
  • git #d92a2825 - Use empty TextContent instead of mock in tests by Thiemo Kreuz
  • git #96b645ba - Remove MediaWikiTestCase from tests that don't need it by Thiemo Kreuz
  • git #647205bb - Fix deprecation warning on EditPage without context title by Thiemo Kreuz
  • git #9c036c74 - Disable all hooks in fragile/failing tests by Thiemo Kreuz
  • git #0aa7a91d - Make Media: namespace behave identical to File: namespace (T198584) by Thiemo Kreuz
  • git #77f9ed0f - Minor cleanup in HttpApiLookup by Thiemo Kreuz
  • git #03c974e1 - Introduce MediaWikiSourceUrlNormalizer by Thiemo Kreuz

FlaggedRevs

edit

Flow

edit

No changes for Flow

FundraiserLandingPage

edit
  • git #7055d739 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

FundraisingTranslateWorkflow

edit
  • git #e127bdca - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Gadgets

edit
  • git #47a47334 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #5f86ab90 - Add Serbian namespaces and extend aliases (T212586) by petarpetkovic

GeoCrumbs

edit
  • git #c2e564a8 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

GeoData

edit
  • git #e074c23f - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #85f57047 - Use list() and limit explode() where possible by Thiemo Kreuz
  • git #9325a7e7 - Remove misplaced auto-generated/copy-pasted constructor docs by Thiemo Kreuz

GettingStarted

edit
  • git #27a17055 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

GlobalBlocking

edit
  • git #93fca3e3 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

GlobalCssJs

edit
  • git #1041f7a2 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

GlobalPreferences

edit

No changes for GlobalPreferences

GlobalUsage

edit

GlobalUserPage

edit

No changes for GlobalUserPage

GoogleNewsSitemap

edit
  • git #06dfaf4d - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Graph

edit
  • git #3b6f8845 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

GrowthExperiments

edit
  • git #1c6ca87a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #4f2c9606 - Fixes TypeError: moduleActionData is null by Kosta Harlan
  • git #e2356f12 - SpecialHomepage: Don't fatal if tutorial title isn't set by Roan Kattouw

GuidedTour

edit
  • git #77995f28 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

GWToolset

edit

ImageMap

edit
  • git #8d795f2e - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

InputBox

edit
  • git #9be2206a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #025f373d - Use \u{00A0} instead of   (T154300) by Fomafix

Insider

edit
  • git #ddc0e251 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

intersection

edit

No changes for intersection

Interwiki

edit
  • git #d6ff0746 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

InterwikiSorting

edit
  • git #683dda6b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

JADE

edit

No changes for JADE

Josa

edit
  • git #4fe506e3 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

JsonConfig

edit

No changes for JsonConfig

Kartographer

edit

No changes for Kartographer

LabeledSectionTransclusion

edit
  • git #c63244e7 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

LandingCheck

edit
  • git #3d8d1376 - Move SpecialLandingCheck.php into includes folder by Umherirrender

LdapAuthentication

edit

No changes for LdapAuthentication

Linter

edit

No changes for Linter

LiquidThreads

edit
  • git #6b25c30f - classes: Type hint `$updater` parameter in onLoadExtensionSchemaUpdates (T223939) by Derick Alangi

Listings

edit
  • git #e6b1cd64 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

LocalisationUpdate

edit
  • git #4969967d - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

LoginNotify

edit
  • git #04aea491 - build: Remove .gitkeep from folder tests/phan/stubs by Umherirrender
  • git #f8306757 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

MapSources

edit
  • git #1c2e8eb6 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

MassMessage

edit
  • git #5b383165 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Math

edit

No changes for Math

MobileApp

edit
  • git #5a2ea6ef - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

MobileFrontend

edit
  • git #503d2f3d - 🐛 Bug: Fix util.js template API (T223927) by Nicholas Ray
  • git #09d191f0 - Hygiene: Move mustache files to templates directory by Derick Alangi
  • git #93b5e3bb - More tweaks to NPM scripts to make them compatible with Windows (T208143) by Bartosz Dziewoński
  • git #5c0ddd00 - Mobile VE: Add localisation messages for fake toolbar (T217784) by Bartosz Dziewoński
  • git #7544a39a - 🐛 Bug: Fix revisionLinkLabel text on SpecialMobileDiff page (T222437) by Nicholas Ray
  • git #afdfb654 - 💥 Breaking change: Remove mediawiki.template.hogan by jdlrobson

MultimediaViewer

edit
  • git #873a88e6 - Enlarge click regions of all icons in the main UI by Thiemo Kreuz
  • git #44ed1c69 - Fix typos in qqq.json by Simon Legner
  • git #646d871e - Make multiline text fields auto-size depending on the value by Thiemo Kreuz
  • git #6d042d7f - Show the hand mouse cursor on all "copy to clipboard" icons by Thiemo Kreuz
  • git #26fbcd60 - Do not clone CSS class names as well by Thiemo Kreuz
  • git #e1caa0f6 - Fix typos in code/comments by Simon Legner
  • git #feb56c0e - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #5be5afe0 - Fix copy share URL to clipboard (T223729) by Simon Legner
  • git #b23a32a4 - Remove SVG checks (T223649) by Simon Legner
  • git #51b31545 - Remove mentions of schema.* ResourceLoader modules (T223284) by Dan Andreescu
edit
  • git #7f4d61d8 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Newsletter

edit

NewUserMessage

edit
  • git #5c1634e5 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Nuke

edit
  • git #edd28192 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

OATHAuth

edit
  • git #3222fab2 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

OAuth

edit

OpenStackManager

edit
  • git #c99bc61d - Add method scope visibility for ApiBase::execute by Umherirrender

ORES

edit

PageAssessments

edit

PagedTiffHandler

edit
  • git #ff9e1617 - Minor optimizations on the code structure for readability by Thiemo Kreuz
  • git #1e35b4f5 - Remove experimental TiffReader.php by Umherirrender
  • git #1a0eb575 - Declare array before use by Umherirrender

PageImages

edit
  • git #8be55d3f - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

PageTriage

edit
  • git #fd12aa6a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

PageViewInfo

edit
  • git #e04c47b0 - Require MediaWiki 1.31 in extension.json for AutoloadNamespaces by Umherirrender
  • git #dd9627de - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #b9f12915 - Update extension.json to manifest v2 and PSR-4 by Gergő Tisza

ParserFunctions

edit
  • git #b3b9d5a5 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ParsoidBatchAPI

edit
  • git #65b6aebf - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

PdfHandler

edit
  • git #fd235dc2 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

PerformanceInspector

edit
  • git #78512818 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Petition

edit

No changes for Petition

Poem

edit
  • git #c6307cb1 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

PoolCounter

edit
  • git #bc2f0a39 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Popups

edit
  • git #ed06a6db - Docs: Remove incorrect documentation about LocalSettings in tests README by Adam Wight
  • git #b3fb2b58 - referencePreview: Replace `width: 0` with `display: none` by Thiemo Kreuz

ProofreadPage

edit

No changes for ProofreadPage

PropertySuggester

edit

No changes for PropertySuggester

QuickSurveys

edit
  • git #8b7cfe02 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Quiz

edit

No changes for Quiz

ReadingLists

edit

No changes for ReadingLists

edit
  • git #1961f3ac - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Renameuser

edit
  • git #79bb6b34 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

RevisionSlider

edit
  • git #0d1334c7 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #c75e84be - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
edit
  • git #99970480 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Score

edit
  • git #50c0bf89 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Scribunto

edit
  • git #efb73e9b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #2e79d0a7 - mw.uri: Support IP-Literal syntax (T223267) by Brad Jorsch

SearchExtraNS

edit
  • git #4fcdffdd - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

SecurePoll

edit

No changes for SecurePoll

Sentry

edit

No changes for Sentry

ShortUrl

edit
  • git #d7503aec - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

SiteMatrix

edit
  • git #3f1bf8d8 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #60f5e0b1 - Use an id attribute instead of an <a name=""> element as anchor by Fomafix

SkinPerPage

edit
  • git #a028a779 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

SpamBlacklist

edit
  • git #eefa6853 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #25e48133 - Remove not needed array type hint from hook handler by Thiemo Kreuz

SubPageList3

edit
  • git #c21734fc - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

SubpageSortkey

edit
  • git #39a0b0c8 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

SyntaxHighlight_GeSHi

edit
  • git #1d1ea0a9 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TemplateData

edit
  • git #ecab0b8d - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TemplateSandbox

edit
  • git #002680ba - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TemplateStyles

edit
  • git #08b0b6fb - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #7a6d9949 - Avoid using $wgContLang by Max Semenik

TemplateWizard

edit
  • git #667bbf0d - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TextExtracts

edit
  • git #081e8e6b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Thanks

edit
  • git #496abf6a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TimedMediaHandler

edit
  • git #39bb12c8 - Remove responsive-layout module (T100106) by Derk-Jan Hartman
  • git #f6b16d05 - Remove 'UnitTestList' hook (T189894) (T142121) by Derk-Jan Hartman
  • git #c766d5f3 - build: Upgrade grunt-banana-checker from 0.6.0 to 0.7.1 and make pass by James D. Forrester
  • git #cf3a6e80 - Fix type hinting about DOM\Cue by Umherirrender
  • git #fad780e1 - InstantCommons: We need origin=* for CORS by Derk-Jan Hartman
  • git #7ffe3a9e - TimedText: Use prefixed db key for the url by Derk-Jan Hartman
  • git #5f2750ce - Rename ApiTestCaseVideoUpload to ApiVideoUploadTestCase (T189894) by James D. Forrester
  • git #f4adb662 - VideoJS: Provide CY and OC languageScripts by James D. Forrester
  • git #8ce8a9d8 - Player controls: Hide info button on file page (T223531) by Derk-Jan Hartman
  • git #ef42fd4d - WebMHandler: Check for Matroska ID3 comment field existing before reading (T223445) by James D. Forrester
  • git #61d3abf3 - TextHandler: Unbreak parsing API texttrack results (T222762) by Derk-Jan Hartman

timeline

edit
  • git #8caf5f51 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TitleBlacklist

edit
  • git #c2cfae5a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TocTree

edit

TorBlock

edit
  • git #132e2a40 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #3a56ccf7 - maintenance: Use $this->addDescription() instead of accessing member directly by Derick Alangi

Translate

edit
  • git #f0eb5d73 - Fix incorrect link to the message on translate editor (T222588) by Abijeet
  • git #bb552c0e - Use the /i case-insensitive feature in regular expressions by Thiemo Kreuz
  • git #545a54bf - Add loaders to load and cache MessageGroups separately (T213802) by Abijeet
  • git #3c245e3f - Make use of the ?? operator from PHP 7 where possible by Thiemo Kreuz
  • git #05f2e571 - Make use of shorter language features like .= and array_combine() by Thiemo Kreuz
  • git #3f876758 - Fix broken assertArrayEquals() calls in MessageGroupBaseTest by Thiemo Kreuz
  • git #6e6d5739 - Streamline some code utilizing PHPs array_slice() feature by Thiemo Kreuz

TranslationNotifications

edit

TrustedXFF

edit
  • git #522562a3 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

TwoColConflict

edit

No changes for TwoColConflict

UniversalLanguageSelector

edit
  • git #ede9c683 - Update jquery.ime from upstream by Amir Aharoni
  • git #0bf89d19 - Update jquery.uls from upstream by Amir Aharoni
  • git #c705ac9c - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #760674d9 - Add type hints to used objects and arrays in hooks by Fomafix
  • git #85d8175e - Update jquery.ime from master by Amir Aharoni
edit
  • git #762e275b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

UploadWizard

edit
  • git #cb044cdf - build: Update mediawiki/mediawiki-phan-config to 0.6.0 by Umherirrender

UrlShortener

edit
  • git #3fff626d - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #1a78ab08 - Add copy to clipboard button (T219862) by Ed Sanders
  • git #c2bc9abc - i18n: Sort JSON files by key name by Ed Sanders

UserMerge

edit
  • git #ed07e691 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

VipsScaler

edit

No changes for VipsScaler

VisualEditor

edit
  • git #222ada6a - VisualEditorHooks: Mark the 'preview' parameter as unsupported (T195914) by Bartosz Dziewoński
  • git #b9835f75 - Check if page is really editable and call #setReadOnly accordingly (T111217) (T173763) (T217217) by Bartosz Dziewoński
  • git #d3d87489 - CollabTarget: Disable nullSelectionOnBlur, as per ArticleTarget by Ed Sanders
  • git #b6704010 - Automatically add a template when chosen from the autocomplete list by Ed Sanders
  • git #47af04b8 - MobileCollabTarget: Cleanup toolbar by Ed Sanders
  • git #3285b7db - Initialize $restbaseHeaders to null (T223281) by Ed Sanders

Wikibase

edit

WikibaseCirrusSearch

edit
  • git #1804cf66 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

WikibaseLexeme

edit
  • git #c8c07247 - Port WikibaseLexeme senses.feature Selenium tests from Ruby to Node.js (T221647) by Greta Doçi
  • git #44d08eaf - Port WikibaseLexeme forms.feature Selenium tests from Ruby to Node.js (T221644) by rosalie
  • git #040ca035 - Removed already ported test from the forms.feature file (T221644) by rosalie

WikibaseLexemeCirrusSearch

edit

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

edit

WikibaseQualityConstraints

edit

No changes for WikibaseQualityConstraints

Wikidata.org

edit
  • git #26d25fdc - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

WikidataPageBanner

edit

WikiEditor

edit
  • git #1a39fb81 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #f501cdc9 - Search: Add option to search whole words (T24478) by Derk-Jan Hartman
  • git #7d611217 - Remove mentions of schema.* ResourceLoader modules (T223286) by Dan Andreescu

wikihiero

edit
  • git #12eede78 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

WikiLove

edit

WikimediaBadges

edit
  • git #d9750b31 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

WikimediaEditorTasks

edit
  • git #68815a14 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

WikimediaEvents

edit
  • git #32a9eb4b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #ef8bf27b - Remove mentions of schema.* ResourceLoader modules (T223285) by Dan Andreescu
  • git #fb74ecef - Remove the PHP7 beta feature; open the sampling to logged-in users too. (T219128) by Giuseppe Lavagetto

WikimediaIncubator

edit
  • git #3da6efc0 - Make SpecialSearchWiki::strip static by Umherirrender
  • git #0d6276c8 - Fix result format of the getUserPermissionsErrors hook by Umherirrender
  • git #414ee93f - Declare array before use by Umherirrender

WikimediaMaintenance

edit

No changes for WikimediaMaintenance

WikimediaMessages

edit
  • git #e163b27a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

XAnalytics

edit
  • git #a72f969a - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

ZeroBanner

edit

No changes for ZeroBanner

ZeroPortal

edit

No changes for ZeroPortal

Skins

edit

CologneBlue

edit

No changes for CologneBlue

EUCopyrightCampaignSkin

edit
  • git #21a54a2e - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

MinervaNeue

edit

MonoBook

edit
  • git #f8b08d09 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Modern

edit
  • git #3cb0e91b - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Nostalgia

edit

Timeless

edit
  • git #c1e7106d - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
  • git #999ed409 - Preserve standard username label to allow customisation (T215822) by Isarra

Vector

edit
  • git #be1a6701 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester

Total Changes

edit

385 Changes in 163 repos by 65 authors