MediaWiki 1.33/wmf.24/Changelog
Core changes
edit- git #b0b623b1 - Update git submodules by Gerrit Code Review
- git #a3c101ee - Fix typo in MigrateActors.php by Brad Jorsch
- git #846d84fa - Set default for Block::appliesToPasswordReset to true (T218905) by Thalia
- git #e783e152 - monolog: add MwlogHandler (T126989) by BryanDavis
- git #01d6c532 - maintenance: Rewrite parts of the purgeChangedPages script by BryanDavis
- git #64a81692 - maintenance/dev: Clean up router.php by Krinkle
- git #701b018b - PreferencesFormOOUI: Restore ID attributes for each fieldset by Bartosz Dziewoński
- git #4122e538 - jobqueue: fix DBO_TRX logic in JobQueueDB for avoiding transactions by Krinkle
- git #1a6aad99 - rdbms: make $wgSQLMode work as documented when it is NULL by Aaron Schulz
- git #71635617 - DateInputWidget: Fix focus reflow by Jdlrobson
- git #7d129953 - Sunsetting viewPrevNext by daniel
- git #02f6652f - Update help icon from OOUI (T219719) by Volker E
- git #c3c22e9a - Change job table params from blob to mediumblob (T124196) by Erik Bernhardson
- git #af0720e5 - Fix flaky test BlockListPagerTest::testFormatValue (T219695) by David Barratt
- git #44a4101b - MediaResultWidget: Remove unused code depending on VisualEditor (T219675) by Bartosz Dziewoński
- git #2379bd01 - linkeddata: Simplity PageDataRequestHandler test setup by Daniel Kinzler
- git #3821a2b5 - linkeddata: Fix broken check in PageDataRequestHandler by Daniel Kinzler
- git #995f4b19 - Remove redundant parentheses from the "Historyempty" message (T219714) by Jdlrobson
- git #504f0fea - MediaResultWidget: Fix defaultThumbSzie config (T219675) by Ed Sanders
- git #b233e9d1 - Move MediaTransformOutput classes to own files by Umherirrender
- git #ae3559f8 - Do not return invalid JSON in runJobs.php by Aaron Schulz
- git #482c3a65 - resourceloader: Remove deprecated MessageBlobStore::getBlob by Timo Tijhof
- git #e6818e6c - Fix unused vars/pointless assignments by Max Semenik
- git #83933a43 - Make RefreshLinksJob run DataUpdates such that they have outer scope by Aaron Schulz
- git #e37d1899 - Don't return a result of a void function by Max Semenik
- git #4004d3d8 - Fix function/class case by Max Semenik
- git #18dd14a0 - Avoid use of deprecated wikiId field in JobQueue by Aaron Schulz
- git #d0dde424 - Avoid use of deprecated "wikiId" parameter for FileBackend by Aaron Schulz
- git #a8447a33 - Replace several uses of wfWikiId() with WikiMap methods by Aaron Schulz
- git #798d3d04 - Clean up some database domain ID related code and fix some comments by Aaron Schulz
- git #642dbe15 - Fix flakey MCR test in RevisionDbTestBase by mocking the time by Aaron Schulz
- git #ab66b66c - Fix partially blocked admin undelete permissions (T219305) by Dmaza
- git #9b4938c4 - jobqueue: simplify the signature of Job::factory() and Job::__construct() by Aaron Schulz
- git #8ffdf646 - mediawiki.user: Improve test suite by Timo Tijhof
- git #2a4f6865 - mediawiki.user: Use then() instead of done() by Timo Tijhof
- git #6745cb57 - Move class SearchEngineDummy to own file by Umherirrender
- git #e17e9ea5 - Unify code comments across special page stylesheets by Volker E
- git #3b547150 - Fix invalid namespace restriction when js is disabled (T216831) by Dmaza
- git #7dbd37a7 - Make WikiMap::isCurrentWikiDbDomain() more rigorous by Aaron Schulz
- git #a895ad13 - Convert EnqueueJob to using DB domains by Aaron Schulz
- git #ef3b8bf0 - auth: Make 'LocalUserCreated' hook non-abortable by Timo Tijhof
- git #1869ffb7 - Rename NameTableStore wiki ID field to a DB domain field by Aaron Schulz
- git #c7c2637b - Use isset() to avoid an E_NOTICE about an undefined index by Jack Phoenix
- git #dc180ca6 - Restore #mw-history-search id on history action fieldset by Bartosz Dziewoński
- git #e3593feb - Fix flaky rollback browser test (T219440) by tzhelyazkova
- git #47498675 - HistoryAction: Fix double-escaping by Jdlrobson
- git #06c1a597 - maintenance: Deprecate Maintenance::hasArg/getArg with no param by Thiemo Kreuz
- git #b814245d - filerepo: only trigger maybeUpgradeRow() on action=purge (T179760) by Aaron Schulz
- git #1f628f0d - Update DeferredUpdates::enqueueUpdates() to look for the DB domain by Aaron Schulz
- git #7ff911ba - objectcache: Remove hacky testMerge_fork() method in BagOStuffTest by Aaron Schulz
- git #3192278e - objectcache: remove messy inheritence from APCBagOStuff in APCUBagOStuff by Aaron Schulz
- git #b5c0e927 - rdbms: add another null db/schema sanity check to DatabaseDomain by Aaron Schulz
- git #895306b8 - Make Job::hasExecutionFlag() actually work by Aaron Schulz
- git #8f69ff9a - resourceloader: Improve test cases for ClientHtml by Timo Tijhof
- git #5c90f8d1 - resourceloader: Move registering of custom sources to ServiceWiring (T32956) by Timo Tijhof
- git #27f5535e - Avoid calling setTransactionTicket() on a non-DataUpdate for sanity by Aaron Schulz
- git #9b0b3950 - RecentChanges style modules should be "skinnable" by jdlrobson
- git #ea0a8e4e - DRY up rev link generation in History and Contributions (T216420) by jdlrobson
- git #7ff25118 - rdbms: move some files under rdbms/database to subfolders by Aaron Schulz
- git #38db684d - DateInputWidget: Remove focus reflow by Volker E
- git #a87e3dd1 - HISTORY: Add MediaWiki 1.1 post-release change notes (T213714) by James D. Forrester
- git #a318923b - HISTORY: Add MediaWiki 1.2 post-release change notes (T213714) by James D. Forrester
- git #749788ff - Enable mediawiki.checkboxtoggle on mobile by jdlrobson
- git #8fb2ac1b - Compare selected revisions on history page is marked with a class by Jdlrobson
- git #1b27cee8 - Make HistoryAction form use OOUI (T107069) by jdlrobson
- git #0fa69182 - Subtitle is wrapped in a DIV by jdlrobson
- git #67f1424f - Change 'mediawiki.Title' to use 'packageFiles' by Bartosz Dziewoński
- git #d3e65ed0 - Remove deprecated wfSplitWikiID() function by Aaron Schulz
- git #a34808ef - HISTORY: Add pre-MediaWiki 1.1.0 post-release change notes (T213714) by Nikita Rana
- git #6c0c0314 - Remove jquery.ui.spinner (T219403) by Ed Sanders
- git #e205941a - Map WikiMap treat a schema of "dbo" similar to "mediawiki" to account for mssql" by Aaron Schulz
- git #fe2cb4ef - Recalculate user default options for each test by Erik Bernhardson
- git #d630dfb4 - rdbms: add IDatabase::UNION_* constants for readability by Aaron Schulz
- git #41214303 - History styles marked as available on mobile (T219349) by jdlrobson
- git #908e387e - Separate content from presentation for user tools list by jdlrobson
- git #a82cc431 - HISTORY: Add MediaWiki 1.3 post-release change notes (T213714) by Jforrester
- git #16847b40 - specials: Fix incomplete documentation of execute() param by Krinkle
- git #e4dac81a - resources: Allow mediawiki.action.edit.editWarning on mobile target (T219476) by Jforrester
- git #2218f335 - languages: Replace loop with array_pad() by Thiemo Kreuz (WMDE)
- git #5833dda6 - Replace strlen() calls with strict string comparisons by Thiemo Kreuz
- git #5fb382d1 - objectcache: rename SET_DELAY_HIGH_SEC => SET_DELAY_HIGH_MS and lower it by Aaron Schulz
- git #35af086e - objectcache: make WANObjectCache prefer ADD over GET/CAS for misses (T203786) by Aaron Schulz
- git #d01bf6f7 - Revert "Provide direct deprecation message for jquery.ui.spinner" by Jforrester
- git #62b8db6e - objectcache: remove some unneeded code from BagOStuff::mergeViaCas by Aaron Schulz
- git #a8e088a4 - Make ApiStashEdit::pruneExcessStashedEntries use user name by Aaron Schulz
- git #3f2b9385 - Annotate different parts of the contributions UI with classes by jdlrobson
- git #dd3f360d - objectcache: fix changeTTL() in RedisBagOStuff for edge cases by Aaron Schulz
- git #853a2919 - resourceloader: Improve test cases for MessageBlobStore by Timo Tijhof
- git #cce24b40 - Deprecate Block::isValid method by Thalia
- git #6d315fb7 - Make LinksDeletionUpdate a subclass of LinksUpdate (T216249) by Marko Obrovac
- git #255a58be - SpecialPreferences: Use real OOUI PHP layouts by Ed Sanders
- git #799a4255 - Title: Add scripts for generating/updating phpCharToUpper.js (T141723) by Ed Sanders
- git #8944bb03 - HISTORY: Add MediaWiki 1.5 post-release change notes (T213714) by James D. Forrester
- git #5794d287 - mw.widgets.DateInputWidget: Deactivate after blurring if focus was on calendar (T219189) by Bartosz Dziewoński
- git #7a52d71e - Use DateInputWidget for date inputs which do not need time (T107069) by Bartosz Dziewoński
- git #e7bf3198 - objectcache: improve "version" documentation for WANObjectCache::getWithSetCallback() by Aaron Schulz
Vendor
edit- git #1668f272 - Update OOUI to v0.31.2 by James D. Forrester
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #7fb3ea90 - Reduce the amount of returns by Daimona Eaytoy
- git #b4346678 - Replace deprecated wfWaitForSlaves by Daimona Eaytoy
- git #c73d5b5b - Restore highlighting of all keywords, functions, etc. (T219593) by Daimona Eaytoy
- git #5b4ea180 - Don't escape abusefilter-edit-status (T157235) by Daimona Eaytoy
- git #253668ef - Fix confused statement about disabled variable by Matěj Suchánek
ActiveAbstract
edit- git #cebc2fd0 - Changed mediawiki.org links from http to https (T189687) by didicodes
AdvancedSearch
edit- git #8f78b785 - Minor code readability cleanup in hook handler code by Thiemo Kreuz
- git #fb7a676f - Hooks redirectToNamespacedRequest, use ? or & appropriately for URL (T219539) by addshore
- git #dd9e2d93 - Tests for Hook::getDefaultNamespaces (T219455) by Erik Bernhardson
- git #280549da - Respect true/false settings in namespaces to be searched (T219455) by Erik Bernhardson
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
edit- git #14211cc1 - Fix broken sinon.stub use in createArticleTranslation.test.js (T219663) by Timo Tijhof
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
edit- git #f9a591aa - Replace deprecated TitlePrefixSearch by Umherirrender
CentralAuth
edit- git #a139ecc8 - specials: Use $this->getRequest() lieu of RequestContext methods by Derick Alangi
- git #2e5c02b5 - Add method scope visibility in /includes/ by Krinkle
- git #15be8750 - Swap uses of READ_LATEST with new getKeyValueUponExistence() method (T211721) by Aaron Schulz
- git #ed348ebe - Make session store code more consistent and improve BagOStuff flag use by Aaron Schulz
- git #d8d2e21e - maintenance: Avoid hardcoding namespace "User talk:" (T50283) by Derick Alangi
- git #b533176c - Fix phpstorm warnings from dynamic calls to WebRequest::detectProtocol by Aaron Schulz
CharInsert
editNo changes for CharInsert
CheckUser
editNo changes for CheckUser
CirrusSearch
edit- git #e9c66f7b - Adapt maint scripts to ClusterAssignment by David Causse
- git #b498a6b5 - Add a way to hide dym suggestions based on total hits by David Causse
- git #054f934f - Silence phan complain on Job ctor by David Causse
- git #137e73a4 - Drop classic similarity configs (T219268) by EBernhardson
- git #15b5dcef - Don't send _cirrus_hints as noop_script param by David Causse
- git #aa19f6dc - Rename _retry_on_conflict to retry_on_conflict (T219265) by David Causse
Cite
edit- git #e534585b - RefList: Avoid changing 'responsive' value if meaning hasn't changed (T212340) by Ed Sanders
- git #a6c8d9b8 - Expose the list of citation tools (T219510) by Ed Sanders
CiteThisPage
editNo changes for CiteThisPage
Citoid
edit- git #9c4dfa88 - Expose citoid map and conditionally register citefromid command (T219510) by Ed Sanders
cldr
editNo changes for cldr
Cognate
editNo changes for Cognate
CodeEditor
editNo changes for CodeEditor
CodeMirror
editNo changes for CodeMirror
CodeReview
edit- git #48262831 - Convert mediawiki links from http to https (T189687) by DannyS712
CollaborationKit
editNo changes for CollaborationKit
Collection
editNo changes for Collection
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
editNo changes for ConfirmEdit
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #44398188 - Update package.json by jenkins-bot
- git #65c21205 - Remove mw.cx.ui.MenuLabelWidget (T218836) by Petar.petkovic
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 #80046fc6 - Switch for sending opt-in on payment failure (T216293) by Elliott Eggleston
- git #226561c2 - Revert "Ingenico connect: Always redirect when using 3DS" by Elliott Eggleston
- git #843f8c0a - Ingenico connect: Always redirect when using 3DS (T219445) by Elliott Eggleston
- git #58af7e8c - Only send opt-in messages when we have email by Elliott Eggleston
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
EUCopyrightCampaign
editNo changes for EUCopyrightCampaign
Echo
edit- git #2dec325d - Selenium: notices' flyout (T217051) by Zfilipin
- git #ffa887bd - Re-enable DiscussionParser tests (T194632) (T218388) by Kosta Harlan
- git #ab1e818b - Hard-disable notification emails for article-linked (T219444) by James D. Forrester
- git #f055f30f - Use addDescription() instead of accessing guts directly by Max Semenik
Elastica
edit- git #e6fe68b4 - Log start/progress/stop messages for deleteByQuery (T219234) by Erik Bernhardson
- git #9a4cf8ac - Make MWElasticUtils::deleteByQuery harder to misuse (T219234) by Erik Bernhardson
ElectronPdfService
editNo changes for ElectronPdfService
EventBus
edit- git #dd049f5c - Fix event domain fetching code. (T219738) by Petr Pchelko
- git #7eded2a6 - Follow-up I7b65e5e3: previousBlock can be null (T219737) by Alex Monk
- git #d2729fc9 - Avoid using deprecated JobQueue::getWiki() method by Aaron Schulz
- git #4f72d439 - EventBus: Moved remaining events to factory class (T204575) by Holger Knust
EventLogging
editNo changes for EventLogging
ExtensionDistributor
edit- git #a573d719 - Use correct function name and avoid case mismatch by Derick Alangi
- git #a91a961e - Use addDescription() instead of accessing guts directly by Max Semenik
ExternalGuidance
edit- git #5724f64f - Remove mobile/desktop targets from extension.json (T219841) by Jan Drewniak
- git #25e8b164 - Handle non-standard language codes from Google Translate (T219353) by Santhosh Thottingal
FeaturedFeeds
editNo changes for FeaturedFeeds
FileExporter
editNo changes for FileExporter
FileImporter
editNo changes for FileImporter
FlaggedRevs
edit- git #8137b38b - Use addDescription() instead of accessing guts directly by Max Semenik
Flow
edit- git #42ecc121 - Translate Topic namespace to Czech by Martin Urbanec
- git #b279db4e - Add namespace translation for N'Ko by Amir Aharoni
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
editNo changes for Gadgets
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
edit- git #bb2ab9ed - Remove dependency on $wgContLang by Max Semenik
GettingStarted
editNo changes for GettingStarted
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
editNo changes for GlobalCssJs
GlobalPreferences
edit- git #710ff146 - Use indeterminate state on "select all" checkboxes by Ed Sanders
- git #00cf1857 - Follow-up Ia93e5631: Allow $modifiedPrefs to be set even if no UI control (T219380) by Ed Sanders
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GrowthExperiments
edit- git #815808e0 - node-qunit tests for GrowthExperiments by Kosta Harlan
- git #7707b172 - HomepageVisit schema logging (T219582) by Kosta Harlan
- git #795194cb - Impact: correctly read the number of days after an edit by Stephane Bisson
- git #41388ab5 - Use all parameters in message by Stephane Bisson
- git #237640df - Translate Special:Homepage to Czech (T219284) by Urbanecm
- git #83707386 - Logging: HomepageModule events (T219583) by Stephane Bisson
- git #0a512e70 - phan: unbreak job constructors by Stephane Bisson
- git #014c7cd0 - Provide Korean translation for new extension features (T219284) by Yongmin Hong
- git #dc9fa890 - Code hygiene for QuestionPoster by Kosta Harlan
- git #d72750f5 - Adjust editor and session for homepage modules (T219431) by Stephane Bisson
- git #3a1874c3 - Homepage: Consistently use getSubheader() for subheaders (T218966) by Roan Kattouw
- git #0885e453 - Homepage email module (T217105) by Roan Kattouw
- git #af81d1c9 - Tracking whether tasks are completed and icon styling (T217105) by Stephane Bisson
- git #f3c9e4c6 - Mentorship module: remove 'todo' left there by accident by Stephane Bisson
- git #821d29d1 - Account module: don't show days when account is older than a week (T217105) by Stephane Bisson
- git #243cea84 - Add tutorial module (T217105) by Stephane Bisson
- git #64268314 - Specify job class for MentorSaveJob by Kosta Harlan
- git #f7ef0836 - Set context source in constructor of BaseModule by Kosta Harlan
GuidedTour
editNo changes for GuidedTour
GWToolset
editNo changes for GWToolset
ImageMap
edit- git #fb20685b - Use is_numeric instead of ctype_digit for 'poly' validation (T217087) by Ed Sanders
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
editNo changes for JADE
Josa
editNo changes for Josa
JsonConfig
editNo changes for JsonConfig
Kartographer
editNo changes for Kartographer
LabeledSectionTransclusion
edit- git #9117e799 - Removes training whitespace at the end of parser tests by Tpt
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
edit- git #a6935d52 - Remove Column 'Nested wikilinks in external links that need to be fixed' by James D. Forrester
LiquidThreads
edit- git #27af6ebe - Follow-up Ibc1631191: Fix element name typo by James D. Forrester
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
edit- git #75773a92 - Clean up $params argument to Job subclasses to type hint an array by Aaron Schulz
MapSources
editNo changes for MapSources
MassMessage
editNo changes for MassMessage
Math
editNo changes for Math
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #1318ede5 - OOUI header actions should have right margin (T218731) by VolkerE
- git #8488bda3 - Add amc flag to mw.config for client side usage (T218627) by jdlrobson
- git #4bfa9269 - Remove "MobileWebMainMenuClickTracking" from MF EventLoggingSchemas array (T218627) by Jdlrobson
- git #31372321 - Removes messageBox template partial from Nearby (T218813) by Jdlrobson
- git #01a0fb0b - MobileFrontendHooks: Remove irrelevant semicolon after curly brace by Derick Alangi
- git #b349821c - getResourceLoaderMFConfigVars() should return array not bool by Derick Alangi
- git #1e5c2917 - MobileContext: Use correct method name setCookie() lieu of setcookie() by Derick Alangi
- git #7d0e7d15 - Remove `uppercase` styling from `legend` elements (T218726) by Jdlrobson
- git #44bb47aa - Disable resource-modules complaint by Jdlrobson
- git #4dd858d7 - Remove border nullification on header input (T218154) by Volker E
- git #9984feed - ContentProvider: MCS must pass OutputPage by Pmiazga
- git #5b6001af - Improve code comments on system `sans-serif` fonts by Jdlrobson
- git #b08f3cb1 - Only run JavaScriptTest tests locally by jdlrobson
- git #a9b6c33a - Hygiene: allow easier access to user modes (T218625) by Piotr Miazga
- git #16e67cb6 - api: Start using MediaWikiServices for MobileContext class (T218244) by D3r1ck01
- git #ce8b3c6f - Fix: BetaOptInPanel centering on large screens (T217298) by Stephen Niedzielski
- git #9222a2b5 - Use system font stack as sans-serif choice (T175877) by Volker E
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
edit- git #b8322cc7 - Move all Paint Timing event collection to Schema:PaintTiming (T217395) by Gilles Dubuc
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OATHAuth
editNo changes for OATHAuth
OAuth
editNo changes for OAuth
OpenStackManager
edit- git #6991d6a5 - Call method getText() instead of getNativeData() (T155582) by Holger Knust
ORES
edit- git #91bed5da - Remove unused ores* variables from mw.config on every page (T219396) (T219342) by Timo Tijhof
- git #62125d4a - Fix watchlist API (T210638) by Amir Sarabadani
PageAssessments
editNo changes for PageAssessments
PagedTiffHandler
editNo changes for PagedTiffHandler
PageImages
editNo changes for PageImages
PageTriage
editNo changes for PageTriage
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
edit- git #8f89b3fa - Remove PHP entry point by Max Semenik
- git #593529bc - Simplify test code by Max Semenik
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
editNo changes for PdfHandler
PerformanceInspector
editNo changes for PerformanceInspector
Petition
editNo changes for Petition
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
edit- git #511c74bf - Make sure to never trigger multiple events by Stephen Niedzielski
- git #da369d09 - Improving RTL support for the Storybook app (T204627) by Jan Drewniak
ProofreadPage
edit- git #b56d9a1e - Use getText instead of getNativeData (T219514) by Daimona Eaytoy
- git #42aaf7f4 - Drops trailing whitespace at the end of parser tags by Tpt
- git #54e5f34a - Add namespace translation for N'Ko by Amir Aharoni
PropertySuggester
editNo changes for PropertySuggester
QuickSurveys
edit- git #a44df4c6 - Introduce registrationStart and registrationEnd audience checks (T218304) by jdlrobson
Quiz
editNo changes for Quiz
ReadingLists
editNo changes for ReadingLists
RelatedArticles
editNo changes for RelatedArticles
Renameuser
editNo changes for Renameuser
RevisionSlider
editNo changes for RevisionSlider
RSS
edit- git #355d1f61 - Call method getText() instead of getNativeData() (T155582) by Holger Knust
SandboxLink
editNo changes for SandboxLink
Score
editNo changes for Score
Scribunto
edit- git #9ec52b68 - Add namespace translation for N'Ko by Amir Aharoni
- git #6c231cbe - Call method getText() instead of getNativeData() (T155582) by Holger Knust
SearchExtraNS
editNo changes for SearchExtraNS
SecurePoll
edit- git #80a235a6 - Upgrade to newer phan (T216941) by Kunal Mehta
- git #581102c9 - Have consistent getMessageNames() signature by Kunal Mehta
- git #a0fc02cd - Have consistent callbackValidVotes() function signature by Kunal Mehta
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
editNo changes for TemplateData
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
editNo changes for TemplateWizard
TextExtracts
editNo changes for TextExtracts
Thanks
edit- git #d626e6f0 - Annotate thanked confirmation with span and class by Jdlrobson
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #574aee7a - Replace continue with continue 2 inside switch statement (T207117) by jenkins-bot
- git #65614d10 - Justify list of translators in Special:SupportedLanguages by jenkins-bot
- git #b1b77781 - Avoid table scans of translate_metadata when possible (T138619) by jenkins-bot
- git #7f5097e2 - Fix improper notice when translating to non-priority language (T218777) by jenkins-bot
- git #3efa7727 - Reduce amount of data stored in translate-groups cache (T213802) by Abijeet Patro
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
edit- git #fa297d2b - Remove version page test by WMDE-Fisch
- git #bd4490e7 - Streamline user creation by WMDE-Fisch
UniversalLanguageSelector
edit- git #09218278 - Update package.json by Kartik Mistry
- git #da0aad3e - Add fonts for Church Slavonic (T156843) by Santhosh Thottingal
- git #a85bc817 - Major update of jquery.ime from upstream (T212637) by Amir Aharoni
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #7598155f - Don't attempt to iterate on non-existing key by Matthias Mullie
- git #6977f564 - Don't error on copyrighted works from 1923 (T214426) (T217845) by Matthias Mullie
- git #6f0bbbbe - Update public domain entry date for US copyrighted works (T217845) by Eric Gardner
- git #097a06df - Add new metadata step (T216298) (T219368) (T217024) (T215304) (T217021) by Matthias Mullie
- git #eb978f9f - Use jquery.spinner for file upload progress by Ed Sanders
- git #1d1582a6 - Use ActionFieldLayout on Flickr upload form by Ed Sanders
- git #2d6f0c08 - Break loop using Array.some and return true by Ed Sanders
- git #c2ecc269 - Fix loop break using Array.some (T219331) by Ed Sanders
UrlShortener
edit- git #3abae929 - Add size limit to urls (T219777) by Amir Sarabadani
- git #4d269f6b - Put sidebar link behind a config variable (T108557) by Amir Sarabadani
- git #f8497ff0 - Add SpecialManageShortUrls (T133109) by Amir Sarabadani
- git #aabc4934 - Move showing errors to below the input (T191592) by Amir Sarabadani
UserMerge
editNo changes for UserMerge
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #ac3d5e79 - ve.init.mw.MobileArticleTarget: Fix placeholder being hidden by the toolbar (T219066) by Bartosz Dziewoński
- git #37e978d1 - SpecialCollabPad: Remove unused variable $request by Derick Alangi
- git #f46045b6 - ve.init.mw.MobileArticleTarget: Save/restore scroll position on surface (de)activation (T218650) by Esanders
- git #4b931a23 - Update VE core submodule to master (549f49bb5) (T218650) by Ed Sanders
- git #a976f050 - MWInlineImageNode: don't discard alt text when serializing (T216285) by David Lynch
- git #018464a0 - Treat ambiguous values in $wgVisualEditorAvailableNamespaces as names (T219562) by Bartosz Dziewoński
- git #f15b07d8 - Update VE core submodule to master (132022a44) by James D. Forrester
- git #ff88be0d - ve.init.mw.MobileArticleTarget: Set 'padding-top' on the correct node when section-editing (T219066) by Esanders
- git #03240609 - Fix cursor on #firstHeading (T214790) by Bartosz Dziewoński
- git #592c84a5 - Emit 'position' event on surface view after changing doc padding (T219508) by Ed Sanders
- git #a56fbba6 - Clean up serialization cache code a bit and add more metrics by Aaron Schulz
- git #500462f4 - ve.init.mw.MobileArticleTarget: Improve iOS Safari by moving 'padding-top' for toolbar (T219066) by Bartosz Dziewoński
- git #5496d189 - MobileArticleTarget: When saving a section don't trust current page markup (T213120) by Esanders
- git #21e9db7d - Respect user preference for default thumbnail size while editing (T69047) by Bartosz Dziewoński
Wikibase
edit- git #d7333aa7 - Change position of cache group in CachingPropertyInfoLookup constructor by WMDE-leszek
- git #50d9fc2a - Use WanCache for PropertyInfoStore things (T218197) by WMDE-leszek
- git #8566bdc4 - Allow extension not to have extra fields but still use this test. by Stanislav Malyshev
- git #29f51443 - Clean up $params argument to Job subclasses to type hint an array by Aaron Schulz
- git #e149b871 - Inline DispatchingPropertyInfoLookup::getLookupForPropertyId by Thiemo Kreuz (WMDE)
- git #95f5f1ab - Read from per-property cache keys first in Property Lookup (T218124) by Alaa Sarhan
- git #351c4a10 - Account for entities from other sources in ContentModelCanBeUsedOn (T219450) by addshore
- git #dd5417f6 - Cache property info with one key per property in CacheAwarePropertyInfoStore (T218122) by alaasarhan
- git #a6adea87 - termbox: flex-based minerva override (T215494) by Pablo Grass
- git #e1b60c7b - Revert "Use enableModuleContentVersion() for Wikibase\lib\SitesModule" (T219452) by Addshore
- git #62725807 - Introduce EntityTermStoreWriter interface (T219294) by alaasarhan
- git #cb5ba1cc - Add class=external and rel=nofollow external identifier links (T175230) by Lucas Werkmeister
- git #96333535 - Remove some obvious comments that don't provide much by Thiemo Kreuz
- git #a04c3f88 - Fix @see in documentation comments on EntityHandler by Lucas Werkmeister
- git #a02a5db3 - Consolidate more view/resources modules (11) (T203696) by Timo Tijhof
- git #1fa56ac5 - Make mw.config.values.wbRepo accessible on mobile (T218577) by Jakob Warkotsch
- git #a18588e9 - termbox: adjust header to minerva changes (T215494) by Pablo Grass
- git #ba8f1640 - less: do not repeat selectors (T215494) by Pablo Grass
- git #883baf81 - Make several methods of TermsRdfBuilder private by Thiemo Mättig
WikibaseCirrusSearch
edit- git #2c041bee - Allow SDoC to disable entity fulltext search for initial deployment (T218954) by Jforrester
WikibaseLexeme
edit- git #2aadc02b - Remove Elastic/Cirrus code - moved to WikibaseLexemeCirrusSearch (T216206) by Stanislav Malyshev
- git #3a980623 - Fix GrammaticalFeatureListWidget (T219134) by Jakob Warkotsch
WikibaseLexemeCirrusSearch
edit- git #bf088a97 - Move Cirrus configs to the extension (T216206) by Stanislav Malyshev
- git #89effdf7 - Port another test from WikibaseLexeme by Stanislav Malyshev
WikibaseMediaInfo
edit- git #b41bf9d0 - Change input example by Matthias Mullie
- git #f69b5f63 - Order of depicts statements sorted by prominence on publish (T219292) by ha78na
- git #dc4865ab - Do not toggle 'primary' onclick while form is submitting (T219515) by Matthias Mullie
- git #fc6f493e - Use getLocationAgnosticMwApi & fix dependencies for statements (T219540) by Matthias Mullie
- git #63aa1fcd - Parse '0' into the search string when quantity input is empty (T219491) by Matthias Mullie
- git #2ad974ec - Follow-up I3c037a8bd, Iaeaae3ded: Parse `anoneditwarning` server-side (T218628) by James D. Forrester
- git #2648aca0 - Refactor Filepage module with require() statements and headless testing (T216229) by Eric Gardner
- git #564e9472 - Fix import by Stanislav Malyshev
- git #b18a0777 - Trigger confirm when cancel button is clicked instead of in makeReadOnly() (T219426) by Cormac Parle
- git #ef7f1233 - Optimize formatValue for synchronous calls (T217007) by Matthias Mullie
- git #d8a95fb2 - Follow-up I3c037a8bd: Parse `anoneditwarning`; it contains rich content (T218628) by James D. Forrester
- git #fb019666 - Add close confirm alert when canceling un-saved SDC content (T219197) by ha78na
- git #c253587d - Warn anonymous editing users that their IP will be logged (T218628) by Jforrester
- git #bfc60547 - i18n: Change "Office" to "Documents" (T219245) by Matthias Mullie
- git #010df424 - i18n: Change "Make primary" to "Mark as prominent" (T219244) by James D. Forrester
- git #df89a0b3 - Rename CSS classes to match new primary->prominent nomenclature by James D. Forrester
- git #0b7aef9c - Disable adding new statements while they're being submitted (T219151) by Matthias Mullie
- git #fb7e7c3d - Drop temporary the MediaInfoEnable flag, now that initial deployment happened by James D. Forrester
WikibaseQualityConstraints
editNo changes for WikibaseQualityConstraints
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
edit- git #14db0b96 - Remove unused 'wgWikiEditorEnabledModules' var (T219342) by Timo Tijhof
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEditorTasks
edit- git #928fd900 - Update: use READ_LATEST, not READ_LOCKING, on evaluate targets passed by Michael Holloway
- git #432be20e - Fix: Pass database name to the NameTableStore constructor by Michael Holloway
- git #b72c5377 - Update DB utils to handle counts and suggestion DBs in different locations by Michael Holloway
- git #851e45c2 - Fix: Use READ_LOCKING when evaluating whether to update targets_passed (T219084) by Michael Holloway
WikimediaEvents
editNo changes for WikimediaEvents
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #822343ea - Remove old non-functional job related scripts by Aaron Schulz
- git #b34010b1 - A not is useful here by Reedy
- git #aa0e508e - Reduce indenting and add type hints by Reedy
WikimediaMessages
edit- git #aabe825f - Remove hook for temporary feedback on Special:Block (T199365) by Thalia
- git #1e714745 - Add feedback link to Special:Block (T212892) by Thalia
- git #579e03b3 - Add form for Movement communications group signup (T218363) by Varnent
XAnalytics
editNo changes for XAnalytics
ZeroBanner
editNo changes for ZeroBanner
ZeroPortal
editNo changes for ZeroPortal
Skins
editCologneBlue
editNo changes for CologneBlue
EUCopyrightCampaignSkin
editNo changes for EUCopyrightCampaignSkin
MinervaNeue
edit- git #517e4f53 - Add amc boolean to MobileWebMainMenuClickTracking sampling (T218627) by Nicholas Ray
- git #a81f1492 - Add MobileWebMainMenuClickTracking to Minerva EventLoggingSchemas array (T218627) by Nicholas Ray
- git #8398bda8 - Reduce `li` selector specificity for general li treatment by Volker E
- git #e75b3dfa - Add default focus treatment to search (T218154) by Volker E
- git #e052e436 - Improve code comments on system `sans-serif` fonts by Volker E
- git #1f418a20 - Remove unnecessary double assignment of `font-family` by Jdlrobson
- git #a738f25c - Use system font stack as sans-serif choice (T175877) by jdlrobson
- git #bb4e8b86 - Do not show page actions bar on action pages by jdlrobson
- git #e42a655e - Fix alignment of "learn-more" link on page-issues (T214549) by Jan Drewniak
- git #05e6069a - Images should have borders in Android app / parsoid generated content (T198534) by Jdlrobson
MonoBook
editNo changes for MonoBook
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
edit- git #7c6f0151 - Declare each class property on separate lines by Thiemo Kreuz (WMDE)
Vector
edit- git #5b6f3511 - Fix <h1> to be present even if title is "0" (T219864) by Krinkle
- git #e2abfbd0 - Match frame and overlay appearance of ui-dialog to match WMUI by Ed Sanders
- git #10ed1061 - Remove jquery.ui.spinner skin styles (T219403) by Krinkle
- git #3669843c - Fix invalid lang attribute on first heading (T219359) by Michael Große
Total Changes
edit314 Changes in 59 repos by 83 committers