Commit graph

3369 commits

Author SHA1 Message Date
Matěj Suchánek 9379a0c767 Add GENDER to the message logentry-abusefilter-hit
As far as I can see, this parameter is already supported.

Bug: T153607
Change-Id: If3eed341ef2f2e7bbad103c2738a7eae59886faa
2016-12-26 09:32:31 +00:00
Translation updater bot 696e62041b Localisation updates from https://translatewiki.net.
Change-Id: I7a38105b54f18c4a48e18e61ae3cb4829519acb2
2016-12-22 22:49:05 +01:00
jenkins-bot bbd7cdbc95 Merge "Don't show red diff link" 2016-12-21 10:07:54 +00:00
Translation updater bot 63fd4584fd Localisation updates from https://translatewiki.net.
Change-Id: I0d858b56a26b3c6b220361d02bc4274d4a789ecf
2016-12-19 22:40:54 +01:00
Aaron Schulz 2d57141600 Move AbuseFilterVariableHolder up to /includes
This class is not for parsing logic or tree nodes

Change-Id: I07a499cc972c30fc249ec4de3250900a3b703443
2016-12-18 17:13:06 -08:00
Matěj Suchánek 0b1b87f85a Don't show red diff link
If the log entry refers to a non-existing page, the link is red. In
this case, the diff link only duplicates the main link.

Bug: T47948
Change-Id: I3f0e6e7dfbaa8cccbac8450162df97f4a58cccdc
2016-12-18 21:26:49 +00:00
jenkins-bot 06b8cae0d6 Merge "Move various classes to their own files" 2016-12-18 01:57:00 +00:00
Translation updater bot a3ae75ae80 Localisation updates from https://translatewiki.net.
Change-Id: I1efc5696495d11ccc820e4e8de7aa6055cec6b14
2016-12-17 22:18:13 +01:00
Aaron Schulz 9b1021b055 Move various classes to their own files
Change-Id: I5d418b3fa27aa6e04b9a680922e5eab2439ffb20
2016-12-17 11:40:10 -08:00
jenkins-bot af6e361f33 Merge "Don't show link to testing interface when the user cannot test filters" 2016-12-17 03:39:00 +00:00
Translation updater bot 42cd7668b3 Localisation updates from https://translatewiki.net.
Change-Id: Ia62c1e4a5156809071972a9744afa90036323091
2016-12-16 22:12:03 +01:00
Matěj Suchánek 0dca928f58 Don't show link to testing interface when the user cannot test filters
Clicking on this link only shows an error message unless the user can
edit filters.

Change-Id: Id912731e98f0f37b999d4a8e7ab190cd938825aa
2016-12-16 20:24:04 +00:00
Translation updater bot 3721431986 Localisation updates from https://translatewiki.net.
Change-Id: Iec80ee1feeea39b35c7779dd9404ffcbb6472daf
2016-12-15 23:11:43 +01:00
Translation updater bot 321896bcde Localisation updates from https://translatewiki.net.
Change-Id: Iad7dcf4f587250666d7adba468303e1f4b9b5b2e
2016-12-14 22:19:42 +01:00
Translation updater bot 43d2ccbc05 Localisation updates from https://translatewiki.net.
Change-Id: I0978e0149b4ab0882ea9b9fa74e764e98cf5d3b1
2016-12-13 22:39:05 +01:00
jenkins-bot e3b2c55b10 Merge "Make maintenance scripts use $this->requireExtension()" 2016-12-12 22:55:54 +00:00
pppery 66f52694a2 Make maintenance scripts use $this->requireExtension()
Bug: T152139
Change-Id: I9c3a6a186275b6554a761de8548bc16f8938d488
2016-12-12 22:42:00 +00:00
Translation updater bot 26dbb37fd9 Localisation updates from https://translatewiki.net.
Change-Id: Id553785deae7e1032396d3925404a51e4f9a40d7
2016-12-12 22:16:53 +01:00
jenkins-bot 9d9901efb5 Merge "AbuseLog should show a warning when log ID does not exist" 2016-12-12 20:15:26 +00:00
jenkins-bot db896921da Merge "Make more fields sortable and one conditionally" 2016-12-12 20:03:45 +00:00
Huji Lee 928b61e8c3 AbuseLog should show a warning when log ID does not exist
Bug: T152973
Change-Id: I2ccd1744a6b3e9a2ed89ef04c859cbe4f0a803df
2016-12-12 11:48:20 -05:00
Matěj Suchánek 95989575cc Make more fields sortable and one conditionally
Users can now sort filters by whether they are visible and which group
they belong to. Sorting by hit count is only possible if the user can
actually see it.

Change-Id: I516111f96b9ef0beaa0c04f902e03712591371d1
2016-12-12 14:21:05 +00:00
Matěj Suchánek 8d10972f93 Don't show hit count field if it's always empty
If the user cannot see hit counts, this field is always empty, so there
is no need to have it shown.

Change-Id: I27c8639f901a3c7fa686378a1205b2ddebb7d665
2016-12-12 14:19:04 +00:00
Matěj Suchánek 3e6605c94b Check whether user is allowed to see the hit count
Bug: T120562
Change-Id: I464fc4806b52327a58fddb54404f5869c8431194
2016-12-10 12:06:43 +00:00
Kunal Mehta 18d29ccc05 Don't access protected SpecialPage::getLinkRenderer()
It should be public but can fix that later...

