MediaWiki 1.35/wmf.23/Changelog

Core changes

edit
  • git #3dcf7073 - Include wmf/1.35.0-wmf.23 submodules and Defines.php by Brennen Bearnes
  • git #fc80c9e2 - rdbms: use "dbserver" in LoadBalancer logs more consistently by Aaron Schulz
  • git #a4f751f5 - rdbms: refactor the caching logic in LoadMonitor (T230800) by Aaron Schulz
  • git #a1f26de8 - Remove deprecated methods in the Interwiki class by Daimona Eaytoy
  • git #ef66dd4d - Remove WikiPage::selectFields by Daimona Eaytoy
  • git #d425feea - Remove deprecated Title::getUserCaseDBKey by Daimona Eaytoy
  • git #ee790bb3 - resourceloader: Optimise array handling in mw.loader.work() by Timo Tijhof
  • git #8b7127c5 - tests: Remove BC code for PHP < 7.1 by Daimona Eaytoy
  • git #2d904f6e - mediawiki.base: fix typo in mw.track doc by Pablo Grass
  • git #6228801c - Add check for page existence by Ammar Abdulhamid
  • git #e3c9741a - Fix output of RecountCategories::doWork() (T247215) by Reedy
  • git #f172dc46 - phpunit: Speed up MediaWikiCoversValidator trait (T225730) by Timo Tijhof
  • git #ce140d43 - Updating zordius/lightncandy (v1.2.4 => v1.2.5) (T242980) by Reedy
  • git #abf24630 - Rename TemplateParserTest.php -> TemplateParserIntegrationTest.php (T113095) by Reedy
  • git #5e6bfc53 - specialpage: Avoid deprecated usage of Title::newFromTitleValue() by Derick A
  • git #51b5af60 - Remove check for vulnerable PHPUnit version (T180231) by Daimona Eaytoy
  • git #eb6c5f70 - Add ParserPreSaveTransformComplete hook by Tim Starling
  • git #c030dacf - Kill off $wgLocalInterwiki by Reedy
  • git #60f0094e - EditPage: Avoid PHP notice when simple antispam check fails by Daimona Eaytoy
  • git #a299ca02 - Follow up 568491 - remove extra space by DannyS712
  • git #6b5e8cb4 - MessageCache: Pass a user when creating a new ParserOptions (T246861) by DannyS712
  • git #92db3a1f - language: Avoid title parsing cost for serialised Message objects (T247035) by Timo Tijhof
  • git #14a8713e - exception,deferred: Standardise on 'exception' for uncaughts and fatals (T247113) by Timo Tijhof
  • git #0c04f57b - Sync up with Parsoid parserTests.txt by C. Scott Ananian
  • git #30d58105 - Reconcile differences between arguments in hooks.txt and at the call site (T240307) by Tim Starling
  • git #4fddfb17 - Fixes for batch watchlist deletion and relative expiries (T245213) by MusikAnimal
  • git #42b3abf8 - Word-break overlong usernames in links (T237230) by Volker E
  • git #2962e56f - Remove `UserIsHidden` hook, deprecated and unused (T247019) by DannyS712
  • git #d5dbc587 - MediaWiki-Docker: fix Fresh-Node links (T246957) by montehurd
  • git #a7dc3fcf - objectcache: Deprecate 'apc', 'apcu', 'wincache' cache IDs by Timo Tijhof
  • git #a85c0334 - objectcache: Remove temporary HashConfig in newFromParams() by Timo Tijhof
  • git #f789a48f - docker: Bump image version to increase upload size (T246930) by Brennen Bearnes
  • git #746d67f5 - objectcache: Add makeLocalServerCache() method by Timo Tijhof
  • git #8d4aaa43 - objectcache: Inject Config object to ObjectCache::newFromParams by Timo Tijhof
  • git #6cf72983 - rdbms: remove pre-3.7.11 SQLite support given that the minimum is 3.8 by Aaron Schulz
  • git #997dbb9b - [docker] Move documentation for Vector out of XDebug section (T246360) by Kosta Harlan
  • git #6b2c9dee - Replace all `new stdClass()` with identical `(object)[]` by Thiemo Kreuz
  • git #aa9820ed - Remove more unused ajax response methods (T42787) by DannyS712
  • git #419bbcd8 - TemplateParser: Test server-local cache interaction (T113095) by Sam Smith
  • git #44cf36b5 - SiteConfiguration: Remove deprecated 'localVHosts' member by Timo Tijhof
  • git #8fa48fc9 - SiteConfiguration: Optimise arrayMerge() (T169821) by Timo Tijhof
  • git #bb56abfb - Introduce an expiry to WatchedItem (T245213) by MusikAnimal
  • git #3db547e9 - Remove $wgEnablePartialBlocks config and always enable partial blocks (T242912) by Thalia
  • git #c9b7c0c6 - EditPage: Rename private bot var to 'markAsBot' to make clear what it does by James D. Forrester
  • git #c647e16c - SearchHandler: implement limit parameter (T245676) by daniel
  • git #1606d4a2 - parser: Fix incomplete PHPDocs, remove meaningless comments by Thiemo Kreuz
  • git #f46a0133 - Document the "beforeunload.editwarning" JavaScript event by Thiemo Kreuz
  • git #15f6e986 - SiteConfiguration: Optimise getSetting() internals for getAll() (T169821) (T246858) (T246213) by Timo Tijhof
  • git #44dd120f - SiteConfiguration: Add unit test for tag/suffix conflict scenario (T246858) by Timo Tijhof
  • git #7cdebd61 - Use array literals when calling Hooks::run() (T240307) by Tim Starling
  • git #2a9f9420 - Chinese Conversion Table Update 2020-1 by Chiefwei
  • git #2cfebb7c - mediawiki.editfont: Fix the OOUI font-size override (T246846) by Bartosz Dziewoński
  • git #11a91c31 - rcfilters: Improve accessibility of buttons to filter by namespaces/tags by Bartosz Dziewoński
  • git #07548f41 - Ensure all tests pass with partial blocks enabled (T246685) by Thalia
  • git #7ec2cb85 - SpecialBlock: Set a default reason for data object in processForm by Thalia
  • git #95ec909e - WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easier by Timo Tijhof
  • git #efcc37b8 - Add release notes for I0c8fe834d (T242311) by DannyS712
  • git #7def03fe - Revert "Split FakeMaintenance and LoggedUpdateMaintenance to their own files" (T246754) by Daimona Eaytoy
  • git #70ac607c - RCFilters: Add ARIA label to filters namespaces and tags select widget (T246179) by Akinwale Alagbe
  • git #41a17c3b - blockUsers script: fix logging by Daimona Eaytoy
  • git #52f50cd6 - TemplateParser: Invalidate cache if partial changes (T113095) by Sam Smith
  • git #ccebc231 - rdbms: improve IDatabase method documentation and parameter names by Aaron Schulz
  • git #69950da6 - objectcache: split out StorageAwareness/ExpirationAwareness from IExpiringStore (T236412) by Aaron Schulz
  • git #9884139d - SearchHandler: add unit test by daniel
  • git #3e837421 - Revert "Replace weird stdClass mock with class actually expected" by Daimona Eaytoy
  • git #505e1034 - Allow adjusting CSP headers from BeforePageDisplay hook (T246614) by Brian Wolff
  • git #c243872a - profiler: Document SectionProfiler private start and end as 'array|null' by Timo Tijhof
  • git #4fe4bb59 - [docker] Bump base image to 0.1.0 (T246202) by Kosta Harlan
  • git #0bdce213 - Make id attributes not include ascii whitespace per spec (T238385) by Brian Wolff
  • git #6c5d937a - rdbms: inject replLogger into Database and consolidate duplicated logging (T235244) by Aaron Schulz
  • git #e83f1c2b - actions: Use MCR service equivalent of Revision::getQueryInfo() by Derick A
  • git #ea5773b5 - special pages: Avoid column break inside of list items (T244108) by Fomafix
  • git #8f12a8ae - Remove .floatright, .floatleft, .tright, .tleft { position: relative } by Fomafix
  • git #38311d2b - Update EmacsWiki in Interwiki (T227053) by Aaron S. Hawley

