MediaWiki 1.32/wmf.1/Changelog
Core changes
[edit]- git #73150475 - Update git submodules by Gerrit Code Review
- git #090e19f8 - rdbms: improve log warnings in runMasterPostTrxCallbacks() (task T191282) by Krinkle
- git #1de2db9e - Update git submodules by Gerrit Code Review
- git #06559d51 - Update git submodules by Gerrit Code Review
- git #a3bd5b1d - Update git submodules by Gerrit Code Review
- git #893a32f7 - Update git submodules by Gerrit Code Review
- git #5ad0e6d0 - Update git submodules by Gerrit Code Review
- git #4547f419 - Update git submodules by Gerrit Code Review
- git #8b94385c - Revert "wikibits: Remove redundant stubs for document.write" (task T193191) by Jforrester
- git #02f447dc - Add a module for ArticleCreationWorkflow (task T192455) by Max Semenik
- git #c3b15ef5 - Update git submodules by Gerrit Code Review
- git #5a0cd001 - Update git submodules by Gerrit Code Review
- git #3da2f69b - mw.special.apisandbox: Offer to fill in token when not given by Bartosz Dziewoński
- git #b60f6c61 - Remove onhashchange fallback code by Ed Sanders
- git #cff73e6b - Add "developer tools" preferences section (task T129322) by Gilles Dubuc
- git #a87253c3 - Improve docs for Enotif-related settings by Krinkle
- git #19b71ac2 - rdbms: remove deprecated getLaggedSlaveMode() method alias by Aaron Schulz
- git #e420790f - Make populateRevisionLength fix rows with ar_len = 0. (task T192189) by daniel
- git #40528520 - RELEASE-NOTES: Fix typo in CSSMin release note (task T189375) by Timo Tijhof
- git #766cdc94 - Use CONN_TRX_AUTO in WikiPage speculative revision ID callback by Krinkle
- git #c058bc4a - Add release notes for CSSMin bug fix by Timo Tijhof
- git #628a3a9b - rdbms: make sure cpPosIndex cookie is applied to LBFactory in time (task T192611) by Krinkle
- git #83425bd0 - build: Switch QUnit package from deprecated 'qunitjs' to 'qunit' by Timo Tijhof
- git #c0600fd2 - selenium: Abstract test command behind 'npm run' (task T179190) by Timo Tijhof
- git #e1c56be8 - jquery.tablesorter: References ignored in sortkey. (task T29745) by TheDJ
- git #8ad7cd92 - Fix typo: bytePointLimit -> byteLimit by Ed Sanders
- git #ba08a914 - Remove cssclass in the favor of 'type' => 'user' (task T192694) by Jayprakash12345
- git #c4ea24b5 - Add Gorontalo language file (task T189127) by Sébastien Santoro
- git #9a1aa255 - Fix width of OOUI TextInputWidget with .mw-editfont-... classes (task T192373) by Bartosz Dziewoński
- git #7f2c6c40 - wikibits: Remove redundant stubs for document.write (task T192623) by Timo Tijhof
- git #9d429317 - HTMLForm: Remove usage of HTMLForm::setSubmitProgressive (task T191586) by VolkerE
- git #4a8c0bbd - Remove cssclass in the favor of 'type' => 'user' (task T192694) by Jayprakash12345
- git #a25de4f6 - MessagesEs.php: add non-camelcase names to some special page names by MarcoAurelio
- git #3849c589 - ParserTestRunner: Fix some documentation types by Umherirrender
- git #c7c76124 - userrights: Add array typehints to SpecialUserrights methods (task T182377) by Krinkle
- git #247fd2f6 - Remove EDIT_TOKEN_SUFFIX constant by Krinkle
- git #8f8b0de9 - OutputPage: Factor out CdnCacheEpoch logic and cover with tests (task T178629) by Timo Tijhof
- git #81804c66 - Special:ProtectedTitles: Use HTMLForm (task T117723) by Prateek Saxena
- git #b992b3ae - rdbms: make select() warn when FOR UPDATE is used with aggregation (task T160910) by Aaron Schulz
- git #0612ce28 - resourceloader: Disable ChronologyProtector on load.php (again) (task T192611) by Timo Tijhof
- git #20777d73 - rdbms: make cancelAtomic() handle callbacks and work with DBO_TRX by Aaron Schulz
- git #16f1dc75 - Don't pass USE INDEX to a $dbType parameter (task T192584) by Reedy
- git #0b5ff645 - Make getScopedLockAndFlush() in Category::refreshCounts non-blocking by Aaron Schulz
- git #434f280b - Deprecate $wgUseAjax in 1.31 by Jforrester
- git #1f24261d - Remove language as string for DateFormatter::getInstance by Krinkle
- git #e3ce482e - API: Fix PHP Warning for "count(): Parameter must be an array" (task T182377) by Krinkle
- git #1b115fd0 - Introduce SqlBlobStore::makeAddressFromTextId by Anomie
- git #f1d0d364 - Add $wgJpegQuality to control jpg thumb quality (task T192248) by Ryan Schmidt
- git #645d96b0 - Fix and improve PHPDoc type hints in FileBackend and FileRepo by Thiemo Kreuz
- git #83503299 - Avoid warnings in ObjectCache::newWANCacheFromParams if "channels" is not set" (task T192473) by EddieGP
- git #de75c4e6 - Avoid triggering Category::refreshCounts() on HTTP GET requests by Aaron Schulz
- git #c751f05d - Hard-deprecate wfUsePHP() by Max Semenik
- git #686de257 - Hard-deprecate wfCountDown() by Max Semenik
- git #f4668d6c - Remove deprecated function wfShellExecDisabled() by Max Semenik
- git #0f503205 - Remove deprecated function wfInitShellLocale() by Max Semenik
- git #de6dab71 - Remove $wgScriptExtension (deprecated and ignored since 1.25) by Timo Tijhof
- git #5a72695c - Remove $wgSiteSupportPage (task T192467) by Krinkle
- git #9ded02ec - API: Remove 1e3>1 test case from ApiBaseTest (task T192425) by Krinkle
- git #3fc98b9c - Avoid locking aggregated SELECT in Category::refresh by Aaron Schulz
- git #5155d0e0 - Fix supported mysql version in RELEASE-NOTES by Reedy
- git #0b593253 - jquery.makeCollapsible: Only add '[' ']' to autogenerated toggles (task T192140) by Bartosz Dziewoński
- git #040d5b25 - Fix handling of ar_length and ar_sha1 in RevisionArchiveRecord. (task T192189) by daniel
- git #90421049 - Follow-up 2c74b043568e: Restore use of 'clearyourcache' message (task T191800) by Jforrester
- git #5333d63c - CSSMin: Fix breaking of quoted urls with outer spacing (task T189375) by Thiemo Kreuz (WMDE)
- git #6186f4fa - Special:ProtectedPages: Convert to OOUI (task T117722) by VolkerE
- git #f9e9a966 - Sync PG version in INSTALL by Max Semenik
- git #e6b6920c - Fix PHPDoc type hints in CacheTime, ParserOptions, and related by Thiemo Kreuz (WMDE)
- git #96de342c - Replace recently introduced mediawiki/at-ease calls by Reedy
- git #64898738 - Swap mediawiki/at-ease for wikimedia/at-ease by Reedy
- git #21551d2d - Reduce some nesting in CryptRand.php by Reedy
- git #fd8a4c70 - installer: Clean up ext-dependency jQuery code by Timo Tijhof
- git #e9fbb832 - Special:PrefixIndex: Convert to HTMLForm (task T117726) by Prateek Saxena
- git #d37ee8e9 - installer: Open skin screenshot in new window by Timo Tijhof
- git #c5fad05e - Update CREDITS and .mailmap by Timo Tijhof
- git #f405a328 - build: Drop PHP 5 from Travis matrix by Timo Tijhof
- git #bf61efd8 - Deprecate $wgUseAjax, act as always-true by Krinkle
- git #225b462a - Drop deprecated EnableAPI and EnableWriteAPI settings (task T115414) by Krinkle
- git #376ef66e - CREDITS bump (task T191090) by James D. Forrester
- git #a268b03c - Update OOUI to v0.26.4 by James D. Forrester
- git #e912be73 - skins: Remove MediaWikiI18N class and QuickTemplate::setTranslator (task T186090) by Timo Tijhof
- git #6fe856c4 - WebStart: Remove deprecated $wgRequestTime (task T189966) by Krinkle
- git #5c94aed0 - Setup: Move mbstring.func_overload from WebStart to Setup (task T189966) by Timo Tijhof
- git #3aa0b056 - WebStart: Remove redundant unset() for $IP (task T189966) by Krinkle
- git #7efb7f35 - RELEASE-NOTES: Add note for StartProfiler deprecation by Timo Tijhof
- git #93ab33e9 - Special:Statistics: Be consistent in having ' (list of members)' after each row by Krinkle
- git #353f09fa - resourceloader: Disable a flaky MessageBlobStoreTest case (task T176097) by Timo Tijhof
- git #8b1a3ddd - Prepare for REL1_31 cut, labelling master as 1.32-alpha by Krinkle
- git #c6b668c2 - Do not start explicit transaction rounds for RecentChangesUpdateJob by Aaron Schulz
- git #fd1e608c - rdbms: remove "m" prefix from LoadBalancer comments by Aaron Schulz
- git #2e3dcdab - Migrate PurgeJobUtils callback to AutoCommitUpdate by Aaron Schulz
- git #de979355 - mw.widgets.visibleLengthLimit: Apply number conversion to the limit by Bartosz Dziewoński
- git #f449e1ce - Fix bad archive file names in ImportableUploadRevisionImporter (task T176871) by Thiemo Kreuz
Vendor
[edit]- git #d648fa69 - Swap mediawiki/at-ease for wikimedia/at-ease by Reedy
- git #252a0b7f - Update OOUI to v0.26.4 by Volker E
Extensions
[edit]3D
[edit]No changes for 3D
AbuseFilter
[edit]- git #60460c4a - Follow-up 392f37d516501fd: fix undefined index notice by Jforrester
- git #c27c7679 - Don't use an empty string for block parameters (task T189681) by Daimona Eaytoy
- git #fa413d43 - Use the old textarea if JavaScript is disabled (task T192241) by Huji
- git #392f37d5 - Filter parameters when loading/editing them (task T189681) by Huji
- git #f84b7f71 - Remove unused wgTitle + remove exception from PHPCS (task T178007) by Daimona Eaytoy
- git #3c3a521f - Fix coding conventions exclusion rules (task T178007) by Daimona Eaytoy
- git #f990b07b - Update at-ease calls (task T187037) by Reedy
ActiveAbstract
[edit]No changes for ActiveAbstract
AdvancedSearch
[edit]- git #929b0fd8 - Remove all QUnit assert.expect() by Timo Tijhof
- git #914708c4 - Make another modification to the placeholder and infotext. (task T189377) by aniansson
AntiSpoof
[edit]No changes for AntiSpoof
ApiFeatureUsage
[edit]No changes for ApiFeatureUsage
ArticleCreationWorkflow
[edit]No changes for ArticleCreationWorkflow
ArticlePlaceholder
[edit]- git #4c896b95 - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
Babel
[edit]No changes for Babel
BetaFeatures
[edit]No changes for BetaFeatures
BounceHandler
[edit]No changes for BounceHandler
Calendar
[edit]No changes for Calendar
Campaigns
[edit]No changes for Campaigns
Capiunto
[edit]No changes for Capiunto
CategoryTree
[edit]- git #6684f62b - Simplify by using Xml::element by Fomafix
CentralAuth
[edit]- git #b02fe91b - Add newlines for consistency and clarity by Krinkle
- git #ccbaa862 - Add GrantPermissions with centralauth-lock, centralauth-oversight (task T192025) by rxy
CharInsert
[edit]No changes for CharInsert
CheckUser
[edit]No changes for CheckUser
CirrusSearch
[edit]- git #cac3a4a7 - build: Fix path of excluded folder in Gruntfile.js by Umherirrender
- git #ed45717e - Don't use empty to check empty array by David Causse
- git #be5c9313 - Do not propagate Elastica doc modifications out of DataSender (task T192609) by David Causse
- git #956200f2 - Remove unnecessary global variable reference by Erik Bernhardson
- git #0d7d7e9f - Introduce CrossSearchStrategy (task T190132) by David Causse
- git #7ca513c2 - Add KeywordFeature::parseValue (task T190132) by David Causse
- git #b40e092c - Don't suppress warnings when keywords failed (task T188350) by Stanislav Malyshev
- git #e2bcd271 - Decode category names received form the DB (task T192270) by Stanislav Malyshev
- git #142007c2 - Add WarningCollector by David Causse
- git #d80b4d79 - Reduce dependency on SearchContext by David Causse
Cite
[edit]- git #5ca090c6 - Clean up backwards-compatibility code by MGChecker
CiteThisPage
[edit]No changes for CiteThisPage
Citoid
[edit]No changes for Citoid
cldr
[edit]No changes for cldr
Cognate
[edit]No changes for Cognate
CodeEditor
[edit]No changes for CodeEditor
CodeMirror
[edit]- git #31a99a2b - Use CM API for setting document direction (task T191923) by Niharika29
- git #d4d92f92 - Never load ext.CodeMirror on RTL pages (task T191923) by Jforrester
- git #7d99bbef - Remove 'Try syntax highlighting' popup for all users (task T191297) by MusikAnimal
CodeReview
[edit]No changes for CodeReview
CollaborationKit
[edit]No changes for CollaborationKit
Collection
[edit]No changes for Collection
CommonsMetadata
[edit]No changes for CommonsMetadata
ConfirmEdit
[edit]No changes for ConfirmEdit
ContactPage
[edit]No changes for ContactPage
ContentTranslation
[edit]- git #69e51ff3 - Update notification icon to latest design (task T183749) by jenkins-bot
- git #ba367f28 - Show invalid title error (task T191349) by jenkins-bot
- git #b625f8e8 - Add helpful methods in ve.dm.CXSectionNode and refactor by jenkins-bot
- git #597c9802 - Machine translation toolbar (task T188247) by jenkins-bot
- git #0cdffdb1 - Fix bad spacing in composer.json by Umherirrender
- git #84044244 - Mark cxsave and cxpublish APIs internal by jenkins-bot
- git #cba248ad - Reduce tools column jump on wide breakpoint by jenkins-bot
ContributionTracking
[edit]No changes for ContributionTracking
CreditsSource
[edit]No changes for CreditsSource
Dashiki
[edit]No changes for Dashiki
DisableAccount
[edit]No changes for DisableAccount
Disambiguator
[edit]- git #6f8e5f42 - Update extensions to take advantage of parser test autodiscovery (task T170037) by Krinkle
DismissableSiteNotice
[edit]No changes for DismissableSiteNotice
DonationInterface
[edit]No changes for DonationInterface
DoubleWiki
[edit]No changes for DoubleWiki
DynamicSidebar
[edit]No changes for DynamicSidebar
Echo
[edit]No changes for Echo
EducationProgram
[edit]- git #3403bad9 - Replace use of deprecated window.gM() with mw.msg() (task T135151) by Krinkle
Elastica
[edit]No changes for Elastica
ElectronPdfService
[edit]No changes for ElectronPdfService
EventBus
[edit]- git #ca5ae16d - Set the correct domain name when creating event for a foreign wiki (task T192363) by Krinkle
EventLogging
[edit]No changes for EventLogging
ExtensionDistributor
[edit]No changes for ExtensionDistributor
FeaturedFeeds
[edit]No changes for FeaturedFeeds
FileExporter
[edit]No changes for FileExporter
FileImporter
[edit]- git #0493b931 - Add missing test case for 100% File/TextRevision coverage by Thiemo Kreuz
- git #b70c6d45 - Document hard-coded upper limits (task T191283) by Thiemo Kreuz
- git #6225e282 - Fix documentation and code flow issues as reported by PHPCS by Thiemo Kreuz
FlaggedRevs
[edit]- git #6faa5dbb - build: Updating mediawiki/mediawiki-codesniffer to 18.0.0 by Umherirrender
- git #2e54f249 - Remove __construct from phpunit tests by Umherirrender
- git #67a22272 - Fix api allowed params by Umherirrender
Flow
[edit]No changes for Flow
FundraiserLandingPage
[edit]No changes for FundraiserLandingPage
FundraisingTranslateWorkflow
[edit]No changes for FundraisingTranslateWorkflow
Gadgets
[edit]- git #399c6b01 - Add Euskara (eu) translations to Gadgets.namespaces by MarcoAurelio
GeoCrumbs
[edit]No changes for GeoCrumbs
GeoData
[edit]- git #fdbba3a2 - [cirrus] Reduce dependency on SearchContext by David Causse
GettingStarted
[edit]- git #0b6516a0 - build: Bump devDependencies to latest by Umherirrender
Graph
[edit]No changes for Graph
GlobalBlocking
[edit]- git #c0543084 - Add globalblock to GrantPermissions (task T192024) by rxy
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]- git #4142534d - Cache global preferences in Memcached by Max Semenik
- git #6bb3692d - Don't use static cache by Max Semenik
- git #bd901572 - Add runtime cache for central IDs (task T190425) by Sam Wilson
- git #0049baa2 - Hook into cleanupPreferences.php to prevent deletion of local exceptions (task T188966) by Samwilson
GlobalUsage
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]No changes for GlobalUserPage
GoogleNewsSitemap
[edit]No changes for GoogleNewsSitemap
GuidedTour
[edit]No changes for GuidedTour
GWToolset
[edit]- git #04b56926 - Drop references to EnableWriteAPI, removed from MW (task T115414) by James D. Forrester
ImageMap
[edit]No changes for ImageMap
InputBox
[edit]No changes for InputBox
Insider
[edit]No changes for Insider
intersection
[edit]No changes for intersection
Interwiki
[edit]No changes for Interwiki
InterwikiSorting
[edit]No changes for InterwikiSorting
JADE
[edit]No changes for JADE
Josa
[edit]No changes for Josa
JsonConfig
[edit]No changes for JsonConfig
Kartographer
[edit]- git #2bbc133a - MapFrame: Allow lang="local" to be passed by Catrope
- git #a00874bc - Make lang attribute work for static maps too (task T192187) by Roan Kattouw
- git #6e5d8801 - Fix JS error when creating new maps in VE by Roan Kattouw
- git #da7aed98 - Followup Ie6bdead6dcb: Improve sidebar styling and display (task T187919) by Moriel Schottlender
- git #09eec412 - Show pointer cursor on static maps (task T191080) by Stephane Bisson
LabeledSectionTransclusion
[edit]No changes for LabeledSectionTransclusion
LandingCheck
[edit]No changes for LandingCheck
LdapAuthentication
[edit]No changes for LdapAuthentication
Linter
[edit]No changes for Linter
LiquidThreads
[edit]No changes for LiquidThreads
Listings
[edit]No changes for Listings
LocalisationUpdate
[edit]No changes for LocalisationUpdate
LoginNotify
[edit]No changes for LoginNotify
MapSources
[edit]No changes for MapSources
MassMessage
[edit]No changes for MassMessage
Math
[edit]- git #6e28bf87 - Move php source files (task T126034) by Moritz Schubotz (physikerwelt)
- git #88546ae1 - Move phpunit test files (task T142120) by Moritz Schubotz (physikerwelt)
MobileApp
[edit]No changes for MobileApp
MobileFrontend
[edit]- git #66dc10b7 - Hygiene: remove unused styles in Watchlist (task T191454) by jdlrobson
- git #b6655620 - Hygiene: trim unused PageListItem template tag (task T191454) by Stephen Niedzielski
- git #54828731 - Fix: add missing Cucumber step (task T192454) by Niedzielski
- git #db6c944a - Don't type-hint against GlobalVarConfig by Krinkle
- git #3c2d31a0 - Fix extra arguments being passed to functions by Krinkle
MultimediaViewer
[edit]- git #6fe5419a - Fix documentation of title argument by Ed Sanders
MwEmbedSupport
[edit]- git #b72aaaab - Remove client tests for unsupported clients, deprecated in ea087c820 by James D. Forrester
NavigationTiming
[edit]- git #d50675af - ext.navigationTiming: Remove setInterval poll for loadEventEnd (task T192862) by Timo Tijhof
- git #ac9e10cd - Actually update schema revision (task T160315) by Timo Tijhof
- git #e227e88f - Add mediaWikiLoadEnd, remove mediaWikiLoadComplete (task T160315) by Timo Tijhof
- git #accae6d4 - ext.navigationTiming: Remove obsolete IE9 compat by Timo Tijhof
Newsletter
[edit]- git #328cbb2e - Remove usage of HTMLForm::setSubmitProgressive (task T191586) by VolkerE
- git #dcb8aa7b - Remove 'UnitTestList' hook (task T142120) by Jayprakash12345
NewUserMessage
[edit]No changes for NewUserMessage
Nuke
[edit]No changes for Nuke
OAuth
[edit]No changes for OAuth
OATHAuth
[edit]No changes for OATHAuth
ORES
[edit]No changes for ORES
OpenStackManager
[edit]No changes for OpenStackManager
PagedTiffHandler
[edit]- git #c641440b - Move selenium/ folder into tests/ folder by Umherirrender
PageAssessments
[edit]No changes for PageAssessments
PageImages
[edit]- git #bc4b81c7 - Adjust InitImageDataJob by Umherirrender
PageTriage
[edit]No changes for PageTriage
PageViewInfo
[edit]No changes for PageViewInfo
ParserFunctions
[edit]No changes for ParserFunctions
ParserMigration
[edit]- git #fe1f1afc - Move to new "developer tools" preferences section (task T129322) by Gilles Dubuc
ParsoidBatchAPI
[edit]No changes for ParsoidBatchAPI
PdfHandler
[edit]- git #51e623f7 - Fix for pdfinfo changes in poppler-utils 0.48 (task T117839) (task T193200) by Reedy
PerformanceInspector
[edit]No changes for PerformanceInspector
Petition
[edit]No changes for Petition
Poem
[edit]No changes for Poem
PoolCounter
[edit]No changes for PoolCounter
Popups
[edit]No changes for Popups
ProofreadPage
[edit]- git #8874cdd4 - Moves back the loading order of Page: pages editing interface customization to previous state (task T192199) by Tpt
PropertySuggester
[edit]- git #1924d171 - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
- git #2122de20 - Switch (back) to the MediaWiki CodeSniffer version 18 by Thiemo Kreuz
QuickSurveys
[edit]- git #efb715a6 - Remove unused hook handler by Umherirrender
Quiz
[edit]No changes for Quiz
ReadingLists
[edit]- git #8efdb5f7 - Add i18n messages for the browser extension (task T191817) (task T191846) by Michael Holloway
RelatedArticles
[edit]No changes for RelatedArticles
RelatedSites
[edit]No changes for RelatedSites
Renameuser
[edit]No changes for Renameuser
RevisionSlider
[edit]No changes for RevisionSlider
RSS
[edit]No changes for RSS
SandboxLink
[edit]No changes for SandboxLink
Scribunto
[edit]- git #f96af727 - Localize Scribunto namespaces into lfn (task T184516) by Martin Urbanec
- git #8fb65525 - Fix SyntaxHighlight incompatibility (task T109873) by Cindy Cicalese
- git #73f21a11 - Update at-ease calls (task T187037) by Reedy
Score
[edit]No changes for Score
SearchExtraNS
[edit]No changes for SearchExtraNS
SecurePoll
[edit]No changes for SecurePoll
Sentry
[edit]No changes for Sentry
ShortUrl
[edit]No changes for ShortUrl
SiteMatrix
[edit]No changes for SiteMatrix
SpamBlacklist
[edit]No changes for SpamBlacklist
SubPageList3
[edit]No changes for SubPageList3
SubpageSortkey
[edit]No changes for SubpageSortkey
SyntaxHighlight_GeSHi
[edit]No changes for SyntaxHighlight_GeSHi
TemplateData
[edit]No changes for TemplateData
TemplateSandbox
[edit]No changes for TemplateSandbox
TemplateStyles
[edit]- git #2f97a064 - Update wikimedia/css-sanitizer to ~1.0.6 by Reedy
TextExtracts
[edit]No changes for TextExtracts
Thanks
[edit]- git #862c737a - Fix canRender and add greppable messages for dynamic keys (task T192711) by Sam Wilson
TimedMediaHandler
[edit]No changes for TimedMediaHandler
timeline
[edit]- git #bec8851c - Update at-ease calls (task T187037) by Reedy
TitleBlacklist
[edit]No changes for TitleBlacklist
TocTree
[edit]No changes for TocTree
TorBlock
[edit]No changes for TorBlock
Translate
[edit]- git #40db3924 - Remove backward compatibility for MediaWiki <= 1.27 by jenkins-bot
- git #51107b12 - Convert Special:ExportTranslations to OOUI (task T192542) by Jayprakash12345
- git #99277bc1 - Update message index in TranslatablePageMoveJob (task T175834) by jenkins-bot
TranslationNotifications
[edit]No changes for TranslationNotifications
TrustedXFF
[edit]No changes for TrustedXFF
TwoColConflict
[edit]No changes for TwoColConflict
UnicodeConverter
[edit]No changes for UnicodeConverter
UniversalLanguageSelector
[edit]- git #5f153f00 - Change http://www.mediawiki.org/ to https://www.mediawiki.org/ (task T189687) by jenkins-bot
UploadsLink
[edit]No changes for UploadsLink
UploadWizard
[edit]- git #5502c547 - Fix calls to getDefaultLanguage()/getClosestAllowedLanguage() (task T192596) by Bartosz Dziewoński
UrlShortener
[edit]No changes for UrlShortener
UserMerge
[edit]No changes for UserMerge
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- git #1655ec6c - ve.init.mw.DiffPage.init: Do not duplicate diff table header (task T192755) by Jforrester
- git #e3378e6d - ve.init.mw.DesktopArticleTarget: Setup toolbar before section title input (task T192901) by Bartosz Dziewoński
- git #44469f0f - MWWikitextSurface onCopy: set text/x-wiki content if available by David Lynch
- git #1f4baa7b - Teardown target before reloading article (task T192770) by Ed Sanders
- git #3e541774 - Change http://www.mediawiki.org/ to https://www.mediawiki.org/ (task T189687) by Jforrester
- git #185c9408 - Rebaser: Use site language on special page by Ed Sanders
- git #6f8e58fa - Add a plain text paste transfer handler for source mode (task T190590) (task T192320) by David Lynch
- git #24ae471f - Sortable table header: Account for null entries in table matrix (task T192545) by Ed Sanders
- git #6625fc5c - Blacklist images with data URLs (task T192392) by Ed Sanders
- git #53e758a4 - NWE: Fix selection when applying async links by Jforrester
- git #be528968 - Add label to Options dialog > Categories input fields (task T146966) by HunterH
- git #4fdf5b08 - MWExtensionNode: Diff mw.attrs (task T191450) by Ed Sanders
- git #bcf3783c - Refactor ve.dm.MWTransclusionNode.static.describeChanges by Ed Sanders
- git #50a2ab74 - Show revision info on historical diffs (task T187614) by Bartosz Dziewoński
- git #0f56af01 - Use ellipsis on toolbar save/publish button (task T189803) by Jforrester
Wikibase
[edit]- git #02a39997 - Make sure statements in EntityDiffChangedAspects are not passed around as stdClass (task T192085) by Ladsgroup
- git #ae654aad - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
- git #246b15d5 - EntityStore, document throwing StorageException and PermissionsError by addshore
- git #b85137a1 - Factor out NonExistingEntityIdHtmlFormatter (task T192000) by WMDE-leszek
- git #876074a9 - Restrict width/height of commons media previews (task T192608) by Marius Hoch
- git #75f15237 - Make batches in EntityUsageTable::addUsages atomic (task T192349) by Amir Sarabadani
- git #11e8ded0 - Add CombinedEntitySearchHelperUnitTest by Addshore
- git #96d19d23 - Remove unused code from Entity*SearchHelperTests by Addshore
- git #4e7a42bf - Split EntityId SearchHelper From EntitySearchTermIndex (task T191981) by WMDE-leszek
- git #83fbcef7 - Provide a way to register sub entity types (task T191981) by Addshore
- git #b5657e8a - Properly add images via ParserOutput::addImage (task T71456) by Marius Hoch
- git #5bde0c0b - [elastic] Drop rescore function hook (task T182717) by Stanislav Malyshev
- git #cba8a616 - Use PHP's implode() with the suggested order of arguments by Fomafix
WikibaseQuality
[edit]- git #14f552e9 - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
WikibaseQualityConstraints
[edit]- git #0b2a131a - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
- git #6fdce5f3 - Add “single best value” constraint type (task T183268) by Lucas Werkmeister
- git #9405bd45 - Add NoBoundsChecker in DelegatingConstraintCheckerTest (task T170610) by Lucas Werkmeister
- git #c1421bb7 - Add $groupingMode to Context::getSnakGroup() (task T183268) by Lucas Werkmeister
- git #3a0f65cd - Mention “constraint types” panel in README instructions (task T191891) by Lucas Werkmeister
- git #4de4c016 - Move word inside {{PLURAL}} template (task T164372) by Lucas Werkmeister
- git #ad173af9 - Use wbqc-violation-message-units-none message (task T164372) by Lucas Werkmeister
- git #fec4dcde - Add missing roles to AllowedUnitsChecker messages (task T164372) by Lucas Werkmeister
- git #dcf0dc9a - Add support for parsing units parameter (task T164372) by Lucas Werkmeister
- git #50e01839 - Add “allowed units” constraint type (task T164372) by Lucas Werkmeister
WikidataPageBanner
[edit]No changes for WikidataPageBanner
WikiEditor
[edit]- git #436a0aa1 - Remove dummy isSupported function, deprecated in REL1_31 by Jforrester
wikihiero
[edit]No changes for wikihiero
WikiLove
[edit]No changes for WikiLove
WikimediaBadges
[edit]- git #eea6e160 - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
Wikidata.org
[edit]- git #054532ba - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
WikimediaEvents
[edit]- git #2a3a9f6a - Revert "Start cirrus query_explorer AB test on 19 wikis" (task T187148) by Erik Bernhardson
WikimediaIncubator
[edit]No changes for WikimediaIncubator
WikimediaMaintenance
[edit]- git #1a440989 - Fix MassMessage fatal (task T192468) by Reedy
- git #e14d95fb - changeSkinPref.php: Add support for passing user ids by Chad Horohoe
WikimediaMessages
[edit]- git #06d9f90b - Add advisorswiki (task T189181) by Reedy
XAnalytics
[edit]No changes for XAnalytics
ZeroBanner
[edit]No changes for ZeroBanner
ZeroPortal
[edit]No changes for ZeroPortal
Skins
[edit]CologneBlue
[edit]- git #7ff0cd71 - build: Bump devDependencies to latest by James D. Forrester
- git #b0b2c578 - Run stylelint for less by Umherirrender
MinervaNeue
[edit]- git #a03f159e - Size restrict images inside noscript tags (task T191893) by jdlrobson
- git #f5b9a5d6 - Let special pages redirect to the login page themselves by Jdlrobson
- git #c4b28af2 - Hygiene: Document that insertWatchlistMenuItem doesnt work for anons by jdlrobson
- git #892adf0e - getUser() will always return a User object by Jdlrobson
- git #3917d747 - Use ExtensionRegistry to detect whether Echo is installed by Jdlrobson
- git #4ba5b916 - Remove unused variable by Jdlrobson
- git #f3def0b8 - Take advantage of Title::isSpecial() by Jdlrobson
- git #508ae30e - Remove @return bool from hooks that don't return anything by Jdlrobson
- git #90ed6468 - Split MenuEntry to its own file by Jdlrobson
- git #1f7de003 - Restrict gallery styles to only pages which need it by jdlrobson
MonoBook
[edit]- git #33e2eb5e - Convert screen-desktop.less back to .css by Bartosz Dziewoński
Modern
[edit]No changes for Modern
Nostalgia
[edit]No changes for Nostalgia
Timeless
[edit]- git #e22eef00 - Move information from .eslintignore into Gruntfile.js (task T179195) by Umherirrender
- git #a7fb239d - Fix sidebar chunk spacing in two-column (desktop-mid) view (task T181256) by evad37
Vector
[edit]No changes for Vector
Total Changes
[edit]247 Changes in 58 repos by 63 committers