Follows-up f4ddf5dd2.

Change-Id: Ia1f84226859e0ac170f4697cf40d682e36850712
2016-12-07 15:32:41 -08:00
jenkins-bot 0e201aa227 Merge "Replaced Linker::link() & Linker::linkKnown() with LinkRenderer" 2016-12-07 15:21:29 +00:00
Subin Siby f4ddf5dd23 Replaced Linker::link() & Linker::linkKnown() with LinkRenderer
All usages of Linker::link() and Linker::linkKnown() has been replaced with LinkRenderer

Bug: T149346
Change-Id: Id087fe2aeaae81445e83e020ef66b541d9da4060
2016-12-06 23:21:31 -08:00
Translation updater bot 50531fb9a8 Localisation updates from https://translatewiki.net.
Change-Id: If56a7b6fa5e682b12ec4f8dfa85c556ce2c3e8a5
2016-12-06 22:40:20 +01:00
jenkins-bot 11dc8d6495 Merge "Update for API error i18n" 2016-12-06 20:43:02 +00:00
Translation updater bot 4610df2099 Localisation updates from https://translatewiki.net.
Change-Id: Ib163d3568d95a56445b9573d25a31c1657b87d9c
2016-12-05 22:44:56 +01:00
jenkins-bot 003a861ae8 Merge "Consistently refer to actions in abusefilter-warning" 2016-12-05 15:50:34 +00:00
jenkins-bot 7e49b463e0 Merge "Properly escape abusefilter-log-linkoncontribs" 2016-12-04 11:17:34 +00:00
Matěj Suchánek b00d91605e Don't pass unsupported parameter
Change-Id: I40317c3e64eb3c96862991e49fc4b2041247779c
2016-12-02 18:23:15 +00:00
Translation updater bot a986f7c1da Localisation updates from https://translatewiki.net.
Change-Id: Ifae047fc05524204cbd6c51a4df323854e67e864
2016-11-30 22:16:51 +01:00
Niklas Laxström a85a0c2b5a Properly escape abusefilter-log-linkoncontribs
Change-Id: I4dd89acdea34568e9b33aa0652aad0a54c1b7030
2016-11-30 13:58:52 +01:00
jenkins-bot a2fd4bd288 Merge "Adding $specialPageAliases translations for bengali (bn)" 2016-11-30 08:33:22 +00:00
Translation updater bot f4687890a3 Localisation updates from https://translatewiki.net.
Change-Id: I4c9a3f747dc97de4bb4b88e7d1bbfe854dfbcb46
2016-11-29 22:18:04 +01:00
Translation updater bot 0b003fb8a7 Localisation updates from https://translatewiki.net.
Change-Id: I7c67267e60e9af56ef5c6a6fa3eef6f0ffdf2043
2016-11-28 22:24:09 +01:00
Aftab 91e7ef9f7e Adding $specialPageAliases translations for bengali (bn)
Change-Id: Ic709ebd5c0815b65b1f1a4ada8fe7e80fecf7033
2016-11-27 21:40:29 +00:00
Translation updater bot 9e91d3db42 Localisation updates from https://translatewiki.net.
Change-Id: Ia5fafedca5782faf5581c37e8b74e9ad90e2921a
2016-11-27 22:24:24 +01:00
Amire80 7759bee882 Add Russian special page aliases for Ukrainian for backwards compatibility
Bug: T39314
Change-Id: I94f684d12a0e311e29c4a4b9fb290b690869428d
2016-11-24 15:34:07 +02:00
Translation updater bot 559888e332 Localisation updates from https://translatewiki.net.
Change-Id: I7316b1743b6fda3f33e9be031efe8e5205e17dcf
2016-11-23 22:32:19 +01:00
Translation updater bot 50d7c1f93c Localisation updates from https://translatewiki.net.
Change-Id: I07cd0445961c4bb000a70b6b048b9ee83dfd2afb
2016-11-20 22:12:08 +01:00
Translation updater bot cb3ce88b91 Localisation updates from https://translatewiki.net.
Change-Id: I3988b7e5f3e041829fc33fae9608177aba4ea496
2016-11-17 22:49:43 +01:00
Brad Jorsch 4cbea0bcf7 Update for API error i18n
See Iae0e2ce3.

Change-Id: I09c564413f91e410bf9ba8336f65cb14d7105a07
2016-11-15 11:15:58 -05:00
Translation updater bot 3d26056f7e Localisation updates from https://translatewiki.net.
Change-Id: Ida9606f0db388514bd1a7c468156d947cb0d98ff
2016-11-13 22:37:02 +01:00
Umherirrender 2224084c39 Expand .gitignore for more editors
List is from mediawiki/core

Change-Id: Ib49e3cf79757630e7c380e30b6015029b7ec37be
2016-11-13 12:49:41 +01:00
Translation updater bot 9f663235af Localisation updates from https://translatewiki.net.
Change-Id: Ia9936e1536a2e0f177e167dab54d75efd6c394e0
2016-11-10 23:24:57 +01:00
Translation updater bot 3ed14df412 Localisation updates from https://translatewiki.net.
Change-Id: I86d9f4f877042067ade41af93c196f9469c56c97
2016-11-09 22:39:18 +01:00
Victor Vasiliev 46faa02c49 Fix the associativity of boolean logic operators
Change-Id: Icaf0fde0d74064532af4b110faef4014f8303f80
2016-11-06 20:30:07 -05:00