Jump to content

MediaWiki 1.38/wmf.2

From mediawiki.org
MediaWiki 1.38.0-wmf.1 Deployment of MediaWiki 1.38.0-wmf.2 to Wikimedia sites MediaWiki 1.38.0-wmf.3

The latest version (labeled "1.38.0-wmf.2") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 28 September 2021 (see the roadmap).

Core changes

[edit]
  • git #a4044cd9 - Branch commit for wmf/1.38.0-wmf.2 by trainbranchbot
  • git #bc224d04 - QueryPage: s/Sometime/Sometimes/ by Reedy
  • git #054cace5 - Follow-up I210c66c35: Add Parsoid update to RELEASE-NOTES-1.38 by James D. Forrester
  • git #7e376418 - Bump wikimedia/parsoid to v0.15.0-a1 by C. Scott Ananian
  • git #e5b4d10b - preferences: Allow wrapping text of "Restore all default settings..." button (T227131) by Bartosz Dziewoński
  • git #a8db81dc - Add script to delete a user email's address (T290099) by Samuel Guebo
  • git #d0a3ceee - Unbreak "show changes" in live preview for page creations (T109166) by Daimona Eaytoy
  • git #d24641a2 - Change return format of UndeletePage::undelete() (T290021) by Daimona Eaytoy
  • git #e0f3c37e - ChangeTags: Set interface flag when parsing tag names (T291776) by Bartosz Dziewoński
  • git #a407ce41 - Remove hard-deprecated methods returning User from Parser by Petr Pchelko
  • git #0e4bb6d6 - Change 'fromdbmaster' to WikiPage::READ_LATEST by Umherirrender
  • git #04dfdc36 - Hard deprecate User::setOption() (T277818) by Alexander Vorwerk
  • git #4cf28959 - Remove the deprecated IP class (T291008) by Alexander Vorwerk
  • git #de201732 - Allow int on ApiQueryGeneratorBase::setContinueEnumParameter by Umherirrender
  • git #b78fe4bb - Merge mediawiki.widgets.StashedFileWidget module into only user (T291443) by DannyS712
  • git #9a7637e9 - Soft deprecate PageProps::getInstance() (T289544) by Alexander Vorwerk
  • git #63590331 - resourceloader: Remove execute() handling of legacy style formats (T291300) by DannyS712
  • git #3cfd632b - GlobalFunctions: Test clean up for wfExpandUrl() by Timo Tijhof
  • git #8855258d - resourceloader: Remove `wgCommentByteLimit` from mw.config (T291730) (T227047) by DannyS712
  • git #0f2008bc - Inject UserFactory into special pages by Alexander Vorwerk
  • git #fd094c5b - Inject UserIdentityLookup into SpecialLog by Alexander Vorwerk
  • git #d0c4c013 - Ignore pages that can't exist on Special:ListRedirects (T279840) by Alexander Vorwerk
  • git #b42e1abf - PHPUnit: enable convertDeprecationsToExceptions (T291731) by DannyS712
  • git #9617f177 - ResourceLoader: remove reference to resolveIndexedDependencies() by DannyS712
  • git #6b63f11d - RELEASE-NOTES-1.38: Tweak wgBrowserFormatDetection introduction by James D. Forrester
  • git #65b1b6b5 - Remove $wgShellLocale, always use C (T291234) by Tim Starling
  • git #041dadd6 - Update wikimedia/shellbox to 2.1.0 by Kunal Mehta
  • git #fc5403e6 - resourceloader: Add test for getVersionHash() in debug mode (T235672) by Timo Tijhof
  • git #8eced80e - docs: LogFormatter: $plaintext and $irctext are booleans by lens0021
  • git #d5e40efb - Stub threshold: Remove CSS (T284917) by Ammarpad
  • git #d1edf047 - Remove stylelint-disable-next-line plugin/no-unsupported-browser-features by Bartosz Dziewoński
  • git #5140e053 - resourceloader: Document reasons for forced downgrades to Basic (T283726) (T178356) by Timo Tijhof
  • git #33d542a3 - checkboxShift.js: fix @class documentation by DannyS712
  • git #ee4e1949 - MovePage: don't create a recent change for a redirect (T291677) by Petr Pchelko
  • git #769bdbf0 - docs: Fix nullable documentation for class properties by Umherirrender
  • git #035af05c - build: Add /cache to eslintignore (T291674) by Timo Tijhof
  • git #2d1c35ca - resourceloader: drop some unneeded startup compatibility checks (T290293) by DannyS712
  • git #62181c53 - sql.php: Fix typos by Reedy
  • git #a7c90ecc - Allow skipping $wgMaxImageArea check (T291014) by Kunal Mehta
  • git #eed48e40 - Detect and monitor against multiple Parser invocation during edit requests (T288707) by Cindy Cicalese
  • git #d334de96 - Expand local URLs to absolute URLs in ParserOutput (T263581) by Petr Pchelko
  • git #b7b1ea66 - htmlform: Fix checkmatrix row vertical alignment by Bartosz Dziewoński
  • git #d4d76359 - mediawiki.util: Update addPortletLink to support 'text-wrapper' option (T289163) by bwang
  • git #87e96b99 - Update RELEASE_NOTES with replacements by jdlrobson
  • git #d93f45b0 - Remove deprecated skin methods 3 (T287776) by Ammarpad
  • git #9aab3159 - Fix code example in IDatabase::makeList() documentation by Lucas Werkmeister
  • git #452329b6 - Update composer/semver from 3.5.4 to 3.5.5 by Reedy
  • git #50bb8bfd - Update composer/spdx-licenses from 1.5.4 to 1.5.5 by Reedy
  • git #3ef92057 - Expand set of data returned by SkinTemplate::getTemplateData (T289221) by Ammarpad
  • git #4583cf0e - Remove deprecated skin methods 2 (T287777) by Ammarpad
  • git #28173a23 - Revert "resourceloader: add local variable for mw.loader" by Krinkle
  • git #220932ef - resourceloader: remove `return` from mw.Message constructor by DannyS712
  • git #5b8b5bfb - resourceloader: Move mw.loader.getModuleNames to mediawiki.base by DannyS712
  • git #2432cc2b - Use PageUpdater's fluent interface as in some parts of our codebase by Derick Alangi
  • git #faf2233c - OutputHandler: Omit debug() call for common case (T290776) by Timo Tijhof
  • git #75706c4f - Update doctrine/dbal for PHP >= 7.3 from 3.0.0 to 3.1.2 by Reedy
  • git #ad49bffd - Update doctrine/dbal for PHP < 7.3 from 2.10.4 to 2.13.3 by Reedy
  • git #64a4d6e7 - Fix $wgDisableOutputCompression and $phase checks in OutputHandler (T290776) by Aaron Schulz
  • git #1866aef8 - permissions: Avoid null as init for PermissionManager->usersRights cache by Umherirrender
  • git #3bd39c50 - Remove deprecated skin methods (1) (T287777) by Ammarpad
  • git #1b06034c - Hard deprecate SkinTemplate::getPersonalToolsList() (T291576) by Alexander Vorwerk
  • git #69be37d1 - Hard deprecate Skin::getSkinStylePath (T270754) by Ammarpad
  • git #0eb23b5c - MysqlUpdater: Add updatelog entries for dropDefault by Reedy
  • git #40899992 - HTMLTitleTextField: Remove B&C code (T288181) by Martin Urbanec
  • git #db490267 - ActivityUpdateJob: accept PageReference (T291531) by DannyS712
  • git #20aa78f2 - Drop deprecated BeforeResetNotificationTimestamp hook (T271715) by DannyS712
  • git #e27cb5e4 - API: Fix null docs in ApiBase by Umherirrender
  • git #adfa1686 - Update block option heading text to match design (T280719) by STran
  • git #c0f64981 - UndeletePage cleanup, part 1 (T290021) by Daimona Eaytoy
  • git #beadd445 - Move code from PageArchive to a new UndeletePage command (T290021) by Daimona Eaytoy
  • git #6f4b4eb3 - Hiding fallback button depends on HTML order (T291272) by jdlrobson
  • git #5427978d - Use mw.Title for capitalizing and drop wgCapitalizeUploads by Fomafix
  • git #d1989b85 - Chinese Conversion Table Update 2021-2 by Chiefwei
  • git #0ef73ec1 - Move some methods from FileDeleteForm to a subclass of DeleteAction (T288282) by Daimona Eaytoy

