Translation updater bot
3d9cbb5a94
Localisation updates from https://translatewiki.net .
...
Change-Id: I10b2ba68f1cfafea0e6f517b76b7f7259d432bd2
2019-12-26 16:17:47 +01:00
Translation updater bot
e3d177ad60
Localisation updates from https://translatewiki.net .
...
Change-Id: I5ffc9ce13b6547f4654c26826a70af9e1077acb9
2019-12-24 10:00:26 +01:00
jenkins-bot
d43756a7f4
Merge "i18n: Rename msg key for abusefilter-view-oldwarning"
2019-12-23 12:16:57 +00:00
jenkins-bot
7fab4d3092
Merge "Clarify error message for non-literals passed to set/set_var"
2019-12-23 12:12:49 +00:00
Translation updater bot
0f3d4bddd5
Localisation updates from https://translatewiki.net .
...
Change-Id: I4cffbdcc8c68e48461c79eec1c6301b0dbcbef58
2019-12-22 17:39:06 +01:00
Translation updater bot
edebec193b
Localisation updates from https://translatewiki.net .
...
Change-Id: I76116dcdfb1aa59f9d4011f8a98c88038dfa7e49
2019-12-19 09:13:53 +01:00
Translation updater bot
dff56324a3
Localisation updates from https://translatewiki.net .
...
Change-Id: I1d3ed06bdad1c664a6a4d5699f817653bb2a11f7
2019-12-18 09:24:08 +01:00
Translation updater bot
b231f1e921
Localisation updates from https://translatewiki.net .
...
Change-Id: I7a8bff42e49ddb7c23bd7fc125ca55c54676bb68
2019-12-17 10:06:15 +01:00
Daimona Eaytoy
b814c0827a
i18n: Rename msg key for abusefilter-view-oldwarning
...
Thinking about it again, all messages on ViewEdit start with
abusefilter-edit. Also add a reference to the other message to
facilitate translations.
Follow-up: I3717d06d4a757684fe6622961391ae06b5bd3c38
Bug: T235590
Change-Id: I4cbaa2e92d22296f55a4b5ef0c633fe959fe9ea3
2019-12-16 10:56:30 +00:00
Translation updater bot
57657ff317
Localisation updates from https://translatewiki.net .
...
Change-Id: I3771c60494d46074b661c77ecd256be6275647c9
2019-12-13 09:23:58 +01:00
Translation updater bot
42a76b4695
Localisation updates from https://translatewiki.net .
...
Change-Id: Iea311665c53fbe36858a11aef4ecf6efab1c4a00
2019-12-12 09:54:26 +01:00
Translation updater bot
f443eb8533
Localisation updates from https://translatewiki.net .
...
Change-Id: I03a505953b4ab57df3fedb4746c6b13ad9a0141c
2019-12-09 09:31:35 +01:00
Translation updater bot
b720f71a14
Localisation updates from https://translatewiki.net .
...
Change-Id: If1f8b8775164d44f1ae28f53cb12460cde3ebbd7
2019-12-06 09:26:54 +01:00
Translation updater bot
d6fd5def21
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic5aee771a916f803e82288117f864e82850521c2
2019-12-05 09:43:07 +01:00
Translation updater bot
cb6f3500b1
Localisation updates from https://translatewiki.net .
...
Change-Id: I8d65208236693296257ef59619159d51dca81193
2019-12-04 09:20:39 +01:00
jenkins-bot
156b9b7f26
Merge "Forbid assignments where the LHS is a built-in identifier"
2019-12-03 19:18:05 +00:00
Translation updater bot
019895d368
Localisation updates from https://translatewiki.net .
...
Change-Id: I3e5d5a5fc8fd75fe3e24b5185ace2c0ea927033d
2019-12-02 09:17:25 +01:00
Translation updater bot
7b6e2bdd23
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaf220577587b357da6f89d0c85edef7e7ca55684
2019-11-29 09:23:41 +01:00
Daimona Eaytoy
2ddd79fd98
Forbid assignments where the LHS is a built-in identifier
...
And not just a built-in variable.
Bug: T237130
Bug: T237216
Change-Id: Ie1d86dc324993efcb863be23697732e6aa1dac10
2019-11-28 14:40:38 +00:00
Translation updater bot
137eb65cc2
Localisation updates from https://translatewiki.net .
...
Change-Id: I67312f485080df1cd1f5c604904419882aafdd68
2019-11-27 09:34:36 +01:00
Translation updater bot
7ee59ea443
Localisation updates from https://translatewiki.net .
...
Change-Id: I12c1da1f12ac380ba9635b3deff7b576cf610b61
2019-11-26 09:14:55 +01:00
Translation updater bot
3054c08a80
Localisation updates from https://translatewiki.net .
...
Change-Id: Icb04f643575c31c3c3b0e6a68371d8c0408a62cf
2019-11-25 09:08:16 +01:00
Daimona Eaytoy
fb4e98d0ec
Clarify error message for non-literals passed to set/set_var
...
Bug: T238713
Change-Id: Iacf880e496f701dde38f1d216c3fce000973354a
2019-11-24 18:05:49 +01:00
Translation updater bot
8bed72cfd6
Localisation updates from https://translatewiki.net .
...
Change-Id: Id9cb9d30d31efd6fd30ecf9d25c8a57e0accf94f
2019-11-22 09:12:14 +01:00
jenkins-bot
9a7027fe64
Merge "SECURITY: Require view-private or modify for the evalexpression API"
2019-11-21 15:54:46 +00:00
Daimona Eaytoy
cee8e14cf1
SECURITY: Require view-private or modify for the evalexpression API
...
This is consistent with the "anti-DoS" measures on other API modules.
Although this may not be a serious DoS vector, it makes sense to
restrict this module. Moreover, it's also consistent with
Special:AbuseFilter/tools (which is the corresponding web interface),
which requires the same user rights.
Bug: T238451
Change-Id: Id09fd57195d71884674ac0470f137ca30c56e13c
2019-11-21 16:33:04 +01:00
Translation updater bot
956eca36cb
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie63e3492a0790a9233dc29f07474e31c4e880448
2019-11-20 09:35:53 +01:00
Translation updater bot
adbeec5176
Localisation updates from https://translatewiki.net .
...
Change-Id: I80d0b3824b80819062f927145aa472608a17a1ca
2019-11-19 09:32:01 +01:00
Translation updater bot
29bd469e02
Localisation updates from https://translatewiki.net .
...
Change-Id: I80a2dbf283d50c4d3c63f59fa707449fb03d0161
2019-11-18 09:19:21 +01:00
Translation updater bot
a0b349d4c3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib8d00edacae2b6bdb654ee247711c4f198bd72bb
2019-11-15 09:18:35 +01:00
Translation updater bot
af000125ac
Localisation updates from https://translatewiki.net .
...
Change-Id: Iff2e73bd4dd691d14598c63c10dd06b9a9f18e34
2019-11-13 09:24:23 +01:00
jenkins-bot
80f4742416
Merge "When viewing old filter revisions, show abusefilter-view-oldwarning
to users who cannot edit the filter"
2019-11-12 18:59:28 +00:00
DannyS712
338341d097
When viewing old filter revisions, show abusefilter-view-oldwarning
to users who cannot edit the filter
...
Currently, `abusefilter-edit-oldwarning` is shown to all users, but not all users are able to edit the filters, and thus the warning about editing isn't applicable to them.
Bug: T235590
Change-Id: I3717d06d4a757684fe6622961391ae06b5bd3c38
2019-11-12 11:36:44 +00:00
Translation updater bot
c0a99d876b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic6e345e2870282bc8083fc58a19d195f571cf8d5
2019-11-12 09:30:12 +01:00
Translation updater bot
805cca30bc
Localisation updates from https://translatewiki.net .
...
Change-Id: I8151efee17a589f15e2567b61f634f734fbf9186
2019-11-11 15:32:19 +01:00
Translation updater bot
d23086323b
Localisation updates from https://translatewiki.net .
...
Change-Id: Idc0c1d853e1c4f46e4abca6b41e630c1906e11fb
2019-11-11 14:44:48 +01:00
jenkins-bot
398500121a
Merge "Fix conditionals examples in i18n messages"
2019-11-10 10:41:39 +00:00
Translation updater bot
e1a2aa37a4
Localisation updates from https://translatewiki.net .
...
Change-Id: I958d7b361b4f1b26ed02714bdcf87cb602fd9239
2019-11-08 09:43:34 +01:00
Daimona Eaytoy
b7c7ae168d
Explicitly forbid negative indexes in arrays
...
This emits its own error because:
1- It's clearer to understand
2- It's easier to find where we're dealing with negative offsets, if
we'll ever want to allow that.
Note that trying to use a negative index already results in a hard PHP
error being thrown.
Bug: T237219
Change-Id: Ib11eaaca5e21f740269141c75e62bac48093e8d0
2019-11-08 05:55:56 +00:00
Translation updater bot
6a1531b7d4
Localisation updates from https://translatewiki.net .
...
Change-Id: I3a38fd0004d7f4f48841c304cd2e2f2fa0ac207c
2019-11-07 09:39:33 +01:00
Translation updater bot
4bbb8911d5
Localisation updates from https://translatewiki.net .
...
Change-Id: I95dcc01683e3eb58ed5beb648514523975e81817
2019-11-05 09:42:51 +01:00
Translation updater bot
93dcea0043
Localisation updates from https://translatewiki.net .
...
Change-Id: I002d7a6729067b78855a708716a63d7cfbabac7c
2019-11-04 09:25:40 +01:00
Daimona Eaytoy
cb15400f97
Fix conditionals examples in i18n messages
...
Bug: T237131
Change-Id: I68ca3906c64f3da43c7a4985c16f1ab031caebb5
2019-11-02 11:32:05 +01:00
jenkins-bot
5562aade87
Merge "Use PHP regexps instead of SQL to filter on Special:AbuseFilter"
2019-11-01 00:52:28 +00:00
Daimona Eaytoy
7bc70d116e
Use PHP regexps instead of SQL to filter on Special:AbuseFilter
...
As the code comment says, and as it was suggested in
Iafe54285384bc28b3e8812b495166f2682d4571c, we were validating the
provided regexp as PCRE, but using it in SQL, which only supports POSIX.
Furthermore, we won't have to worry about cross-DBMS compat anymore.
Bug: T193068
Change-Id: If6d8717795b6c1dcf619a23363eb6144902cfaed
2019-11-01 11:26:17 +11:00
Translation updater bot
61742d946e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia909ee4552530bd21da4c5e1fec174bcde658468
2019-10-31 09:24:25 +01:00
Translation updater bot
e3cffb465d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ide766b61933462b10dfd8c6d2aafb93afa75d070
2019-10-30 09:30:27 +01:00
Translation updater bot
c3e78ced15
Localisation updates from https://translatewiki.net .
...
Change-Id: I78563bb06749bdf44aab9539f7c7bbc3204ba9b9
2019-10-28 14:53:16 +01:00
Translation updater bot
037f037995
Localisation updates from https://translatewiki.net .
...
Change-Id: If929688a7909e9e110a72f7d344fa213ab16a8e3
2019-10-25 09:15:41 +02:00
Translation updater bot
aa5c8d8ae3
Localisation updates from https://translatewiki.net .
...
Change-Id: I31c266b6342164a516f156a843c692eaf9b78002
2019-10-24 10:37:49 +02:00
Translation updater bot
cdee6802ea
Localisation updates from https://translatewiki.net .
...
Change-Id: I9d7a230175216f5228571eadfd9f0d292656333e
2019-10-23 09:50:54 +02:00
Translation updater bot
25873c9cbe
Localisation updates from https://translatewiki.net .
...
Change-Id: I750fdc2dd1ccd16073f5d2b6072dc40807f21e31
2019-10-22 09:11:08 +02:00
Translation updater bot
65e48fae59
Localisation updates from https://translatewiki.net .
...
Change-Id: I8fd625c0252a68bd2fafb3240956ecd6e3e9b2b5
2019-10-21 09:56:15 +02:00
Translation updater bot
2c51fb37e9
Localisation updates from https://translatewiki.net .
...
Change-Id: I4f3768315556119b0bcb8391085333d4d4851760
2019-10-16 20:37:22 +02:00
Translation updater bot
828f1d881c
Localisation updates from https://translatewiki.net .
...
Change-Id: I0fa3509ad517b045d93835777ddc3f553b54fdaa
2019-10-16 10:36:44 +02:00
Translation updater bot
7bd97f6a13
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic514113078f2f18297269ce445fd265216837df6
2019-10-10 09:30:09 +02:00
Translation updater bot
347146ef8a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib6d909ccb9160f7ecc1c4888325806df023502c8
2019-10-09 09:15:59 +02:00
Translation updater bot
be360b520d
Localisation updates from https://translatewiki.net .
...
Change-Id: I49f60d52fc29c84916ac282ea641de462366dc8f
2019-10-08 09:30:51 +02:00
Translation updater bot
0465d64a5f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ice510a596cdeeac02f4fa075f7341d5b8571396e
2019-10-07 09:07:26 +02:00
Translation updater bot
5b8502caa4
Localisation updates from https://translatewiki.net .
...
Change-Id: I22dac70a8802c17512d7588114faaf761798c5c4
2019-10-04 09:27:03 +02:00
Translation updater bot
3985f979ea
Localisation updates from https://translatewiki.net .
...
Change-Id: I1b24aff7cc326bb1e3276f21d99b617f60b6ef43
2019-10-03 10:02:29 +02:00
Translation updater bot
188742a07e
Localisation updates from https://translatewiki.net .
...
Change-Id: Iec3bf5ff81ce46cd56557aa51a61201d7d028f69
2019-10-02 09:17:45 +02:00
Translation updater bot
39194f3ca0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie29a92e5958aba71c9f1ba46f7e5b0c9fea20cb1
2019-09-30 09:15:15 +02:00
Translation updater bot
8ba9251761
Localisation updates from https://translatewiki.net .
...
Change-Id: I9298ac154cb12174f15345fff49e8a73ecf92808
2019-09-26 09:11:55 +02:00
Translation updater bot
097fdd2af4
Localisation updates from https://translatewiki.net .
...
Change-Id: I662b9a984d10b356dbc4eb5afdf895f8e44d4a59
2019-09-25 09:21:39 +02:00
Translation updater bot
1e538e0225
Localisation updates from https://translatewiki.net .
...
Change-Id: I445eb837dabe772b84738c62c1478d50c22ac27a
2019-09-24 09:54:01 +02:00
Translation updater bot
8dbbe859e7
Localisation updates from https://translatewiki.net .
...
Change-Id: I5afd496088aa23f026e5bc08a642a7f3ae18546e
2019-09-23 09:22:33 +02:00
Translation updater bot
0f4c126497
Localisation updates from https://translatewiki.net .
...
Change-Id: I668292bef50131d591aa7b2a8b3605261878aa3d
2019-09-20 11:40:10 +02:00
Translation updater bot
7fd6707c9b
Localisation updates from https://translatewiki.net .
...
Change-Id: Idcd02ce986815175f59ea58380de856fd87068ed
2019-09-19 09:53:26 +02:00
Translation updater bot
27a0fe8e79
Localisation updates from https://translatewiki.net .
...
Change-Id: I63efceaf5b72390e479b7c66bc08e425712afe5b
2019-09-17 09:04:34 +02:00
Translation updater bot
95f4ed5bd7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibba31880b0ab9476bcc308ad947c101627741027
2019-09-16 09:53:14 +02:00
Translation updater bot
f4b555f113
Localisation updates from https://translatewiki.net .
...
Change-Id: I5fafc0db337f86708d2a3bf3b545d815c862dd78
2019-09-13 10:16:51 +02:00
Translation updater bot
3b0fb102f1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie62d45a631c1f5289c0175363907e7d36433e290
2019-09-12 09:58:30 +02:00
Translation updater bot
fa1e458e25
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib48ec6f6ebcbc3b9c3266072700a523c7120dcb5
2019-09-10 09:33:11 +02:00
Translation updater bot
e308343c42
Localisation updates from https://translatewiki.net .
...
Change-Id: I7c91906286b93b5f621c7534a251a28011c50d11
2019-09-09 09:21:47 +02:00
jenkins-bot
b381b87267
Merge "Remove redundant logic from special pages"
2019-09-08 13:15:12 +00:00
Daimona Eaytoy
7917354716
Remove redundant logic from special pages
...
SpecialPage::setHeaders already handles page title, robot policy and
articleRelated. Moreover, avoid having different messages for the H1
title on the special page and the description shown elsewhere, just like
the base SpecialPage class suggests doing. The deleted messages have
been moved to the default message used by SpecialPage::getDescription.
Change-Id: Iab6beaf64b142e30469afd798c569ef40182153e
2019-09-08 12:30:01 +02:00
Translation updater bot
6a895ba422
Localisation updates from https://translatewiki.net .
...
Change-Id: I9acdd552d4b190e24e932d977b9082f3478429d1
2019-09-06 09:12:37 +02:00
Translation updater bot
d35d2aee15
Localisation updates from https://translatewiki.net .
...
Change-Id: Ica8d7fda50ef9d5e3cf8d6503e45aa7c966c460c
2019-09-04 10:09:50 +02:00
Translation updater bot
7079151eac
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie5c9c930d7a061b938739f4af89074fa5e9bcdec
2019-09-03 10:24:34 +02:00
Translation updater bot
066a14253e
Localisation updates from https://translatewiki.net .
...
Change-Id: I6827eb025e47acd6e5dc6d3455ec554f6b68f5d8
2019-09-02 10:16:28 +02:00
Translation updater bot
3d98911e81
Localisation updates from https://translatewiki.net .
...
Change-Id: I3b99f9b4a9146cfb0f68dfc5b19e62a8efad8029
2019-08-31 15:55:18 +02:00
Translation updater bot
131fc14d5b
Localisation updates from https://translatewiki.net .
...
Change-Id: I32cc9bf7b9455c202da263e1ed210517e2ddab67
2019-08-30 10:00:51 +02:00
Translation updater bot
fb1864dfa5
Localisation updates from https://translatewiki.net .
...
Change-Id: I18c2528207d8f02842ea68f1ef9e15a0a555ce12
2019-08-28 10:51:00 +02:00
Daimona Eaytoy
71730f7d44
Warn if a function has been given too many parameters
...
While this is not as important as throwing for too few parameters, IMHO
it's still important to fail in this case. Mostly because if a function
receives too many parameters, chances are that who wrote the filter
didn't do that intendedly, and thus there may be a hidden bug.
Bonus: fix a few docblocks.
Bug: T230803
Change-Id: Iac2931f17b50ace8c8f4c2faa44b3f54ca134c54
2019-08-26 20:29:49 +02:00
Translation updater bot
e96d5ef301
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f95254a1d35d82df1c758809571d4a053d25b37
2019-08-26 09:05:28 +02:00
Translation updater bot
d486489ab9
Localisation updates from https://translatewiki.net .
...
Change-Id: I79b1f163791247a8158270e9bc2da771a42d5989
2019-08-25 10:28:34 +02:00
Daimona Eaytoy
7f554734e6
Don't hardcode blockautopromote duration
...
As explained on phab, and add a script to fix broken entries.
Bug: T231131
Change-Id: I95d70acb936b5ca987af8f237d236fe47b663919
2019-08-24 11:40:11 +02:00
Huji Lee
1ddb65021b
Add links to AbuseFilter logs on Special:Undelete
...
Depends-On: I671a0479e877e6c37606b688064cb9c893717709
Bug: T231055
Change-Id: Iebf832c513c6a4e954db0ba2633dd8ba6f27b412
2019-08-23 14:56:43 +00:00
Translation updater bot
38676f0ac7
Localisation updates from https://translatewiki.net .
...
Change-Id: I0651cb3ed1c15cadb49d85e580afc3b1fdb2162e
2019-08-21 09:59:07 +02:00
Translation updater bot
6bcc2d2ccd
Localisation updates from https://translatewiki.net .
...
Change-Id: I90f7c5a69e7d615a7d30eb2440f8d65635cfb2c0
2019-08-20 10:16:41 +02:00
Translation updater bot
5b9f665aa4
Localisation updates from https://translatewiki.net .
...
Change-Id: I4ff9157be3ca956e7ff808984dbf9baf8d8acabe
2019-08-18 09:31:37 +02:00
Translation updater bot
b8f15af373
Localisation updates from https://translatewiki.net .
...
Change-Id: I0e0550252d61a4a85f9d3b37b19b67ab1fbebf0e
2019-08-17 10:02:08 +02:00
Translation updater bot
0db783faa8
Localisation updates from https://translatewiki.net .
...
Change-Id: I3c1ce5797282fc5794e493725a7a9b62198e0bd3
2019-08-16 09:15:51 +02:00
Translation updater bot
a0bfb20a28
Localisation updates from https://translatewiki.net .
...
Change-Id: I134aabe5af2557c5a9bf4f3b9bae901110eedbde
2019-08-15 09:14:08 +02:00
jenkins-bot
61bb3ff3e8
Merge "Various changes for blockautopromote"
2019-08-14 23:59:08 +00:00
Daimona Eaytoy
27578d7ba0
Various changes for blockautopromote
...
Problems fixed:
- Don't hardcode duration in the message
- Move duration to a constant
- Fix wrong parameter order for AbuseFilter::blockAutopromote
- Log a warning if we cannot block autopromotion
- Remove the $performer parameter, as it should only and always be the
filter user.
Bug: T230296
Change-Id: Ice9e4b21033c430cf1fd34182c63ca64ad2f5d3e
2019-08-14 18:50:43 +02:00
Translation updater bot
dbfe67a5e0
Localisation updates from https://translatewiki.net .
...
Change-Id: I3b632391c31a22e7ead797374b2d98544231fd79
2019-08-14 09:11:47 +02:00
Translation updater bot
2b30cf5823
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic44ca7de7020952876bf449079da7c7be47bafe1
2019-08-13 09:15:09 +02:00
Translation updater bot
172bacaa57
Localisation updates from https://translatewiki.net .
...
Change-Id: I46ea14d9e804181d0e102ac7b7a01cd9a7df1b08
2019-08-12 09:04:39 +02:00