Commit graph

6520 commits

Author SHA1 Message Date
Translation updater bot f006d91f75 Localisation updates from https://translatewiki.net.
Change-Id: If0a67ae5f73743eac76e302d7836f19fdc3b0ee0
2023-01-24 07:14:33 +01:00
Translation updater bot d4694707f8 Localisation updates from https://translatewiki.net.
Change-Id: Ie15a0dbfc9c518c34f30117998b11cce1a179180
2023-01-17 07:07:28 +01:00
Translation updater bot 14f34aaf68 Localisation updates from https://translatewiki.net.
Change-Id: I985693d85837c83d2b7eb0ddef79652095e61b62
2023-01-10 07:43:39 +01:00
Translation updater bot 5a04caf5f7 Localisation updates from https://translatewiki.net.
Change-Id: I833dd96da910a743988acc3e4caf1b8752df4b41
2023-01-03 07:45:00 +01:00
Translation updater bot d19b1ab136 Localisation updates from https://translatewiki.net.
Change-Id: Ib1e2ed87c02d0b93738f8168e300db2813d07625
2022-12-27 07:09:26 +01:00
Reedy e670bb76c9 patch-echo_push_subscription-add-column-eps_topic.sql: Add table prefix
Bug: T322143
Change-Id: I38f465a3e1ab8059beb94fc85ffe1729379d5b7a
Follows-Up: I0759b82ad91849880c784e412e04dd53f26df6a2
(cherry picked from commit 1baec7712a)
2022-12-20 16:11:56 +00:00
Umherirrender 8f0ec57ddd schema: Run cleanup updates for echo_push_subscription separately
The addition of the foreign key echo_push_subscription_ibfk_2
in 4abfbd3 did not affected already existing installs,
because the updater part was missing.
The addition of a foreign key also creates an index under mysql,
which is also not part of older installs and needs to be created.
Also the new field eps_topic from c188dac is missing and now added.
The new index echo_push_subscription_token from 3513c64 is added.

The drop patch set d35c502 assumes that the foreign key exists,
now every step of the update is running separately to avoid one failing
update to skip the remaing update steps.
This avoid issues on wikis installed before REL1_35 and updated with the
patches from REL1_36

Bug: T322143
Change-Id: I0759b82ad91849880c784e412e04dd53f26df6a2
(cherry picked from commit fcc46964c1)
2022-12-20 09:36:08 +00:00
Translation updater bot 65786cd308 Localisation updates from https://translatewiki.net.
Change-Id: I66ae28104eea53d0c67c3c5d9ee4b4e64ab45388
2022-12-20 07:55:21 +01:00
Translation updater bot a0dde9b1bc Localisation updates from https://translatewiki.net.
Change-Id: Ia4f443c2d195ff841e71cf745be6a8362807f705
2022-12-13 07:28:02 +01:00
Translation updater bot facd0e6abb Localisation updates from https://translatewiki.net.
Change-Id: I3fc14306240fca9bd4155a601b8135e2ff8f1217
2022-12-08 07:40:50 +01:00
libraryupgrader 540ca10f1d build: Updating npm dependencies
* mocha: 9.2.1 → 9.2.2
  * https://github.com/advisories/GHSA-f8q6-p94x-37v3
* recursive-readdir: 2.2.2 → 2.2.3
  * https://github.com/advisories/GHSA-f8q6-p94x-37v3

Change-Id: Ia4f9c94605ece10662ba6c0f40cfa80d23533e12
2022-12-04 06:03:56 +00:00
Translation updater bot a7e01af3dc Localisation updates from https://translatewiki.net.
Change-Id: Ia3d3e9e175f7ae5f97a0eaaf7b6984b661771571
2022-12-01 07:18:51 +01:00
Translation updater bot d3202be513 Localisation updates from https://translatewiki.net.
Change-Id: Ieda0996cb136bd5d27bd9f18d1a5e208c6d7e514
2022-11-24 07:07:38 +01:00
Translation updater bot b9d831839c Localisation updates from https://translatewiki.net.
Change-Id: Id9d33cea28462af537a46ce232875e2438c66133
2022-11-17 07:17:40 +01:00
Translation updater bot cec25ea8f1 Localisation updates from https://translatewiki.net.
Change-Id: I125dea8bd992dcf79058e16f2f70c072723287fd
2022-11-10 07:19:48 +01:00
thiemowmde 3f315881b2 Fix PHP 8.1 compatibility issue in ForeignNotifications
Passing null to functions that expect a string is no longer allowed.
Here in this code it can apparently only happen in test scenarios.
That's why I use a very minimal workround that still calls the same
code. The lookup will return an empty string and trigger the expected
code path below.