Vendor

[edit]

Extensions

[edit]

AbuseFilter

[edit]
  • git #632b39f8 - Stop requiring the Skin interface in AbuseFilterChangesList by Matěj Suchánek
  • git #026f8a44 - Make mysql/patch-remove-afl_filter.sql valid SQL by Reedy
  • git #020f8a09 - Remove leftovers of AbuseFilterAflFilterMigrationStage by Daimona Eaytoy
  • git #e8471a71 - Add method to properly check visibility of AbuseLog entries (T261532) by Daimona Eaytoy
  • git #dae374ae - Remove afl_filter entirely (T220791) by Daimona Eaytoy
  • git #b2dc2c4d - Refactor ParserStatus by Daimona Eaytoy

AdvancedSearch

[edit]
  • git #f8ef7ecc - Consistent code formatting with empty lines by Thiemo Kreuz

ArticlePlaceholder

[edit]

CentralAuth

[edit]
  • git #866c060b - Replace usage of deprecated SkinTemplate::getPersonalToolsList() (T291576) by Alexander Vorwerk
  • git #b273a25a - Enable codesniffer ExtendClassUsage.FunctionVarUsage rule by Alexander Vorwerk
  • git #eb36f433 - Avoid $wgUser deprecation warnings (T291515) by DannyS712

