Commit graph

290 commits

Author SHA1 Message Date
Translation updater bot 6408fe3a41 Localisation updates from https://translatewiki.net.
Change-Id: Ie3796fb8ba5676d97c7e0f82ff0efa0d30c82e63
2024-01-31 08:28:59 +01:00
Translation updater bot 150736016b Localisation updates from https://translatewiki.net.
Change-Id: Ia9a84ce398a630d8f0c9354e20a99f5b6e83abeb
2024-01-30 09:38:57 +01:00
Translation updater bot 99bae67a4b Localisation updates from https://translatewiki.net.
Change-Id: Ie14b988d0ac50d7eb246f0431b6f3638a04c46bf
2024-01-18 09:25:15 +01:00
Translation updater bot 73bb8f997b Localisation updates from https://translatewiki.net.
Change-Id: I87fc32b3ab8d91f04ac96f4b4df711242c51cc11
2024-01-17 08:37:10 +01:00
Translation updater bot 56db888a0a Localisation updates from https://translatewiki.net.
Change-Id: I1e4c4859d91d453a9908c8a39767e321765c1e0e
2024-01-08 09:15:21 +01:00
Translation updater bot e3e4b57f3f Localisation updates from https://translatewiki.net.
Change-Id: Iee2ecc8f25aa3f92395a2abe70a52303bedb60a5
2023-12-21 19:45:13 +01:00
Translation updater bot 3d3d42478c Localisation updates from https://translatewiki.net.
Change-Id: I8fb6e9aa6783da82b532839d92cf5336c092ff9e
2023-12-18 18:17:04 +01:00
Translation updater bot 64b0b0e259 Localisation updates from https://translatewiki.net.
Change-Id: I3810690deb02b7830618f7975b0c1dfd9ca196c4
2023-12-11 10:43:04 +01:00
Translation updater bot 4e0e32314b Localisation updates from https://translatewiki.net.
Change-Id: I04e6df5d81f53bb6bd7a729f3ba8c83344fcbbc5
2023-12-08 14:45:21 +01:00
Ed Sanders c82783a5b6 Find a heading by title in archives
* Looks for heading IDs matching "h-<heading text>-%" that once
  existed on the target page.
* For such IDs, finds where those items currently exist,
  presumably in an archive.

Pros:
* Doesn't need to know anything about the local wiki's archiving
  conventions, so can be deployed universally.

Cons:
* ID conflicts will return matches in unrelated archives, e.g.
  MassMessages.

