MediaWiki 1.34/wmf.6/Changelog
Core changes
edit- git #193636c3 - Correct autonym for rmy (Vlax Romani) (task 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 (task 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 (task T222857) by Timo Tijhof
- git #8f033911 - Turn logout link into a POST API call with refresh (task T25227) by Amir Sarabadani
- git #e2273bcd - Remove useless use of current and end (task 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 (task 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" (task 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 (task T220470) by Aaron Schulz
- git #855b1794 - Unstub $wgLang for PageContentLanguage hook (task T214358) by Niklas Laxström
- git #a9f59195 - Follow-up I2fef157c: Add missing getNamespaceInfo call to ContribsPager chain (task 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 (task 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 (task T201409) by Marko Obrovac
- git #5deab781 - Don't allow completing a partial stash upload (task T190988) by Matthias Mullie
- git #616b6176 - jqueryMsg: Allow sneaking in non-qqx JavaScript messages in qqx mode (task 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 (task 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 (task 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
edit3D
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 (task 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 (task 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" (task T194257) by tzhelyazkova
- git #95172f31 - Improve documentation for adding fields. by Gabriel Birke
- git #29b5ad8d - Selenium: add selenium-daily NPM script (task 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 (task T223449) by David Causse
- git #d4c7c7f6 - Revert "Don't return null from InterwikiSearcher" by DCausse
- git #ea829f11 - Don't return null from InterwikiSearcher (task 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. (task 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- git #bbc13b11 - Add 8 languages to be used by structured data but not in CLDR (task T151269) by Siebrand Mazeland
- git #a5b53f08 - Define local language name for Pite Sami (task T223539) by Lucas Werkmeister
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 (task T179321) by Derk-Jan Hartman
CodeReview
editNo 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 (task 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 (task T87899) by Reedy
- git #9c3080e3 - Make use of the list() and ?? language features where possible by Thiemo Kreuz
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
edit- git #a46515f7 - Do not ignore message parameters (task 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 (task T198205) by Santhosh Thottingal
- git #1f0c15da - Show adaptation status for references (task 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 (task 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 (task 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 (task T198205) by Santhosh Thottingal
- git #6bdf0e2c - Refactor mw.cx.SourcePageSelector by Santhosh Thottingal
ContributionTracking
editNo 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- git #885b0f10 - Remove obsolete MX cash payment method by Elliott Eggleston
- git #1e98de27 - Delete unused strings (task T167806) by Elliott Eggleston
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" (task 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- git #4a15e345 - Allow configuring the event destination per streeam. (task T222822) by Petr Pchelko
EventLogging
edit- git #5fe517f9 - build: Remove PhanRedefinedInheritedInterface suppression (task 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 (task T198584) by Thiemo Kreuz
- git #77f9ed0f - Minor cleanup in HttpApiLookup by Thiemo Kreuz
- git #03c974e1 - Introduce MediaWikiSourceUrlNormalizer by Thiemo Kreuz
FlaggedRevs
edit- git #6d6fa607 - Move $wgAjaxExportList back to FlaggedRevs.php by Kunal Mehta
- git #bab8ea77 - Simplify MessagesDirs declaration by Kunal Mehta
- git #9bcb0c89 - Use RecentChange::getAttribute instead of property access by Umherirrender
- git #d3259c2b - Some more extension registration (task T87915) by Reedy
- git #526fbe43 - Partial conversion to extension.json (task T87915) by Reedy
- git #c5158743 - Fix phan on master by Amir Sarabadani
- git #cfa51228 - Remove unused images by Amir Sarabadani
Flow
editNo 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 (task 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
editNo changes for GlobalPreferences
GlobalUsage
edit- git #d27a09cd - Add phan by Umherirrender
GlobalUserPage
editNo 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- git #07de02a2 - Add phan by Umherirrender
- git #bd1298cc - Remove unused property from MediawikiTemplate class by Thiemo Kreuz
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 (task 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
editNo 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
editNo 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
editNo changes for JsonConfig
Kartographer
editNo 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
editNo changes for LdapAuthentication
Linter
editNo changes for Linter
LiquidThreads
edit- git #6b25c30f - classes: Type hint `$updater` parameter in onLoadExtensionSchemaUpdates (task 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
editNo 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 (task 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 (task T208143) by Bartosz Dziewoński
- git #5c0ddd00 - Mobile VE: Add localisation messages for fake toolbar (task T217784) by Bartosz Dziewoński
- git #7544a39a - 🐛 Bug: Fix revisionLinkLabel text on SpecialMobileDiff page (task 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 (task T223729) by Simon Legner
- git #b23a32a4 - Remove SVG checks (task T223649) by Simon Legner
- git #51b31545 - Remove mentions of schema.* ResourceLoader modules (task T223284) by Dan Andreescu
NavigationTiming
edit- git #7f4d61d8 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
Newsletter
edit- git #8e4a4c4b - Split API messages to a separate file (task T189982) by artrix
- git #46a3d48e - Move NewsletterHooks.php into includes folder by Umherirrender
- git #684fae82 - Selenium: change versions of webdriverio related packages (task T212558) (task T210506) by Tony Thomas
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- git #578b2e63 - Add "OAuth CID: $consumerId" tag to patrol log (task T219655) by Lucas Werkmeister
OpenStackManager
edit- git #c99bc61d - Add method scope visibility for ApiBase::execute by Umherirrender
ORES
edit- git #bb40ae17 - Use MediaWikiTestCase::assertSelect by Umherirrender
- git #31b76b7a - Add phan by Umherirrender
PageAssessments
edit- git #42b8a752 - Add phan by Umherirrender
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
editNo 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
editNo changes for ProofreadPage
PropertySuggester
editNo 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
editNo changes for Quiz
ReadingLists
editNo changes for ReadingLists
RelatedArticles
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
RSS
edit- git #c75e84be - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
SandboxLink
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 (task 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
editNo changes for SecurePoll
Sentry
editNo 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 (task T100106) by Derk-Jan Hartman
- git #f6b16d05 - Remove 'UnitTestList' hook (task T189894) (task 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 (task 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 (task T223531) by Derk-Jan Hartman
- git #ef42fd4d - WebMHandler: Check for Matroska ID3 comment field existing before reading (task T223445) by James D. Forrester
- git #61d3abf3 - TextHandler: Unbreak parsing API texttrack results (task 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- git #b0546763 - Add phan by Umherirrender
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 (task 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 (task 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- git #ffd6e021 - Add phan by Umherirrender
- git #87f04517 - Use namespaced SiteMatrix::class by Umherirrender
- git #a3ee08dd - Declare array before use by Umherirrender
TrustedXFF
edit- git #522562a3 - build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 by James D. Forrester
TwoColConflict
editNo 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
UploadsLink
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 (task 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
editNo changes for VipsScaler
VisualEditor
edit- git #222ada6a - VisualEditorHooks: Mark the 'preview' parameter as unsupported (task T195914) by Bartosz Dziewoński
- git #b9835f75 - Check if page is really editable and call #setReadOnly accordingly (task T111217) (task T173763) (task 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 (task T223281) by Ed Sanders
Wikibase
edit- git #6313e1e7 - termbox: use latest (task T223542) by Pablo Grass
- git #257e1049 - Get ability to disable user-specific SSR (task T218086) by bitPogo
- git #9169bccc - Add phpdoc comments by Lucas Werkmeister
- git #be0144ec - Commit after each term rebuild by Lucas Werkmeister
- git #8f873d21 - Check for successful commit + wait for replication by Lucas Werkmeister
- git #c70c9bd7 - termbox: use latest (task T222695) (task T222697) (task T222698) (task T223437) (task T222698) (task T222696) by Pablo Grass
- git #ec1e16c3 - Use correct validator and provide error messages (task T223311) by Michael Große
- git #f6537bbe - Allow set aliases to empty with wbeditentity (task T223312) by Michael Große
- git #ce03d7fc - Typehint against ILBFactory instead of LBFactory by Lucas Werkmeister
- git #ac663cec - Change Maintenance::error() to fatalError() by Lucas Werkmeister
- git #2068b1db - Rename method to better reflect actual function (task T223312) by Michael Große
- git #e0905696 - Script to populate new item term persistence (task T221564) by Jeroen De Dauw
- git #a3573bb8 - TermboxRemoteRenderer add stats logging (task T215913) by Thomas Arrow
- git #d2b36e60 - TermboxRemoteRenderer: Add failure logging to Wikibase channel (task T215913) by Thomas Arrow
- git #4dcdcdb4 - Add "anonymous edit warning" messages for the new termbox (task T222698) by Jakob Warkotsch
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 (task T221647) by Greta Doçi
- git #44d08eaf - Port WikibaseLexeme forms.feature Selenium tests from Ruby to Node.js (task T221644) by rosalie
- git #040ca035 - Removed already ported test from the forms.feature file (task T221644) by rosalie
WikibaseLexemeCirrusSearch
editNo changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
edit- git #3bf83c8d - Show anon warning only once (task T223321) by Matthias Mullie
- git #f2e7b757 - Ensure wikidata icon remains aligned with property link (task T223655) by Eric Gardner
- git #1398dfd0 - Add the mediainfo-term right to the editpage grant (task T223638) by Sam Wilson
- git #c1bef6c4 - Captions mobile improvements (task T223432) by Eric Gardner
- git #c3e7dd03 - Mobile fixes (task T221658) (task T222107) by Matthias Mullie
- git #930a1dfa - Remove auto-generated docs on constructors by Thiemo Kreuz
- git #96444a44 - Revert "Revert "Make Edit/Cancel buttons consistent between panels"" by Matthias Mullie
- git #e7848eb0 - Allow ItemInputWidget be used for properties (task T219378) by Cormac Parle
WikibaseQualityConstraints
editNo 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- git #b305721c - Language convert all input 'magic word' parameters (task T217501) by YiFei Zhu
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 (task T24478) by Derk-Jan Hartman
- git #7d611217 - Remove mentions of schema.* ResourceLoader modules (task 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- git #20b7dfa3 - Add phan by Umherirrender
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 (task T223285) by Dan Andreescu
- git #fb74ecef - Remove the PHP7 beta feature; open the sampling to logged-in users too. (task 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
editNo 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
editNo changes for ZeroBanner
ZeroPortal
editNo changes for ZeroPortal
Skins
editCologneBlue
editNo 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- git #39a20784 - Minerva shouldn't call Skin::getNewTalks() twice by Piotr Miazga
- git #6905b85d - Provide IMenuEntry interface (task T1221792) by Piotr Miazga
- git #6c70498e - Hygiene: Deduplicate MenuEntry uniqness check code (task T221792) by Piotr Miazga
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- git #c9652204 - Fix deprecation warnings by Max Semenik
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 (task 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
edit385 Changes in 163 repos by 65 authors