CentralNotice

[edit]

ChessBrowser

[edit]

Cite

[edit]
  • git #8902cea8 - Use .containsValuableData() method from transclusion model by Thiemo Kreuz

Cognate

[edit]

Collection

[edit]
  • git #3c049680 - Api: Introduce the `collection-renamechapter` api module by Derick Alangi
  • git #8a59bad1 - Api: Introduce `collection-addchapter` api module by Derick Alangi
  • git #57972d22 - Api: Introduce the `collection-addcategory` API module (T291399) by Derick Alangi
  • git #fc40116b - Api: Introduce module to remove an article from a user's collection (T291399) by Derick Alangi
  • git #d9c46c5c - Introduce api action module to replace onAjaxCollectionSetTitles (T291398) by TChin
  • git #4354ab3e - Api: Introduce module to add an article to a user's collection (T291399) by Derick Alangi
  • git #a185e6f1 - Api: Introduce the `collection-list` API module (T291399) by Derick Alangi

CommonsMetadata

[edit]

ContentTranslation

[edit]
  • git #2e64391c - CX Skin: Fix missing icons in toolbar (T291824) by Santhosh Thottingal
  • git #1ef6cb66 - CX3 Build 0.1.0+20210927 by Santhosh Thottingal
  • git #dfc198ac - SX getSubSectionNodes: Fix issue when references are unresolved by NikG
  • git #4b6b04b6 - Merge two dependencies into mw.cx.init.Translation (T290431) by DannyS712
  • git #fbf5dd56 - Merge mw.cx.visualEditor.* modules into mw.cx.visualEditor (T290431) by DannyS712
  • git #21e9c42c - CXTranslationList: Refactor to use composition api by NikG
  • git #77962d3f - SX: Add wgSectionTranslationTargetLanguages config as state variable by NikG
  • git #ba1bebaa - SX: Update dependencies (T271918) by Santhosh Thottingal
  • git #e079164d - Remove Resource loader module mw.cx.ui.PublishSettingsWidget (T290431) by Santhosh Thottingal
  • git #d3d39b11 - Mobile Frontend Language search entry point: Redirect to target wiki (T286645) by Santhosh Thottingal
  • git #88fe2674 - Merge some widget ResourceLoader modules into their only users (T290431) by DannyS712
  • git #03043b77 - SX: Add lang and dir attributes to Editor view (T271918) by Santhosh Thottingal
  • git #1ad130e7 - SX: Add redirection to target wiki on target language change (T291552) by NikG
  • git #de9c879c - SXArticleLanguageSelector: Refactor to use composition api by NikG
  • git #9152ecea - SX: Add lang and dir to proposed translation content container (T271918) by Santhosh Thottingal
  • git #617d0680 - SX ProposedTranslationCard: Use composition API by Santhosh Thottingal
  • git #502af286 - SX Language selector: Handle search inputs using debounce by Santhosh Thottingal
  • git #5ec50c48 - SX Language selector: Confine the scrolling to search results by Santhosh Thottingal
  • git #f49cde32 - SX: Provide lang and dir attributes for content compare screen elements (T271918) by Santhosh Thottingal
  • git #9e0e82fb - SX: Avoid icon size overrides from mw-ui-icon from mw core by Santhosh Thottingal
  • git #4155f3ba - SX: Use v-model to use language selector, update tests by Santhosh Thottingal
  • git #b3ae7fda - SX MWDialog: Use composition API by Santhosh Thottingal
  • git #3e559ed1 - siteMapper.getCXUrl: Add page and targettitle params only if not null by NikG
  • git #c41081f3 - SX Remove LanguageSearchEntrypointTargetLanguages config parameter (T290302) by NikG
  • git #58ce66ab - SX: Update SectionTranslationTargetLanguage parameter to accept array (T290302) by NikG