Bug: T349653
Change-Id: Ie94efd0503e9f4689d3421babe445f9f4e2b4fb7
2023-12-06 18:39:28 +00:00
Translation updater bot cbf6cd01a2 Localisation updates from https://translatewiki.net.
Change-Id: I7fdabe97707898826985d5e0664bcf8488b6b972
2023-11-20 08:51:17 +01:00
Translation updater bot e628cb0b03 Localisation updates from https://translatewiki.net.
Change-Id: I07ed65b8ffa75f6b25c90ba57ff83720ef05a18d
2023-10-26 11:03:54 +02:00
Translation updater bot f33114c445 Localisation updates from https://translatewiki.net.
Change-Id: If68015456ad1b5ef241d47c15d26d7a6f26c6297
2023-10-23 09:50:33 +02:00
Translation updater bot f01ff88a79 Localisation updates from https://translatewiki.net.
Change-Id: If3e0a39fce3e8020b4ed06ff90996c7092e87051
2023-10-05 09:11:35 +02:00
Translation updater bot 7a1337e430 Localisation updates from https://translatewiki.net.
Change-Id: If6bc6ad58c1a7e527c6bbb000e70148f4d1055e1
2023-09-21 10:15:40 +02:00
Translation updater bot 713932e296 Localisation updates from https://translatewiki.net.
Change-Id: I3a4122506556717de78038b606e1bfc8af1f1b1d
2023-09-19 09:25:22 +02:00
Translation updater bot 080616dffd Localisation updates from https://translatewiki.net.
Change-Id: Ib438fcc78562df548ff03a1c5eb365cc09d9a157
2023-09-18 08:42:57 +02:00
Translation updater bot 16637f4c07 Localisation updates from https://translatewiki.net.
Change-Id: I25c79806705b8d28d07e70a43e254bc01b42db07
2023-09-11 09:03:34 +02:00
Translation updater bot c8cf126e30 Localisation updates from https://translatewiki.net.
Change-Id: I9a353fe8299848dc0fbbdbfda8ca0fa1bbfd48b1
2023-08-28 09:29:58 +02:00
Translation updater bot ac3f4a563a Localisation updates from https://translatewiki.net.
Change-Id: I6d2ca63a38f679dd637c10041d62be0e115cab3e
2023-08-23 08:39:11 +02:00
Translation updater bot 65fdd99dd0 Localisation updates from https://translatewiki.net.
Change-Id: Ic93b600ee1776210910c6a66082af22b599e2d0a
2023-08-21 08:47:38 +02:00
Translation updater bot 3209cf8f18 Localisation updates from https://translatewiki.net.
Change-Id: Id21cc63f57970e8aa997cb4a303c0605f51d190c
2023-08-18 09:08:00 +02:00
Translation updater bot 6d4eb2e87b Localisation updates from https://translatewiki.net.
Change-Id: I9ee45a884b8689a7376bd8d0452b82d4a9ef1659
2023-08-17 12:09:46 +02:00
jenkins-bot d28b11383e Merge "Make ApiDiscussionToolsEdit non-internal, add 'tags'" 2023-08-16 17:00:37 +00:00
Martin Urbanec 16ac49fe61 Make ApiDiscussionToolsEdit non-internal, add 'tags'
What:
Growth wants to use ApiDiscussionToolsEdit to
post questions on behalf of new users (to make use
of the auto-subscribing logic DiscussionTools has).

This seems like a good moment to make the API
non-internal.