Vendor

edit
  • git #0b38044f - Cleanup uncommited files and update .gitignore by addshore
  • git #b43b7ab5 - Update wikibase data-model and data-model-services for assert udpate by addshore
  • git #23f742c1 - Updating symfony/* from v4.4.4 to v4.4.5 by Reedy
  • git #55773884 - Updating zordius/lightncandy (v1.2.4 => v1.2.5) (T242980) by Reedy

Extensions

edit
  • git #e103ed60 - build: Updating acorn to 7.1.1 by libraryupgrader

AbuseFilter

edit

ActiveAbstract

edit
  • git #1df42efc - build: Updating acorn to 7.1.1 by libraryupgrader

AdvancedSearch

edit

AntiSpoof

edit
  • git #8645a204 - build: Updating acorn to 7.1.1 by libraryupgrader

ApiFeatureUsage

edit
  • git #cb7502fb - build: Updating acorn to 7.1.1 by libraryupgrader

ArticleCreationWorkflow

edit
  • git #00bf2b79 - build: Updating acorn to 7.1.1 by libraryupgrader

ArticlePlaceholder

edit

Babel

edit
  • git #f70693d5 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #b9b7092a - Use ParserOptions::newFromAnon() instead of relying on global $wgUser (T246861) by DannyS712

BetaFeatures