DiscussionTools

[edit]
  • git #c1f46688 - Change CommentParser and ImmutableRange to use offsets in codepoints instead of bytes by Bartosz Dziewoński
  • git #b73f4b1a - Replace usage of deprecated PageProps::getInstance() (T289544) by Alexander Vorwerk
  • git #0bf4a6ca - Use MediaWiki's new section edit summary if the user didn't modify it (T275178) by Bartosz Dziewoński
  • git #b6c8de03 - Change the "Watch this page" label to distinguish it from topic subscriptions (T290712) by Bartosz Dziewoński
  • git #435b0c65 - Enhance Echo user talk edit and mention notifications (T281590) (T253082) by Bartosz Dziewoński
  • git #0ae97ef5 - Deduplicate logic for subscribable headings by Bartosz Dziewoński
  • git #9819df32 - CommentParser: Remove outdated legacy ID algorithm by Bartosz Dziewoński

Echo

[edit]

FlaggedRevs

[edit]

Flow

[edit]
  • git #fddd7d26 - Avoid non-namespaced aliases for Wikimedia\Rdbms namespace by Umherirrender

GeoData

[edit]

GlobalUsage

[edit]

GlobalUserPage

[edit]

GrowthExperiments

[edit]
  • git #b415fbd5 - Cast unix timestamps to int to make type clear for static analyzer by Umherirrender
  • git #080028f4 - updateMenteeData: Fix a typo (T291836) by Martin Urbanec
  • git #e8ffeb76 - Add a link: support swipe navigation in mobile link inspector (T290316) by MewOphaswongse
  • git #742684c1 - updateMenteeData: Do not calculate last edit timestamp twice (T290609) by Martin Urbanec
  • git #86c973db - Use false for context args of Status::getWikitext by Umherirrender
  • git #e76af168 - Fix use of Message::numParams by Umherirrender
  • git #8aa1ec33 - Add Image: Insert image into document (T290785) by Gergő Tisza
  • git #d49ff2dd - Add an image: Save placeholder by Gergő Tisza
  • git #89d65deb - Add rejection dialog (T290046) by Gergő Tisza
  • git #6f0a8030 - Make createRecommendation retrun compatible with parent class by Kosta Harlan
  • git #528004fa - Simplify recommendation provider error handling by Gergő Tisza
  • git #d5f30272 - Add return types for maybeOverridePreferredEditorWithVE, userPrefersSourceEditor, userHasDisabledVe by MewOphaswongse
  • git #0421668e - Suggested Edits: Update editor preference for tasks that shouldn't open the editor by default (T291020) by MewOphaswongse
  • git #6b754eb9 - refreshLinkRecommendations: Check if submission already exists (T291253) by Kosta Harlan
  • git #736d579c - SpecialEditGrowthConfig: Add a sentence about the banner module (T283622) by Martin Urbanec
  • git #51eedfd9 - updateMenteeData.php: Decrease number of write queries made (T291658) by Martin Urbanec
  • git #5c685adb - Fix a typo in a message by Amir E. Aharoni
  • git #7292e172 - Foward metadata errors in ServiceImageRecommendationProvider (T290911) by Gergő Tisza
  • git #fb31d59b - Add an image: show suggestion-specific content in image inspector (T290911) by MewOphaswongse
  • git #e7914e47 - NewcomerTasks: Excluded templates / categories per task type (T289216) by Kosta Harlan
  • git #e31672f5 - Post-edit Panel: Set task.pageviews to null rather than undefined (T291510) by MewOphaswongse
  • git #b5765e5f - selenium: Wait for saveOption promise to resolve (T291450) by Kosta Harlan
  • git #a8dd9770 - Explicitly pass role to callers of MentorStore's set/get functions (T291327) by Martin Urbanec
  • git #3cdb2555 - Translate mentor dashboard special pages to ar, bn, cs, vi (T290890) by Martin Urbanec

