libraryupgrader
7decca9bdd
build: Updating mediawiki/phan-taint-check-plugin to 1.4.0
...
And updating CoC link to use Special:MyLanguage (T202047).
Change-Id: Icb04f4dcd56bfd3c7525e746e84fed8c482a038c
2018-09-01 05:29:54 +00:00
Translation updater bot
2373082c2f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie0868ccba613c4a89e1f1215c2b3ecfef58a7f3d
2018-08-31 22:16:45 +02:00
Daimona Eaytoy
75b3321df0
Bump taint-check plugin to 1.3.1
...
Currently at 1.3.0.
Change-Id: Id5fcbe8421de239e5ae8c096d24c4366324e5fcc
2018-08-31 13:39:25 +02:00
Translation updater bot
e3b9aa002d
Localisation updates from https://translatewiki.net .
...
Change-Id: Iba6a981fea0b62d5e088b0bda7b8ebdec5251d88
2018-08-29 22:27:46 +02:00
Translation updater bot
9270ee5280
Localisation updates from https://translatewiki.net .
...
Change-Id: Idb1adb013c47d83ee496c8ee9697912f379d8b56
2018-08-28 22:22:00 +02:00
Translation updater bot
b0bf8b0e15
Localisation updates from https://translatewiki.net .
...
Change-Id: I769eb392d4d348858f7e9bd1850a9879f5bb89aa
2018-08-27 22:16:12 +02:00
Translation updater bot
e4f0270272
Localisation updates from https://translatewiki.net .
...
Change-Id: I1b62ffef04993b31eccb791bbfd3c595db2440ec
2018-08-26 22:32:03 +02:00
jenkins-bot
10c147cb92
Merge "Use === operator with strpos"
2018-08-25 21:28:28 +00:00
jenkins-bot
e222513a80
Merge "Generate upload variables using new prefixes"
2018-08-25 21:10:03 +00:00
Translation updater bot
df4c8759f8
Localisation updates from https://translatewiki.net .
...
Change-Id: I35085fb053df59a03d27362831eaea9197d20eac
2018-08-25 22:32:14 +02:00
Daimona Eaytoy
8094a49dcf
Generate upload variables using new prefixes
...
This wasn't changed in I5c370b54e6516889624088e27928ad3a1f48a821 but
really needs to be merged, to avoid setting wrong variables. At the
moment this is still fine due to temporary overrides in
AbuseFilter::generateTitleVars, but this should be merged ASAP anyway.
Bug: T173889
Change-Id: I2e6058a6fa122470a30cd4a96c68eccc66e18ae4
2018-08-25 19:06:35 +02:00
Daimona Eaytoy
66318915db
Use === operator with strpos
...
The condition always evaluated to true: for global filters strpos
returned 0, otherwise it returned false, which is == 0. Fortunately, in
the second case the function returned false as it should. Anyway, be
safe and use === operator as it should always be for strpos.
Change-Id: I7ffc990b2b8b9c47ebfb64d5234f561faaff5e88
2018-08-25 17:35:15 +02:00
Translation updater bot
937252a74c
Localisation updates from https://translatewiki.net .
...
Change-Id: If7fce4c795eb49056f1dd1e11c52f097c51ae3d1
2018-08-23 23:25:38 +02:00
jenkins-bot
055cc7b5ff
Merge "Filter AbuseLog by triggering action"
2018-08-23 14:48:57 +00:00
jenkins-bot
1b5428b9c8
Merge "Improve tests for the AbuseFilter class"
2018-08-23 14:41:00 +00:00
jenkins-bot
826e600731
Merge "Add _age variables to tests"
2018-08-23 14:35:33 +00:00
jenkins-bot
97f98b029d
Merge "Improve parser coverage"
2018-08-23 14:33:54 +00:00
Daimona Eaytoy
078e9a3d21
Improve tests for the AbuseFilter class
...
Add some test cases for conds limit, profiling and other minor things.
Bug: T201193
Change-Id: I9a3035459cafd6537111cf1dea1a2d9a4bd34036
2018-08-23 14:14:57 +00:00
jenkins-bot
ad69ea648e
Merge "Remove unused function and improve unit test"
2018-08-23 13:46:41 +00:00
Daimona Eaytoy
b46a4336de
Remove hex numbers from Ace highlight
...
Since our parser doesn't recognize them. Follow up of
If95e34fc7260413c4fb39c18a1ef44f5a93e1a68.
Change-Id: I4511a69f3be60b4c90b499c5179cf0f5bf1d6b07
2018-08-23 12:23:16 +02:00
jenkins-bot
81a4fdc964
Merge "Improve Ace syntax highlight"
2018-08-23 10:14:57 +00:00
Daimona Eaytoy
0e2ae113fb
Improve parser coverage
...
On the way to 100%...
Bug: T201193
Change-Id: I5fd311f861acccb31f346da9acb379b0366488e7
2018-08-23 12:13:47 +02:00
jenkins-bot
afbf9b5f15
Merge "Improve code coverage"
2018-08-23 10:06:41 +00:00
Matěj Suchánek
853936316f
Filter AbuseLog by triggering action
...
For now, there is an "Other" field which will show all but hard-coded actions.
Bug: T187971
Change-Id: If564aced2e9cd933d8cfcf7cb96166aa279f2823
2018-08-23 11:40:15 +02:00
Daimona Eaytoy
03b52c2b37
Remove unused function and improve unit test
...
AbuseFilterParser::setVars is only used in a parser test. In the past it
was also used in the actual code (see for instance
https://phabricator.wikimedia.org/diffusion/EABF/browse/master/;5cc8dac63ca585c288ca4c8605db810774e39666?grep=setVars ), but at the moment it's pretty unuseful.
This patch removes such function and makes the unit test use literals
instead of variables to avoid calling it.
Change-Id: I80cbc4033ff96f2fe8c1da263b1877bfb4c7c0c4
2018-08-23 11:00:16 +02:00
Daimona Eaytoy
90260edad0
Add _age variables to tests
...
Tests for new variables introduced in
I0993cecc322806382a1b567b60c0a4af69054841.
Change-Id: Iadaa33c20eb26d6e76ac02e3e9c0066b904833bc
2018-08-23 10:50:52 +02:00
Translation updater bot
88f714fed1
Localisation updates from https://translatewiki.net .
...
Change-Id: I68c433a15d3be6bfc6acf78d14b32796208da77e
2018-08-22 22:35:28 +02:00
Daimona Eaytoy
447d434e2a
Improve code coverage
...
Add some parser tests, improve existing ones, and add missing @covers.
Bug: T201193
Change-Id: I9c0d2d83560baa4a3e1d4465b7919a48c4e26ac1
2018-08-22 19:07:14 +02:00
jenkins-bot
46d78623f4
Merge "Add page_age variable to AbuseFilter"
2018-08-22 16:17:36 +00:00
jenkins-bot
21547083c0
Merge "Add missing @covers tag"
2018-08-22 15:31:12 +00:00
Daimona Eaytoy
e8a4517d6b
Improve Ace syntax highlight
...
Several improvements, this is the list:
*Added highlighting for disabled and deprecated variables
*Simplified a bit Ace's keyword mapper
*Added highlighting for ternary operator
*Added logic to retrieve operators from AF tokenizer
*Removed $ symbol since it's not usable in declaring stuff
*Customized highlighting via CSS
Depends-On: I5c370b54e6516889624088e27928ad3a1f48a821
Change-Id: If95e34fc7260413c4fb39c18a1ef44f5a93e1a68
2018-08-22 15:23:35 +00:00
rarohde
e1865fca74
Add page_age variable to AbuseFilter
...
Adds page_age variable that reports the number of seconds since the
first edit to the current article (or 0 for new articles).
Bug: T30844
Change-Id: I0993cecc322806382a1b567b60c0a4af69054841
2018-08-22 17:10:39 +02:00
Daimona Eaytoy
d35c42757c
Add missing @covers tag
...
This should help with tracking code coverage and also explains some
coverage discrepancies encountered while writing other tests.
Bug: T201193
Change-Id: I8b20abc46c2d6c6f582953139b9a9f3710b2e4ea
2018-08-22 17:00:38 +02:00
Daimona Eaytoy
4399be933d
Use OOUI infusion for the change tags field in ViewEdit
...
Since this is what it's meant to be for. Better, cleaner, safer.
Change-Id: Ib5f632ac708aeff62b50c91ef60c547036481834
2018-08-22 15:27:06 +02:00
jenkins-bot
55b49e4470
Merge "Make Ace config pass eslint"
2018-08-22 12:45:41 +00:00
jenkins-bot
d94cc34649
Merge "Add deprecated variables to PHPUnit tests"
2018-08-22 12:44:23 +00:00
jenkins-bot
a762c82fe7
Merge "Add aliases for "_text" and "article_" variables"
2018-08-22 12:44:20 +00:00
jenkins-bot
5561abe296
Merge "Add a placeholder for the no-js changetags input field"
2018-08-22 12:44:19 +00:00
jenkins-bot
da12b6e087
Merge "Focus the Ace editor after having added text from dropdown"
2018-08-22 12:22:47 +00:00
jenkins-bot
777a86314e
Merge "Improve code coverage for AbuseFilterParser"
2018-08-22 11:15:00 +00:00
Daimona Eaytoy
83ccb376f0
Make Ace config pass eslint
...
Just a tiny change to be safer.
Change-Id: Id0e188ab6e5d0e14ef5f0fdcce74be5ec7f24470
2018-08-22 11:21:13 +02:00
Daimona Eaytoy
e526295123
Add a placeholder for the no-js changetags input field
...
There is already one for the js field, but we can't reuse it since "one
by one" doesn't make any sense here.
Change-Id: Iaf01e19f4006b3d578bb2201cf9108fe46d56085
2018-08-22 11:02:51 +02:00
Daimona Eaytoy
2fc44e9d18
Focus the Ace editor after having added text from dropdown
...
The classic editor (textarea) already takes focus, while for Ace we need
to explicitly call its focus() method.
Bug: T202480
Change-Id: I8dcf54e46e730b2879b09b4e21198b2ef1131706
2018-08-22 10:57:15 +02:00
Daimona Eaytoy
cd30d5146f
Add deprecated variables to PHPUnit tests
...
Check a bunch of them, they should be computed and be identical to the
ones with new syntax.
Bug: T173889
Depends-On: I5c370b54e6516889624088e27928ad3a1f48a821
Change-Id: I276913a98e06b5f2ff1c5f5f3ba5bcc7b1e8c997
2018-08-22 08:38:31 +00:00
jenkins-bot
47acf13b4d
Merge "Show an extract of suppression log for Special:AbuseLog"
2018-08-22 02:38:53 +00:00
Translation updater bot
35a621470b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ica826b21c2e558ed486c5ed20b0035d43b1676ff
2018-08-21 23:37:36 +02:00
Daimona Eaytoy
66774b8d7a
Show an extract of suppression log for Special:AbuseLog
...
Like we do in core for similar special pages. This is really helpful
when (un)hiding an entry.
Bug: T200645
Change-Id: I16450a2573e8987e31a83ec34f3dbb16fac94f81
2018-08-21 19:19:10 +02:00
jenkins-bot
ae45c61870
Merge "Raise tolerance for time-related unit tests to 10 seconds"
2018-08-21 17:16:44 +00:00
Matěj Suchánek
10ad58a6f3
Migrate AbuseFilter suppress log
...
Also make entries in Special:Log/suppress filterable.
Change-Id: Ic23e724997e4748c8d0da8138aa73d31b17b7064
2018-08-21 16:05:54 +00:00
Daimona Eaytoy
c962203ad2
Raise tolerance for time-related unit tests to 10 seconds
...
This helps avoiding failures with tests depending on execution time.
Bug: T202073
Change-Id: I4da859cfb3e49314ca20329e2ad4a3a7c4fae897
2018-08-21 17:18:24 +02:00