edit
  • git #dd7e7981 - build: Updating acorn to 7.1.1 by libraryupgrader

BounceHandler

edit

No changes for BounceHandler

Calendar

edit
  • git #e0dcd29f - build: Updating acorn to 7.1.1 by libraryupgrader

Campaigns

edit
  • git #fef5947e - build: Updating acorn to 7.1.1 by libraryupgrader

Capiunto

edit

No changes for Capiunto

CategoryTree

edit
  • git #21800f20 - build: Updating acorn to 7.1.1 by libraryupgrader

CentralAuth

edit

CentralNotice

edit

No changes for CentralNotice

CharInsert

edit
  • git #8d0614b1 - build: Updating acorn to 7.1.1 by libraryupgrader

CheckUser

edit
  • git #15a1ec41 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #454f5c72 - PreliminaryCheckPager: Fix comment and move to correct place by Thalia
  • git #1aa279c6 - Move common pagers implementation into base class (T246799) by Dayllan Maza
  • git #1a26a204 - Improve test coverage on CheckUser extension (T245181) by Dayllan Maza
  • git #ba5e7f31 - Rename CSS class to describe function rather than appearance by Thalia
  • git #695fd39d - Improve performance of query for Special:Investigate Compare tab (T245499) by Thalia

CirrusSearch

edit

Cite

edit
  • git #ce27a400 - CiteHooks: Remove wgResourceModules check (redundant with isModuleRegistered) (T247265) by Timo Tijhof
  • git #5f51fec0 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #5ed973a4 - Fix unit tests for whitespace change in Html5 fragments (T238385) by Brian Wolff

CiteThisPage

edit

Citoid

edit
  • git #5cabadf2 - build: Updating acorn to 7.1.1 by libraryupgrader

cldr

edit
  • git #6868a659 - build: Updating acorn to 7.1.1 by libraryupgrader

CodeEditor

edit
  • git #7783ec05 - build: Updating acorn to 7.1.1 by libraryupgrader

CodeMirror

edit

CodeReview

edit

No changes for CodeReview

Cognate

edit

CollaborationKit

edit
  • git #5c520a43 - build: Updating acorn to 7.1.1 by libraryupgrader

Collection

edit
  • git #a0aec890 - build: Updating acorn to 7.1.1 by libraryupgrader

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit
  • git #8b038057 - build: Updating acorn to 7.1.1 by libraryupgrader

ContentTranslation

edit

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

Disambiguator

edit

No changes for Disambiguator

DiscussionTools

edit
  • git #e3e4ef9d - parser: Detect comments transcluded from another page (T245694) by Bartosz Dziewoński
  • git #b4029c3c - Fix signatureRanges overlapping for some comments by Bartosz Dziewoński
  • git #2a0f53fe - Replace the closest() polyfill by Bartosz Dziewoński
  • git #aa91832d - Tidy up ReplyWidgetVisual setup by Ed Sanders
  • git #3af3f3ed - Wrap reply link in container so it may contain more links in future by Ed Sanders
  • git #23966cc0 - Move wikitext comment building to the controller by Ed Sanders
  • git #6de7b5bc - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #0ca851aa - parser: Return signature and timestamp ranges (T245220) by Bartosz Dziewoński
  • git #898db0d5 - Only allow opening one reply widget at once (on IE 11) by Bartosz Dziewoński
  • git #efbda1b8 - Minor tweaks to messages by Bartosz Dziewoński
  • git #0085b7c9 - controller: apply ve.fixBase to the parsed Parsoid response (T245781) by David Lynch
  • git #6ab57649 - ReplyWidget: Set line-height to match normal wikitext editor (T246846) by Bartosz Dziewoński
  • git #3274b0c9 - Move edit conflict retry code to controller by Ed Sanders
  • git #126266c7 - Remove somewhat useless ReplyWidget.prototype.getParsoidCommentData by Ed Sanders
  • git #606d6b34 - Add reply links at the end of a line, even if the signature is in the middle (T245695) by Bartosz Dziewoński
  • git #7cb82b68 - Reply-to placeholder (T245227) by Ed Sanders