GWToolset

[edit]
  • git #84ae3753 - Support $wgMaxImageArea being false by AntiCompositeNumber

InterwikiSorting

[edit]

JsonConfig

[edit]

MediaSearch

[edit]

MobileApp

[edit]

MobileFrontend

[edit]
  • git #f3559e59 - Improve documentation of nullable types by Umherirrender
  • git #8155d024 - Change null to [] for html attributes on call of Html functions by Umherirrender
  • git #151e3060 - Make sure an IP address is valid (T291519) by Alexander Vorwerk

OATHAuth

[edit]
  • git #72fb9118 - switchTOTPScratchTokensToArray: Don't run a db update unless the row is changed by Reedy

OAuth

[edit]
  • git #ad0286a1 - Change null to [] for html attributes on call of Html functions by Umherirrender

PageAssessments

[edit]

PagedTiffHandler

[edit]
  • git #9acc9b58 - Support $wgMaxImageArea being false by Kunal Mehta

PageImages

[edit]

PageTriage

[edit]

PageViewInfo

[edit]
  • git #ad4c6b46 - build: Disable phan option scalar_implicit_cast by Umherirrender
  • git #5e40d47d - Extract parameter only once in api modules by Umherirrender

PdfHandler

[edit]
  • git #44e2d41b - build: Disable phan option scalar_implicit_cast and make pass by Umherirrender
  • git #85fbb12d - Remove unneeded check for return value of explode by Umherirrender

PropertySuggester

[edit]

QuickSurveys

[edit]
  • git #dbef50c4 - Export wgEnabledQuickSurveys via package files instead of mw.config (T291764) by DannyS712

Quiz

[edit]
  • git #fc2a9ba2 - build: Disable phan option null_casts_as_any_type and make pass by Umherirrender

SecurePoll

[edit]

SubpageSortkey

[edit]

TemplateData

[edit]

TimedMediaHandler

[edit]

timeline

[edit]
  • git #ce3e6779 - Use BoxedCommand for "easytimeline" Shellbox, not default by Kunal Mehta
  • git #6627305b - Migrate to BoxedCommand, copy structure from Score (T289226) by Kunal Mehta

Translate