Bug: T311448
Change-Id: If04924a22b82ae29b8f9327668e8965d6d2a490d
(cherry picked from commit 9ab1d92c9c)
2022-11-08 20:57:37 +00:00
Translation updater bot 3f652a39c4 Localisation updates from https://translatewiki.net.
Change-Id: Ifbb8ed2f4ee6a37f3866ecb7ac0332eee329ea37
2022-11-03 07:18:15 +01:00
Translation updater bot fdbc2cafdc Localisation updates from https://translatewiki.net.
Change-Id: I25cdb157474fb30ed48005a2223f43eaadb1b5ed
2022-10-27 08:00:45 +02:00
Translation updater bot 74a7a6bf2f Localisation updates from https://translatewiki.net.
Change-Id: I10695835f1819863f3113a2c1816ee9b1fb71f06
2022-10-20 07:34:58 +02:00
Translation updater bot 78d4cbd9f4 Localisation updates from https://translatewiki.net.
Change-Id: I887d0bbd5c30fe6f22108549f400de46c3a4ae13
2022-10-13 07:21:46 +02:00
Translation updater bot 93372f2bd2 Localisation updates from https://translatewiki.net.
Change-Id: I3add0d73b64ad373c68f14acdc641d3685ea4492
2022-10-06 07:11:32 +02:00
Brian Wolff 8bb1fac8a0 Tests: More complete mock to prevent php 8.1 warning
fixes:
ContainmentSetTest::testCachedListInnerListIsOnlyCalledOnce
strtr(): Passing null to parameter #1 ($string) of type string is deprecated

Change-Id: I9bb916383eda1176a2d56c06770a60c28431dfda
(cherry picked from commit dbe112dfa8)
2022-10-04 14:33:07 +00:00
Translation updater bot 90514f1da0 Localisation updates from https://translatewiki.net.
Change-Id: Ie760acccb2cdd8b265bbc1f311071049c02073d5
2022-09-29 07:12:34 +02:00
Translation updater bot d5de9311f3 Localisation updates from https://translatewiki.net.
Change-Id: I968263a7f10bd7495f0c380fa0689b563e0f6344
2022-09-22 16:17:19 +02:00
Translation updater bot b681c7b1df Localisation updates from https://translatewiki.net.
Change-Id: I9378035b50434b8139b9ecb6168f163c24214814
2022-09-05 10:10:37 +02:00
jenkins-bot 14cd497069 Merge "extension.json: Make mention-success a message notification" 2022-09-02 10:03:46 +00:00
Translation updater bot 96c83dc8c5 Localisation updates from https://translatewiki.net.
Change-Id: I3e98d6e2aba2282402e07d55dd0a2d2c27bf2544
2022-09-01 09:33:39 +02:00
Translation updater bot d67fcefdf0 Localisation updates from https://translatewiki.net.
Change-Id: I261b102b1aa5fa80676fc54d21551143f54a612e
2022-08-30 09:29:47 +02:00
Translation updater bot 91664c9d20 Localisation updates from https://translatewiki.net.
Change-Id: Ic21469e133e8a477045f6a98c87c7b880dca69b4
2022-08-29 09:13:56 +02:00
Translation updater bot b08e487422 Localisation updates from https://translatewiki.net.
Change-Id: I78c7fc0d9b9d9dcaf296ed1bd569e2ea47918b3e
2022-08-26 08:22:41 +02:00
jenkins-bot f6f1968429 Merge "Echo mobile: add CSS media query class - bug fix" 2022-08-25 15:07:02 +00:00
jenkins-bot 45569a6379 Merge "Fix notification dynamic actions outside of the dropdown" 2022-08-25 14:59:44 +00:00
jenkins-bot 490c53bac7 Merge "Standardize dynamic action notification styling" 2022-08-25 14:59:32 +00:00
Translation updater bot bcd9d448b0 Localisation updates from https://translatewiki.net.
Change-Id: Ieac12a5f9b5285c7f57dc257a0ae52cc129a2397
2022-08-25 08:26:10 +02:00
Translation updater bot 2d516f352d Localisation updates from https://translatewiki.net.
Change-Id: I91a14e4ec3ac87b2a92f15a3e60987c073225097
2022-08-24 08:24:22 +02:00
jenkins-bot 691c79072b Merge "WatchlistChange: Include namespace in presentation" 2022-08-24 05:38:27 +00:00
Bartosz Dziewoński 54c27e5763 Fix notification dynamic actions outside of the dropdown
* Event handler was not registered for the non-dropdown version
* Clicks would be handled by both the action and by the default link