DismissableSiteNotice

edit
  • git #9b078b98 - build: Updating acorn to 7.1.1 by libraryupgrader

DonationInterface

edit
  • git #87ce431c - Add form settings for Adyen recurring by Elliott Eggleston

DoubleWiki

edit

No changes for DoubleWiki

DynamicSidebar

edit

No changes for DynamicSidebar

Echo

edit
  • git #fa58c4d5 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #ee8118da - Don't call mediawikiservices::getMainWANObjectCache if not needed by DannyS712
  • git #72f30649 - Pass a user when creating a new ParserOptions (T246861) by DannyS712

Elastica

edit
  • git #cdfa3241 - build: Updating acorn to 7.1.1 by libraryupgrader

ElectronPdfService

edit
  • git #20f909ac - build: Updating acorn to 7.1.1 by libraryupgrader

EntitySchema

edit

No changes for EntitySchema

EventBus

edit
  • git #5d530763 - build: Updating acorn to 7.1.1 by libraryupgrader

EventLogging

edit

EventStreamConfig

edit
  • git #8c2f4410 - build: Updating acorn to 7.1.1 by libraryupgrader

ExtensionDistributor

edit
  • git #b36e2d5d - build: Updating acorn to 7.1.1 by libraryupgrader

ExternalGuidance

edit
  • git #81c61a5d - build: Updating acorn to 7.1.1 by libraryupgrader

FeaturedFeeds

edit

FileExporter

edit
  • git #a1924ba4 - build: Updating acorn to 7.1.1 by libraryupgrader

FileImporter

edit
  • git #f7ceccb7 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #3c1a1f94 - Use MediaWikiServices::getRepoGroup by Umherirrender
  • git #4f64f6a0 - Replace broken replace() call with a simple insert() call by Aaron Schulz
  • git #18a70abf - Pass a user when creating a new ParserOptions (T246861) by DannyS712

FlaggedRevs

edit
  • git #0e91d59c - build: Updating acorn to 7.1.1 by libraryupgrader

Flow

edit
  • git #24e91a42 - Make use of QUnitTestModule extension.json attribute (T247265) by Timo Tijhof
  • git #5e439987 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #f2194ff3 - tests: Extend ExternalStoreMemory, not Medium by Daimona Eaytoy
  • git #15ccbd49 - Pass a user when creating a new ParserOptions (T246861) by DannyS712
  • git #ef30d9fe - Display API errors when resolving / unresolving topics by Gergő Tisza

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit
  • git #6b5582dc - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #a7f35df8 - extension.json - don't use array for hooks with one handler by DannyS712

GeoCrumbs

edit

No changes for GeoCrumbs

GeoData

edit
  • git #b7a04427 - build: Updating acorn to 7.1.1 by libraryupgrader

GettingStarted

edit
  • git #22cdefea - build: Updating acorn to 7.1.1 by libraryupgrader

GlobalBlocking

edit

No changes for GlobalBlocking

GlobalCssJs

edit
  • git #55b18ce3 - build: Updating acorn to 7.1.1 by libraryupgrader

GlobalPreferences

edit
  • git #7b4ea671 - build: Updating acorn to 7.1.1 by libraryupgrader

GlobalUsage

edit
  • git #43536acc - build: Updating acorn to 7.1.1 by libraryupgrader

GlobalUserPage

edit

No changes for GlobalUserPage

GoogleNewsSitemap

edit

No changes for GoogleNewsSitemap

Graph

edit

GrowthExperiments

edit

GuidedTour

edit
  • git #ca1e6e34 - build: Updating acorn to 7.1.1 by libraryupgrader

GWToolset

edit

No changes for GWToolset

ImageMap

edit
  • git #65151430 - build: Updating acorn to 7.1.1 by libraryupgrader

InputBox

edit
  • git #14da0ca4 - build: Updating acorn to 7.1.1 by libraryupgrader

Insider

edit
  • git #32227fed - build: Updating acorn to 7.1.1 by libraryupgrader

intersection

edit

Interwiki

edit
  • git #278508b6 - build: Updating acorn to 7.1.1 by libraryupgrader

InterwikiSorting

edit

No changes for InterwikiSorting

Jade

edit

Josa

edit
  • git #804762a9 - build: Updating acorn to 7.1.1 by libraryupgrader

JsonConfig

edit
  • git #205a2d4c - build: Updating acorn to 7.1.1 by libraryupgrader

Kartographer

edit
  • git #86196d33 - build: Updating npm dependencies by libraryupgrader
  • git #c22a2e31 - Use ParserOptions::newFromAnon() instead of relying on global $wgUser (T246861) by DannyS712

