MediaWiki 1.33/wmf.12/Changelog
Core changes
edit- git #fd444fe3 - languages/i18n: Pull forward to-be wmf.13 translations to wmf.12 by James D. Forrester
- git #f3136918 - Update git submodules by Gerrit Code Review
- git #675c4f66 - Update git submodules by Gerrit Code Review
- git #d5505473 - Update git submodules by Gerrit Code Review
- git #9825d667 - Update git submodules by Gerrit Code Review
- git #ee22e487 - Update git submodules by Gerrit Code Review
- git #75705709 - Fix slow queries in migrateActors.php (task T188327) by Anomie
- git #df5d9ffb - Update git submodules by Gerrit Code Review
- git #5f49bc08 - Update git submodules by Gerrit Code Review
- git #30170ff9 - Update git submodules by Gerrit Code Review
- git #8707061b - Update git submodules by Gerrit Code Review
- git #55a37c9c - Fix missing ATOMIC_CANCELABLE in MovePage::move() (task T213168) by Jforrester
- git #a0bfcb6a - Update git submodules by Gerrit Code Review
- git #4fb4de28 - Fix order of arguments in ChangeTags::getPrevTags (task T212703) by Ladsgroup
- git #2770391a - Update git submodules by Gerrit Code Review
- git #f96c988f - Fix tag for partial blocks config by Thalia
- git #b3e490bb - build: Update eslint-config-wikimedia to 0.10.0 by Ed Sanders
- git #8c7b6351 - Relax filter attribute filtering to allow self-referential urls (task T67044) by Brian Wolff
- git #d11e342e - Add @since tags to new public methods related to partial blocks (task T210369) by Thalia
- git #8fb36661 - Remove comments documenting constructors as "constructors" by Thiemo Kreuz (WMDE)
- git #d9ca1abd - Add me to .mailmap and remove duplicate name by Krinkle
- git #9cd3b527 - build: Update qunitjs to 2.9.1 by Timo Tijhof
- git #fa85d30d - HTMLSelectLanguageField: Add explicit sort by Volker E
- git #fa83f0d1 - WikiPage::doUpdateRestrictions checks DB_MASTER (task T210983) by Aaron Schulz
- git #41da63ed - Update the design of Special:Block (task T202773) (task T212964) by Thalia
- git #fe3959e5 - objectcache: add more "touchedCallback" comments to WANObjectCache by Aaron Schulz
- git #9cc425ff - Pass READ_LATEST in $flags to Title::loadRestrictions (task T210983) by Aaron Schulz
- git #0904b345 - Make user rights conflict error a bit more obvious (task T113048) by James D. Forrester
- git #58938095 - Revert "Revert "Title::checkUserBlock should call User::isBlockedFrom for every action"" (task T208862) by David Barratt
- git #ffc70d07 - Special:UserRights: Fix handling of empty conflict check value (task T164211) by Gergő Tisza
- git #e952baca - Improve OutputPage::wrapWikiMsg documentation by Gergő Tisza
- git #a6cb793e - Make ContribsPager properties private again (task T212771) by Catrope
- git #d31af9bd - Remove unnecessary calc operation in .less file by Thalia
- git #e22be242 - Temporarily make ContribsPager properties public to unblock Flow (task T212771) by Thiemo Kreuz
- git #3215cd2c - DeletedContribsPager: Add getters for properties accessed by Flow (task T212771) by Kosta Harlan
- git #4833ad59 - Don't hardcode guzzle dependancies by Reedy
- git #61091a2a - Add getters for properties accessed by Flow (task T212771) by Catrope
- git #ad0b79db - Always load styles for Special:Block page (task T212880) by Thalia
- git #da35094c - Special:Block: Align partial input field better with rest of interface by Volker E
- git #34bf9ac3 - Remove duplicate assertion in SpecialBlockTest by Thalia
- git #b1e060d2 - Fix type for UserMailer::send $body param by Umherirrender
- git #e2e03d0b - Add check for editing restriction widget on Special:Block (task T212808) by Thalia
- git #539f932b - watcheditem: Remove unused import/use statement by Derick Alangi
- git #f1707281 - Do not pass $archiveName two times to OldLocalFile by Thiemo Kreuz
- git #d0c31ac9 - Convert Special:AllMessages to use OOUI (task T117749) (task T134425) by Volker E
- git #f15ecc60 - Add force option to password policy (task T118774) by Gergő Tisza
- git #5cb212ea - Tag markers should be wrapped in parentheses on diff page (task T212613) by jdlrobson
- git #a18b4052 - SkinApi: Do not load 'mediawiki.searchSuggest' (task T212752) by Bartosz Dziewoński
- git #d3d9b4f0 - Sync up with Parsoid parserTests.txt by Subramanya Sastry
- git #4dba6059 - filerepo: Replace confusing substr() with rtrim() by Thiemo Kreuz
- git #0aedb4d5 - filerepo: Avoid two pointless substr() in File by Thiemo Kreuz
- git #2181f406 - Make use of \File::getArchiveRel to avoid code duplication by Thiemo Kreuz
- git #c0e27fba - Add missing property declarations to LocalFileTest by Thiemo Kreuz
- git #62bf6cad - logging: Correct $logId default value in LogPager.php by Umherirrender
- git #a7c049db - Revert "build: Run minus-x to check for executable files that shouldn't be" (task T212766) by Jforrester
- git #9c517466 - Unbreak Pbkdf2PasswordTest by Max Semenik
- git #032f640a - Remove unused line by Max Semenik
- git #bd2a718c - build: Run minus-x to check for executable files that shouldn't be (task T175794) by Umherirrender
- git #58037be4 - mailmap: list new address not detected by updateCredits.php by Jforrester
- git #fcb138fc - SpecialTags: Add <thead> and <tbody> in the sortable table by Jforrester
- git #d2ae5e20 - tablesorter: Simplify jQuery#removeClass usage by using array by Jforrester
- git #ca06a63f - Use ContextSource::getConfig instead of globals by Umherirrender
- git #d819f37f - Use ContextSource::getConfig instead of globals in Skin.php by Umherirrender
- git #82d993ed - SpecialMediaStatistics: Add <thead> and <tbody> in the table by Fomafix
- git #adc88a46 - Revert "Cached HTML/JS shouldn't show two toggle links" (task T195053) by Fomafix
- git #9719602b - Special:Search: Generate toggle buttons in HTML instead of JavaScript by Bartosz Dziewoński
- git #2bb276f0 - Improve documentation of wfDeprecated by Thiemo Kreuz (WMDE)
- git #0d3807c5 - Deprecate PasswordPolicyChecks::checkPopularPasswordBlacklist by Reedy
- git #a183aee8 - Simplify default password policy by Reedy
- git #eb741da7 - Correct $magicWords for sa.wiki (task T102320) by MarcoAurelio
- git #4dfa67e9 - Update CREDITS file to include new contributors by Martin Urbanec
- git #9dc4ff21 - Move exif messages to a separate i18n file (task T167762) by Amir Aharoni
- git #25ccc440 - Fix comments in language class tests by Fomafix
- git #cbe7eab0 - Fix typo "maintainance" (task T201491) by MarcoAurelio
- git #952876e3 - Add 'suppressrevision' right to new 'oversight' grant by Martin Urbanec
- git #221b03c2 - Update OOUI to v0.30.0 (task T150071) (task T150781) (task T183271) (task T190581) (task T196208) (task T208644) (task T208821) (task T210039) (task T210914) (task T211154) (task T211223) (task T212064) (task T212068) (task T212159) (task T212186) (task T212299) (task T212389) by James D. Forrester
- git #abe2167b - user: Ensure returned user groups are sorted (task T164211) by Krinkle
- git #5f4748f0 - eval.php: write error messages to stderr (task T121597) by Krinkle
- git #02292497 - XmlSelect: Fix PHPDoc param comments for addOption() & formatOptions() by Krinkle
- git #f4f66368 - Revision: Assert that $mRecord is never null in Revision (task T187153) by Krinkle
- git #73fb6d90 - Mark private properties in ContribsPager as "private" by Umherirrender
- git #2190b789 - objectcache: add expiration check callback to WANObjectCache::getWithSetCallback by Aaron Schulz
- git #c3f56bd3 - Remove redundant property declarations by Umherirrender
- git #a67a4b10 - Add missing, dynamically declared properties in ContribsPager by Umherirrender
- git #5dcb3465 - rdbms: add trace to getLagFromPtHeartbeat() log entries by Aaron Schulz
- git #dffbbdbe - Linker: Deprecate non-Language types for $lang of tocList() and generateTOC() by Fomafix
- git #86db2871 - Deprecate User::getPasswordValidity() by Gergő Tisza
- git #dbfe1c9a - Add warning if you give Html::openElement a name with a space (task T201747) by Kunal Mehta
- git #9d9e3117 - EmailNotification should provide a getter for pageStatus (task T175104) by Legoktm
- git #6365da68 - registration: Add release notes for platform requirements (task T197535) by Legoktm
Vendor
edit- git #6fa3ddda - Update OOUI to v0.30.0 by James D. Forrester
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #f77c81cc - Pass MCR AF text into newVariableHolderForEdit (task T213453) by Jforrester
- git #55dcef1d - Use slot in onEditFilterMergedContent (task T213453) by Jforrester
- git #8ccb9839 - Add test to guarantee tag uniqueness by Thiemo Kreuz
- git #217b4b57 - Remove workaround to complete phase 1 of variables migration (task T173889) by Huji
- git #b0c5b97b - Add a new method and hook for static variables (task T211680) by Daimona Eaytoy
- git #2fc56ce0 - Use array_unique on the array of tags to add by Daimona Eaytoy
- git #921db039 - Really disable the minor_edit variable by Daimona Eaytoy
- git #d4bce529 - Add aliases for Serbian language (task T212586) by Zoranzoki21
- git #75b0b9c9 - Set alias name of Special:Abusefilter for Urdu language by محمد شعیب
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
edit- git #dc956884 - Count advanced search expansion (task T211091) by Thiemo Kreuz (WMDE)
- git #60bdb345 - build: Set "root": true, in .eslintrc.json (task T206485) by Kunal Mehta
- git #26ab90e2 - Stop using broken Uri class from MediaWiki core (task T210684) by Thiemo Kreuz
AntiSpoof
edit- git #888e77ea - Remove inaccurate @doc by Reedy
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
editNo changes for ArticlePlaceholder
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
edit- git #1aa70030 - Fix "count(): Parameter must be an array or an object that implements Countable" (task T213005) by Reedy
- git #2951b928 - Add <thead> and <tbody> in the sortable table by Fomafix
CharInsert
editNo changes for CharInsert
CheckUser
editNo changes for CheckUser
CirrusSearch
edit- git #c6552e32 - or-able full text file type keyword (task T212776) by Erik Bernhardson
- git #61f320a1 - Generalize and separate filemime search keyword by Erik Bernhardson
- git #2715c24c - Fix OtherIndex to comply with replica+group concepts (task T212120) by David Causse
- git #00642dce - Language detection should not be run when rewriting is not enabled (task T212455) by David Causse
- git #6d564bca - InterwikiResolver: set MultiHttpClient timeouts (task T212455) by David Causse
- git #0734e3c5 - Add method scope visibility in anon classes by Umherirrender
Cite
edit- git #c23cd59a - Sync up with Parsoid citeParserTests.txt by Subramanya Sastry
- git #ad559d4a - Fix test for img decoding="async" (task T212124) by Gilles Dubuc
- git #adc64b30 - ve.ui.MWCitationDialog: Unbreak the logic to enable/disable actions (task T210796) by Bartosz Dziewoński
CiteThisPage
editNo changes for CiteThisPage
Citoid
edit- git #ec72fb9e - Call original MWReferenceContextItem#renderBody when overriding by Bartosz Dziewoński
cldr
edit- git #a14de7c2 - Convert LocalNamesFrr.php from windows-1252 -> UTF8 (task T212430) by Brian Wolff
Cognate
editNo changes for Cognate
CodeEditor
editNo changes for CodeEditor
CodeMirror
editNo changes for CodeMirror
CodeReview
edit- git #4fd41a7c - Required argument follows optional by Umherirrender
CollaborationKit
edit- git #9eeb3c47 - Replace deprecated `iconTitle` with `title` (task T76638) by Volker E
Collection
edit- git #3eac5eae - Improve param docs by Thiemo Kreuz (WMDE)
- git #7c4d80b4 - build: Set "root": true, in .eslintrc.json (task T206485) by Kunal Mehta
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
edit- git #e614050b - ConfirmEdit: Support No CAPTCHA reCAPTCHA (task T203478) by Zoranzoki21
- git #f482ff5a - Add description message to be shown on Special:Version by Umherirrender
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #a5100dfa - Convert inline templates into text if equivalent template is missing (task T204942) by jenkins-bot
- git #b04f989a - Remove the template only if target template does not exist (task T204937) by jenkins-bot
- git #389c20f7 - Fix order of issues inside the issue card by jenkins-bot
- git #07aa6f17 - Adjust thresholds for unmodified content warnings (task T211763) by jenkins-bot
- git #9a6c8563 - Pair clearInterval() with setInterval() by jenkins-bot
- git #7ab9ce75 - Open terms of use in new tab (task T212545) by jenkins-bot
- git #4dfa98d2 - Remove unused mw.cx.MwApiRequestManager.prototype.fetchSourcePageContent by jenkins-bot
- git #f5391d73 - Replace deprecated `iconTitle` with `title` (task T76638) by jenkins-bot
- git #2e05b7ff - Replaced outdated TODO comment with class description by Niklas Laxström
- git #c75feb28 - Unblock UI and show error message when unknown captcha error occurs 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
editNo changes for DonationInterface
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
EUCopyrightCampaign
editNo changes for EUCopyrightCampaign
Echo
edit- git #ed171889 - Avoid double escaping of select options (task T211876) by Matěj Suchánek
- git #d042257d - Add missing use for Wikimedia\Rdbms\Database by Umherirrender
- git #795d48d5 - Required argument follows optional by Umherirrender
- git #cb1051ce - Display the full title in notifications about mention in summary by Matěj Suchánek
- git #51c5f060 - phpcs: exclude the vendor folder by Paladox
- git #8d7fc8c6 - Avoid expensive array_shift where possible by Thiemo Kreuz
- git #0a6e548e - Some more specific array and array[] type hints by Thiemo Kreuz
Elastica
editNo changes for Elastica
ElectronPdfService
edit- git #c28ef388 - build: Set "root": true, in .eslintrc.json (task T206485) by Kunal Mehta
EventBus
editNo changes for EventBus
EventLogging
editNo changes for EventLogging
ExtensionDistributor
edit- git #37e3440a - build: Run stylelint for less by Umherirrender
- git #a14d4f13 - Follow-up f686d348: No need for an <img> tag any more (task T212217) by James D. Forrester
FeaturedFeeds
editNo changes for FeaturedFeeds
FileExporter
editNo changes for FileExporter
FileImporter
edit- git #51f549d6 - NullRevisionCreator: replace dependency on ILoadBalancer with IDatabase by Thiemo Kreuz
- git #5f43755a - Minor optimizations to ImporterTest by WMDE-Fisch
- git #cf0c33f8 - Extend Importer integration test using multiple revisions (task T197681) (task T200001) by WMDE-Fisch
- git #ebc8d689 - Guarantee there is a latest file revision by Thiemo Kreuz
- git #23a57647 - Stop as early as possible when there are 0 file/text revisions by Thiemo Kreuz
- git #03fc562f - Separate FileTextRevisionValidatorTest from component test by Thiemo Kreuz (WMDE)
- git #4e3b735f - Fix double escaped HTML when triggering AbuseFilter (task T206486) by Thiemo Kreuz (WMDE)
- git #7b956e7b - Document and refactor log creation code in Importer and related (task T210755) by Thiemo Kreuz
- git #c982a329 - Create upload log entry for import null revision (task T210755) by WMDE-Fisch
- git #d37961e5 - Make Importer fail in a nice way with empty ImportOperations (task T212199) by Thiemo Kreuz
- git #7d49f40c - Add "never create log entries" assertions to ImporterComponentTest by Thiemo Kreuz
- git #bcf02aca - Use the same (test) user in all ImporterComponentTest cases by Thiemo Kreuz
- git #36f9e776 - Fix unintentional blue font color on buttons (task T198796) by WMDE-Fisch
- git #b1717428 - Let ImporterComponentTest support multiple file revisions (task T210755) by Thiemo Kreuz (WMDE)
- git #046dfc6e - Replace all remaining wfMessage() with $this->msg() (task T212199) by Thiemo Kreuz (WMDE)
- git #92f618d3 - Turn all remaining Html classes into SpecialPageHtmlFragments (task T212199) by Thiemo Kreuz (WMDE)
- git #0726936b - Remove forgotten (?) die() debug code (task T212199) by Thiemo Kreuz
- git #90ec935c - Create upload log entries for archived file revisions (task T210755) by WMDE-Fisch
- git #618dc78d - Some more SpecialPageHtmlFragment sublasses (task T212199) by Thiemo Kreuz
- git #887e803b - Refactor HTML builders accessing original WebRequest (task T212199) by Thiemo Kreuz
- git #ac55301b - Add abstract SpecialPageHtmlFragment base class (task T212199) by Thiemo Kreuz
- git #7f8be1e5 - Test to check for correctly added tags (task T198324) by Thiemo Kreuz
- git #b0e90ae2 - Update namespace of RevisionRecord class by WMDE-Fisch
- git #5edb1102 - Add "fileimporter" tag to new import log entry and null revision (task T198324) by WMDE-Fisch
- git #cf9e2352 - Fix unpredictable history order by enforcing >=1 second difference (task T200259) by Thiemo Kreuz
- git #8b08a908 - Remove not needed check for Database::select… result by Thiemo Kreuz
- git #da86552d - Fix bad variable name in ImporterComponentTest by Thiemo Kreuz
FlaggedRevs
edit- git #59568041 - Add missing use for Wikimedia\Rdbms\IDatabase by Umherirrender
- git #58d48339 - Use ContextSource::getConfig instead of globals by Reedy
- git #4c936444 - Required argument follows optional by Umherirrender
- git #87ea714b - Do not call FRInclusionCache::setRevIncludes when the value is not used by Krinkle
Flow
edit- git #32dd1b0f - fix "Undefined variable: boardTitle" by Thiemo Kreuz
- git #83e39041 - Use getters to access ContribsPager properties (task T212771) by Kosta Harlan
- git #61d707ff - Add missing use statments by Umherirrender
- git #37a46694 - Use more narrow interfaces in ContribsPager related code by Thiemo Kreuz
- git #37918fc5 - Use ContextSource::getConfig instead of globals by Umherirrender
- git #ae1e54fa - Improve paramater docs of NotifiedUsersTest::getTestData by Umherirrender
- git #ea771750 - Remove superfluous parameter from AbuseFilter call (task T173889) by Daimona Eaytoy
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
edit- git #49ec533e - Fix typo in comment by Fomafix
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
editNo changes for GeoData
GettingStarted
edit- git #a386013c - Improve param docs by Umherirrender
- git #0593a4fd - Add missing use for Title by Umherirrender
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
editNo changes for GlobalCssJs
GlobalPreferences
edit- git #e2131450 - Add logging for T204781 (task T204781) by MaxSem
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
edit- git #c7afb9e9 - Adjust type of Store::saveToCache by Thiemo Kreuz (WMDE)
GrowthExperiments
edit- git #6c8545b2 - Support templates and magic words in wgGEHelpPanelHelpDeskTitle (task T213186) by Catrope
- git #3516a856 - Make the CTA round on mobile (task T212890) by Roan Kattouw
- git #5c756139 - Fix getEditor and the logging of 'impression' (task T212973) by Sbisson
- git #4de96117 - Stop logging page_token (task T209982) by Stephane Bisson
- git #81ec8d78 - Help panel: Use our own session ID instead of page_token (task T209982) by Roan Kattouw
- git #25320e66 - Help Panel: Make panel wider for larger screens (task T212897) by Kosta Harlan
- git #f24e9415 - Help Panel: Indent and display disc for unordered list content (task T212894) by Kosta Harlan
- git #03c9d6a9 - Help panel: Prevent iOS from zooming in on text input (task T212505) by Roan Kattouw
- git #182fe6aa - Help panel: Enable based on random number instead of user ID by Roan Kattouw
- git #d4daa7f5 - Help panel: Don't run help panel-related hooks when help panel is disabled by Roan Kattouw
- git #8bacdc6b - Help panel: open nojs cta in a new tab by Kosta Harlan
- git #3b163122 - Help Panel: Paragraph margin and section heading text (task T212893) (task T212901) by Kosta Harlan
- git #43191ca3 - Help Panel: Add frame to Done button (task T212902) by Kosta Harlan
- git #da9d256e - Help Panel: Use text instead of DB key format (task T212816) by Kosta Harlan
- git #f9b513b9 - Help panel: Add animation when opening the popup (task T212887) by Roan Kattouw
- git #3babfc82 - Help panel: Animate the CTA button onto the screen (task T212887) by Roan Kattouw
- git #20df2911 - Help panel: Unbreak icon in no-JS mode by Roan Kattouw
- git #cbc72a3a - Help Panel: Use translatable text for help desk link (task T212819) by Roan Kattouw
- git #7d49efd5 - Help Panel: Don't autofocus on mobile by Kosta Harlan
- git #5fc87176 - Help Panel: Remove {{SITENAME}} and provide custom links by Kosta Harlan
- git #c59b0a5c - Help Panel: Consistent use of paragraph elements with labels (task T211633) by Kosta Harlan
- git #a4b2f155 - Help Panel: Make view question link bold (task T212505) by Kosta Harlan
- git #8529d4eb - Help Panel: Declare dependency on mediawiki.user by Kosta Harlan
- git #8588e6e6 - Help Panel: Require a logged-in user to instantiate QuestionPoster by Kosta Harlan
- git #11bc8684 - Help Panel: Handle invalid title in QuestionPoster (task T212535) by Kosta Harlan
- git #730ce577 - Help panel: reset header actions to their original size (task T211633) by Stephane Bisson
- git #2d2e934f - Help panel: fix cog menu on mobile by Stephane Bisson
- git #f484fa77 - Help panel: adjust cog menu (task T211633) by Stephane Bisson
- git #7b957825 - Help Panel: MobileFrontend integration (task T211913) by Kosta Harlan
- git #33281f40 - Help panel: make header buttons larger (task T211633) by Stephane Bisson
- git #4f533edf - Help Panel: Email, first edit, question complete display fixes (task T212148) by Kosta Harlan
- git #f11ecbe0 - Help panel: UI tweaks (task T211633) by Stephane Bisson
- git #410d7f45 - Make question text fields start with 3 rows (task T211633) by Stephane Bisson
- git #f2437df2 - Help panel instrumentation (task T211942) by Stephane Bisson
- git #7a6b923e - Merge questionposter messages with other help messages by Sbisson
- git #09a210b9 - Help Panel: Update CTA styles (task T211633) by Stephane Bisson
GuidedTour
editNo changes for GuidedTour
GWToolset
edit- git #142e4bce - Fix function name when throwing gwtoolset-developer-issue by Umherirrender
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
edit- git #884c3fbb - SpecialInterwiki: Add <thead> and <tbody> in the sortable table by Fomafix
InterwikiSorting
editNo changes for InterwikiSorting
JADE
edit- git #c324c999 - Split apihelp messages to a separate file (task T189982) by Adam Wight
- git #a00eb72e - Improve param docs by Umherirrender
- git #32e4847b - Add missing use for JADE\JudgmentTarget by Umherirrender
- git #2973ca0b - Add missing use for StatusValue by Umherirrender
- git #e7f39533 - Rename functions to match the new model name by Adam Wight
- git #11376696 - Define a constant for the judgment model by Adam Wight
Josa
editNo changes for Josa
JsonConfig
editNo changes for JsonConfig
Kartographer
edit- git #62e22fb7 - Replace deprecated `iconTitle` with `title` (task T76638) by Volker E
- git #810b21ea - Fix using at-ease functions in namespaced class (task T212218) by Kunal Mehta
- git #857768da - Actually import the Wikimedia class (task T212218) by Michael Holloway
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
edit- git #be64228e - Handle autocreation via LdapAuthenticationPlugin::initUser (task T212689) by Bryan Davis
Linter
editNo changes for Linter
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 #d06ad55d - Streamline ListContentSpamlistLookupTest by Thiemo Kreuz
- git #c2b5f059 - tests: Add unit tests for SpamlistLookup::factory() by D3r1ck01
Math
editNo changes for Math
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #5795fbcf - Specify which editor is being opened in hook (task T212973) by Stephane Bisson
- git #6cee5191 - Streamline McsContentProvider constructor and tests (task T210390) by Thiemo Kreuz
- git #5647d5eb - Follow-up on Ie224b89787b631bd597273c20cae4 (task T210390) by Derick Alangi
- git #4cbbff3e - Hygiene: remove unused Overlay.defaults.fixedHeader (task T191987) by Stephen Niedzielski
- git #0ac60fd5 - Clarify test dependency (task T210210) by jdlrobson
- git #e40728a9 - Update: make Webpack build products stable (task T212527) by Niedzielski
- git #f4648fda - Hygiene: rename Webpack variable (task T212527) by Stephen Niedzielski
- git #757f264f - Document new bundle sizes of mobile.startup components (task T210210) by jdlrobson
- git #fc980df6 - Move rtlLanguages in separate file (task T210210) by Nicholas Ray
- git #ee8654a1 - Make languages's util.js mirror style of mobile.startup/util.js (task T210210) by Nicholas Ray
- git #c5a8dfd7 - Bundle mobile.languages.structured with webpack (task T210210) by Nicholas Ray
- git #66c97d32 - Hygiene: fix JSDoc whitespace in Toggler by Stephen Niedzielski
- git #1070a0bc - features: Add type hint to $options in __construct() by D3r1ck01
- git #b67bf109 - Hygiene: update Webpack comment by Stephen Niedzielski
- git #3c4d6bbc - MobileFrontend.body: Add type hint to getUserPageContent() header by Thiemo Kreuz (WMDE)
- git #24fb6605 - MobileFrontend.skin: Add typehint to method getLicense() param by Derick Alangi
- git #325ba389 - MobileFormatter: Add type-hints to parameters of method header by Derick Alangi
- git #5332dbef - Hygiene: Drop unused message by jdlrobson
- git #bf388a86 - Hygiene: stop View.options extending itself by Niedzielski
- git #3f1e653d - Remove "successfully" from a message by Amir Aharoni
- git #e8dbac35 - notificationsFilterOverlay: Pass className as prop (task T211828) by jdlrobson
- git #bbdfe71f - Enable smooth scrolling on mobile diff page for Chrome and Firefox (task T200927) by Jan Drewniak
- git #9ada7782 - Separate layout rules of spinner styles to content area by jdlrobson
- git #6c42f673 - Show notification after updating categories (task T163121) by Jdlrobson
- git #5ba13831 - Fire editorOpened hook in show() (task T211913) by Kosta Harlan
- git #46d00bbd - Hygiene: deprecate View.events and update CtaDrawer (task T210870) by Stephen Niedzielski
- git #755c76e6 - Break the View property contract for isBorderBox and className (task T211828) by jdlrobson
- git #116161dc - Close the categories overlay after a category is added (task T163121) by jdlrobson
- git #fececdca - MediaWikiServices & Service Wirings in MwApiContentProvider.php (task T212408) by D3r1ck01
- git #4b2f6dfa - Composition: LoadingOverlay is now a factory function by jdlrobson
- git #6bd74ceb - EditorGateway: Avoid Array#find (task T211986) by Ed Sanders
- git #1efb3a56 - Suppress deprecation warnings on various Views (task T211828) by jdlrobson
MultimediaViewer
edit- git #a518cb03 - build: Update eslint-config-wikimedia to 0.9.0 by Ed Sanders
NavigationTiming
editNo changes for NavigationTiming
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
edit- git #0943f81e - Document that "pattern" means "LIKE pattern" by Thiemo Kreuz (WMDE)
OATHAuth
edit- git #30ed1852 - Make disableOATHAuthForUser.php log out the affected user (task T189537) by Reedy
- git #1871a9ab - Re-instate "Add some logging of OATHAuth actions" (task T151010) by Reedy
- git #24ac546e - Give users 10 scratch tokens (task T211831) by Reedy
OAuth
edit- git #6198e848 - Fix namespace separator in param docs by Umherirrender
- git #98df9d78 - Make Consumer[Acceptance] and DAOAccessControl more type-safe by Gergő Tisza
- git #b8ad4133 - Add filter by action to Special:Log/mwoauthconsumer (task T212628) by Matěj Suchánek
OpenStackManager
editNo changes for OpenStackManager
ORES
edit- git #ec64660b - Declare properties on SpecialORESModels by Umherirrender
- git #d2635a02 - Fix use for Wikimedia\Rdbms\IDatabase by Umherirrender
PageAssessments
edit- git #75c5f6da - Remove backward compatibility code for ApiBase::setWarning by Umherirrender
PagedTiffHandler
editNo changes for PagedTiffHandler
PageImages
editNo changes for PageImages
PageTriage
editNo changes for PageTriage
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
edit- git #cf1480cb - Fix E_WARNING with {{#pos:}} if the offset is larger than the string (task T209600) by Kunal Mehta
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
editNo changes for PdfHandler
PerformanceInspector
edit- git #3440448c - Replace deprecated `iconTitle` with `title` (task T76638) by Volker E
Petition
editNo changes for Petition
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
edit- git #c8c93d08 - Hygiene: replace deprecated Webpack plugin (task T212527) by Jdlrobson
- git #f2c1e787 - Remove Popups.php by Reedy
- git #a922331d - Hygiene: remove unused Webpack plugins (task T212527) by Niedzielski
- git #81a2f4ac - Hygiene: copy MobileFrontend Webpack learnings (task T212527) by Stephen Niedzielski
- git #357dbc4f - Fix copy-paste mistake in linkTitle.test.js by Niedzielski
- git #6ed00b92 - Add some more missing @covers tags by Stephen Niedzielski
- git #57823367 - Fix: rebuild dist by Stephen Niedzielski
- git #4ce0246d - Hygiene: replace jQuery.noop dependency by Stephen Niedzielski
- git #8efd3b20 - Remove misplaced comments from PHPUnit tests by Thiemo Kreuz
- git #a90c9d5c - Add missing @covers tags to EventLoggerFactoryTest by Thiemo Kreuz
ProofreadPage
edit- git #9b8a32d3 - Add missing use for RuntimeException by Umherirrender
- git #ad7aa58c - Avoids to use display: flex for now (task T209939) by Tpt
- git #73c7d08b - Fix SpecialProofreadPages calling count() on null by Thiemo Kreuz (WMDE)
PropertySuggester
editNo changes for PropertySuggester
QuickSurveys
edit- git #f3c379f2 - init: Improve dnt code with idiomatic patterns by Krinkle
- git #69bbc428 - Use OO.inheritClass directly for improved readability by Krinkle
- git #d3d7817e - utils: Simplify getEditCountBucket function by Krinkle
- git #37792f3f - build: Update eslint rules and remove redundant aliases (task T208951) by Krinkle
Quiz
editNo changes for Quiz
ReadingLists
editNo changes for ReadingLists
RelatedArticles
editNo changes for RelatedArticles
Renameuser
editNo changes for Renameuser
RevisionSlider
edit- git #46f3ca65 - build: Set "root": true, in .eslintrc.json (task T206485) by Kunal Mehta
RSS
edit- git #96390e08 - Remove code sniffer exclusions and update other dependencies by Sam Wilson
SandboxLink
editNo changes for SandboxLink
Score
editNo changes for Score
Scribunto
editNo changes for Scribunto
SearchExtraNS
editNo changes for SearchExtraNS
SecurePoll
editNo changes for SecurePoll
Sentry
editNo changes for Sentry
ShortUrl
editNo changes for ShortUrl
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
edit- git #9ac1604d - Improve param doc by Umherirrender
- git #d71bdf2f - Specification: Fix "properties" typo in § 3.2.8 by Timo Tijhof
- git #498c66f4 - tests: Add coverage for TemplateDataBlob::getHtml by Krinkle
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
edit- git #f7bf5a4e - Add "wrapper" attribute to <templatestyles/> (task T200441) by Brad Jorsch
TemplateWizard
edit- git #e926e798 - build: Set "root": true, in .eslintrc.json (task T206485) by Kunal Mehta
TextExtracts
editNo changes for TextExtracts
Thanks
edit- git #97e95d55 - Use ExtensionRegistry instead of class_exists (task T183096) by Thiemo Kreuz (WMDE)
TimedMediaHandler
edit- git #ecb25fc1 - Sync up with Parsoid timedMediaHandlerParserTests.txt by Subramanya Sastry
- git #ac4d7ee7 - Fix test for img decoding="async" (task T212124) by Krinkle
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #85472930 - Revert "Use "touchedCallback" for for the "translate-groups" cache key" by jenkins-bot
- git #7f97f1a3 - Add type hint for nullable parameters by Umherirrender
- git #703f87d9 - Make use of the …::class feature in some cases by jenkins-bot
- git #904ab172 - Prefer "self" references where possible by jenkins-bot
- git #a705b1e0 - Remove documentation that does not add any information by jenkins-bot
- git #e45601d2 - tag: Fix some incorrect PHPDoc comments in tag/ files by jenkins-bot
- git #088be3dc - ffs: Fix PHPDoc return type for readRow() method by jenkins-bot
- git #d1313aff - specials: Fix PHPDoc comments & return type for isValidValue() method by jenkins-bot
- git #e38d374d - Use "touchedCallback" for for the "translate-groups" cache key (task T203786) by jenkins-bot
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
edit- git #8911a95a - Avoid some &-references in LineBasedUnifiedDiffFormatter (task T212200) by Thiemo Kreuz
- git #03aa32ce - Mark string containing escaped HTML as such via their var names (task T212200) by Thiemo Kreuz
- git #95b9755d - Rewrite LineBasedUnifiedDiffFormatter switch-case for readability (task T212200) by Thiemo Kreuz
- git #2848ca2a - Remove unused variable in HtmlSplitConflictView by Thiemo Kreuz
- git #7096982f - Replace all new Message() constructors with $this->msg() (task T212200) by Thiemo Kreuz
- git #d48c042e - Remove not needed subclassing in LineBasedUnifiedDiffFormatter (task T212200) by WMDE-Fisch
- git #21d7d311 - Fix broken PopupWidget when hovering disabled edit pens (task T212205) by WMDE-Fisch
- git #088cfa7e - build: Set "root": true, in .eslintrc.json (task T206485) by WMDE-Fisch
- git #78445b91 - Fix ruby selenium tests by WMDE-Fisch
UniversalLanguageSelector
edit- git #24559cd1 - Add basic tests for ULS' ResourceLoader modules by jenkins-bot
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #099b5ee8 - build: Update linters by James D. Forrester
- git #02fb3072 - Move all apihelp translatable messages to separate files (task T189982) by Amire80
- git #9dff557b - Move SQL related files at SQL directory by Amire80
- git #d4a09006 - Add aliases for Serbian language (task T212586) by Amir Aharoni
- git #1d7043fd - build: Set "root": true, in .eslintrc.json (task T206485) by Kunal Mehta
- git #bfc1d468 - Force flake8 to run under Python 2 by Kunal Mehta
UrlShortener
edit- git #85cdee88 - Fix spacing in api/en.json by Umherirrender
- git #628dd79b - Move all apihelp translatable messages to separate files (task T189982) by zoranzoki21
UserMerge
edit- git #51035a39 - Migrate UserMerge to modern logging system (task T72836) (task T204107) by Matěj Suchánek
- git #998c834c - build: Bump taint & minus-x to latest version by MarcoAurelio
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #8a286b06 - Revert "Replace deprecated `setIndicatorTitle` with `setTitle`" (task T212975) by Bartosz Dziewoński
- git #a7c98d88 - Replace deprecated `setIndicatorTitle` with `setTitle` (task T76638) by Volker E
- git #0f1a8b9e - Default originalGalleryGroupItems to empty array (task T212809) by Ed Sanders
- git #48db45df - Don't preserveHtmlAttributes on transclusion nodes (task T207325) by Ed Sanders
- git #3c293ea0 - doc: Bump copyright year for 2019 by James D. Forrester
- git #0bd9270b - ve.init.mw.MobileArticleTarget: Remove unnecessary override by Bartosz Dziewoński
- git #cdb238cf - Remove document padding resets, upstreamed by Jforrester
- git #f2ac575e - Move save error messages above save footer (task T72266) by Ed Sanders
- git #79e16e21 - ve.ui.MWGalleryDialog: Improve modification checks (task T206534) by Bartosz Dziewoński
Wikibase
edit- git #47402054 - Pass slotrole into EditFilterMergedContent hook (task T213453) by Jforrester
- git #f16f3595 - EntityHandler, don't write to TermIndex for all entity types (task T208330) by Addshore
- git #d4648db3 - RepoHooks::onApiCheckCanExecute: Only fail if the edit is for our entity's slot (task T213227) by Jforrester
- git #20af4392 - RepoHooks::onApiCheckCanExecute only check enabled entity types (task T213227) by Jforrester
- git #7b8745f8 - Rename repo metdata accessor and return TypeDispatching variant (task T212427) by addshore
- git #7b2c520c - Export all JS files to the wdio-wikibase npm package. (task T200011) by WMDE-leszek
- git #8f1b916f - Remove auto-generated, non-informative lines of documentation by Thiemo Kreuz
- git #f56a9667 - termbox: resource loader module (task T212250) by Pablo Grass (WMDE)
- git #88b15318 - Introduce TermboxDependencyLoader to load messages (task T212250) by Jakob Warkotsch
- git #94fd851f - Extract wdio-wikibase package (task T200011) by addshore
- git #a348c5ca - Use the newly created alias separator by Jakob Warkotsch
- git #67c214ae - Pass an UpdateAccumulator to WikibaseClientOtherProjectsSidebar hook (task T180303) by Addshore
- git #7a0ceb88 - Wikibase: Cleanup options (task T212201) by Addshore
- git #1f16ece6 - Wikibase: RDF binding (task T212201) by Addshore
- git #0f16c826 - Add docs/adr/0002-CacheAwarePropertyInfoStore-caching.md (task T97368) by Addshore
- git #5aa1dd8e - Make alias seperator as message (task T207150) by bitPogo
- git #0869136d - termbox: use latest version by Pablo Grass
- git #f1d960ad - Rename EntityParserOutputGeneratorTest to match the new class name by Leszek Manicki
- git #b2048c21 - repo: Remove unused import/use statement by Thiemo Kreuz (WMDE)
- git #8ead1d51 - Enable and fix "no jQuery proxy" eslint rule (task T210744) by Michael Große
- git #3e718570 - Enable and fix "no jQuery isFunction" eslint rule (task T210744) by Michael Große
- git #3edf6a99 - Enable and fix "no jQuery grep" eslint rule (task T210744) by Michael Große
- git #783b37ce - Add missing database prefix to SQL patch by Lucas Werkmeister
- git #1e052cc2 - eslint: Add reportUnusedDisableDirectives option by Ed Sanders
- git #5071a8fc - eslint: extend wikimedia/jquery by Ed Sanders
- git #e3e6196b - Fix sorting of entities w/ same rating in Chrome 70+ by Michael Große
- git #ecab3b31 - Synchronize docs/json.wiki with mediawiki.org by Lucas Werkmeister
- git #a8ef2d63 - Termbox: Pass 'canEdit' to Renderer (task T212136) by Pablo Grass
- git #4d2dca6a - Measure how often users click on more languages links (task T211015) by Michael Große
- git #0ab1d0ba - Use link formatter using cache instead of wb_terms for properties (task T201838) by WMDE-leszek
- git #1d9b611b - Renamed ItemIdHtmlLinkFormatter to ItemPropertyIdHtmlLinkFormatter (task T201838) by WMDE-leszek
- git #f1039f5a - Wikibase: Cleanup usagetracking migration (task T212201) by John Erling Blad
- git #7bd96f00 - Wikibase: Cleanup usagetracking (task T212201) by John Erling Blad
- git #25c08474 - Wikibase: Cleanup summaries (task T212201) by John Erling Blad
- git #cd0dee3d - Wikibase: Cleanup hooks PHP (task T212201) by John Erling Blad
- git #7af84ae4 - Termbox: edit link is part of TermboxRenderer interface (task T211587) by Pablo Grass
- git #ff8abbf5 - Wikibase: Cleanup public apis (task T212201) by John Erling Blad
- git #5f25cd88 - Enable MwDateFormatParserFactory to actually accept user input by Thiemo Kreuz (WMDE)
- git #69c1a50d - Wikibase: Cleanup hooks JS (task T212201) by John Erling Blad
- git #cab073f4 - EntityParserOutputGenerator, track generation times (task T201930) by addshore
- git #5413fd9c - Wikibase: Cleanup federation (task T212201) by John Erling Blad
- git #40d55d5e - Wikibase: Cleanup extending entities (task T212201) by John Erling Blad
- git #079a878e - Wikibase: Cleanup entitytypes (task T212201) by John Erling Blad
- git #8e9096bf - Wikibase: Cleanup entity storage (task T212201) by John Erling Blad
- git #3f0cca91 - Wikibase: Cleanup datatypes (task T212201) by John Erling Blad
- git #e670c2b5 - Wikibase: Cleanup constraints (task T212201) by Addshore
- git #d8911d30 - Wikibase: Cleanup change-op-serializations (task T212201) by Addshore
- git #7a7b4ad1 - NoCrossReferencingStatements: hint proper interface (task T206328) by Pablo Grass
- git #1b165931 - Add tests to ensure blocked users are api-blocked (task T211119) by Michael Große
- git #b16c63da - Drop the B/C code for cookies (task T209576) by Amir Sarabadani
- git #61c58c1e - Make new (Mw)DateFormatParser respect user-provided precision by Thiemo Kreuz
- git #1e63dcaf - Wikibase: Cleanup change-propagation (task T212201) by John Erling Blad
- git #d752d70c - Add edit link URL to termbox ssr request (task T211587) by Jakob Warkotsch
- git #0d85d680 - Add DateFormatParser and MwDateFormatParserFactory (task T63958) (task T67722) (task T95532) by Marius Hoch
- git #42dc0c06 - Apply LanguageCode::bcp47() to value of hreflang attribute (task T211650) by Fomafix
WikibaseLexeme
edit- git #e8d4ac0d - Introduce MediaWikiPageSubEntityMetaDataAccessor (task T212427) by Addshore
- git #72d8f76d - Remove bogus "0.0.0" copy-pasted from BoilerPlate extension by Thiemo Kreuz
- git #087e96ac - package.json wdio-wikibase": "^0.2.0" (task T200011) by addshore
- git #e712941f - Add wdio-wikibase to npm dev deps (task T200011) by addshore
- git #aa88178d - Remove legacy location for wdio-wikibase files (task T200011) by addshore
- git #643540c8 - width and padding was changed so glosses of all senses to be in the same line vertically (task T207401) by Greta Doçi
- git #3124863f - Adjust for wdio-wikibase extraction (task T200011) by addshore
- git #cf0a4158 - Rename "wikibaselexeme-api-error" message keys to "apierror-wikibaselexeme" (task T204379) by Greta Doçi
- git #a62a860d - Add missing null to @param by Umherirrender
- git #f2bae1cf - Add missing use for Wikibase\Repo\ChangeOp\ChangeOpValidationException by Umherirrender
- git #b1ef01f9 - Enable and fix "no jQuery proxy" eslint rule (task T210744) by Michael Große
- git #b78f8af2 - Add edge2edge tests for api for blocked users (task T211119) by Michael Große
- git #e445ee48 - Added rubocup config by Leszek Manicki
WikibaseMediaInfo
edit- git #69ccc891 - Don't show structured data if extension disabled by Cormac Parle
- git #d2dac80b - Add missing null to @param by Umherirrender
- git #d5cec407 - Allow MediaInfoIds to have a prefix by daniel
- git #d856a882 - Use autonym for the display value on language change (task T209380) by James D. Forrester
WikibaseQuality
editNo changes for WikibaseQuality
WikibaseQualityConstraints
edit- git #2441a905 - Use renamed getLocalRepoWikiPageMetaDataAccessor from Wikbase by Thomas Arrow
- git #870d3564 - Replace deprecated `iconTitle` with `title` (task T76638) by Volker E
- git #e47b41a1 - Remove unused travis slack token (task T212787) by addshore
- git #87f92d70 - Add <thead> and <tbody> in the sortable table by Fomafix
- git #ab4f869c - Fix method references in gadget (task T212647) by Lucas Werkmeister
- git #70494d5d - Add wg prefix to generated config by Lucas Werkmeister
- git #46b1767c - Remove out of date info from readme description by Jeroen De Dauw
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
edit- git #e49bdc47 - Fix @var of WikidataPageBanner::wpbFunctionsClass by Umherirrender
- git #2acadee7 - Remove unneeded @return from function by Umherirrender
WikiEditor
editNo changes for WikiEditor
wikihiero
edit- git #2262a7e6 - Required argument follows optional by Umherirrender
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEvents
edit- git #12c3a9b3 - GrowthExperiments: Support templates for help desk title (task T213186) by Jforrester
- git #b016d6d2 - Remove unnecessary addPlugin wrapper (task T213338) by Bartosz Dziewoński
- git #34ce6a53 - Track Shema:Pref changes on Special:MobileOptions page (task T212516) by Piotr Miazga
- git #19c4bc8c - Remove AICaptcha code (task T186244) by Gergő Tisza
- git #6cea17a8 - Use ContextSource::getConfig instead of globals by Umherirrender
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #d76c65fd - Fix: use selectRow instead of selectField in UnsuppressCrossWiki. (task T167246) by MR70
- git #3bc1d291 - Fix call to User::saveSettings in changeSkinPref by Umherirrender
- git #3e9357ed - Fix var name in bug-53687\fixOrphans.php by Umherirrender
- git #30fc4a12 - Add user argument to unsuppressCrossWiki (task T212569) by MR70
WikimediaMessages
edit- git #12889fe7 - Remove unneeded @return from hook handler by Umherirrender
- git #60f57b59 - Update $wgGrammarForms for Bosnian (task T172050) by jenkins-bot
- git #a20d017a - Add WikimediaMessages keys for hywwiki (task T212626) by jenkins-bot
XAnalytics
editNo changes for XAnalytics
ZeroBanner
edit- git #44c0afe3 - Use ContextSource::getConfig instead of globals by Umherirrender
ZeroPortal
edit- git #e85f4e1a - Improve param docs by Umherirrender
- git #49ad9cf0 - Add missing use for RawMessage by Umherirrender
Skins
editCologneBlue
editNo changes for CologneBlue
EUCopyrightCampaignSkin
editNo changes for EUCopyrightCampaignSkin
MinervaNeue
edit- git #e3bdad20 - Generate a shareIcon via composition (task T205592) by jdlrobson
- git #d8a8410a - Hygiene: Simplify Nearby menu item registration by jdlrobson
- git #d29eca2b - pageIssuesOverlay is a factory function that returns an Overlay (task T209647) by jdlrobson
- git #29e7bcd6 - Download Icon Hygiene: Post refactor cleanup by jdlrobson
- git #c73ff1f7 - Composition: DownloadIcon (task T205592) by jdlrobson
- git #9f70a004 - Hygiene: revise CtaDrawer.events to options (task T210870) by Stephen Niedzielski
- git #fef6dd21 - Fix notification overlay margins in tablet mode (task T210191) by Jdlrobson
- git #7826a451 - Fix: use hand cursor for links without href by Stephen Niedzielski
MonoBook
edit- git #0221daf6 - Fix disappearing page tab issue in mobile by Isarra
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
editNo changes for Timeless
Vector
editNo changes for Vector
Total Changes
edit452 Changes in 71 repos by 82 committers