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 (task 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() (task T247215) by Reedy
- git #f172dc46 - phpunit: Speed up MediaWikiCoversValidator trait (task T225730) by Timo Tijhof
- git #ce140d43 - Updating zordius/lightncandy (v1.2.4 => v1.2.5) (task T242980) by Reedy
- git #abf24630 - Rename TemplateParserTest.php -> TemplateParserIntegrationTest.php (task T113095) by Reedy
- git #5e6bfc53 - specialpage: Avoid deprecated usage of Title::newFromTitleValue() by Derick A
- git #51b5af60 - Remove check for vulnerable PHPUnit version (task 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 (task T246861) by DannyS712
- git #92db3a1f - language: Avoid title parsing cost for serialised Message objects (task T247035) by Timo Tijhof
- git #14a8713e - exception,deferred: Standardise on 'exception' for uncaughts and fatals (task 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 (task T240307) by Tim Starling
- git #4fddfb17 - Fixes for batch watchlist deletion and relative expiries (task T245213) by MusikAnimal
- git #42b3abf8 - Word-break overlong usernames in links (task T237230) by Volker E
- git #2962e56f - Remove `UserIsHidden` hook, deprecated and unused (task T247019) by DannyS712
- git #d5dbc587 - MediaWiki-Docker: fix Fresh-Node links (task 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 (task 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 (task T246360) by Kosta Harlan
- git #6b2c9dee - Replace all `new stdClass()` with identical `(object)[]` by Thiemo Kreuz
- git #aa9820ed - Remove more unused ajax response methods (task T42787) by DannyS712
- git #419bbcd8 - TemplateParser: Test server-local cache interaction (task T113095) by Sam Smith
- git #44cf36b5 - SiteConfiguration: Remove deprecated 'localVHosts' member by Timo Tijhof
- git #8fa48fc9 - SiteConfiguration: Optimise arrayMerge() (task T169821) by Timo Tijhof
- git #bb56abfb - Introduce an expiry to WatchedItem (task T245213) by MusikAnimal
- git #3db547e9 - Remove $wgEnablePartialBlocks config and always enable partial blocks (task 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 (task 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() (task T169821) (task T246858) (task T246213) by Timo Tijhof
- git #44dd120f - SiteConfiguration: Add unit test for tag/suffix conflict scenario (task T246858) by Timo Tijhof
- git #7cdebd61 - Use array literals when calling Hooks::run() (task T240307) by Tim Starling
- git #2a9f9420 - Chinese Conversion Table Update 2020-1 by Chiefwei
- git #2cfebb7c - mediawiki.editfont: Fix the OOUI font-size override (task 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 (task 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 (task T242311) by DannyS712
- git #7def03fe - Revert "Split FakeMaintenance and LoggedUpdateMaintenance to their own files" (task T246754) by Daimona Eaytoy
- git #70ac607c - RCFilters: Add ARIA label to filters namespaces and tags select widget (task T246179) by Akinwale Alagbe
- git #41a17c3b - blockUsers script: fix logging by Daimona Eaytoy
- git #52f50cd6 - TemplateParser: Invalidate cache if partial changes (task 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 (task 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 (task 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 (task T246202) by Kosta Harlan
- git #0bdce213 - Make id attributes not include ascii whitespace per spec (task T238385) by Brian Wolff
- git #6c5d937a - rdbms: inject replLogger into Database and consolidate duplicated logging (task 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 (task T244108) by Fomafix
- git #8f12a8ae - Remove .floatright, .floatleft, .tright, .tleft { position: relative } by Fomafix
- git #38311d2b - Update EmacsWiki in Interwiki (task 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) (task T242980) by Reedy
Extensions
edit3D
edit- git #e103ed60 - build: Updating acorn to 7.1.1 by libraryupgrader
AbuseFilter
edit- git #0dbce797 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #cd1a8efb - Minor fixes for the updateVarDumps script (task T213006) (task T246539) by Daimona Eaytoy
ActiveAbstract
edit- git #1df42efc - build: Updating acorn to 7.1.1 by libraryupgrader
AdvancedSearch
edit- git #9f3055eb - build: Updating kind-of to 6.0.3 by libraryupgrader
- git #25a1684f - Fix duplicate expandable pane id and aria control (task T244295) by Bkudiess-msft
- git #ae659a9d - build: Updating acorn to 7.1.1 by libraryupgrader
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- git #1a987d0d - build: Updating acorn to 7.1.1 by libraryupgrader
- git #3c9ae982 - Drop legacy database search integration code (task T207407) by Amir Sarabadani
- git #ec7e5273 - Update for namespace moves by Lucas Werkmeister
Babel
edit- git #f70693d5 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #b9b7092a - Use ParserOptions::newFromAnon() instead of relying on global $wgUser (task T246861) by DannyS712
BetaFeatures
edit- git #dd7e7981 - build: Updating acorn to 7.1.1 by libraryupgrader
BounceHandler
editNo 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
editNo changes for Capiunto
CategoryTree
edit- git #21800f20 - build: Updating acorn to 7.1.1 by libraryupgrader
CentralAuth
edit- git #f9f3bf94 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #23abd221 - Fix protected member access by Reedy
- git #009180b7 - SpecialCentralAuth: Remove check for $wgEnablePartialBlocks config (task T242912) by Thalia
- git #43b7ffe3 - Make CentralAuth schema patches consistent to canonical file (task T245924) by Reedy
CentralNotice
editNo 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 (task T246799) by Dayllan Maza
- git #1a26a204 - Improve test coverage on CheckUser extension (task 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 (task T245499) by Thalia
CirrusSearch
edit- git #0ff74729 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #7301d766 - Remove back-compat code for WikiPage::selectFields by Daimona Eaytoy
- git #7b48ce4e - Update EmacsWiki in Interwiki (task T227053) by Fomafix
- git #1b7a6146 - Don't log with reserved parameter (task T245303) by Erik Bernhardson
Cite
edit- git #ce27a400 - CiteHooks: Remove wgResourceModules check (redundant with isModuleRegistered) (task 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 (task T238385) by Brian Wolff
CiteThisPage
edit- git #8a933bf6 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #ca97c3fb - Add setFormIdentifier to prevent validation errors (task T238467) by Sohom Datta
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- git #cb036f39 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #6075e4cb - Enable spellchecking on Firefox (task T177509) by Fomafix
CodeReview
editNo changes for CodeReview
Cognate
edit- git #5973cdca - build: Updating acorn to 7.1.1 by libraryupgrader
- git #3da18ec8 - Exit undelete hook early if revision not found (task T245869) by Thomas Arrow
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
editNo changes for CommonsMetadata
ConfirmEdit
edit- git #72f72c38 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #e5d3a172 - Drop $ceAllowConfirmedEmail by Reedy
- git #b8b0e236 - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
CongressLookup
editNo changes for CongressLookup
ContactPage
edit- git #8b038057 - build: Updating acorn to 7.1.1 by libraryupgrader
ContentTranslation
edit- git #8e72a30a - Tests: Add test for MWIcon and rename MWButton tests file names (task T243583) by Santhosh Thottingal
- git #6fa88784 - Add git precommit hook to run test on Vue dashboard code (task T243583) by Santhosh Thottingal
- git #bdcccb0a - build: Updating acorn to 7.1.1 by libraryupgrader
- git #8968c6cc - Improve param docs by Umherirrender
- git #28ff074c - Remove old patches for database by Kartik Mistry
- git #16a587df - UI Library: Add MWIcon component (task T243583) by Santhosh Thottingal
- git #7d53da85 - Add responsive grid system (task T243583) by Santhosh Thottingal
- git #2fb56620 - Add Button component and Unit testing tooling (task T243583) by Santhosh Thottingal
ContributionTracking
editNo changes for ContributionTracking
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DiscussionTools
edit- git #e3e4ef9d - parser: Detect comments transcluded from another page (task 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 (task 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 (task T245781) by David Lynch
- git #6ab57649 - ReplyWidget: Set line-height to match normal wikitext editor (task 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 (task T245695) by Bartosz Dziewoński
- git #7cb82b68 - Reply-to placeholder (task 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
editNo changes for DoubleWiki
DynamicSidebar
editNo 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 (task 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
editNo changes for EntitySchema
EventBus
edit- git #5d530763 - build: Updating acorn to 7.1.1 by libraryupgrader
EventLogging
edit- git #fa9e4909 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #fb36906d - Avoid using Title::__construct by Daimona Eaytoy
- git #994696a5 - Make BackgroundQueue more aware of page unload flow (task T246382) by David Lynch
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- git #536a923a - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
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 (task 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 (task 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 (task T246861) by DannyS712
- git #ef30d9fe - Display API errors when resolving / unresolving topics by Gergő Tisza
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo 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
editNo 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
editNo 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
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
edit- git #a03d2c8f - build: Updating npm dependencies by libraryupgrader
- git #71788600 - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
GrowthExperiments
edit- git #de3d1097 - build: Updating acorn to 6.4.1 by libraryupgrader
- git #0a17e49e - build: Updating acorn to 7.1.1 by libraryupgrader
- git #e288db6b - Help Panel: Update CTA button icon and styles (task T244546) by Kosta Harlan
- git #77f8a733 - Deprecate GrowthExperimentsTaskSuggester service by Gergő Tisza
- git #eb2ad4df - Use a constant for READ_NORMAL by Kosta Harlan
- git #23aad913 - Adjust topic UX (task T244421) by Kosta Harlan
- git #762101a8 - Make TaskSuggesterFactory a real factory by Gergő Tisza
- git #9f6a165b - Replace loadRevisionFromId which has been removed in I0c8fe834da79c by Gergő Tisza
- git #91aad050 - Newcomer tasks: Set search sort to random for ORES based topics (task T242476) by Kosta Harlan
- git #bcc0bd18 - Guidance: Implement mobile peek (task T244434) by Kosta Harlan
GuidedTour
edit- git #ca1e6e34 - build: Updating acorn to 7.1.1 by libraryupgrader
GWToolset
editNo 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- git #7e25fde3 - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
Interwiki
edit- git #278508b6 - build: Updating acorn to 7.1.1 by libraryupgrader
InterwikiSorting
editNo changes for InterwikiSorting
Jade
edit- git #639c1999 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #c55038ed - Made moveEndorsementDialog errorMessage span entire section width (task T242648) by kevinbazira
- git #ccefa03b - Moved moveEndorsementDialog errorMessage to the top of dialog buttons (task T242648) by kevinbazira
- git #e79d1ef1 - Handle empty EntityContent object (task T246033) by Andy Craze
- git #ac5a8f5f - Handle initial revision diff (task T245316) by Andy Craze
- git #5d2fc466 - Use revid for diff widget (task T245316) by Andy Craze
- git #56521f37 - Made deleteEndorsementDialog errorMessage span entire section width (task T242648) by kevinbazira
- git #c9b3a1d0 - Moved deleteEndorsementDialog errorMessage to the top of dialog buttons (task T242648) by kevinbazira
- git #a7c92dfa - Implement Diff view for Jade Entity UI (task T245316) by Andy Craze
- git #09cd78aa - added code of conduct by Andy Craze
- git #1d527c57 - Made endorseDialog errorMessage span entire section width (task T242648) by kevinbazira
- git #d568848f - Moved endorseDialog errorMessage to the top of dialog buttons (task T242648) by kevinbazira
- git #8916e263 - Made proposeNewLabelDialog errorMessage span entire section width (task T242648) by kevinbazira
- git #473431ed - Moved proposeNewLabelDialog errorMessage to the top of dialog buttons (task T242648) by kevinbazira
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 (task T246861) by DannyS712
LabeledSectionTransclusion
edit- git #33bab15c - build: Updating acorn to 7.1.1 by libraryupgrader
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
edit- git #c35b245d - build: Updating acorn to 7.1.1 by libraryupgrader
LiquidThreads
edit- git #c8f1311b - build: Updating acorn to 7.1.1 by libraryupgrader
- git #96aeee13 - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
- git #32425198 - Remove use of global $wgUser (part 3) (task T241619) by DannyS712
Listings
editNo changes for Listings
LocalisationUpdate
edit- git #b3cd45a1 - build: Updating acorn to 7.1.1 by libraryupgrader
LoginNotify
editNo changes for LoginNotify
MachineVision
edit- git #b1457639 - build: Updating acorn to 6.4.1 by libraryupgrader
- git #e65b87c8 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #91ca702d - Update for namespace moves by Lucas Werkmeister
- git #db1a60a5 - Use Project namespace for messages instead of Commons (task T242662) by annet
MapSources
editNo changes for MapSources
MassMessage
edit- git #1ec5af8f - build: Updating acorn to 7.1.1 by libraryupgrader
- git #b720ab89 - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
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 (task 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 (task 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 (task T246544) by Volker E
- git #50f73686 - Replace 'arrowPrevious' with 'previous' (task 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 (task 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
NavigationTiming
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- git #748617ff - build: Updating acorn to 7.1.1 by libraryupgrader
- git #ed5740cb - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
Nuke
edit- git #edd509e7 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #281a92ec - Add `nuke` right to `delete` grant (task T241116) by DannyS712
- git #6f5e9d40 - extension.json - don't use array for hooks with one handler by DannyS712
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
editNo 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- git #97ccbc05 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #c52f7ed3 - API: Alter behaviour if state doesn't change instead of proceeding (task T234074) (task T234104) by DannyS712
PageViewInfo
edit- git #9da9424b - build: Updating acorn to 7.1.1 by libraryupgrader
- git #54bce7b5 - Don't use reserved word url in logging (task T245280) by Reedy
ParserFunctions
edit- git #1ff53409 - build: Updating acorn to 7.1.1 by libraryupgrader
ParsoidBatchAPI
editNo 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
editNo changes for Petition
Poem
edit- git #f255c0a0 - build: Updating acorn to 7.1.1 by libraryupgrader
PoolCounter
editNo changes for PoolCounter
Popups
edit- git #050911fe - Use faster implicit conversion instead of Number.parseFloat by Ed Sanders
ProofreadPage
edit- git #1c902821 - PHPcs: Fix Space before single line comment error (task T243932) by prondubuisi
- git #0e464943 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #a184282a - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975) by ArtBaltai
- git #cc8821e9 - Phpcs : fix Private function documention error (task T243932) by prondubuisi
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- git #19676f09 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #84170127 - Drop usage of assertArraySubset (task T244378) by Michael Holloway
RelatedArticles
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
RSS
editNo changes for RSS
SandboxLink
editNo 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 (task T246861) by DannyS712
SearchExtraNS
editNo 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
editNo changes for SubPageList3
SubpageSortkey
editNo 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- git #2b2c0db7 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #4f3dac5d - Remove setMethod( 'post' ) from HTMLForm Object (task T215123) by Jayprakash12345
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 (task T239975) by ArtBaltai
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
edit- git #847f651a - build: Updating acorn to 7.1.1 by libraryupgrader
- git #a8be4810 - Rename Special:TimedMediaHandler to Special:TranscodeStatistics (task T223947) by Derk-Jan Hartman
timeline
editNo 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
editNo 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 (task T236696) by Abijeet
- git #610f1cc3 - Remove usages of deprecated Revision::newFromText (task 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 (task 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- git #b1ed2c84 - Find a way to track if Javascript is enabled. (task T245722) by Andrew Kostka
- git #74b26a70 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #2e71ae3d - Log debugging information at start of conflicts (task T246439) (task T246440) by Adam Wight
- git #320a763f - Reduce border radius in the conflict view by Thiemo Kreuz
- git #f55d83ae - Browser tests: Check if no side is selected by default (task T245410) (task T246646) by Thiemo Kreuz
- git #26a6a422 - Don't pre-select a column when JS is used (task T245410) by WMDE-Fisch
- git #31f4acbf - Fix accidental data-loss when invalid POST requests are made by Thiemo Kreuz
- git #41a32884 - Make disabled edit pen lighter (task T209702) by Thiemo Kreuz
- git #f6118925 - Pass a user when creating a new ParserOptions (task T246861) by DannyS712
UniversalLanguageSelector
edit- git #379fafb4 - Update jquery.uls from upstream by Kartik Mistry
- git #44ea2cee - added Pustaka Bali and Vimala fonts for Balinese (task T247142) by David Kamholz
- git #3eddb6b7 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #da1c81d6 - Run compile-font-repo.php by Reedy
- git #8b4e263e - Fix webfonts typo by Reedy
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #7f034787 - Use ResourceLoader::isModuleRegistered instead of wgResourceModules (task T247265) by Timo Tijhof
- git #cf98de2b - build: Updating acorn to 7.1.1 by libraryupgrader
- git #46e09c0f - Remove setting of $wgEnablePartialBlocks config in test (task 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 (task 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 (task T246861) by DannyS712
- git #543d436d - Remove usage of deprecated Revision::newRevisionFromTitle (task 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' (task 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 (task 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 (task T246218) by Pablo Grass
- git #5ae2d82b - bridge: track in case purging goes wrong (task T246218) by Pablo Grass
- git #c89207cf - bridge: add test utility to mock the tracker service (task 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 (task T246225) by Michael Große
- git #6925f5b6 - Use ParserOptions::newFromAnon() instead of relying on global $wgUser (task T246861) by DannyS712
- git #580cef4f - bridge: update component library version (task T246765) by Lucas Werkmeister
- git #980651ae - bridge: Reload page after edit is saved (task T246219) by tzhelyazkova
- git #dc49499a - bridge: purge the client article after save (task T246223) by Pablo Grass
- git #1499c499 - SimpleCacheWithBagOStuff: Throw CacheInvalidArgumentException (task T245295) by James D. Forrester
- git #d098797e - bridge: make header larger on mobile (task T239421) by Lucas Werkmeister
- git #68a83aa7 - Extract method for readability and extensibility by Michael Große
- git #37393676 - bridge: fix list style on mobile (task T239421) by Lucas Werkmeister
- git #405968dc - Fix typo by Jakob Warkotsch
- git #3adbf910 - bridge: add ADR for formatting bridge references (task 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 (task T247067) by Jakob Warkotsch
- git #28e88b47 - SearchEntities: take entity types from source definitions by Jakob Warkotsch
- git #31baee9c - Removed no longer used WikibaseClient::getRepositoryDefinitions (task T245870) by Leszek Manicki
- git #84ff32fa - Remove docs for legacy service containers from services.md (task T245865) by Marius Hoch
- git #e760fc7b - Removed no longer used RepositoryDefinitions class (task T245870) by Leszek Manicki
- git #42f04905 - Removed RepositoryDefinitions dependency from DataAccessSnakFormatterOutputFormatTest (task T245870) by Leszek Manicki
- git #75f1eb18 - FP:Add Wikibase repo settings for federated properties (task 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 (task 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 (task T244115) (task 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 (task 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 (task T238662) by Michael Große
- git #309ee784 - bridge: Implement purge service (task T246221) by tzhelyazkova
- git #8a67283b - bridge: add XL EventEmittingButton size (task 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 (task T246220) by tzhelyazkova
- git #761cb32c - bridge: improve Loading documentation (task T237433) by Pablo Grass
- git #7efa15f9 - Do not reference mediawiki.legacy.shared in view/resources.php "for snakview" (task T242177) by jdlrobson
- git #dd8131df - Removed DataAccessSettings::useEntitySourceBasedFederation (task T245860) by Leszek Manicki
- git #b6872a25 - Removed useEntitySourceBasedFederation from DataAccessSettings (task T245860) by Leszek Manicki
WikibaseCirrusSearch
edit- git #f04c0665 - SearchEntitiesIntegrationTest remove getTitleForId in lookup mock (task T247068) by addshore
- git #e66d957c - SearchEntitiesIntegrationTest allow use of getTitlesForIds in lookup (task T247068) by addshore
- git #c29379c2 - Update for namespace moves by Lucas Werkmeister
WikibaseLexeme
edit- git #fa3dba36 - build: Updating acorn to 6.4.1 by libraryupgrader
- git #82df2358 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #0df2906d - Update for namespace moves by Lucas Werkmeister
- git #a16c459b - Define RdfVocabulary in LexemeRdfBuilder tests (task T245831) by Leszek Manicki
WikibaseLexemeCirrusSearch
edit- git #d3205780 - Update for namespace moves by Lucas Werkmeister
WikibaseMediaInfo
edit- git #fd17aab9 - Display constraint violations on File page (task T239163) by Cormac Parle
- git #7bc7e4d0 - build: Updating acorn to 6.4.1 by libraryupgrader
- git #d2d88c82 - Implement units support for quantity input UI (task T239474) by Matthias Mullie
- git #a01764d5 - Pick up on same-claim-different-guid differences (task T247081) by Matthias Mullie
- git #85da72e5 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #1d635961 - Fail gracefully instead of throwing if unsupported term type requested (task T243236) by Cormac Parle
- git #a1dd2072 - Update for namespace moves by Lucas Werkmeister
- git #bab2ca85 - Ensure correct entity id is used when choosing between same-label options (task T246918) by Matthias Mullie
- git #cf721b53 - Improved globecoordinate input and display (task T227116) by Eric Gardner
- git #8ef4ce2d - Define RdfVocabulary in MediaInfoRfBuilder tests (task T245831) by Leszek Manicki
- git #88411a0f - Handle middle clicks on autocomplete suggestions differently (task T237048) by annet
- git #7d014d8f - Use {{WBREPONAME}} instead of Wikidata by Lucas Werkmeister
WikibaseQualityConstraints
edit- git #e0660d6f - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975) by ArtBaltai
- git #13c7d8cb - build: Updating acorn to 7.1.1 by libraryupgrader
- git #8f139a84 - Update for namespace moves by Lucas Werkmeister
- git #795288f6 - Use HttpRequestFactory in ImportConstraintEntities.php. (task T235870) by Seb35
- git #b335dbca - Adjusted RdfVocabulary constructor calls in SparqlHelperTest (task T245831) by Leszek Manicki
Wikidata.org
edit- git #266e2ca3 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #31631e3e - Fix readme markdown by DannyS712
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- git #ce202ceb - build: Updating acorn to 7.1.1 by libraryupgrader
- git #c6986e37 - Use obj.url given by mw.errorLogger in error event (task T246030) by Andrew Otto
- git #6e326c08 - Include required url in mediawiki/client/error event (task T246030) by Andrew Otto
- git #84096b09 - Fix callback parameters for client error logging (task T246030) by Gergő Tisza
- git #39f54401 - Match fallback config key with the one used in cirrus (task T238246) by Erik Bernhardson
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #9a6113ca - build: Updating acorn to 7.1.1 by libraryupgrader
- git #ae5aa0ca - Flip equals labs logic (task T247097) by Reedy
- git #a740a73c - Remove cleanupBug41615 script by Petr Pchelko
- git #190d5133 - dumpInterwiki: Remove use of deprecated getRealmSpecificFilename() by Timo Tijhof
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
editCologneBlue
editNo changes for CologneBlue
MinervaNeue
edit- git #8d463a80 - build: Add 'sortAttrs' convention rule to 'svgo' & re-run by Volker E
- git #d92fffb4 - build: Update svgo to latest v1.3.2 (task T246544) by Volker E
- git #f955bda4 - Word-break overlong usernames (task T237230) by Volker E
- git #583ac230 - Remove usage of deprecated Revision::getTimestampFromId (task T246284) by Petr Pchelko
- git #1200cb52 - Storybook added to MinervaNeue (task T244106) by jdlrobson
Modern
editNo changes for Modern
MonoBook
edit- git #b199d65e - build: Updating acorn to 7.1.1 by libraryupgrader
Nostalgia
editNo changes for Nostalgia
Timeless
edit- git #074d83ec - build: Updating acorn to 7.1.1 by libraryupgrader
Vector
edit- git #892eb489 - Move watchstar import out of VectorTabs.less and into screen.less (task T243281) by Nicholas Ray
- git #15041cf0 - build: Updating acorn to 6.4.1 by libraryupgrader
- git #e9d99490 - build: Updating acorn to 7.1.1 by libraryupgrader
- git #6ebd9583 - Re-crush SVG files with unified SVGO rules (task T178867) by AronDemian
- git #b9968d9d - build: Add 'svgo', SVG minifier script and unify SVGO rules (task T247004) by AronDemian
- git #3f958204 - featureManager: Set -> Requirement (task T244481) by Sam Smith
- git #1b340724 - Separate scripts `npm test` and `npm run build`, remove `npm run doc` from `test` (task T247004) by AronDemian
- git #71ec758b - Add script 'npm run lint:fix' to fix trivial lint errors (task T247004) by AronDemian
- git #834f4f83 - Port 'storybook' scripts to windows, merge 'jsdoc' into 'doc' by AronDemian
- git #e8a403e3 - Rename Storybook Files to Reflect Their Respective Component (task T243281) by Nicholas Ray
- git #98235386 - Isolate Vector Styles to their Respective Component (task T243281) by Nicholas Ray
- git #cdd5ebd7 - Use template partials rather than HTML strings (task T245456) by jdlrobson
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
edit469 Changes in 152 repos by 71 authors