[edit]
  • git #ad07fa95 - MoveTranslatablePageSpecialPage: Stop extending MovePageForm by Niklas Laxström
  • git #7e386bda - Optimize metadata query on Special:Translate (T204026) by Niklas Laxström
  • git #4bba60f5 - Backports: Preserve order of message keys (T272830) by Niklas Laxström
  • git #a241ca70 - Optimize Special:PageTranslation page list metadata query (T204026) by Niklas Laxström
  • git #e7719871 - TranslateUtils: fix phpcs failures by Niklas Laxström
  • git #090b84a3 - SpecialPageTranslationMovePage: Rename and move to namespace by Abijeet
  • git #e4a5fc60 - moveTranslatablePage: Make moving of sub pages the default by Abijeet
  • git #0c4e224a - TranslateMetadata: log caller info in preloadGroups (T204026) by Niklas Laxström
  • git #0656f70a - PageTranslation: Prevent non-wikitext pages from being marked for translation (T163254) by AntiCompositeNumber

UniversalLanguageSelector

[edit]

VipsScaler

[edit]
  • git #d022fa07 - Only show Special:VipsTest if VipsExposeTestPage is true, default false (T291014) by James D. Forrester

VisualEditor

[edit]
  • git #e6a39d70 - Stop adding $wgSVGMaxSize to JavaScript config variables (T291729) by DannyS712
  • git #ffb7d762 - Move .containsValuableData() method from dialog to model by Thiemo Kreuz
  • git #58f58829 - Implement basic Ctrl+Shift+Up/Down/Del support in new sidebar (T290262) by Thiemo Kreuz
  • git #02c637ad - Sync panels in narrow-view mode (T290975) by Adam Wight
  • git #f68c1e37 - Add @private tags to template dialog related methods by Thiemo Kreuz
  • git #19bb1810 - Rename misleading updateOutlineControlButtons event and handler (T289043) by Thiemo Kreuz
  • git #63d99698 - Rename outline "container" widget by Thiemo Kreuz
  • git #bd7a1b09 - Unhighlight all items when highlighting by Adam Wight
  • git #b94f7e02 - Don't automatically focus the first parameter of each template by Adam Wight
  • git #64c7859c - Prevent scrolling sidebar to heading of subitem by Adam Wight
  • git #41bb9e95 - Don't automatically focus first element by Adam Wight
  • git #91d24bf2 - Document the 3 ways the template dialog can be opened by Thiemo Kreuz
  • git #760ae664 - Give the categories box a highlight on hover by David Lynch
  • git #8125644a - Move data model tests to correct directory (T291062) by Thiemo Kreuz
  • git #ca282311 - Order all messages in extension.json alphabetically by Thiemo Kreuz
  • git #d6aece09 - Disable unwanted auto-scroll feature in template dialog (T289043) (T291381) by Thiemo Kreuz
  • git #129551d8 - Always update mode on replace part (T291365) by WMDE-Fisch
  • git #4ad151c1 - Fix existing templates without TemplateData not showing a link (T290140) by Thiemo Kreuz
  • git #224cc9ab - Consolidate messages about missing/bad templates (T290140) by Thiemo Kreuz
  • git #7d9a61de - Document optional parameter by Adam Wight
  • git #e037f999 - Merge custom "focusin" with "set" event handler (T289043) (T291381) by Thiemo Kreuz
  • git #86583d52 - Toggle the watchlist-expiry dropdown's disabled state (T251348) by Bartosz Dziewoński
  • git #921dabf8 - Make up/down/remove buttons behave sane on …AddParameterPage (T291151) by Thiemo Kreuz

WebAuthn

[edit]
  • git #2e665ed3 - build: Disable phan option null_casts_as_any_type and make pass by Umherirrender

Wikibase

[edit]

WikibaseCirrusSearch

[edit]

WikibaseLexeme

[edit]

WikibaseMediaInfo

[edit]
  • git #2a1327e3 - build: Disable phan option scalar_implicit_cast and make pass by Umherirrender
  • git #f9b0ac4c - build: Disable phan option null_casts_as_any_type and make pass by Umherirrender
  • git #736f8613 - Use SerializableEntityId instead of EntityId (T289125) by tzhelyazkova
  • git #3af0b020 - Re-enable "mark as prominent" in UW (T285579) by Matthias Mullie
  • git #d86d961a - FP: tighten (De)SerializerFactory typings again (T289040) by Thomas Arrow
  • git #30841661 - FP: relax (De)SerializerFactory Typings (T289040) by Thomas Arrow