LabeledSectionTransclusion

edit
  • git #33bab15c - build: Updating acorn to 7.1.1 by libraryupgrader

LandingCheck

edit

No changes for LandingCheck

LdapAuthentication

edit

No changes for LdapAuthentication

Linter

edit
  • git #c35b245d - build: Updating acorn to 7.1.1 by libraryupgrader

LiquidThreads

edit

Listings

edit

No changes for Listings

LocalisationUpdate

edit
  • git #b3cd45a1 - build: Updating acorn to 7.1.1 by libraryupgrader

LoginNotify

edit

No changes for LoginNotify

MachineVision

edit

MapSources

edit

No changes for MapSources

MassMessage

edit

Math

edit
  • git #10aee4e9 - Avoid using Title::__construct by Daimona Eaytoy
  • git #7b99fd1c - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #7d38b11a - Use ParserOptions::newFromAnon() instead of relying on global $wgUser (T246861) by DannyS712

MobileApp

edit
  • git #d9bc66f2 - build: Updating acorn to 7.1.1 by libraryupgrader

MobileFrontend

edit
  • git #8a05cc63 - Remove usage of deprecated Revision::getParentLengths (T246284) by Petr Pchelko
  • git #5ef0a04b - specials: Use self::getTitleFor() as method is declared static by Derick A
  • git #d93b3696 - build: Add 'sortAttrs' convention rule to 'svgo' & re-run by Volker E
  • git #07206aab - tests: Remove comments literally repeating what the code is doing by Daimona Eaytoy
  • git #2da886e6 - build: Update svgo to latest v1.3.2 (T246544) by Volker E
  • git #50f73686 - Replace 'arrowPrevious' with 'previous' (T246658) by Ed Sanders
  • git #065752af - Use 'arrowNext' icon in source editor to get to save changes by Ed Sanders
  • git #e8821712 - MobileFrontend: Add Turkish alias for Special:Nearby (T246532) by Ammar Abdulhamid
  • git #b41ad20e - Remove 'skipPreview' option from MF editor by Ed Sanders
  • git #32035ea9 - Remove border & border-radius from buttons in SourceEditor toolbar by Ed Sanders

MultimediaViewer

edit
  • git #c5bdb0c2 - build: Updating acorn to 7.1.1 by libraryupgrader
edit
  • git #54c19ddb - build: Updating acorn to 7.1.1 by libraryupgrader

Newsletter

edit
  • git #e6338158 - build: Updating acorn to 7.1.1 by libraryupgrader

NewUserMessage

edit

Nuke

edit

OATHAuth

edit
  • git #950831bf - build: Updating acorn to 7.1.1 by libraryupgrader

OAuth

edit
  • git #8b539c32 - build: Updating acorn to 7.1.1 by libraryupgrader

OpenStackManager

edit
  • git #2f932354 - build: Updating acorn to 7.1.1 by libraryupgrader

ORES

edit
  • git #c3749027 - build: Updating acorn to 7.1.1 by libraryupgrader

PageAssessments

edit
  • git #30fc8f2e - build: Updating acorn to 7.1.1 by libraryupgrader

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit
  • git #385005b0 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #a39d6acb - Avoid using Title::__construct by Daimona Eaytoy

PageTriage

edit

PageViewInfo

edit

ParserFunctions

edit
  • git #1ff53409 - build: Updating acorn to 7.1.1 by libraryupgrader

ParsoidBatchAPI

edit

No changes for ParsoidBatchAPI

PdfHandler

edit
  • git #41d6c6cf - build: Updating acorn to 7.1.1 by libraryupgrader

PerformanceInspector

edit
  • git #5e844ced - build: Updating acorn to 7.1.1 by libraryupgrader

Petition

edit

No changes for Petition

Poem

edit
  • git #f255c0a0 - build: Updating acorn to 7.1.1 by libraryupgrader

PoolCounter

edit

No changes for PoolCounter

Popups

edit
  • git #050911fe - Use faster implicit conversion instead of Number.parseFloat by Ed Sanders

ProofreadPage

edit

PropertySuggester

edit
  • git #0b1abed0 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #e39c0af4 - Fix warning in tests caused by bad mocking by Amir Sarabadani

QuickSurveys

edit
  • git #09273a45 - build: Updating acorn to 7.1.1 by libraryupgrader

Quiz

edit
  • git #0cda2a04 - build: Updating acorn to 7.1.1 by libraryupgrader

ReadingLists