Also remove returning false to prevent default and stop propagation,
this is not supported by OOUI events and did nothing. Handling a
'click' event always returns false to jQuery (so this was not needed),
handling 'choose' event never does (hence my other fix was needed).

Change-Id: Ia8a21749a8edc20f34b2a3e445278ea6922b9109
2022-08-24 00:28:54 +02:00
Bartosz Dziewoński 84843d3619 Standardize dynamic action notification styling
* Remove custom light grey color on the body, on mobile the
  notifications are shown on dark grey background, making them
  unreadable
* Remove increased font size for the title, it looks weird,
  particularly on mobile

Change-Id: I08651d2eab19904c19072f186cd2a96fb44e93ec
2022-08-23 23:42:48 +02:00
Translation updater bot 2edc60a8f1 Localisation updates from https://translatewiki.net.
Change-Id: Ib6bf0c0ad373f3cb9c1e7ccf399095eb9196cfe1
2022-08-22 08:22:44 +02:00
jenkins-bot d8df7743ae Merge "Simplify linking to fragments of Special:Preferences" 2022-08-22 00:13:55 +00:00
Translation updater bot a39c6cc203 Localisation updates from https://translatewiki.net.
Change-Id: Idea3c71c24db1686b0bb93deb709317799e8b4fb
2022-08-19 08:29:25 +02:00
Translation updater bot dd1f6d0629 Localisation updates from https://translatewiki.net.
Change-Id: I025d2ad22cc1bf8c656e075ed226356190c598f1
2022-08-17 08:24:16 +02:00
essexigyan 0659331111 Echo mobile: add CSS media query class - bug fix
Bug: T280839
Change-Id: Id2b26aab650fbb48c9fe8310e96dae12b354849e
2022-08-17 00:33:47 +00:00
Translation updater bot 73aba17518 Localisation updates from https://translatewiki.net.
Change-Id: I7f6ae74c5504f745f6cf38ef9f40a529f888c81e
2022-08-16 08:34:14 +02:00
Translation updater bot ed638b5c9b Localisation updates from https://translatewiki.net.
Change-Id: I4f8b59366b11492c7da2ed8f54676b5fb5aee3ab
2022-08-15 08:26:11 +02:00
samtar 985d9bb7a0 extension.json: Make mention-success a message notification
Set `mention-success` to a `message` type Echo notification, by
setting `section` to `message` in extension.json

Bug: T314695
Change-Id: Ic860f5db61acb5d64e7b451c5ec198ea39bfe534
2022-08-12 14:52:24 +00:00
Translation updater bot 2b225b0381 Localisation updates from https://translatewiki.net.
Change-Id: Ic6328d264d56b2c6f8a6626dbe9ffe14a7c54985
2022-08-12 08:43:02 +02:00
Translation updater bot 121b9ce0d8 Localisation updates from https://translatewiki.net.
Change-Id: I6e0cb310e2273ded76a7023a0669fbc617c4d666
2022-08-11 08:50:26 +02:00
jenkins-bot fa445d3271 Merge "schema: Remove IF EXISTS from DROP FOREIGN KEY" 2022-08-11 03:56:25 +00:00
Translation updater bot 7359ecd86e Localisation updates from https://translatewiki.net.
Change-Id: Ief870ae734721a270732e53a15f8d04b68995658
2022-08-10 08:23:20 +02:00