WikibaseQualityConstraints

[edit]

Wikidata.org

[edit]

WikiEditor

[edit]

WikimediaBadges

[edit]

WikimediaIncubator

[edit]
  • git #f3812b76 - Don't apply title prefix filter in Special:Search for site project (T266624) by Erik Bernhardson

Skins

[edit]

MinervaNeue

[edit]

Vector

[edit]

Misc

[edit]

No changes

[edit]
  • 3D
  • ActiveAbstract
  • AntiSpoof
  • ApiFeatureUsage
  • ArticleCreationWorkflow
  • Babel
  • BetaFeatures
  • BounceHandler
  • Calendar
  • Campaigns
  • Capiunto
  • CategoryTree
  • CharInsert
  • CheckUser
  • CirrusSearch
  • CiteThisPage
  • Citoid
  • CodeEditor
  • CodeMirror
  • CodeReview
  • CologneBlue
  • ConfirmEdit
  • CongressLookup
  • ContactPage
  • CreditsSource
  • Dashiki
  • Disambiguator
  • DismissableSiteNotice
  • DonationInterface
  • DoubleWiki
  • DynamicSidebar
  • Elastica
  • ElectronPdfService
  • EntitySchema
  • EventBus
  • EventLogging
  • EventStreamConfig
  • ExtensionDistributor
  • ExternalGuidance
  • FeaturedFeeds
  • FileExporter
  • FileImporter
  • FundraiserLandingPage
  • FundraisingTranslateWorkflow
  • Gadgets
  • GeoCrumbs
  • GettingStarted
  • GlobalBlocking
  • GlobalCssJs
  • GlobalPreferences
  • GlobalWatchlist
  • GoogleNewsSitemap
  • Graph
  • GuidedTour
  • IPInfo
  • ImageMap
  • InputBox
  • Insider
  • Interwiki
  • Josa
  • Kartographer
  • LabeledSectionTransclusion
  • LandingCheck
  • LdapAuthentication
  • Linter
  • LiquidThreads
  • Listings
  • LocalisationUpdate
  • LoginNotify
  • MachineVision
  • MapSources
  • MassMessage
  • Math
  • MediaModeration
  • Modern
  • MonoBook
  • MultimediaViewer
  • NavigationTiming
  • NearbyPages
  • NewUserMessage
  • Newsletter
  • Nostalgia
  • Nuke
  • OAuthRateLimiter
  • ORES
  • OpenStackManager
  • PageNotice
  • ParserFunctions
  • Poem
  • PoolCounter
  • Popups
  • ProofreadPage
  • RSS
  • ReadingLists
  • RelatedArticles
  • Renameuser
  • RevisionSlider
  • SandboxLink
  • Score
  • Scribunto
  • SearchExtraNS
  • SecureLinkFixer
  • ShortUrl
  • SiteMatrix
  • SpamBlacklist
  • StopForumSpam
  • SubPageList3
  • SyntaxHighlight_GeSHi
  • TemplateSandbox
  • TemplateStyles
  • TemplateWizard
  • TextExtracts
  • Thanks
  • TheWikipediaLibrary
  • Timeless
  • TitleBlacklist
  • TocTree
  • TorBlock
  • TranslationNotifications
  • TrustedXFF
  • TwoColConflict
  • UploadWizard
  • UploadsLink
  • UrlShortener
  • UserMerge
  • VisualEditor/VisualEditor
  • WikiLove
  • WikibaseLexemeCirrusSearch
  • WikidataPageBanner
  • WikimediaApiPortal
  • WikimediaApiPortalOAuth
  • WikimediaEditorTasks
  • WikimediaEvents
  • WikimediaMaintenance
  • WikimediaMessages
  • Wikisource
  • XAnalytics
  • cldr
  • intersection
  • wikihiero

Total changes

[edit]

351 Changes in 59 repos by 67 authors