What:
* Add support for 'tags' parameter
  (this doesn't actually work w/o the depends-on)
* Add autosubscribe parameter to give more control
  to callers over whether autosubscription is used.
* Remove isInternal()

Bug: T343339
Bug: T333632
Depends-On: I0ac60ca8473fe28461b2da60f9911baac4994388
Change-Id: I39727de40557d2494f4d60bf224490caaedfdee1
2023-08-16 16:52:38 +00:00
Translation updater bot 077cc2c411 Localisation updates from https://translatewiki.net.
Change-Id: I436ba819e55d079c05a1f1c18a07d25fc3b81ff9
2023-08-14 09:17:32 +02:00
Translation updater bot 0ef532149b Localisation updates from https://translatewiki.net.
Change-Id: I1a2eacc8bbc48db3380c85a8d9816cdb9ebe5225
2023-08-07 08:38:14 +02:00
Translation updater bot 7c01abeaa4 Localisation updates from https://translatewiki.net.
Change-Id: If0c4196f6a9301777577b8ac928f9fc96a8fbee7
2023-08-02 09:03:55 +02:00
Translation updater bot a9217efa79 Localisation updates from https://translatewiki.net.
Change-Id: I2395810e3de7b44a0b8da6bdc2787dec48359c48
2023-07-31 08:57:14 +02:00
Translation updater bot cfc804025f Localisation updates from https://translatewiki.net.
Change-Id: I4f54b6fd3eee0aa5027f6ec5e20cc30885e662dc
2023-07-27 10:48:30 +02:00
Translation updater bot 02ec113a21 Localisation updates from https://translatewiki.net.
Change-Id: I9649b8dafd998577e9a4fa69045d8c3884a6e6b9
2023-07-26 10:26:41 +02:00
Translation updater bot 6127fd1859 Localisation updates from https://translatewiki.net.
Change-Id: If8b8406979f4dbe783d4c714a58628c4dee14dc8
2023-07-25 10:42:15 +02:00
Translation updater bot 4c2b39658d Localisation updates from https://translatewiki.net.
Change-Id: I85991fbe999fc75d7ee5117d1a40aba5e1279ee5
2023-07-24 09:37:11 +02:00
Translation updater bot 4e219040ce Localisation updates from https://translatewiki.net.
Change-Id: I0b1cca2bdee85f4768b1ef5266bd44526a14d133
2023-07-17 10:16:56 +02:00
Translation updater bot 4b776e4bcf Localisation updates from https://translatewiki.net.
Change-Id: I09960b7b30bd2a08874a3d64c282e279221a8abf
2023-07-14 09:33:37 +02:00
Translation updater bot f51043c338 Localisation updates from https://translatewiki.net.
Change-Id: I91cd635d16c4f6c81d227c545f6f49988895f262
2023-07-13 10:48:57 +02:00
Translation updater bot 7583ce6ffc Localisation updates from https://translatewiki.net.
Change-Id: I6074995303e3453524bed369c0bd8fd4900fbeed
2023-07-12 08:55:24 +02:00
jenkins-bot 218d3aea38 Merge "Backend changes related to topic subjects in message body" 2023-07-11 15:21:50 +00:00
jenkins-bot 7b147cffbf Merge "ApiDiscussionToolsPageInfo: Allow excluding signatures" 2023-07-11 15:17:02 +00:00
Translation updater bot 02c8844db6 Localisation updates from https://translatewiki.net.
Change-Id: Ib7b9620a37a230b62257d8af7aa566d4edd78eab
2023-07-05 08:29:04 +02:00
Bartosz Dziewoński 14d9652a78 Backend changes related to topic subjects in message body
Our edit API now recognizes topic subjects in the message body,
generates edit summaries from them, and optionally returns an error
if no subject is provided.

Bug: T334163
Bug: T338390
Change-Id: Iac3778a4a88a4def234be9d10b80d9796d35bceb
2023-06-22 10:35:04 +02:00
Translation updater bot a6a267f368 Localisation updates from https://translatewiki.net.
Change-Id: I338af9ae81410e809d74840f63942d6936ed320c
2023-06-19 11:06:46 +02:00
Translation updater bot 98a7afe26e Localisation updates from https://translatewiki.net.
Change-Id: Ib5f9621c8b77abfee12a193790ce070129dc6c16
2023-06-14 13:06:40 +02:00
Bartosz Dziewoński 2d40cbb6d5 ApiDiscussionToolsPageInfo: Allow excluding signatures
Special:DiscussionToolsDebug falsely promised that the API delivers
the same information, but in fact the API included the signatures in
each comment's HTML unconditionally. Allow excluding them.

Change-Id: Ie1e38d28bed0b6d5713d9051b84cc08a23da94c2
2023-05-30 15:55:41 +02:00
Translation updater bot a6b46b4ae2 Localisation updates from https://translatewiki.net.
Change-Id: I3b2bfdaed8123abf445ea324260db4c58fadd922
2023-05-30 08:56:37 +02:00
Translation updater bot 3f8235904e Localisation updates from https://translatewiki.net.
Change-Id: I043acd7ecdbff4197a7a1130e67966912a96e55d
2023-05-29 09:58:59 +02:00
Translation updater bot e456868a00 Localisation updates from https://translatewiki.net.
Change-Id: Iff5b94b6ed9647299e11c43e7797db1b4c79ab1d
2023-05-15 08:32:17 +02:00
Translation updater bot ce3699ee6e Localisation updates from https://translatewiki.net.
Change-Id: I7e97a04383861479cd702f925b9fd5e698e4395a
2023-05-11 09:15:09 +02:00
Translation updater bot 9ce7914390 Localisation updates from https://translatewiki.net.
Change-Id: I478bf4b86809dc548c09362cd42afd69cfb90641
2023-05-10 08:40:28 +02:00
Translation updater bot 12164c1606 Localisation updates from https://translatewiki.net.
Change-Id: I4b7e0f2b22cc6822e039636fef2e3c42f4cfdebc
2023-05-05 10:38:36 +02:00