edit
edit
  • git #990d555a - build: Updating acorn to 7.1.1 by libraryupgrader

Renameuser

edit
  • git #044e0c8e - build: Updating acorn to 7.1.1 by libraryupgrader

RevisionSlider

edit
  • git #2162737c - build: Updating acorn to 7.1.1 by libraryupgrader

No changes for RSS

edit

No changes for SandboxLink

Score

edit
  • git #e3e74934 - build: Updating acorn to 7.1.1 by libraryupgrader

Scribunto

edit
  • git #1d54aaf6 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #fb850e85 - Don't fall back to global $wgUser when creating ParserOptions (T246861) by DannyS712

SearchExtraNS

edit

No changes for SearchExtraNS

SecureLinkFixer

edit
  • git #bcabe399 - build: Updating acorn to 7.1.1 by libraryupgrader

SecurePoll

edit
  • git #bb8f3f6a - build: Updating acorn to 7.1.1 by libraryupgrader

Sentry

edit
  • git #76ebb79f - build: Updating acorn to 7.1.1 by libraryupgrader

ShortUrl

edit
  • git #d8b44452 - build: Updating acorn to 7.1.1 by libraryupgrader

SiteMatrix

edit
  • git #dc183e00 - build: Updating acorn to 7.1.1 by libraryupgrader

SpamBlacklist

edit
  • git #f28db2b7 - build: Updating acorn to 7.1.1 by libraryupgrader

SubPageList3

edit

No changes for SubPageList3

SubpageSortkey

edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

edit
  • git #0a2b86c0 - build: Updating acorn to 7.1.1 by libraryupgrader

TemplateData

edit
  • git #4b925df8 - build: Updating acorn to 7.1.1 by libraryupgrader

TemplateSandbox

edit

TemplateStyles

edit
  • git #27583126 - build: Updating acorn to 7.1.1 by libraryupgrader

TemplateWizard

edit
  • git #899d6d89 - build: Updating acorn to 7.1.1 by libraryupgrader

TextExtracts

edit
  • git #bd2e7516 - build: Updating acorn to 7.1.1 by libraryupgrader

Thanks

edit
  • git #cde236ee - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #3d2441cf - Avoid using Title::__construct by Daimona Eaytoy
  • git #b6b2c3df - Replace usage of deprecated Page in favor of WikiPage/Article (T239975) by ArtBaltai

TheWikipediaLibrary

edit

No changes for TheWikipediaLibrary

TimedMediaHandler

edit
  • git #847f651a - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #a8be4810 - Rename Special:TimedMediaHandler to Special:TranscodeStatistics (T223947) by Derk-Jan Hartman

timeline

edit

No changes for timeline

TitleBlacklist

edit
  • git #ce2940c6 - build: Updating acorn to 7.1.1 by libraryupgrader

TocTree

edit
  • git #baded610 - build: Updating acorn to 7.1.1 by libraryupgrader

TorBlock

edit

No changes for TorBlock

Translate

edit
  • git #34f6805f - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #2ca781db - Avoid using Title::__construct by Daimona Eaytoy
  • git #ad102144 - Update PythonInterpolationValidator to match variable with underscore (T236696) by Abijeet
  • git #610f1cc3 - Remove usages of deprecated Revision::newFromText (T246284) by Petr Pchelko
  • git #3164bc55 - Update namespaces for RevisionRecord and SlotRecord by Niklas Laxström
  • git #67864a45 - Allow other keys in messages with the "other" plural keyword (T246066) by Abijeet

TranslationNotifications

edit
  • git #51ceecaa - build: Updating acorn to 7.1.1 by libraryupgrader

TrustedXFF

edit
  • git #0715c094 - build: Updating acorn to 7.1.1 by libraryupgrader

TwoColConflict

edit

UniversalLanguageSelector

edit
edit

No changes for UploadsLink

UploadWizard

edit
  • git #7f034787 - Use ResourceLoader::isModuleRegistered instead of wgResourceModules (T247265) by Timo Tijhof
  • git #cf98de2b - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #46e09c0f - Remove setting of $wgEnablePartialBlocks config in test (T242912) by Thalia

UrlShortener

edit
  • git #5159b624 - build: Updating acorn to 7.1.1 by libraryupgrader

UserMerge

edit
  • git #105483e2 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #e6f25b2b - Replace usage of deprecated Page in favor of WikiPage/Article (T239975) by ArtBaltai

VipsScaler

edit
  • git #021a06df - build: Updating acorn to 7.1.1 by libraryupgrader

VisualEditor

