summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-28Branch commit for wmf/1.38.0-wmf.15wmf/1.38.0-wmf.15trainbranchbot
Change-Id: Ia2631c870952fee3dd5a6ae9c0ae8d259afd2f66
2021-12-27Merge "abstract schema: Remove length attribute for mwtimestamp types"jenkins-bot
2021-12-27Localisation updates from https://translatewiki.net.Translation updater bot
Change-Id: I877833e56a21ab092f6f48f1e702b87d3753f6b8
2021-12-26abstract schema: Remove length attribute for mwtimestamp typesUmherirrender
The length is definied by the type and not needed to repeat on the definition itself in tables.json Change-Id: I6c79612c4bde39c0eba911b7f9e01e13d20a3eb7
2021-12-24Localisation updates from https://translatewiki.net.Translation updater bot
Change-Id: I8b3915f91f964ad17e705cc81876f9a7a97ca3ee
2021-12-24Merge "Consistently order change tags"jenkins-bot
2021-12-24Merge "schema: Make filearchive.fa_id unsigned"jenkins-bot
2021-12-24Consistently order change tagsBartosz Dziewoński
When tags are shown on history pages, recent changes, and so on, they will now be shown in the same order as the result of listDefinedTags(), rather than by their ctd_id (corresponding to the order in which they were first used on a given wiki). This allows extensions using the ListDefinedTags hook to have their tags displayed in a specific order consistently on every wiki. Bug: T272900 Change-Id: I4c85cb840c1fac52f5ab268beee9e6a7fd20b91e
2021-12-23Hiding main page heading should not hide title on diff/history viewsjdlrobson
Now editors can hide the main page by an edit to MediaWiki:mainpage-title When that happens the heading should only hide on the article. Bug: T297019 Bug: T38294 Change-Id: I69512c649be6ed3b3bcd9c5f8b0f7d3258f2f87e
2021-12-23Merge "Pass link in a map"jenkins-bot
2021-12-23Pass link in a mapcicalese
In composer starting at version 2.2.0, Package::setProvides must be called with a map of lowercased package name => Link object rather than an indexed array. Bug: T298261 Change-Id: Ic178c00f588a0ff8e4d5fe74c3d6bfb3ebf9d394
2021-12-23Merge "Add composer releasenotes command"jenkins-bot
2021-12-23Merge "Localisation updates from https://translatewiki.net."Abijeet Patro
2021-12-23Merge "Make Sanitizer::stripAllTags() strip css and js tag contents"jenkins-bot
2021-12-23Merge "ApiSandbox: Show request data as PHP array"jenkins-bot
2021-12-23Localisation updates from https://translatewiki.net.Translation updater bot
Change-Id: I12d0c9b94b11a88d0c45698aa7ab4cfc662038e1
2021-12-23Merge "Re-apply "Work around a Chrome bug with :target selector and ↵jenkins-bot
Special:Preferences tabs""
2021-12-22ApiSandbox: Show request data as PHP arrayEd Sanders
Change-Id: I11aa6037fcc92fd4c1b589f43996b7b2a5b49801
2021-12-22Make Sanitizer::stripAllTags() strip css and js tag contentsDerk-Jan Hartman
We use Sanitizer::stripAllTags primarily to remove formatting from html so that we can use it in places like notifications, emails, search result blurbs etc etc. It is very unlikely we want the raw contents of css and/or js tags anywhere in those places, so lets surpress that content, to make it more readable as template styles are showing up in more and more places. Bug: T228856 Change-Id: I7930361068ddcf3a6c2fdebd0177d142f025b64f
2021-12-22Merge "Add Cape Verdean Creole (kea) to Names.php"jenkins-bot
2021-12-22Merge "ApiSandbox JS: Move var declarations inline"jenkins-bot
2021-12-22ApiSandbox JS: Move var declarations inlineEd Sanders
Change-Id: If44197491539358c1abaab6c292c523c9d1a3853
2021-12-22SearchFormWidget: Minor cleanupReedy
* Minor code simplfication * Remove some unnecessary temporary variables * Fix a couple of typos Change-Id: Ic730064e0704088cd8f204f2ed4313b0162ba02f
2021-12-22Merge "Include skin name in deprecation message"jenkins-bot
2021-12-22Add Cape Verdean Creole (kea) to Names.phpAmir E. Aharoni
Bug: T298182 Change-Id: Ib1b69ae938c750a591dc4d36a1cdd8b4d14e4d9c
2021-12-22Localisation updates from https://translatewiki.net.Translation updater bot
Change-Id: I092f704a2db689ba93f22ae767d7acd83a05fcc0
2021-12-22Merge "UserSelectQueryBuilderTest: Test behavior of hidden()"jenkins-bot
2021-12-21Include skin name in deprecation messagejdlrobson
The deprecation warning shows on all skins which makes it hard to debug. Follow up to d3eda44 Change-Id: I067715df10a0b92665623a798c6c95386822a06e
2021-12-21Merge "rdbms: Remove DatabaseTestHelper::dataSeek()"jenkins-bot
2021-12-21Merge "rdbms: Remove IDatabase::fieldName() method"jenkins-bot
2021-12-21Merge "rdbms: Remove IDatabase::numFields() method"jenkins-bot
2021-12-21Merge "resourceloader: Disable supportsURLLoading() for packaged wiki modules"jenkins-bot
2021-12-21rdbms: Remove DatabaseTestHelper::dataSeek()Amir Sarabadani
Follow up to I1d196172b3f50e1. Change-Id: If034d3256ef7c49ed74bade6a92ec8e6e2b5bd7d
2021-12-21rdbms: Remove IDatabase::fieldName() methodAmir Sarabadani
Deprecated and unused, https://codesearch.wmcloud.org/search/?q=%5CbfieldName%5C(&i=fosho&files=%5C.php&excludeFiles=&repos= Bug: T296960 Bug: T286694 Change-Id: I3c1a1a90a904c9ead03b7158a87f6c4ee005b987
2021-12-21rdbms: Remove IDatabase::numFields() methodAmir Sarabadani
Soft-deprecated since 1.37. Unused https://codesearch.wmcloud.org/search/?q=numFields&i=nope&files=&excludeFiles=&repos= Bug: T286694 Bug: T296960 Change-Id: I722602c8b11dcfc5cab70593876a4fb336e9684a
2021-12-21Update checkbox hack to apply button attributes and functionality to the ↵bwang
checkbox. - Update examples in documentation to be consistent - Add `aria-hidden="true" to the button element to ensure the label isn't read out twice for screenreaders - Replace `aria-controls` attribute with `aria-haspopup` - Deprecate the button param in `updateAriaExpanded` and `bindUpdateAriaExpandedOnInput` - Deprecate `bindToggleOnSpaceEnter` in favor of `bindToggleOnEnter`. - Add updated functionality that binds to the checkbox rather than the button in a backwards compatibile way. Bug: T294164 Change-Id: I16d1dfba1b6d0745afff14f1b79586bb17ecdd69
2021-12-21Merge "Scale image of Filepage to avoid overflow on narrow screens"jenkins-bot
2021-12-21Merge "Add Northern Thai to Names.php"jenkins-bot
2021-12-21Merge "Synchronise watchstars and create new client hook ↵jenkins-bot
'wikipage.watchlistChange'"
2021-12-21resourceloader: Disable supportsURLLoading() for packaged wiki modulesSiddharth VP
Packaged modules don't support URL-loading. It leads to two mw.loader.implement() calls with the same module name, giving an exception. A similar override of supportsURLLoading() is already being done in ResourceLoaderFileModule. Bug: T198758 Change-Id: Id4589a597ccfc4266b3e63d10f75b146aa7a287a
2021-12-21Merge "Replace usages of deprecated wfWikiID()"jenkins-bot
2021-12-21Update wikimedia/assert from 0.5.0 to 0.5.1James D. Forrester
All libraries and extensions require ^0.5.0 so this should Just Work™. Bug: T287972 Depends-On: I38ff3873df866cd896c9028dc6277ac7aac8a932 Change-Id: I0689e447d7b603a347869aa442a58602f45b2647
2021-12-21Add Northern Thai to Names.phpAmir E. Aharoni
Namespaces and configuration choinces by User:Noktonissian: https://translatewiki.net/wiki/Thread:User_talk:Noktonissian/Namespaces Bug: T298075 Change-Id: If9fc2ecca68b8a2623e92666a4c49744444030e0
2021-12-21Language: Remove unused, deprecated class members & constantsDerick Alangi
Change-Id: I57c2cacd0211cf0548e45d8a0c43dd7d47a7b2d4
2021-12-21Merge "Hard deprecate QuickTemplate template key"jenkins-bot
2021-12-21Localisation updates from https://translatewiki.net.Translation updater bot
Change-Id: I662b41244d2967b0e912b244fb5868206ad0299a
2021-12-21Replace usages of deprecated wfWikiID()Alexander Vorwerk
The global function wfWikiID() is deprecated since 1.35 and it's usages should be replaced with WikiMap::getCurrentWikiId(). Bug: T298059 Change-Id: I22d96b7aec17323d15a9bc401d4511ad2ee14165
2021-12-20Merge "Reorder constructor params to UndeletePage"jenkins-bot
2021-12-20HTMLFormField: fix merging of condState attributesDaimona Eaytoy
Array addition in PHP does not renumber keys, so it can't be used to get the union of two lists. Bug: T297975 Change-Id: Ic9932b23e32c704b14fc9fe234c35a48b59767c5
2021-12-20Merge "Fix the json schema and the extension processor for Parsoid extension ↵jenkins-bot
modules"