MediaWiki 1.33/wmf.19/Changelog
Core changes
edit- git #f8efd216 - Fix lowercase in namespace of LogCapturingSpi.php (T217128) by Amir Sarabadani
- git #680565ed - Remove Target/User validation from Block::appliesToUsertalk() (T211578) by David Barratt
- git #8e11c5da - Add Priority Hints support (T216499) by Gilles Dubuc
- git #ea33553b - Chrome Origin Trial support (T216595) by Gilles Dubuc
- git #c7ecbbd6 - selenium: improve ffmpeg reporting by Antoine Musso
- git #ae87a51b - actions: Improve Action class code for clarity & consistency by Derick Alangi
- git #264da395 - media: Mark ImageHandler::getScriptParams() as protected by Thiemo Kreuz
- git #867ec070 - media: Mark public MediaHandler/ImageHandler methods as such by Thiemo Kreuz
- git #93de72d9 - Return the page_id in list=langbacklinks as an int (T216968) by Reedy
- git #4691389f - Use (int) rather than intval() (T216969) by Reedy
- git #8b8cc02e - Return the page_id in list=iwbacklinks as an int rather than string (T216968) by setian
- git #2bc42c16 - resourceloader: Make JSMinPlus allow reserved words as property name (ES5) (T215280) by Ebrahim Byagowi
- git #4ad9ab4d - specials: Cleanup and fix PHPDoc comments by Derick Alangi
- git #0a8a4fe7 - registration: Fix 'ResourceLoaderWikiModule' schema validation by Kunal Mehta
- git #291fcff0 - registration: Fix 'arbitrary ResourceLoaderModule definition' schema regex (T216861) by Kunal Mehta
- git #cd53cf22 - Upgrade moment from 2.19.3 to 2.24.0 (T191339) by Krinkle
- git #ead1b926 - foreign-resources: Pull all moment locales, even the ones we don't yet use by Krinkle
- git #c96f90cb - foreign-resources: Add moment to our list of resources by Krinkle
- git #b444d3ff - resourceloader: Remove back compat for old packageFiles format by Krinkle
- git #9316f2e3 - resourceloader: Change 'packageFiles' format to be JSON-compatible by Krinkle
- git #56962495 - selenium: prevent webdriverio automatic screenshot (T216818) by Antoine Musso
- git #97e09390 - objectcache: improve set() slam prevention in getWithSetCallback() by Aaron Schulz
- git #0b86c368 - debug: Add basic accessibility support to debug console by Thiemo Kreuz (WMDE)
- git #2be26155 - Add .phar to $wgFileBlacklist as a paranoia measure by Brian Wolff
- git #adf90edb - Sanitizer: remove deprecated parameter to escapeIdReferenceList() by Max Semenik
- git #29bd1832 - Return early in Title::checkUserBlock() if user does not have a block. (T216309) by David Barratt
- git #1c3a43d0 - build: Increase fresnel runs to 5, and add more scenarios by Krinkle
- git #0e1edec7 - Apply the pseudo-css selector rules to diff and changelist pages (T212613) by jdlrobson
- git #ed5f7a6d - ForeignResourceManager: Catch responses other than 200 OK by Krinkle
- git #1f95fe2e - Block: Remove unnecessary lines related to old use of Block::prevents by Krinkle
- git #02cb7aef - Separate out different functionalities of Block::prevents (T211578) (T214508) by Thalia
- git #ccf20390 - Add language support for Saisiyat (xsy) (T216479) by Raimond Spekking
- git #fe65f685 - ApiQueryUserContribs: Only use 'contributions' replica if querying by user ID (T216656) by Brad Jorsch
- git #454251c2 - mediawiki.ui: Align button height to standard (and input) (T209455) by Jforrester
- git #ac1cee5e - Update OOUI to v0.30.3 (T215559) (T216070) (T216075) (T216578) (T216582) by James D. Forrester
- git #31f740d3 - Set $wgMediaInTargetLanguage to true by default by Max Semenik
- git #9ba1d8f5 - RCFilters: Export config vars in the RL modules where possible (take 2) (T201574) by Roan Kattouw
- git #9097f95e - build: Update eslint-config-wikimedia to 0.11.0 by Bartosz Dziewoński
- git #ad4e22ce - Fix password policy handling in temporary password provider (T216196) by Gergő Tisza
- git #c242c678 - Add missing use for IMaintainableDatabase by Umherirrender
- git #7fbd971f - Database: Have buildStringCast() actually cast for MySQL, MSSQL (T216247) by Brad Jorsch
- git #8d35f175 - Fix grammar in UserPasswordPolicy documentation by Thalia
- git #67dbf93b - Make uca-tr use I as uppercase of dotless ı instead of reverse (T203158) by Brian Wolff
- git #7545ee16 - resourceloader: Tolerate string as deps for test suites by Krinkle
- git #814605a9 - DatabasePostgres: Ignore "IGNORE" option to update() (T215169) by Brad Jorsch
- git #2347a15c - objectcache: avoid duplicate cache sets for missing keys with lockTSE (T203786) by Aaron Schulz
- git #ace03384 - API: Add block info to more block errors by Brad Jorsch
- git #c073e531 - API: Spread autoblocks from action=edit and action=move (T216245) by Brad Jorsch
- git #8b89f8f3 - MultiHttpClient: Don't relay the end-of-headers line (T216086) by Umherirrender
- git #02195c7a - DifferenceEngine: Allow cache hits for empty diffs (T216554) by Brad Jorsch
- git #a064c57f - RCFilters: Don't show tags with 0 hits in tag menu (T182219) by Roan Kattouw
- git #34abcda0 - pagers: Remove unused "form" properties from two pagers by Umherirrender
- git #5a6e5c47 - TOC: Add z-index: -1 to hidden checkbox by Fomafix
- git #f5809ea9 - Set BlockDisablesLogin false for Blocking group tests that assume this by Thalia
- git #591cb305 - eslint: Enable caching by Ed Sanders
- git #000e00cf - pagers: Fix and add missing @param documentation by Umherirrender
- git #f5a31f5b - Remove comments literally documenting unit tests being unit tests by Thiemo Kreuz
- git #0dddebc8 - Uncheck "create account" on Special:Block for partial blocks (T208510) by Thalia
- git #286d4901 - Various fixes for phan-taint-check (T216348) by Brian Wolff
- git #e74819c3 - Remove suggestions for negative namespaces in Page Restrictions (T208355) by Moriel Schottlender
- git #a7fd92a9 - mw.widgets.TitleWidget: Add 'excludeDynamicNamespaces' config (T208355) by Moriel Schottlender
- git #d37ab34a - Follow-up I68179974: Remove from 1.33 RL, backported to 1.32 by James D. Forrester
- git #292e13ed - Add support for Argon2 password hashing by Max Semenik
- git #56ffbc2a - Print logs generated during unit test when test fails by Erik Bernhardson
Vendor
edit- git #5f858a5a - Update OOUI to v0.30.3 by James D. Forrester
- git #287b0dcc - Upgrade several Wikibase libraries (T216487) (T216488) (T216489) by Greta Doçi
- git #f737af17 - Upgrade to elastica 6.0.2 (T199256) by David Causse
Extensions
edit3D
edit- git #4632edd0 - Migrate to newer phan (T216903) by Kunal Mehta
AbuseFilter
edit- git #85cb0531 - Add missing use statement by Kunal Mehta
- git #cb1458f9 - Fix parameter order in doc comment by Kunal Mehta
- git #5d1ab854 - Fix caching in AFComputedVariable by Kunal Mehta
- git #540a557a - Replace calls to deprecated Block::prevents (T211578) by Thalia
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
editNo changes for AdvancedSearch
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
edit- git #13b0e5b6 - Add missing phpdocs to clarify types by Umherirrender
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
edit- git #ab90e6b5 - build: Set private: true in package.json by Umherirrender
Babel
editNo changes for Babel
BetaFeatures
editNo changes for BetaFeatures
BounceHandler
editNo changes for BounceHandler
Calendar
editNo changes for Calendar
Campaigns
editNo changes for Campaigns
Capiunto
editNo changes for Capiunto
CategoryTree
editNo changes for CategoryTree
CentralAuth
editNo changes for CentralAuth
CharInsert
editNo changes for CharInsert
CheckUser
editNo changes for CheckUser
CirrusSearch
edit- git #ce7efcd2 - Fixed typo (T201491) by DCausse
- git #207d3631 - Regularize [ ... ] syntax in AnalysisConfigBuilder and tests by tjones
- git #fb18c3b7 - Configure Nori Korean analyzer for ES6 (T206874) by EBernhardson
- git #1c196254 - Replace @expectedException with $this->expectException() by Thiemo Kreuz (WMDE)
- git #4050bd83 - Make all class names in @covers tags start with a backslash by Thiemo Kreuz
- git #b74da99d - Correct api docs for cirrusbuilddoc (T216256) by Erik Bernhardson
- git #6861a182 - Add expectedWarnings to KeywordFeatureAssertions::assertNoResultsPossible by Erik Bernhardson
- git #e38e8a87 - Create metastore if missing from indexNamespaces.php (T215369) by Erik Bernhardson
- git #b0327f46 - Add constants for SearchEngine entry points (T216429) by David Causse
- git #c62d102d - Add support for 5.6.14 in es6 branch by David Causse
- git #c2684492 - Stop overriding elastic merge settings by default by Erik Bernhardson
- git #8d3d2a45 - Move waitForGreen to Elastica extension by Smalyshev
- git #58bda5aa - Create metastore if missing from indexNamespaces.php (T215369) by Erik Bernhardson
- git #af557583 - Use prebuilt slovak stemmer (T215594) by David Causse
- git #3784bf2e - Use prebuilt serbian_stemmer (T215594) by David Causse
- git #a84b09c1 - Drop support for SourceRegex timeout param (T198734) by David Causse
- git #d3e4a5b6 - Remove requireAutoGeneratePhrase by David Causse
- git #e3f7d694 - Various es6 compat issues by Erik Bernhardson
- git #324efb14 - Remove max_determined_states BC by Erik Bernhardson
- git #50a0ddbf - es6: {index}/_aliases -> {index}/_alias by Erik Bernhardson
- git #890bcb39 - Handle string result from Response::getFullError by Erik Bernhardson
- git #688b2eaf - Drop support for the '_all' field (already disabled by default) by David Causse
- git #82ce6efc - Setup es6 branch (T199256) by David Causse
Cite
edit- git #03711dfe - Add support for read-only mode by Ed Sanders
- git #e4efddbd - Use new upstream defaults for actions by Ed Sanders
- git #85ad4513 - Fix highlighting code destroying backlinks on unnamed <ref>s (T215317) by Thiemo Kreuz (WMDE)
- git #e71dcc35 - Add missing jQuery selector escaping by Thiemo Kreuz
- git #89dd1faa - Remove generated cite-dialogs stubs (T216248) by Ed Sanders
CiteThisPage
editNo changes for CiteThisPage
Citoid
edit- git #69c709f4 - Add support for read-only mode by Ed Sanders
cldr
editNo changes for cldr
Cognate
editNo changes for Cognate
CodeEditor
editNo changes for CodeEditor
CodeMirror
edit- git #5161c6ab - Make Special:JavaScriptTest pass with and without extension Cite by Fomafix
CodeReview
editNo changes for CodeReview
CollaborationKit
editNo changes for CollaborationKit
Collection
edit- git #cd708e0c - Replace @expectedException with $this->expectException() by Thiemo Kreuz
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
editNo changes for ConfirmEdit
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #f05cc84d - Make CXTextSelectionContextItem non-exclusive (T217081) by jenkins-bot
- git #ca3836aa - Use VE read-only mode for source surface (T203775) (T197075) by jenkins-bot
- git #e9db378d - Update ve.dm.CXLintableNode.prototype.getId doc string by petarpetkovic
- git #7b1f6a7c - Document events in ve.init.mw.CXTarget by jenkins-bot
- git #94f5a6ca - Check pending paragraphs when input focus changes (T200683) by jenkins-bot
- git #a968d01d - Document possible null return value by jenkins-bot
- git #bc635d72 - Attach focus listeners only once by jenkins-bot
- git #66f7b29b - Move command registation to the end of mw.cx.TranslationController file by Petar.petkovic
- git #5b433785 - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders
- git #36d004f8 - Display correct issue card on keyboard focusing by jenkins-bot
- git #2ea3bb31 - Merge all columns related UI modules into mw.cx.ui.TranslationView (T203695) by jenkins-bot
- git #e6c75552 - Rename mw.cx.widgets.PageTitleWidget to mw.cx.ui.PageTitleWidget by jenkins-bot
ContributionTracking
editNo changes for ContributionTracking
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DismissableSiteNotice
editNo changes for DismissableSiteNotice
DonationInterface
edit- git #862e7ef1 - build: Add composer.lock to .gitignore by Umherirrender
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
EUCopyrightCampaign
editNo changes for EUCopyrightCampaign
Echo
edit- git #79b2611b - Use local vars in LabelIconWidget by Umherirrender
- git #afdcce50 - Add type hints and remove unused code from tests by Umherirrender
- git #8fd66d42 - Make use of the …::class feature in production code by Umherirrender
- git #5941ef47 - Replace @expectedException with $this->expectException() by Umherirrender
- git #e649551e - Simplify a few overly complex code snippets by Umherirrender
Elastica
edit- git #d2f095e1 - Remove ElasticaTask backport by David Causse
- git #5e73db6b - Add MWElasticUtils helper methods by DCausse
- git #76ccd62a - Add MWElasticUtils::waitForGreen by David Causse
- git #8f3bce54 - Setup es6 branch (T199256) by David Causse
ElectronPdfService
editNo changes for ElectronPdfService
EventBus
edit- git #0f6ebf8b - Remove support of wgEventServiceUrl in favor of multi instance wgEventServices (T214446) by Andrew Otto
- git #6b7bba25 - Create EventBus Monolog adapter. (T216163) by Petr Pchelko
- git #9219a7ef - Replace calls to deprecated Block::prevents (T211578) by Thalia
- git #8fa9286b - Reuse safe serialization method for signing the event. (T212335) by Mobrovac
- git #1969ea61 - EventFactory: Added new event factory methods (T204575) by Holger Knust
- git #22507f64 - Remove properties with null values from the recentchange event. (T216567) by Petr Pchelko
- git #54636a2e - Check for eventServiceName in config before accessing (T216561) by Andrew Otto
EventLogging
editNo changes for EventLogging
ExtensionDistributor
editNo changes for ExtensionDistributor
ExternalGuidance
edit- git #d8e25646 - Special:ExternalGuidance: Fix wrong list style in desktop (T216980) by Santhosh Thottingal
FeaturedFeeds
edit- git #2fa8122e - Fix usage of obsolete Revision and ParserOptions features by Max Semenik
FileExporter
editNo changes for FileExporter
FileImporter
editNo changes for FileImporter
FlaggedRevs
editNo changes for FlaggedRevs
Flow
edit- git #429dd1f6 - mw.flow.ve.Target: Change surface #setDisabled to #setReadOnly by Bartosz Dziewoński
- git #ccd95991 - Replace @expectedException with $this->expectException() by Umherirrender
- git #76eba679 - Add missing newlines between functions by Thiemo Kreuz
- git #97e4fa83 - Unbreak reply clicks with existing widget (T216580) by Roan Kattouw
- git #7d0d8e2a - Store Parsoid version and base URL in Flow body content (T209114) by Kosta Harlan
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
edit- git #963f3c15 - Don't use deprecated Sanitizer::escapeId() by Max Semenik
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
editNo changes for GeoData
GettingStarted
editNo changes for GettingStarted
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
editNo changes for GlobalCssJs
GlobalPreferences
editNo changes for GlobalPreferences
GlobalUsage
edit- git #c2c57c17 - Renamed patches directory to sql because of standardization by Umherirrender
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GrowthExperiments
edit- git #abff4e8c - Enable phan (T216964) by Kosta Harlan
- git #8dc15453 - Replaced rawParams() with plaintextParams() (T216390) by Naga sai sravanth
- git #82ee9151 - Help panel: convert custom data module to package module (T216857) by Roan Kattouw
- git #25f0e17d - WelcomeSurvey: convert popup code to using require() (T216857) by Catrope
- git #f1694616 - Help Panel: Remove mediawiki.messagePoster dependency by Kosta Harlan
- git #197f81d1 - Help Panel: Allow help panel to show in reading mode (T215664) by Kosta Harlan
- git #29e0c04c - Help Panel: Rewire search input action (T216787) by Kosta Harlan
- git #6de52c6c - Homepage (T215982) by Stephane Bisson
- git #b460b28d - Help Panel: Use single search input field for IME (T216131) by Kosta Harlan
GuidedTour
editNo changes for GuidedTour
GWToolset
editNo changes for GWToolset
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
JADE
edit- git #c67fd1c6 - Rename Jade.namespaces.php to match extension.json by Umherirrender
- git #9ec1f9ea - build: Set private: true in package.json by Umherirrender
- git #237da201 - build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 by Umherirrender
- git #dce53e37 - Also reset wgCentralIdLookupProvider in unit tests by Umherirrender
Josa
editNo changes for Josa
JsonConfig
editNo changes for JsonConfig
Kartographer
editNo changes for Kartographer
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
edit- git #0f37222b - Add new Linter category wikilink-in-extlink (T202905) by Kunal Mehta
LiquidThreads
editNo changes for LiquidThreads
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
editNo changes for LoginNotify
MapSources
editNo changes for MapSources
MassMessage
edit- git #732738c0 - Fix JS exception when adding a new target on non-crosswiki wikis by Kunal Mehta
Math
edit- git #f22a61c0 - Add support for read-only mode by Ed Sanders
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #b4099d60 - diff & content-providers: Minor code improvements by Derick Alangi
- git #15c51b81 - Remove usages of overlay.$() from languageOverlay.test.js (T215657) by Nicholas Ray
- git #9b6c4866 - Run all tests in Special:JavaScript/qunit by Nicholas Ray
- git #5f3a25ec - Move talkOverlay factory to the mobile.startup module (T215370) by Nicholas Ray
- git #d06dca79 - Deprecate access to mobile.init from skins (T216537) by jdlrobson
- git #9fa27e5a - A simplified TalkOverlay (T215370) by jdlrobson
- git #54106da9 - Drop ImageOverlays reliance on template partials (T216198) (T149909) by jdlrobson
- git #70af4b09 - Update reference to languageOverlay in Overlay.less (T215657) by Nicholas Ray
- git #a4dd59e8 - Fix @memberof in LanguageSearcher (T215657) by Nicholas Ray
- git #48b7a68f - Make LanguageOverlay an overlay composed of a LanguageSearcher component (T215657) by Nicholas Ray
- git #4ede24f8 - Build: reduce precommit tests by jdlrobson
- git #69ddcc75 - Avoid deprecated toast.show arguments by Jdlrobson
- git #ec4494f4 - Build: simplify NPM scripts by Stephen Niedzielski
- git #cd33ba01 - Hygiene: improve ESLint globals readability by Stephen Niedzielski
- git #d0218536 - Correct the parsing of [[MediaWiki:Rev-deleted-user]] (T216704) by Jack Phoenix
- git #52194e50 - Apply `promised-view` class to PromisedView's parent element when loading (T215657) by Nicholas Ray
- git #ff62b2eb - [DEPRECATING CHANGE] Deprecate View.$ (T216264) by Ed Sanders
- git #2831e574 - saveFailureMessage moved out of EditorOverlayBase (T202374) by jdlrobson
- git #12aaed14 - Fix Overlay.test.js side effects by Nicholas Ray
- git #9f859942 - New component: promisedView (T215972) by jdlrobson
- git #4903e0ef - Do not load mobile editor on desktop, again (T208068) by Bartosz Dziewoński
- git #a1f9026b - Remove special .tagline styles on mobile user page (T214195) by Jan Drewniak
- git #a85db455 - Fix alignment and reposition languages count in Special:MobileLanguages (T191562) by Ammarpad
MultimediaViewer
edit- git #c6008c78 - build: Be more aggressive in fixing old bad JS code style by James D. Forrester
- git #1b214707 - build: Update eslint-config-wikimedia to 0.11.0 by James D. Forrester
NavigationTiming
edit- git #864b3384 - Add ability to oversample per wiki (T216986) by Gilles Dubuc
- git #5a758577 - Fix observePaintTiming for loop (T214977) by Gilles Dubuc
- git #1f039c67 - Update packageFiles format for Ic566a1cd7efd by Roan Kattouw
Newsletter
edit- git #8423d612 - Change "Register" to "Create" in localization files (en and qqq) (T154761) by Zoranzoki21
NewUserMessage
editNo changes for NewUserMessage
Nuke
edit- git #1f3dd54d - Migrate to new phan (T216929) by Matěj Suchánek
OATHAuth
editNo changes for OATHAuth
OAuth
editNo changes for OAuth
OpenStackManager
edit- git #43727d5e - build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 by Umherirrender
- git #f01b03b9 - Error: Call to a member function doLogout() on boolean (T201745) by Umherirrender
ORES
editNo changes for ORES
PageAssessments
editNo changes for PageAssessments
PagedTiffHandler
editNo changes for PagedTiffHandler
PageImages
editNo changes for PageImages
PageTriage
edit- git #72264db5 - Fix toolbar icon color on mouseleave (T179220) by Kosta Harlan
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
editNo changes for ParserFunctions
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
editNo changes for PdfHandler
PerformanceInspector
editNo changes for PerformanceInspector
Petition
editNo changes for Petition
Poem
edit- git #eca8be4d - Upgrade Poem extension to use newer phan (T216936) by zoranzoki21
PoolCounter
editNo changes for PoolCounter
Popups
edit- git #0beabf2b - Bring reference type detection in sync with RESTbased endpoint (T215281) by WMDE-Fisch
- git #f3d415fd - Remove object passed by references to method by Thiemo Kreuz (WMDE)
- git #7e41bed5 - Update type-specific reference headings according to requirements (T215281) by Thiemo Kreuz
- git #f91c1602 - Add a beta feature switch for reference previews (T215896) by Thiemo Kreuz
- git #e1111c59 - Add reference type detection to HTML scraping gateway (T214908) (T215281) by WMDE-Fisch
- git #240f070d - Hygiene: rename test import to match source by Stephen Niedzielski
- git #d1c06131 - Fix regression showing page previews on ^ jump mark links (T216683) by Stephen Niedzielski
- git #deffae14 - Hygiene: improve ESLint globals readability by Stephen Niedzielski
- git #06d34804 - Use upper-case {JQuery} in all documentation by Thiemo Kreuz
- git #032e9ad0 - Limit reference popups to max. 5 lines instead of 7 (T214169) by Thiemo Kreuz
- git #6d29d08d - Unify /* global … */ annotations for ESLint by Stephen Niedzielski
- git #bb7ef8f2 - Remove unused attributes from .svg files to optimize them further by Thiemo Kreuz
- git #fe7c107f - Reference gateway accepts .mw-reference-text and .reference-text (T214908) by Thiemo Kreuz
- git #d81415a0 - Add all reference type icons and messages (T214908) by WMDE-Fisch
ProofreadPage
editNo changes for ProofreadPage
PropertySuggester
edit- git #d37eca14 - build: Set private: true in package.json by Umherirrender
QuickSurveys
editNo changes for QuickSurveys
Quiz
editNo changes for Quiz
ReadingLists
edit- git #59bace52 - build: Remove unused jquery/mw from eslint config (T208951) by Timo Tijhof
RelatedArticles
editNo changes for RelatedArticles
Renameuser
edit- git #eb847453 - Batch renames in image tables (T215107) by Gergő Tisza
- git #57b8b3c3 - RenameuserSQL: Drop wgAuth/AuthPlugin deprecated code, being removed by James D. Forrester
RevisionSlider
editNo changes for RevisionSlider
RSS
editNo changes for RSS
SandboxLink
editNo changes for SandboxLink
Score
edit- git #64c20a83 - beautify lilypond error message output (T215287) by Addshore
- git #cd319852 - Add messages for Wikibase datatypes display (T215285) by Addshore
- git #9e6f48f0 - Add "Musical notation" Wikibase data type (T215284) by alaasarhan
Scribunto
editNo changes for Scribunto
SearchExtraNS
editNo changes for SearchExtraNS
SecurePoll
edit- git #ad15d7e2 - Replace jshint with eslint by Ed Sanders
- git #b7000f70 - Remove obsolete aliases from closures in JS code (T208951) by Timo Tijhof
Sentry
editNo changes for Sentry
ShortUrl
edit- git #12ed8c4f - Remove obsolete aliases from closures in JS code (T208951) by Timo Tijhof
SiteMatrix
editNo changes for SiteMatrix
SkinPerPage
editNo changes for SkinPerPage
SpamBlacklist
editNo changes for SpamBlacklist
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
editNo changes for TemplateData
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
edit- git #0c4efe60 - build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 by Umherirrender
TextExtracts
editNo changes for TextExtracts
Thanks
edit- git #0f009ccb - Migrate to new phan (T216945) by Matěj Suchánek
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
editNo changes for timeline
TitleBlacklist
edit- git #3d957b51 - Upgrade TitleBlacklist extension to use newer version of phan (T216946) by Zoranzoki21
- git #8a25c63a - Use plaintextParams directly instead of using rawParams() (T216360) by setian
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
editNo changes for Translate
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
editNo changes for TwoColConflict
UniversalLanguageSelector
editNo changes for UniversalLanguageSelector
UploadsLink
editNo changes for UploadsLink
UploadWizard
editNo changes for UploadWizard
UrlShortener
editNo changes for UrlShortener
UserMerge
edit- git #4787d6e1 - Migrate to new phan (T216949) by Kunal Mehta
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #403b1f97 - TemplateContext: Filter out empty template descriptions by Bartosz Dziewoński
- git #c04d3da8 - Add more read-only implementations (T210142) by Ed Sanders
- git #33774758 - MWCategoryWidget: Implement setDisabled by Ed Sanders
- git #6aa61aef - MWMetaDialog: Implement read-only mode (T210142) by Ed Sanders
- git #9c5ec0d0 - MW(Advanced)SettingsPage: Use Array.forEach for metaItemCheckboxes by Ed Sanders
- git #8e3ef8fb - Hide label section in MagicLinkNodeContextItem by Ed Sanders
- git #043a59a9 - ve.ui.MWSaveDialog: Fix fragment links in visual diff too (T212554) by Bartosz Dziewoński
- git #ab8ae002 - ve.ui.MWSaveDialog: Target links in visual diff to new window by Bartosz Dziewoński
- git #23267264 - Load VE in read-only mode on protected pages (T53547) by Esanders
- git #18907dde - Implementations for read-only mode by Bartosz Dziewoński
- git #d1331309 - Update VE core submodule to master (541222565) (T210142) by Bartosz Dziewoński
- git #1890530b - ApiVisualEditor: Remove red-link cache warming (T64803) (T209078) by Ed Sanders
- git #93351892 - ve.dm.MWGalleryImageNode: Update for Parsoid changes to "broken" images by Bartosz Dziewoński
- git #08e96d7b - Swap the link-rtl.png and link-ltr.png files (T216617) by setian
- git #e21d4fab - Update VE core submodule to master (2951e9378) by Bartosz Dziewoński
- git #3ce1db9c - Update VE core submodule to master (2465e0e60) (T202148) by Bartosz Dziewoński
- git #0b1f4453 - ve.init.mw.ArticleTarget: Fix some doc comments by Bartosz Dziewoński
- git #332aa1f3 - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders
- git #e41fa15d - eslint: Enable caching by Ed Sanders
- git #de2a2ca0 - Improve abstraction around template context description by Ed Sanders
- git #3269d536 - Support only surfacing part of the document (T76541) by Esanders
Wikibase
edit- git #c6fbb86c - Revert "Revert "Update outdated icons with latest standard ones"" by Lucas Werkmeister (WMDE)
- git #38085d51 - termbox: update to latest version (T214898) by Pablo Grass
- git #273b5c0a - Rename link texts for SpecialPages to account for Schemas (T216719) by Greta Doçi
- git #7c90396e - Fixed WikibaseRepo::getLocalRepoWikiPageMetaDataAccessor when using "entity source based federation" (T214557) (T216686) by Leszek Manicki
- git #31ec8194 - Update ApiUserBlockedTest for MW core change by Brad Jorsch
- git #d8369f4b - Complete message suggesting to create an account (T215039) by Abián
- git #11e14201 - Parse wikibase-anonymouseditwarning message as wikitext (T216374) by Amir Sarabadani
- git #c6d096c6 - build: on CI only lint changed files by Antoine Musso
- git #3343030f - Consolidate more view/resources modules (6) (T203696) by Timo Tijhof
WikibaseCirrusSearch
edit- git #0a1f1258 - implement inlabel search keyword (T215967) by Erik Bernhardson
- git #846d8616 - Fix merging configs by Stanislav Malyshev
WikibaseLexeme
edit- git #ca64a75d - Update fixtures for elasticsearch 6 by Erik Bernhardson
- git #e7d75e7c - Fix ApiUserBlockedTest test (T216662) by Stanislav Malyshev
- git #df375ee1 - Change colors to align with WikimediaUI color palette (T151194) by Amir Sarabadani
- git #f455b61e - Parse wikibase-anonymouseditwarning message as wikitext (T216374) by Amir Sarabadani
- git #14a834b9 - Add 9px padding to glosses (T215502) by Amir Sarabadani
WikibaseMediaInfo
edit- git #8ee6285d - Render property names the same way in PHP & JS (T215958) by Matthias Mullie
- git #4e63fb55 - Use a text label for UI panel buttons instead of pencil icon (T215308) (T215311) by Eric Gardner
- git #33d5fcaa - Override oo-ui-inputWidget margin for depicts input element (T216452) by Matthias Mullie
- git #b007ab3c - Scrap the wikibase.mediainfo.datamodel.MediaInfo pointless module (T216646) by Jforrester
- git #9e25ba47 - Rename wikibase.mediainfo.filepagestyles to wikibase.mediainfo.filepage.styles by Jforrester
- git #31471144 - Drop the now-unused ViewMediaInfoAction class and related RL modules (T216646) by Jforrester
- git #ef272ccb - MediaInfoHandler: Drop getActionOverrides, no longer used by Jforrester
- git #93cfb157 - Adds target=_blank to Wikidata Q and P links in Depicts panel (T216450) by Matthias Mullie
- git #14ccbdfb - Collapse the wikibase.mediainfo RL module into its only caller (T216646) by Krinkle
- git #3cd5570c - Toggle edit mode on primary, and make state changes impossible during submit (T216241) (T216155) by Jforrester
- git #cbba272e - Show item id instead of depicts property id (T216684) by Matthias Mullie
- git #d6c6f702 - Drop <mw: prefix in our tag so MobileFrontend doesn't duplicate (T216327) by James D. Forrester
WikibaseQualityConstraints
edit- git #89cfa3b0 - build: Set private: true in package.json by Umherirrender
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
edit- git #2e266704 - Update README (T216889) by Reedy
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEvents
edit- git #c0fa0d97 - Move setTitle in testLog by Umherirrender
- git #434ba391 - CitationUsage: don't explicitly load schema files by Baha
- git #60de3d64 - Make the PHP_ENGINE cookie non-httpOnly (T216676) by James D. Forrester
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #d8f8f459 - refreshMessageBlobs.php: Pass $rl param to MessageBlobStore by Timo Tijhof
WikimediaMessages
editNo changes for WikimediaMessages
XAnalytics
editNo changes for XAnalytics
ZeroBanner
editNo changes for ZeroBanner
ZeroPortal
editNo changes for ZeroPortal
Skins
editCologneBlue
edit- git #d229fa9d - Don't use deprecated Sanitizer::escapeId() by Max Semenik
EUCopyrightCampaignSkin
editNo changes for EUCopyrightCampaignSkin
MinervaNeue
edit- git #7fd843cd - Fix talk overlay workflow by jdlrobson
- git #dce28f06 - Adds a CSS rule for <main> element to support IE11 and under. (T207618) by Jdrewniak
- git #4da11342 - Talk overlay no longer uses the loadingOverlay pattern (T215370) by jdlrobson
- git #78ca1922 - Correct path for obtaining loadingOverlay (T216853) by jdlrobson
- git #b4512073 - Import all skinStyles/mobile.startup into mobile.startup.less (T215657) by Nicholas Ray
- git #7cfcb364 - Refactor LanguageOverlay styles (T215657) by Nicholas Ray
- git #a48df04a - Call new language factory instead of LanguageOverlay (T215657) by jdlrobson
- git #2380e78f - Hygiene: fix pageIssues QUnit test name by Stephen Niedzielski
- git #e8709c98 - README should document all config by Stephen Niedzielski
- git #73bfc219 - Hygiene: improve ESLint globals readability by Stephen Niedzielski
- git #d3a95084 - Talk is at bottom of main page (T214724) (T216514) by Stephen Niedzielski
- git #1146ebd2 - Banner now nested inside main article at top (T205360) by jdlrobson
- git #a1d52a1c - Remove hard-coded z-index value from page-issues read-more link (T214550) by Jdlrobson
- git #ddc66790 - Revert "Switch to outside list style for ordered lists too" (T150377) by Jdlrobson
- git #f92b1171 - Remove margin from tagline and add .page-heading element (T214195) by Jan Drewniak
- git #eeebb862 - Avoid deprecated View.$ (T216264) by Ed Sanders
MonoBook
editNo changes for MonoBook
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
edit- git #dff12e2c - Manually optimize all SVG images by Thiemo Kreuz
- git #94e7fe7f - build: Add Grunt 'svgmin' task and crush SVGs by Volker E
Vector
editNo changes for Vector
Total Changes
edit296 Changes in 57 repos by 71 committers