edit
  • git #8726a713 - Move switchToWikitext to switchToFallbackWikitext by Ed Sanders
  • git #bc29a8cd - MobileArticleTarget: Remove definition of editSource, identical to parent by Ed Sanders
  • git #a2db14e6 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #734c929e - Add some accessibility labels to buttons on mobile by Bartosz Dziewoński
  • git #59cc4b10 - Update VE core submodule to master (f7f72b5c5) by Bartosz Dziewoński
  • git #0dca373c - Pass a user when creating a new ParserOptions (T246861) by DannyS712
  • git #543d436d - Remove usage of deprecated Revision::newRevisionFromTitle (T246284) by Petr Pchelko
  • git #8065fdf2 - Clean up code related to token and bad token handling by Bartosz Dziewoński
  • git #58757d4e - Use built-in mw.Api 'badtoken' handling, also 'assert'/'assertuser' (T245327) by Bartosz Dziewoński

WebAuthn

edit
  • git #078fb8d0 - build: Updating acorn to 7.1.1 by libraryupgrader

Wikibase

edit
  • git #a4b1fdd8 - Make SearchEntities use a batched title lookup (T247068) by addshore
  • git #a0580a70 - bridge: allow partial overriding of mock config by Michael Große
  • git #1b36ed67 - bridge: document way to subscribe to tracking events (T246218) by Pablo Grass
  • git #5ae2d82b - bridge: track in case purging goes wrong (T246218) by Pablo Grass
  • git #c89207cf - bridge: add test utility to mock the tracker service (T246218) by Pablo Grass
  • git #45e06aa9 - Use FallbackLabelDescriptionLookup interface more by Lucas Werkmeister
  • git #f5dad781 - Extract extra test for config keys by Michael Große
  • git #d867aa0d - bridge: Add license settings to config API module (T246225) by Michael Große
  • git #6925f5b6 - Use ParserOptions::newFromAnon() instead of relying on global $wgUser (T246861) by DannyS712
  • git #580cef4f - bridge: update component library version (T246765) by Lucas Werkmeister
  • git #980651ae - bridge: Reload page after edit is saved (T246219) by tzhelyazkova
  • git #dc49499a - bridge: purge the client article after save (T246223) by Pablo Grass
  • git #1499c499 - SimpleCacheWithBagOStuff: Throw CacheInvalidArgumentException (T245295) by James D. Forrester
  • git #d098797e - bridge: make header larger on mobile (T239421) by Lucas Werkmeister
  • git #68a83aa7 - Extract method for readability and extensibility by Michael Große
  • git #37393676 - bridge: fix list style on mobile (T239421) by Lucas Werkmeister
  • git #405968dc - Fix typo by Jakob Warkotsch
  • git #3adbf910 - bridge: add ADR for formatting bridge references (T244987) by Lucas Werkmeister
  • git #6a742fa0 - Use PSR-4 for \Wikibase\Lib namespace by Lucas Werkmeister
  • git #3ce6dbe9 - Remove compatibility class aliases by Lucas Werkmeister
  • git #9a7fe8a0 - Move remaining WikibaseLib classes to correct namespace by Lucas Werkmeister
  • git #51f9b16f - Decouple SearchEntities from PropertyDataTypeLookup (T247067) by Jakob Warkotsch
  • git #28e88b47 - SearchEntities: take entity types from source definitions by Jakob Warkotsch
  • git #31baee9c - Removed no longer used WikibaseClient::getRepositoryDefinitions (T245870) by Leszek Manicki
  • git #84ff32fa - Remove docs for legacy service containers from services.md (T245865) by Marius Hoch
  • git #e760fc7b - Removed no longer used RepositoryDefinitions class (T245870) by Leszek Manicki
  • git #42f04905 - Removed RepositoryDefinitions dependency from DataAccessSnakFormatterOutputFormatTest (T245870) by Leszek Manicki
  • git #75f1eb18 - FP:Add Wikibase repo settings for federated properties (T246776) by rosalie
  • git #1b918e69 - bridge: use descriptive name for saveEntity mock method by Pablo Grass
  • git #bbb0af7c - bridge: add ability to mock post method on (client) Api (T246223) by Pablo Grass
  • git #fef5cf0d - bridge: distinguish between types of dev-entry's console info by Pablo Grass
  • git #ef44d567 - bridge: better illustrate saving service's lifecycle in dev-entry by Pablo Grass
  • git #839a22e9 - bridge: consistently use console.info in dev-entry by Pablo Grass
  • git #165e15ae - bridge: explicitly declare dependency on mediawiki.api by Pablo Grass
  • git #52cf5916 - Schedule 1 CleanTermsIfUnusedJob per ID to clean (T244115) (T246898) by addshore
  • git #bb99306b - bridge: remove repeated assertion in test by Lucas Werkmeister
  • git #b866f904 - bridge: disallow calling assertCurrentUser() with assert params by Lucas Werkmeister
  • git #3064615e - bridge: Add purgeTitles to services container (T246222) by tzhelyazkova
  • git #531f995c - bridge: use mw.Api.assertCurrentUser() by Lucas Werkmeister
  • git #d8fc2c92 - bridge: extract marginForCenterColumn mixin by Lucas Werkmeister
  • git #994ea6e6 - bridge: method to create infobox wikitext in browser test by Pablo Grass
  • git #d7223ff0 - bridge: Add Saving state to avoid non-null assertion by Michael Große
  • git #fdcb4946 - bridge: choose strategy based on edit decision (T238662) by Michael Große
  • git #309ee784 - bridge: Implement purge service (T246221) by tzhelyazkova
  • git #8a67283b - bridge: add XL EventEmittingButton size (T239421) by Lucas Werkmeister
  • git #8eb63a7e - bridge: separate Loading stories more clearly by Lucas Werkmeister
  • git #357454d9 - bridge: disable value debounce for knobs in storybook by Pablo Grass
  • git #64348fb3 - bridge: Add typehints to newApplicationState helper by Michael Große
  • git #1bea1daa - bridge: Add interface for the purge service (T246220) by tzhelyazkova
  • git #761cb32c - bridge: improve Loading documentation (T237433) by Pablo Grass
  • git #7efa15f9 - Do not reference mediawiki.legacy.shared in view/resources.php "for snakview" (T242177) by jdlrobson
  • git #dd8131df - Removed DataAccessSettings::useEntitySourceBasedFederation (T245860) by Leszek Manicki
  • git #b6872a25 - Removed useEntitySourceBasedFederation from DataAccessSettings (T245860) by Leszek Manicki

