MediaWiki 1.33/wmf.14/Changelog
Core changes
[edit]- git #e86b499b - Update git submodules by Gerrit Code Review
- git #27d342ef - rdbms: Remove references to pg_attrdef.adsrc in Postgres code by Krinkle
- git #aed9f32e - tests: Remove use of $IP and MediaWikiTestCase in libs/composer tests by Nikerabbit
- git #30e1e9ba - Hard-deprecate wfArrayFilter() and wfArrayFilterByKey() by Max Semenik
- git #f735507b - Convert RandomImageGenerator to use the new execution framework by Max Semenik
- git #870831d4 - htmlform: Move HTMLSelectLanguageField into includes/htmlform/fields by Krinkle
- git #e3a736b4 - registration: Fix typo in schemas by Legoktm
- git #a8bab5c8 - Remove unnecessary placeholders from RELEASE-NOTES by Bartosz Dziewoński
- git #497c9850 - RELEASE-NOTES: Add note for jquery.async deprecation by Bartosz Dziewoński
- git #d1c808c3 - Return to LESS multiple value escape mechanism to prevent invalid output by Bartosz Dziewoński
- git #8d4b218e - build: Remove unused 'deepmerge' package by Timo Tijhof
- git #a3bf4e67 - Document header case in MWHttpRequest by Lucas Werkmeister
- git #627e2c9b - WebInstallerOutput: Add getLanguage() by Fomafix
- git #887ca52c - TablePager: Unify `padding` with `.wikitable` (task T214208) by Volker E
- git #dbb49fd4 - Reduce selector specificity of `.wikitable` (task T214218) by Volker E
- git #f31e172f - registration: Add @codeCoverageIgnore for statement that can't be covered by Kunal Mehta
- git #be7423c5 - filerepo: avoid dynamic calls to FileRepo::isVirtualUrl by Aaron Schulz
- git #24938fe9 - Make sure page restrictions are handled as a string (task T214173) by Thalia
- git #36263dd1 - TablePager: Reduce pagination button in visual strength (task T214128) by Volker E
- git #792b23d7 - Fix exception language in MovePage by Gergő Tisza
- git #41f9c59a - WikiTextStructure: Add an exclusion from WikibaseMediaInfo (task T213638) by James D. Forrester
- git #55a08801 - WikiTextStructure: Explain the source of two non-Core exclusions by James D. Forrester
- git #976e9e44 - Adding $digitTransformTable for Santali (sat) (task T212221) by MarcoAurelio
- git #ebd1016e - Linker: Simplify return paths by Fomafix
- git #ef3c0541 - DateTimeInputWidget: Set `max-width` equivalent to calendar popup (task T213785) by Volker E
- git #f604b891 - Replace deprecated `setIconTitle` with `setTitle` (task T76638) by VolkerE
- git #e1d2c92a - Fix error reporting in MovePage (task T210739) by Gergő Tisza
- git #1a453971 - Try to avoid master queries for GET requests by Daimona Eaytoy
- git #ebcac005 - ApiSetNotificationTimestamp: Make entirewatchlist more efficient (task T207941) by Roan Kattouw
- git #54c70c35 - Deprecate Content::getNativeData, add TextContent::getText (task T155582) by James D. Forrester
- git #3f69f0eb - Fix BlockList params for non-editing partial blocks (task T213952) by Dayllan Maza
- git #38ba5534 - Correct namespace 'Template' for gom-deva (task T213717) by MarcoAurelio
- git #7585985a - Fully extract services framework as a library (task T211608) by Lucas Werkmeister
- git #c39fff42 - Simplify boolean logic for Special:Block widgets by Thalia
- git #1b52ddd9 - Avoid session double-start in Setup.php (task T213489) by Reedy
- git #324f03ed - dao: Add a type hint to getConnection() and some extra newlines by Derick Alangi
- git #1805fd3b - resourceloader: Avoid unnecessary xmlns attributes in ResourceLoaderImage by VolkerE
- git #d6043347 - resourceloader: Avoid toplevel `<title>` under `<g>` in ResourceLoaderImage (task T213507) by Krinkle
- git #65bbe6c7 - Add missing "@return StatusValue" to all abstract do… methods by Umherirrender
- git #a65cd027 - AllMessagesTablePager: Simplify language handling by Fomafix
- git #c3dfa889 - Add missing empty lines between methods by Umherirrender
- git #734a969d - Safe replacement of a lot of `!count()` with `=== []` by Thiemo Kreuz
- git #cb2dc22b - Setup: Avoid using count() function in any kind of loop(s) by Thiemo Kreuz
- git #c6a96b4b - Separate content parts of mw-usertoollinks from presentation (task T205581) by Jdlrobson
- git #7316fe48 - Chinese Conversion Table Update 2018-4 by Chiefwei
Vendor
[edit]- git #d0e759cd - Bump symfony/* to 3.4.21 by Reedy
Extensions
[edit]3D
[edit]No changes for 3D
AbuseFilter
[edit]- git #e1c90d9e - Re-fix the throttle script (task T209565) by Daimona Eaytoy
- git #6217ffb9 - Remove unused stuff by Daimona Eaytoy
- git #34d3f9ac - Fix topnav links by Daimona Eaytoy
- git #93e8cb5a - Tune logging channel by Daimona Eaytoy
- git #f12fdb4a - Add unit tests for custom disallow messages by Daimona Eaytoy
- git #3fa6e2d3 - Expand AbuseFilter::getFilter to select all fields and fix caching by Daimona Eaytoy
- git #db31c6df - Rewrite the method for getting a global emergency value by Daimona Eaytoy
- git #1dcf3fc9 - Move a method out of AbuseFilter.php by Daimona Eaytoy
- git #38749b46 - Warn the user if they try to leave the page with unsaved changes by Daimona Eaytoy
- git #235162e3 - Change method visibility for AbuseFilter class by Daimona Eaytoy
- git #7427333e - Improve code readability by Daimona Eaytoy
- git #e055ecc7 - Reduce code duplication by Daimona Eaytoy
- git #9d02b394 - Add names to anonymous JS function by Daimona Eaytoy
- git #4f7c9b6a - Simplify filter editor generation and restore ltr attribute by Daimona Eaytoy
- git #6d54b83f - Simplify parser methods by Daimona Eaytoy
- git #3ab1896d - Don't send long patterns with GET (task T204128) by Daimona Eaytoy
- git #1634bd1b - Move changed field styles to TD for history pager (task T204650) by Daimona Eaytoy
ActiveAbstract
[edit]- git #4fe27f9d - Remove & from GoogleCoopFilter::register by Umherirrender
AdvancedSearch
[edit]No changes for AdvancedSearch
AntiSpoof
[edit]No changes for AntiSpoof
ApiFeatureUsage
[edit]- git #f530e91b - build: Update 'stylelint-config-wikimedia' to v0.5.0 by Volker E
ArticleCreationWorkflow
[edit]- git #27294e7c - build: Update 'stylelint-config-wikimedia' to v0.5.0 by Volker E
ArticlePlaceholder
[edit]- git #924c6969 - Pass a usageAccumulator to SidebarGenerator (task T213739) by addshore
Babel
[edit]- git #ed79de68 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
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]- git #da2f03cd - build: Update 'stylelint-config-wikimedia' to v0.5.0 by Volker E
CategoryTree
[edit]- git #eebad4e3 - Attach event handler for categories by Krinkle
- git #095040a9 - Remove hook `SkinJoinCategoryLinks` by Fomafix
CentralAuth
[edit]No changes for CentralAuth
CharInsert
[edit]- git #bc1ee6ca - build: Update 'stylelint-config-wikimedia' to v0.5.0 by Volker E
CheckUser
[edit]No changes for CheckUser
CirrusSearch
[edit]- git #d9a55df6 - Retain cross-cluster identifier in OtherIndexes (task T214050) by David Causse
- git #35bdd087 - Vary search profiles on runtime parameters (task T213106) by Erik Bernhardson
- git #0a05ef7a - Hack around cross cluster search bug (task T213959) by Erik Bernhardson
- git #b2fbe7e7 - Turn on sorting by page creation date (task T195071) by Erik Bernhardson
- git #6e697ff3 - Move "archive" to its own index (task T200198) by EBernhardson
- git #c59ef6e0 - Override function score chain from rescore profile (task T213106) by Erik Bernhardson
- git #ec7d1062 - Add test case for FunctionScoreChain by Erik Bernhardson
Cite
[edit]No changes for Cite
CiteThisPage
[edit]No changes for CiteThisPage
Citoid
[edit]- git #2fae3aa4 - Fix typo "occured" instead of "occurred" (task T214371) by Zppix
cldr
[edit]No changes for cldr
Cognate
[edit]No changes for Cognate
CodeEditor
[edit]- git #ef09440a - Fix PHPDoc comment @return for CodeEditorHooks methods by Derick Alangi
CodeMirror
[edit]No changes for CodeMirror
CodeReview
[edit]No changes for CodeReview
CollaborationKit
[edit]No changes for CollaborationKit
Collection
[edit]- git #3076bea6 - Add strict, specific type hints were possible by Thiemo Kreuz
- git #3213aa4f - Make everything in SpecialCollection private by Umherirrender
- git #787e5ae7 - Remove unused $user variable by Thiemo Kreuz (WMDE)
- git #41573ba9 - Add a few newlines to structure the code a bit better by Thiemo Kreuz
- git #e33e713b - Add missing line breaks between methods by Thiemo Kreuz
- git #b2d5dbd9 - Fix inconsistent lowerCamelCase on (package private) method names by Umherirrender
- git #f95e2ed8 - Make use of the PHP 5.6 ?: short-cut by Umherirrender
- git #b0b73e96 - Use short array syntax in the README by Umherirrender
- git #1dcb760e - Remove bad calls to QuickTemplate::msgWiki() to fix tests (task T209614) by Umherirrender
CommonsMetadata
[edit]No changes for CommonsMetadata
ConfirmEdit
[edit]- git #cc8166e6 - build: Run stylelint also for less files by Umherirrender
- git #3a945d1f - Standardise captcha reload icon (task T213775) by jdlrobson
- git #cd1a5d8a - Enable FancyCaptcha's styles on mobile (task T213775) by jdlrobson
- git #9fc9337f - Use new ExtensionRegistry::setAttributeForTest() in tests by Kunal Mehta
- git #54af8fa1 - FancyCaptcha: remove useless .fancycaptcha-wrapper CSS rule by Jack Phoenix
CongressLookup
[edit]No changes for CongressLookup
ContactPage
[edit]No changes for ContactPage
ContentTranslation
[edit]- git #4dd1ca73 - Before publishing, remove id attributes from table cells (task T213273) by jenkins-bot
- git #103dc14e - Debug: Remove waitForReplication for dry-run (task T203059) by Kartik Mistry
- git #1df052d6 - Remove code that handled missing cx_translation_ref index by jenkins-bot
- git #197c1fc5 - Fix constructor name for mw.cx.dm.PageTitleModel by Niklas Laxström
ContributionTracking
[edit]No changes for ContributionTracking
CreditsSource
[edit]No changes for CreditsSource
Dashiki
[edit]No changes for Dashiki
Disambiguator
[edit]No changes for Disambiguator
DismissableSiteNotice
[edit]No changes for DismissableSiteNotice
DonationInterface
[edit]- git #3b2f059e - Don't embed dropdown triangle in CSS by Elliott Eggleston
- git #affdc06f - Add geolocation from ip address if no country is given (task T211454) by cstone
DoubleWiki
[edit]No changes for DoubleWiki
DynamicSidebar
[edit]- git #968aa8c1 - Add method type hints and fix "wg" declarations by Thiemo Kreuz (WMDE)
EUCopyrightCampaign
[edit]No changes for EUCopyrightCampaign
Echo
[edit]- git #8994407a - Remove duplicate notifications after merging users (task T103747) by Matěj Suchánek
Elastica
[edit]No changes for Elastica
ElectronPdfService
[edit]No changes for ElectronPdfService
EventBus
[edit]- git #6b37415f - Revert "[EventBus] Decrese the maximum log size to 1kb" by Ppchelko
- git #b367f2a2 - [EventBus] Decrese the maximum log size to 1kb (task T204183) by Petr Pchelko
EventLogging
[edit]- git #6312f7cb - Update extension.json to version 2 format by Timo Tijhof
ExtensionDistributor
[edit]No changes for ExtensionDistributor
FeaturedFeeds
[edit]No changes for FeaturedFeeds
FileExporter
[edit]- git #62298745 - Add phan configuration by WMDE-Fisch
FileImporter
[edit]- git #9102dd1a - Fixup incomplete test coverage in various places by Thiemo Kreuz (WMDE)
- git #a23b4ea9 - build: Update 'stylelint-config-wikimedia' to v0.5.0 by Volker E
- git #6fd2e98c - Consistently talke about "configuration pages", not "files" by Thiemo Kreuz
- git #6fb1e00f - Update package.json to current versions by WMDE-Fisch
- git #3bcc9ca0 - Add Spanish translation for ImportFile by MarcoAurelio
- git #c4eaefe6 - Test for upload log entries for imported file revisions (task T210755) by WMDE-Fisch
- git #4a6735b3 - Better message for "section on config page missing" by Thiemo Kreuz (WMDE)
FlaggedRevs
[edit]- git #e954ac09 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
Flow
[edit]- git #3d32dbcd - Remove all default return true from hook handler functions by Thiemo Kreuz (WMDE)
- git #0eaf8469 - Fix documentation mistake in FlowHooks::onDeletedContributionsQuery by Umherirrender
FundraiserLandingPage
[edit]No changes for FundraiserLandingPage
FundraisingTranslateWorkflow
[edit]No changes for FundraisingTranslateWorkflow
Gadgets
[edit]- git #be4e6db5 - SpecialGadgetUsage: Add Infinity as sort-value for defaults by Krinkle
GeoCrumbs
[edit]No changes for GeoCrumbs
GeoData
[edit]- git #0e106478 - build: Update devDependencies by Ed Sanders
GettingStarted
[edit]No changes for GettingStarted
GlobalBlocking
[edit]- git #46207418 - Fix typo 'occured' (task T214372) by MarcoAurelio
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]- git #fce7e9a3 - build: Update eslint-config-wikimedia to 0.10.0 by Ed Sanders
GlobalUsage
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]No changes for GlobalUserPage
GoogleNewsSitemap
[edit]No changes for GoogleNewsSitemap
Graph
[edit]No changes for Graph
GrowthExperiments
[edit]- git #8906806a - Help panel: ResourceLoaderHelpPanelModule handle help panel disabled (task T213356) by Stephane Bisson
- git #bcff970b - Help panel search: add a message when there is no search results (task T209301) by Catrope
- git #51f0dfed - Help panel: Make foreign wiki for dev mode configurable (task T214083) by Roan Kattouw
- git #cbcb90bb - Help Panel: Output help links as plain elements, not in form layout (task T212903) by Stephane Bisson
- git #300d58b9 - Help Panel: Bold search label for consistency with other elements (task T209301) by Kosta Harlan
- git #8a682d74 - Welcome survey C: make unescapable (task T213958) by Stephane Bisson
- git #a89ef7b9 - Help Panel: Search (task T209301) by Roan Kattouw
GuidedTour
[edit]No changes for GuidedTour
GWToolset
[edit]- git #ea620a6e - More consistent $lowerCamelCase variable names by Thiemo Kreuz
- git #41146a01 - More consistent $camelCase naming for variables by Thiemo Kreuz (WMDE)
- git #82e8886d - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
- git #d015112a - Rework code using a ScopedCallback for clarity by Umherirrender
- git #a2150af8 - Remove unused (internal) code snippets by Umherirrender
- git #ab2d9c5e - Replace some `@return bool` with `@return false` by Thiemo Kreuz
- git #fef97f63 - Remove unused method parameters by Umherirrender
- git #8088a252 - Fix incorrect parameter types in two method signatures by Umherirrender
- git #8eb22e1a - Minor documentation fix-ups in various PHP and JS files by Umherirrender
- git #67b3198c - Make use of the …::class feature where possible by Umherirrender
- git #da0c5c4c - Fix capitalization of methods like ->isOk() vs. ->isOK() by Thiemo Kreuz
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]- git #e580ab7b - Validate for canonical page title (task T213816) by Marius Hoch
- git #393f92f2 - Kludge to localize string constants in template (task T211346) by Marius Hoch
- git #a7b84e77 - Throw a fit and s/JADE/Jade/ (task T211046) by Marius Hoch
- git #4efe2b9a - Add indexes to filter by judgment value (task T200297) by Adam Wight
Josa
[edit]No changes for Josa
JsonConfig
[edit]- git #6070bf15 - Revert "JCCache: Explicit load the main slot to avoid API warnings" (task T214179) by Legoktm
- git #280bcc46 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
Kartographer
[edit]No changes for Kartographer
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]- git #8b487cf9 - Replace use of deprecated module alias 'jquery.byteLimit' (task T202154) by Timo Tijhof
Math
[edit]No changes for Math
MobileApp
[edit]No changes for MobileApp
MobileFrontend
[edit]- git #6fcc94a3 - Add MediaViewer-specific selector to loading-spinner CSS (task T213336) by Jdrewniak
- git #c09663ce - Move apihelp messages to a separate file (task T189982) by Amir Aharoni
- git #22c7ce22 - Override passed in options in VE overlay (task T214302) by Ed Sanders
- git #6c2976b0 - Fix 'TypeError: eventBus.bind is not a function' mobile.init error by Nicholas Ray
- git #9d1ae02d - Copy over jQuery linting rules from eslint-config-wikimedia by Jdlrobson
- git #45e75bb4 - Hygiene: Some LanguageOverlay cleanup by jdlrobson
- git #37f0189b - ContentProvider should not copy across certain parameters by jdlrobson
- git #1e60acf5 - Port mobile.categories.overlays to webpack (task T213472) by Nicholas Ray
- git #5d779bcd - Mobile VE should log saveFailure events (task T206050) (task T202374) by David Lynch
- git #997d4d67 - Fix comment spacing in talkOverlay.js by Nicholas Ray
- git #27660f5d - Port talk code to webpack (task T213474) by Nicholas Ray
- git #015e4e89 - Respect the Wikidata descriptions flag by jdlrobson
- git #caf9eb81 - Content provider now forwards wikidata descriptions and revisions (task T212216) by Jdlrobson
- git #e1c212db - Special:Uploads JavaScript built in webpack (task T213298) by jdlrobson
- git #1dfcb2f0 - Correct the TalkBoard tests by Jdlrobson
- git #4acc7c99 - The AMC Mode should be available only in mobile mode (task T212959) (task T211197) by Piotr Miazga
- git #895ec318 - Log 'loaded' event for EditAttemptStep (task T206014) by David Lynch
- git #9e99a7df - Port Special:Nearby to Webpack (task T213299) by Jdlrobson
- git #7999d121 - Introduce `advanced mobile edit` change tag (task T212959) by Jdlrobson
- git #b8ff2e62 - Introduce the AMC opt-in toggle and base AMC classes (task T211197) by Jdlrobson
- git #65e6bfe0 - Port MessageBox to webpack by jdlrobson
- git #f01add26 - Hygiene: extract lazy image loading from Skin (task T211724) by Stephen Niedzielski
- git #0e82f4fd - mobile.ajax styles is merged into mobile.startup (task T213775) by jdlrobson
- git #04a2259b - Update: remove deprecated mobile.toc module by Stephen Niedzielski
- git #3e4e2cd2 - Four entry points built via webpack (task T213112) by jdlrobson
- git #16f865b2 - VE: Load all VE modules at the same time (task T209052) by Ed Sanders
MultimediaViewer
[edit]No changes for MultimediaViewer
NavigationTiming
[edit]No changes for NavigationTiming
Newsletter
[edit]- git #9c9a21e6 - Change alias to "Register" instead of "Create" at Newsletter.alias.php (task T154761) by Zoranzoki21
- git #134f3861 - Let hook handler onEditFilterMergedContent always return by Umherirrender
- git #a7fac36b - Declare class properties by Umherirrender
NewUserMessage
[edit]No changes for NewUserMessage
Nuke
[edit]No changes for Nuke
OATHAuth
[edit]- git #2d8a93be - build: Update 'stylelint-config-wikimedia' to v0.5.0 by Volker E
OAuth
[edit]- git #528d27b0 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
- git #7336270f - createOauthConsumer, add --approve option to auto approve (task T211568) by Gergő Tisza
- git #24f4d2ba - Use UserNotLoggedIn Error instead of custom msg on special pages by addshore
OpenStackManager
[edit]- git #e6c20aed - Notifications: Set canNotifyAgent per event type, rather than per event by Umherirrender
ORES
[edit]- git #eef6d3fd - Use tabs in extension.json by Umherirrender
- git #d9279fc4 - build: Structure updates (and upgrade eslint config) by Timo Tijhof
- git #7e214458 - ext.ores.api: Single function by Timo Tijhof
- git #c558a94c - Introduce ext.ores.api (task T201691) by Timo Tijhof
PageAssessments
[edit]No changes for PageAssessments
PagedTiffHandler
[edit]No changes for PagedTiffHandler
PageImages
[edit]No changes for PageImages
PageTriage
[edit]- git #46f40817 - build: Update stylelint by Ed Sanders
- git #6e1271d8 - build: Update eslint-config-wikimedia to 0.10.0 by Ed Sanders
PageViewInfo
[edit]No changes for PageViewInfo
ParserFunctions
[edit]- git #ab160fa5 - Add translations for ckb (task T187333) by Amir Aharoni
ParsoidBatchAPI
[edit]No changes for ParsoidBatchAPI
PdfHandler
[edit]No changes for PdfHandler
PerformanceInspector
[edit]- git #0bbcc939 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
Petition
[edit]No changes for Petition
Poem
[edit]No changes for Poem
PoolCounter
[edit]No changes for PoolCounter
Popups
[edit]- git #197aefda - Do not export private renderer functions by Thiemo Kreuz
- git #485acf14 - Add feature flag to disable reference previews by default (task T213415) by Thiemo Kreuz
- git #dcbbefe2 - Hygiene: report when Webpack builds complete by Stephen Niedzielski
- git #170ab542 - Rename current `gateway` to `pagePreviewGateway` (task T213415) by Stephen Niedzielski
- git #3b846cd4 - Introduce TYPE_REFERENCE constant in advance (task T213415) by Stephen Niedzielski
- git #aaa40b4f - Also exclude the Cite extension's "Jump up" backlinks (task T198652) (task T206323) (task T212419) by Thiemo Kreuz
- git #7ef925fb - Prefer YYYY-MM-DD ISO dates in all documentation by Thiemo Kreuz
- git #2f228692 - Change getPageSummary() to use mw.Title object instead of string (task T213415) by Thiemo Kreuz
- git #84ef742b - Simplify PopupsContext::areDependenciesMet by Umherirrender
- git #944153c1 - Add @var type hints to all MediaWikiServices::getService calls by Umherirrender
- git #20327ab7 - Use ?: shortcut where it makes sense by Umherirrender
- git #f67b7b0a - Remove non-helpful auto-generated comments on constructors by Thiemo Kreuz
ProofreadPage
[edit]No changes for ProofreadPage
PropertySuggester
[edit]No changes for PropertySuggester
QuickSurveys
[edit]No changes for QuickSurveys
Quiz
[edit]No changes for Quiz
ReadingLists
[edit]No changes for ReadingLists
RelatedArticles
[edit]- git #9a5d59ca - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
Renameuser
[edit]No changes for Renameuser
RevisionSlider
[edit]- git #cbf6d4b7 - Quick CSS fix (task T213643) by WMDE-Fisch
RSS
[edit]No changes for RSS
SandboxLink
[edit]No changes for SandboxLink
Score
[edit]No changes for Score
Scribunto
[edit]No changes for Scribunto
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
SkinPerPage
[edit]No changes for SkinPerPage
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]- git #c14203ed - ApiTemplateData: Check for $data->paramOrder being unset (task T213953) by Brad Jorsch
TemplateSandbox
[edit]- git #6e4c7409 - build: Update 'stylelint-config-wikimedia' to v0.5.0 by Volker E
TemplateStyles
[edit]No changes for TemplateStyles
TemplateWizard
[edit]- git #f6fc71c8 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Krinkle
TextExtracts
[edit]No changes for TextExtracts
Thanks
[edit]No changes for Thanks
TimedMediaHandler
[edit]- git #e1ce8710 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
- git #d2c269d2 - Improve param docs by Umherirrender
timeline
[edit]No changes for timeline
TitleBlacklist
[edit]No changes for TitleBlacklist
TocTree
[edit]- git #acfa6a3a - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
TorBlock
[edit]No changes for TorBlock
Translate
[edit]- git #7561753c - ttmserver: Add PHPDoc comments for some methods by jenkins-bot
- git #cdc2f26a - Register hooks using extension.json (task T87985) by jenkins-bot
- git #100b2106 - Avoid deprecated mediawiki.api aliases on MW 1.32+ (task T202154) (task T196802) by jenkins-bot
- git #3bac0537 - Replace variable with __DIR__ by Adam Wight
- git #5405e12e - MLEB: Update version and copyright year by jenkins-bot
- git #d5b96336 - Fix status updating for AggregateMessageGroups (task T213146) by Petar.petkovic
TranslationNotifications
[edit]No changes for TranslationNotifications
TrustedXFF
[edit]No changes for TrustedXFF
TwoColConflict
[edit]No changes for TwoColConflict
UniversalLanguageSelector
[edit]- git #a79c1f50 - MLEB: Update version by jenkins-bot
UploadsLink
[edit]No changes for UploadsLink
UploadWizard
[edit]- git #69f84c0b - Don't reuse existing input object (task T214007) by Matthias Mullie
UrlShortener
[edit]No changes for UrlShortener
UserMerge
[edit]No changes for UserMerge
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- git #375edf01 - Fix uncaught jQuery linting errors by Ed Sanders
- git #ec1a9406 - Use pixel dimensions for education dots (task T214203) by Ed Sanders
- git #a22b9c8e - Fix fragment links in preview (task T212554) by Ed Sanders
- git #5c5323fc - Re-introduce: Replace deprecated `setIndicatorTitle` with `setTitle` (task T76638) by Volker E
- git #bdfd4b6d - Revert "Don't preserveHtmlAttributes on transclusion nodes" (task T213922) by Bartosz Dziewoński
- git #18f86977 - ve.dm.MWTransclusionModel: Remove workaround for T135127 by Bartosz Dziewoński
Wikibase
[edit]- git #0d8c80ee - Revert "Temporarily skip PhanUndeclaredClassMethod phan check" (task T214016) by Lucas Werkmeister
- git #0d2870fe - CachingPropertyOrderProvider use our cache obj for key creation by Lucas Werkmeister
- git #568040b3 - Add per-language wbsearchentities profiles (task T213106) by Erik Bernhardson
- git #1be53f63 - Update Termbox (task T205261) by Jakob Warkotsch
- git #7ccb2fda - Termbox: update to latest commit (task T214143) by Pablo Grass
- git #d0db1cf6 - Temporarily skip PhanUndeclaredClassMethod phan check (task T214016) by WMDE-leszek
- git #b89fec3d - Fix js type error when adding badges to items (task T213998) by Michael Große
- git #8cd5eb4c - Update help icon with the new one (task T209259) by Volker E
- git #900f9d2b - Adjust for Wikimedia\Services move (task T211608) by Lucas Werkmeister
WikibaseLexeme
[edit]- git #e84f321e - Introduce LanguageSelectorWrapper Vue Widget (task T209931) by Thomas Arrow
- git #8d30f57f - i18n: Add description for parameters and example to qqq (task T206416) by Michael Große
- git #2e9a0da0 - Cleanup commented out tests in LexemeSensesMergerTest (task T211438) by Jeroen De Dauw
- git #8e002a99 - Adjust for Wikimedia\Services move (task T211608) by Lucas Werkmeister
WikibaseMediaInfo
[edit]- git #98c14513 - CaptionsPanel.getCaptionLanguagesList: Drop unknown languages (task T213776) by Jforrester
- git #18856a16 - Show 'depicts' data on File page (read-only) (task T204264) by Cormac Parle
- git #d1738c87 - Clean up all CSS classnames, prefixing all of ours with "wbmi-" (task T213639) by James D. Forrester
- git #9916ecef - Styles: Use LESS features to simplify by James D. Forrester
- git #7d836dfe - Styles: Make CSS into LESS files so that we can simplify the code by James D. Forrester
- git #2e80fc4a - CaptionsPanel: Don't break if excludeLanguages is undefined by James D. Forrester
- git #c7a0e26a - Set out which entity keys should be ignored for AbuseFilter (task T209687) by addshore
WikibaseQuality
[edit]No changes for WikibaseQuality
WikibaseQualityConstraints
[edit]- git #700bb533 - Fix Retry-After header handling (task T214032) by Lucas Werkmeister
- git #5d999877 - Fix constraintsRunCheck Job class & test (task T204031) (task T204022) by addshore
Wikidata.org
[edit]No changes for Wikidata.org
WikidataPageBanner
[edit]No changes for WikidataPageBanner
WikiEditor
[edit]No changes for WikiEditor
wikihiero
[edit]No changes for wikihiero
WikiLove
[edit]- git #b4213e67 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
WikimediaBadges
[edit]No changes for WikimediaBadges
WikimediaEvents
[edit]- git #70560707 - CitationUsage: correctly identify freely accessible resources (task T212937) by Baha
- git #2814aea2 - Various code cleanup by Reedy
- git #5dcb0ac4 - Add some extra brackets by Reedy
- git #ff024d6e - Add PHP7 beta feature (task T213934) by Reedy
- git #5c8d307e - Correctly identify section IDs (task T212937) by Baha
WikimediaIncubator
[edit]- git #739adf23 - build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass by Volker E
WikimediaMaintenance
[edit]No changes for WikimediaMaintenance
WikimediaMessages
[edit]No changes for WikimediaMessages
XAnalytics
[edit]No changes for XAnalytics
ZeroBanner
[edit]No changes for ZeroBanner
ZeroPortal
[edit]No changes for ZeroPortal
Skins
[edit]CologneBlue
[edit]No changes for CologneBlue
EUCopyrightCampaignSkin
[edit]No changes for EUCopyrightCampaignSkin
MinervaNeue
[edit]- git #994edd76 - Reduce unnecessary selector specificity (task T214218) by Volker E
- git #7e81cfa6 - Separate ConfirmEdit styles from Login styles (task T213775) by Jdlrobson
- git #5c638304 - Prevent black background from appearing on menu after clicking reference (task T211691) by Jan Drewniak
- git #d1a20753 - Hygiene: revise lazy image loading API (task T211724) by Stephen Niedzielski
- git #b9f8b86c - Fix: temporarily revert ur notification string by Stephen Niedzielski
- git #6d243c1d - QA: Page Issues browser test should wait till JS has finished loading by jdlrobson
- git #8cf642aa - Drop usage of mobile.ajax.styles (task T213775) by VolkerE
- git #24b1e7d5 - Hygiene: Merge skins.minerva.base.reset into skins.minerva.base.styles by jdlrobson
- git #1166009c - skins.minerva.tablet.styles can be merged by jdlrobson
- git #b247beef - QA: Run page issues browser test in beta by jdlrobson
MonoBook
[edit]- git #e9b62baf - Put background images back in single set of declarations in body by Bartosz Dziewoński
Modern
[edit]No changes for Modern
Nostalgia
[edit]No changes for Nostalgia
Timeless
[edit]- git #715f75d9 - Reduce unnecessary selector specificity (task T214218) by Volker E
Vector
[edit]No changes for Vector
Total Changes
[edit]263 Changes in 66 repos by 69 committers