Translation updater bot
e02b87fe1f
Localisation updates from https://translatewiki.net .
...
Change-Id: Iee6f684d3739b5a9238819f4524e3cead50900ca
2023-01-30 08:33:01 +01:00
Bartosz Dziewoński
7077fedcbd
Enable sticky header on all talk pages
...
Bug: T328133
Change-Id: Ib72d7aa9334bdb67a11dc0220eb731d94f050243
2023-01-27 15:30:55 +00:00
Translation updater bot
c4c79b557a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieee45d816d5871e0511cd236e2600473d3e3e766
2023-01-27 08:39:14 +01:00
jenkins-bot
182e9556bf
Merge "Increase threshold for table of contents collapsing"
2023-01-26 23:42:06 +00:00
jenkins-bot
ec6f497c34
Merge "Print: Hide table of contents and nav menus in print"
2023-01-26 23:02:28 +00:00
Jan Drewniak
1bcd760ecf
Add missing ID param to VectorComponentMenuListItem constructor
...
Bug: T324638
Change-Id: I6aa81f9f9166a23100da8920069235ecba4f7594
2023-01-26 22:08:04 +00:00
Jon Robson
6b064dad9f
Increase threshold for table of contents collapsing
...
Bug: T328045
Change-Id: Ia8824db1f7e98655cb14a7aea4bfb97082f987a4
2023-01-26 08:55:50 -08:00
Jon Robson
2c54053ba7
Print: Hide table of contents and nav menus in print
...
Additional change: use !important to make sure this change
is final.
Bug: T327448
Change-Id: I8bc919bd24bfa21d4a11ba3a2b2ffa55801b698f
2023-01-26 08:37:25 -08:00
Translation updater bot
58b130a29d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifb5636bbd69a95c0e4cbacbd9552448136319af6
2023-01-26 08:56:19 +01:00
jenkins-bot
a327d43984
Merge "Limited width made persistent for anonymous users"
2023-01-25 20:08:24 +00:00
jenkins-bot
57c8e24b35
Merge "Remove VectorComponentTableOfContentsContainer in favor of directly using VectorComponentPinnableContainer,"
2023-01-25 19:38:20 +00:00
Jon Robson
8173c91a4e
Limited width made persistent for anonymous users
...
Depends-On: Ic3b6eec19953932c697ab5bf48c33a4ac1841b07
Bug: T321498
Change-Id: I141a744abe7528203e6e05bf89ea225125319eb4
2023-01-25 17:51:02 +00:00
jenkins-bot
4e0c95b130
Merge "Account for temporary row in grid template row"
2023-01-25 01:08:05 +00:00
jenkins-bot
ebe6154e6c
Merge "Moves feature classes from BODY element to HTML element"
2023-01-25 00:43:35 +00:00
bwang
a4f0fef502
Account for temporary row in grid template row
...
Bug: T327714
Change-Id: I8e68a0c562a3972055ce204192e070d5944d455e
2023-01-25 00:38:03 +00:00
Jon Robson
55bb37f2ab
Moves feature classes from BODY element to HTML element
...
Move feature classes to HTML element - this is significant
for anonymous as placing the classes on the body tag breaks
the browser's ability to parse the article concurrently
with the stylesheet download, because inline scripts
are spec'ed to be able to see document.styleSheets.
Changes:
* Feature classes are moved from BODY tag to HTML tag
* For now disable localStorage storage until we've worked out
the storage mechanism in core.
Bug: T321498
Change-Id: Id5afe2c60dc0067e7c74433eda5cd7858f54b0d7
2023-01-24 18:22:13 -06:00
jenkins-bot
807896c16c
Merge "Disable headless puppeteer for a11y testing"
2023-01-24 23:31:20 +00:00
bwang
2f29620a31
Disable headless puppeteer for a11y testing
...
Change-Id: I50c2d9f978e33b0757b9d520bebce606ae7127ca
2023-01-24 16:55:35 -06:00
Jon Robson
93c833030b
Make sticky header edit the default
...
In production this is always true, so remove feature flag.
Retain A/B testing code in case it is still needed.
Bug: T324799
Change-Id: Ia2057eb69d0a8d3e6e51acb5729a4399fb17a18b
2023-01-24 19:48:48 +00:00
bwang
05c6f9ecd4
Define grid template row for .mw-body grid container to ensure the grid cell containing the content will expand in height when needed
...
Bug: T327714
Change-Id: I8f2f9e8a0f6009be5ffa7f9319172169df253180
2023-01-24 11:22:22 -06:00
jenkins-bot
2843a7ebd9
Merge "Add temporary extra grid-area for content translation extension"
2023-01-24 15:55:59 +00:00
Jan Drewniak
f93dbd3c79
Add temporary extra grid-area for content translation extension
...
Adds an extra grid area for content translation
so that it doesn't interfere with the page header
on user contribution pages.
Bug: T327715
Change-Id: I68d2c9dbe50dcdfe1924f29a96b48ab07bcc5f10
2023-01-24 07:38:45 -08:00
jenkins-bot
07faf76311
Merge "Fix grid blowout with limited width turned off"
2023-01-24 14:16:18 +00:00
Translation updater bot
be92006bdc
Localisation updates from https://translatewiki.net .
...
Change-Id: I3148ad02cae7060385a54eac2320d291ddb00ff2
2023-01-24 08:51:58 +01:00
jenkins-bot
a8eaee8d1d
Merge "Work around sticky-positioned layers disabling subpixel rendering"
2023-01-23 21:37:33 +00:00
Bartosz Dziewoński
1d45abb015
Work around sticky-positioned layers disabling subpixel rendering
...
Adding 'contain: paint' to the TOC container works around the issue.
This property is intended to prevent element's rendering from
affecting other elements, so it makes sense that this works.
https://developer.mozilla.org/en-US/docs/Web/CSS/contain
Because this property also clips the rendering of the element to its
bounding box (similar to 'overflow: hidden'), we need to move some
negative margins to this element from its children, otherwise the TOC
expand/collapse arrows would be cut off.
Bug: T327460
Change-Id: I34f414a99608450882e83c0ff22e64c05dff8807
2023-01-23 21:51:40 +01:00
jenkins-bot
1ebe553429
Merge "Change limited-width toggle to appear at 1400px"
2023-01-23 18:29:01 +00:00
jenkins-bot
f25eccaac7
Merge "DI: Make pinnable elements work on Safari 13 and earlier"
2023-01-23 18:12:42 +00:00
Jan Drewniak
40d1a89b42
Change limited-width toggle to appear at 1400px
...
Bug: T326887
Change-Id: I256866f615c8c0f10b29e6135faca6add16ff195
2023-01-23 17:59:13 +00:00
jenkins-bot
9650eae741
Merge "Remove code to disable new search on Wikidata"
2023-01-23 14:25:22 +00:00
jenkins-bot
1946a88e63
Merge "Fix font-size adjustments for narrow width"
2023-01-23 09:45:37 +00:00
Sam Wilson
2f761f3a19
Fix font-size adjustments for narrow width
...
Also change alignment of preview box to the left, to match
reading mode.
Bug: T322385
Bug: T322738
Bug: T323751
Change-Id: Iaee930d9ddc0c4539aad417a80a7c95d590e8099
2023-01-23 09:21:19 +00:00
Derk-Jan Hartman
ff830f201e
DI: Make pinnable elements work on Safari 13 and earlier
...
The pinnable element would cause exceptions on older versions of
Safari during the setup and the ToC menu would show instead of being
pinned and hidden.
Bug: T327602
Change-Id: I99b656d0070d3e9af5641274134736b742c28f58
2023-01-23 09:17:16 +00:00
Translation updater bot
84f8bb15a5
Localisation updates from https://translatewiki.net .
...
Change-Id: I8a6799457b7d4f03451bdaad97910ebaab1f4950
2023-01-23 08:26:46 +01:00
Translation updater bot
2a65dc2bba
Localisation updates from https://translatewiki.net .
...
Change-Id: Icc0c6e4251dfc492112a0e6b844bc7f525347a96
2023-01-20 08:45:29 +01:00
bwang
e703774b6d
Update puppeteer actions for page tools
...
Change-Id: I11a6b779ed9c72c5aa4aaa226c0e7e855dcba437
2023-01-19 22:52:40 +00:00
jenkins-bot
1d1c4e8e2b
Merge "Update displaying DiscussionTools TOC additions after parser changes"
2023-01-19 21:37:07 +00:00
jenkins-bot
01529272cc
Merge "Personal tools accessibility label should not be "Foo""
2023-01-19 17:15:06 +00:00
bwang
68c52a1efa
Fix grid blowout with limited width turned off
...
Bug: T327423
Change-Id: I64f33c88e8fb9f8db87befa393a48c4eaf0a8136
2023-01-19 17:10:45 +00:00
Jon Robson
7b306db912
Personal tools accessibility label should not be "Foo"
...
Change-Id: I49eaae240c7df5f93570d4270bcd1c25403d8eb3
2023-01-19 08:37:41 -08:00
Translation updater bot
3aa1056709
Localisation updates from https://translatewiki.net .
...
Change-Id: I9ee02f4b68aa85e83554fd43d3ad2625b767cbbd
2023-01-19 11:34:59 +01:00
Jon Robson
155bb9a4da
Legacy Vector is not a responsive skin
...
For some reason we are setting this to true when it's not
supposed to be. The recent refactor to complete the splitting of
two skins removed the override inside SkinVectorLegacy
Follow up to eea537394
Bug: T327256
Change-Id: Ie75a506866f4bd099efb26e8043fdcd37803a2da
2023-01-18 17:48:45 +00:00
jenkins-bot
ed404895c1
Merge "Use tabs consistently in .mustache files"
2023-01-18 15:03:17 +00:00
Translation updater bot
51157399c8
Localisation updates from https://translatewiki.net .
...
Change-Id: I11b68ace39cbc17c8091264dbcb5568305a29570
2023-01-18 08:32:33 +01:00
Ed Sanders
7323d6af4e
Use tabs consistently in .mustache files
...
Change-Id: I3874b8a03f8a512a4d31f4c85a030de63cbc3c69
2023-01-17 11:48:34 +00:00
Translation updater bot
26d4db3bf1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia652d24e54332c49bd31cd30a06cf732a1bfcf3a
2023-01-17 08:09:34 +01:00
bwang
128a01bd35
[Clean up] Remove CSS and HTML from cached TOC html
...
Follow-up: I5b9228380f5c4674ef424d33127a5cb4010822da
Change-Id: I2a1167278c5ece9c0540cff9b5c06fcf185bc64d
2023-01-16 17:21:12 -06:00
bwang
0032b7b970
Remove VectorComponentTableOfContentsContainer in favor of directly using VectorComponentPinnableContainer,
...
- Remove all TOC components from markup when TOC isnt available
- Ensure TOC components have a consistent naming convention
Follow-up: Icd871e1bdf4ab0c7aa5b906b913416f4b1747750
Change-Id: I63519b5e5392b9eb546876e7eea060b9a6c147dc
2023-01-16 17:20:03 -06:00
Bartosz Dziewoński
d2e34ce079
Update displaying DiscussionTools TOC additions after parser changes
...
Depends-On: Id59b946f4a3618a75dfaaef8a0043423b768b21c
Bug: T326677
Change-Id: I0f49c9c92d30fbfeefb547ba13312f740d7f5b2d
2023-01-16 19:07:17 +00:00
Moh'd Khier Abualruz
96ff431213
Table of contents Collapse/Expand not working
...
Bug: T327064
Change-Id: Ica3b43d51169d33b01d7203c3672c301e775ec04
2023-01-16 18:06:30 +01:00