Translation updater bot
252b41de79
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie414f6d9506a5de628a0e75a1e924dd719a2fc53
2022-01-25 08:34:31 +01:00
jenkins-bot
e4b73894b8
Merge "Update typescript to latest (v4.5.5)"
2022-01-25 02:19:31 +00:00
Jon Robson
b1cdf4acae
Opt in link should be different in migration mode
...
In migration mode the control for opting out is different
Bug: T299927
Change-Id: Ie824c9051c929641e5ebab7a7b4a062e469ed6a0
2022-01-25 00:54:51 +00:00
Nicholas Ray
76eb7caa2f
Update typescript to latest (v4.5.5)
...
Vector's tsc version is currently reporting errors that the latest
typescript version doesn't report and vice versa. Upgrade to the latest
version to avoid these discrepancies.
Additionally:
Fix tsc errors that are now reported by updated version
Bug: T297614
Change-Id: I0eb67bcc1a5ce214fcf2d6f6433a5de3a845b6a6
2022-01-24 16:35:45 -07:00
Jon Robson
435c903523
Fix bug in SkinVersionLookup
...
Bug: T299971
Change-Id: Icd8874315bf3c5846b00e8c34eb1a739c4a0feba
2022-01-24 13:34:06 -08:00
Translation updater bot
26835ad0ce
Localisation updates from https://translatewiki.net .
...
Change-Id: I4386c70c08b9ed4f024a065280460c0878612257
2022-01-24 08:29:35 +01:00
jenkins-bot
92e5d4fd46
Merge "Avoid escaping TOC section titles"
2022-01-21 16:30:47 +00:00
Translation updater bot
c75bbde795
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie10210c79628b683d1963b90db6f143e3c3c423e
2022-01-21 08:15:44 +01:00
jenkins-bot
efb6b4d152
Merge "Respect useskin when operating in MigrationMode"
2022-01-20 22:20:33 +00:00
bwang
3abd70392b
Avoid escaping TOC section titles
...
Change-Id: I81f92627642c20d0770b2bc3223e056fc646365a
2022-01-20 12:31:11 -06:00
jenkins-bot
555db12047
Merge "Use 'toc' skin option and render with new TableOfContents mustache template"
2022-01-20 18:09:34 +00:00
Jon Robson
6cd9cc5be0
Do not try to make watchlist collapsible on wikis where watchlist is disabled
...
Bug: T299671
Change-Id: I9b44401ad753881ca986157dc06bb4402edc1017
2022-01-20 09:42:58 -08:00
jenkins-bot
bb3fae5adb
Merge "Ensure sticky header ULS menu appears in default location right underneath the button"
2022-01-20 16:27:59 +00:00
Translation updater bot
9d8a36731b
Localisation updates from https://translatewiki.net .
...
Change-Id: I84b6ee222b2b472028199eb32efefdc7977da1e9
2022-01-20 09:20:25 +01:00
Jon Robson
94bab9f45f
Respect useskin when operating in MigrationMode
...
Bug: T299171
Change-Id: I7c183949c358a5eb07c273044f63ac6474a62ad2
2022-01-19 22:33:28 +00:00
bwang
8a957c0163
Use 'toc' skin option and render with new TableOfContents mustache template
...
Bug: T297611
Change-Id: I8332f7b9c9574d8dece4f7111b299b95533cf386
2022-01-19 14:38:51 -06:00
bwang
c761aa2067
Ensure sticky header ULS menu appears in default location right underneath the button
...
Bug: T298835
Change-Id: I2e061d87ccdc95e052d84ab8ba8a6d041801f184
2022-01-19 19:37:25 +00:00
Jon Robson
1149d3d611
Drop watchlist in user menu feature flag
...
Working correctly. No longer needed.
Additional change:
* add tooltip to menu
Depends-On: I418ce75bda8015520d1f1742ddcdfefbc8b9a162
Bug: T289619
Change-Id: I42f21ca8836e5042d07102e1516ca386478dfabc
2022-01-19 16:10:32 +00:00
Translation updater bot
3b034ff49f
Localisation updates from https://translatewiki.net .
...
Change-Id: I54d67ab88317d1a10c25cc3392c516f5582df303
2022-01-19 08:25:32 +01:00
Jon Robson
37ee126a85
Restore icons to user links dropdown
...
Follow up to
I62562969a00eb96c83af4519e0e34e4a77ed8b19
Bug: T289619
Change-Id: I88a2d4af97227bb69dc9a11ea7ceac54895d2376
2022-01-18 11:14:44 -08:00
Translation updater bot
593cf2c2a3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibcda721ba3256d9a6379bdc501587c7d1c697b20
2022-01-18 08:12:36 +01:00
Jon Robson
55bcce3cc0
Don't run Vector hook when menu absent from page
...
While editing I was seeing a fatal due to this error being null
Err on side of caution and check for existence of menu
Follow up to I8309492881142d47eec4da5cc4aa5c6febbd1b35
Bug: T289619
Bug: T299352
Change-Id: I62562969a00eb96c83af4519e0e34e4a77ed8b19
2022-01-18 02:05:37 +00:00
jenkins-bot
863cdc34bf
Merge "Use field name for the hide-if statement"
2022-01-17 20:10:04 +00:00
Translation updater bot
688af2c851
Localisation updates from https://translatewiki.net .
...
Change-Id: I91657d3db1ccaf13eea6e7fec481343e87f90ebe
2022-01-17 08:15:25 +01:00
Func
0bd3a30343
Use field name for the hide-if statement
...
Field name without 'wp' prefix (which is used as the key in html descriptor) is required.
After I58f9df384df8ecc5ebae8cac68ec2251351bc984, values of fields that are supposed to be disabled would be loaded from default, use a miss-matched field name would be treated as disabled.
It works in UI now, but it's not a good idea to strip the 'wp' prefix on the server-side.
Bug: T298819
Change-Id: If98368ad400986afaef3187867f201044ebf0efb
2022-01-17 03:24:10 +00:00
jenkins-bot
7368a7d6e1
Merge "Add watchlist icon to Vector"
2022-01-14 17:19:43 +00:00
Ed Sanders
da1fb74554
Sticky header: Wait for some repainting to happen after VE teardown
...
Waiting for one animation frame seems to make the sticky header
re-appear consistently.
Bug: T299114
Change-Id: Ie1230bf861f12e4e18a6adb0f6779c199d6954a1
2022-01-14 14:41:36 +00:00
Jon Robson
dc6d020410
Add watchlist icon to Vector
...
Depends-On: I5b1af082503fe22ec6049784fc43b324534c5b95
Bug: T289619
Change-Id: Idda8c49fe2833f3a64d7cc6d6db91bb6c3cde07e
2022-01-14 01:25:11 +00:00
Jon Robson
591e1d296c
[Refactor] simplify watchlist link generation and adopt new icon
...
Bug: T289619
Change-Id: I8309492881142d47eec4da5cc4aa5c6febbd1b35
2022-01-14 00:26:10 +00:00
Nicholas Ray
699579e646
Add clarifying comment for why scroll padding is applied to html tag.
...
Change-Id: I9f4b44536b1e8aace41c8699a0d1946a54aa0bfe
2022-01-13 11:59:59 -07:00
jenkins-bot
467283247c
Merge "Cleanup: Only need to import one variable file"
2022-01-13 17:06:23 +00:00
Translation updater bot
e05460d1b2
Localisation updates from https://translatewiki.net .
...
Change-Id: I83e653836c833a78498122d3397aabdc681afe62
2022-01-13 08:28:41 +01:00
jdlrobson
f7e6e044dd
Use configuration to skip vector-2022 skin
...
This allows us to manage changes going forward in configuration
Depends-On: If50fedaccf959f7ae74c86caf81555ef4f46abd1
Bug: T298923
Change-Id: I09e2b417b496678db0841354e90fdaf6237eb226
2022-01-12 22:32:13 +00:00
Jon Robson
5a0932835a
Cleanup: Only need to import one variable file
...
Change-Id: I120a66ec7013d249e8c42e6e631ae568effaa925
2022-01-12 20:58:16 +00:00
jenkins-bot
f6d9e155e0
Merge "SkinLessImportPaths should work on Vector 2022 edition"
2022-01-12 20:55:26 +00:00
Jon Robson
df84ed42d2
SkinLessImportPaths should work on Vector 2022 edition
...
Change-Id: Ib3cf9c8820dc9baf1a2f85752b17e3dba3195f84
2022-01-12 11:38:27 -08:00
Translation updater bot
36981a3610
Localisation updates from https://translatewiki.net .
...
Change-Id: I46903f67df744e09c2a4a64e45d867ad8f9559ac
2022-01-12 08:26:59 +01:00
Clare Ming
f4aafdd263
Update hook to check for new vector skin key.
...
Bug: T298916
Change-Id: I2946b773b8214cb277be61990df46b109a13748c
2022-01-11 16:44:20 -07:00
jenkins-bot
3159664ac7
Merge "Hide language button in sticky header if compact links disabled"
2022-01-11 21:22:02 +00:00
jenkins-bot
68b2bb23d1
Merge "Use .vector-search-box-auto-expand-width class to style intermediate search components"
2022-01-11 19:42:02 +00:00
Translation updater bot
2fa9ac3d66
Localisation updates from https://translatewiki.net .
...
Change-Id: I32d70849993cbbc8ca620af8d409613f5e495f72
2022-01-11 08:24:42 +01:00
Nicholas Ray
72120a36a0
Use .vector-search-box-auto-expand-width class to style intermediate search components
...
Before Vue/WVUI lazy loads, we have intermediate search components that
are rendered on the server and that need to be styled based on the
`autoExpandWidth` prop passed to the search component. This commit
refactors VueEnhancedSearchBox to use this class if present.
Additionaly:
* Cleanup fixmes from Id8d3bd4aa74113b91ecaf66cb58cf5625db8a302
* Replace `vector-search-box-show-thumbnail` class with
`.vector-search-box-auto-expand-width` class in Header.less now that
the class has been cached in the HTML.
Depends-On: Ic914ecaee591008f987bd6d754fda8628125de7b
Bug: T297531
Change-Id: Ia6b7afa990fa4b04578740b483ba21dbef45a016
2022-01-10 23:35:45 +00:00
Jon Robson
cb94cf0ab9
Hide language button in sticky header if compact links disabled
...
Bug: T297579
Change-Id: I8d5294a986d76574284419efc7d384fc954a86c8
2022-01-10 14:42:26 -08:00
jenkins-bot
948f0392c9
Merge "Fix TypeError: document.querySelectorAll(...).forEach is not a function"
2022-01-10 20:59:09 +00:00
Nicholas Ray
d9ef1ad66d
Fix TypeError: document.querySelectorAll(...).forEach is not a function
...
Bug: T298910
Change-Id: Iaa67f36278af7805c5d915737d6b30e98b3f8484
2022-01-10 13:34:01 -07:00
Translation updater bot
f8dd98ad6b
Localisation updates from https://translatewiki.net .
...
Change-Id: I319b5e123f4d4b54da8a836a1f53d5155423d41e
2022-01-10 08:13:31 +01:00
jenkins-bot
25bfcf4d00
Merge "Ensure sticky header language button only shows when there are multiple languages and when ULS is enabled"
2022-01-07 23:42:51 +00:00
bwang
3dda2dda5b
Ensure sticky header language button only shows when there are multiple languages and when ULS is enabled
...
Bug: T298705
Bug: T297579
Change-Id: Iae5db6fd0ec6ae66bb16e8579f14d3e799bf3cbd
2022-01-07 15:42:57 -06:00
jenkins-bot
0488310612
Merge "Restore gadget support to new internal skins"
2022-01-07 20:41:44 +00:00
jenkins-bot
84ed8343c2
Merge "Vector is split into 2 skins"
2022-01-07 20:16:57 +00:00