WikibaseCirrusSearch

edit
  • git #f04c0665 - SearchEntitiesIntegrationTest remove getTitleForId in lookup mock (T247068) by addshore
  • git #e66d957c - SearchEntitiesIntegrationTest allow use of getTitlesForIds in lookup (T247068) by addshore
  • git #c29379c2 - Update for namespace moves by Lucas Werkmeister

WikibaseLexeme

edit

WikibaseLexemeCirrusSearch

edit

WikibaseMediaInfo

edit

WikibaseQualityConstraints

edit

Wikidata.org

edit

WikidataPageBanner

edit
  • git #b3ab78b4 - build: Updating acorn to 7.1.1 by libraryupgrader

WikiEditor

edit
  • git #a188151e - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #6ced54bd - Increase clickable area of tabs buttons by Fomafix

wikihiero

edit
  • git #effe534f - build: Updating acorn to 7.1.1 by libraryupgrader

WikiLove

edit
  • git #716b2040 - build: Updating acorn to 7.1.1 by libraryupgrader

WikimediaBadges

edit
  • git #1ed5eb43 - build: Updating acorn to 7.1.1 by libraryupgrader

WikimediaEditorTasks

edit
  • git #ddc98027 - build: Updating acorn to 7.1.1 by libraryupgrader

WikimediaEvents

edit

WikimediaIncubator

edit

No changes for WikimediaIncubator

WikimediaMaintenance

edit

WikimediaMessages

edit
  • git #e0524f4e - build: Updating acorn to 7.1.1 by libraryupgrader

Wikisource

edit
  • git #b6f4b48b - build: Updating acorn to 7.1.1 by libraryupgrader

XAnalytics

edit
  • git #3f755e80 - build: Updating acorn to 7.1.1 by libraryupgrader

Skins

edit

CologneBlue

edit

No changes for CologneBlue

MinervaNeue

edit

Modern

edit

No changes for Modern

MonoBook

edit
  • git #b199d65e - build: Updating acorn to 7.1.1 by libraryupgrader

Nostalgia

edit

No changes for Nostalgia

Timeless

edit
  • git #074d83ec - build: Updating acorn to 7.1.1 by libraryupgrader

Vector

edit

VisualEditor

edit
  • git #8a3e25b9 - build: Updating acorn to 7.1.1 by libraryupgrader
  • git #42fea96b - Add some accessibility labels to buttons on mobile by Bartosz Dziewoński
  • git #1240e4ea - Avoid parentElement when possible by Ed Sanders

Total Changes

edit

469 Changes in 152 repos by 71 authors