Commit graph

2620 commits

Author SHA1 Message Date
jenkins-bot 9106c11bbd Merge "Defer af_throttled query to post-commit auto-commit mode" 2014-02-03 02:50:47 +00:00
jenkins-bot 5f1d7ad634 Merge "Preload abusefilter-warning if created page is blank" 2014-02-03 02:38:30 +00:00
Translation updater bot 188f4d076e Localisation updates from https://translatewiki.net.
Change-Id: I1931ee0825af830d88e8c62255dfad7653cbfe3e
2014-02-01 19:39:39 +00:00
Aaron Schulz 9a632d04ec Defer af_throttled query to post-commit auto-commit mode
* Due to the nature of this code (a throttle) it will likely slam the DB,
  so push it after the end of the main transaction.

bug: 60600
Change-Id: I48895358deaa1b951d849eeee14c7126cfa25ec8
2014-01-29 23:37:08 +00:00
Translation updater bot f957c3b70a Localisation updates from https://translatewiki.net.
Change-Id: If69dfe4a2ab5541ac6eb9edbcfe97dc22339dcc2
2014-01-28 21:17:03 +00:00
Translation updater bot 415a9d0173 Localisation updates from https://translatewiki.net.
Change-Id: Ife15a1db7b76ad1269639c687b7a84d23ad3a46a
2014-01-26 16:17:15 +00:00
Sorawee Porncharoenwase 37d1a5c3b1 Preload abusefilter-warning if created page is blank
This patch makes a new warning message preload the text 
of MediaWiki:abusefilter-warning when the message is created 
through the filter editing view. Generally, it will make 
users more convenient because filter warnings
usually have a pattern, and preloading a pattern from the page
will save time. This patch doesn't work when
MediaWiki:abusefilter-warning hasn't created yet.

Change-Id: Ia327463c52060bfd55c0a1fa6fcec592cc3c3999
2014-01-26 15:22:28 +00:00
Marius Hoch 74bef04015 Add missing wfProfileOut calls
Change-Id: I4699284984f21e97fd85d62ca6d4722d3470a6f3
2014-01-26 04:54:16 +00:00
addshore 28ad8fa659 Remove random space in AbuseFilterViewTestBatch
Change-Id: I2c95e09d7e34ed1d517114324b2ad988ad659dfb
2014-01-25 14:04:18 +01:00
jenkins-bot 00e8746d92 Merge "Increased the number of rows in AbuseFilter's Filter testing textarea" 2014-01-25 00:12:35 +00:00
Translation updater bot c01bdb1d64 Localisation updates from https://translatewiki.net.
Change-Id: I386e9c4ff9a59b1a1c2e41a621f388f153107ada
2014-01-24 20:06:03 +00:00
tonythomas01 068c3c54c3 Increased the number of rows in AbuseFilter's Filter testing textarea
Changed the textarea size in AbuseFilter Notes text area
from 5 to 15 to match with the new Conditions text box.

Bug: 55365
Change-Id: I1da26166f28f31b2a18c1dca3709efc0728d45d6
2014-01-25 00:42:05 +05:30
jenkins-bot e082aff755 Merge "Increased the number of rows of AbuseFilter's Examine Past diffs table" 2014-01-24 00:31:01 +00:00
jenkins-bot efa50efe4f Merge "Increased the number of rows in AbuseFilter's Filter testing textarea" 2014-01-24 00:27:22 +00:00
Translation updater bot 5e4b99059f Localisation updates from https://translatewiki.net.
Change-Id: I0303d646f1150a99360e85c3ccf886e927784762
2014-01-23 20:09:36 +00:00
Chad Horohoe f38a00336d Don't even mention $wgTitle in comments
Change-Id: I28c8c4cb31e7beafcc3bca2620c3e65d8853ad51
2014-01-22 20:47:06 -08:00
jenkins-bot d0f435a953 Merge "Remove old username" 2014-01-23 01:36:19 +00:00
Reedy 1f439732b9 Add COPYING
Change-Id: Ic0c134e93aeea7ce3b8386e75b867e12a3cc9423
2014-01-22 21:21:10 +00:00
helderwiki a3ef51c43a Remove old username
My current user name is already in the list.

Change-Id: I166d0702e427671c2e8a9011b4d2160449ab98b9
2014-01-22 15:42:28 -02:00
jenkins-bot 76c984cfe6 Merge "Don't pass empty strings to strpos" 2014-01-21 20:52:42 +00:00
Translation updater bot d6950fe542 Localisation updates from https://translatewiki.net.
Change-Id: I779ac92b51660fb7d6f66f8bbe2e7abf8050ad09
2014-01-21 19:49:34 +00:00
Translation updater bot 33bfba9b90 Localisation updates from https://translatewiki.net.
Change-Id: I1430311bb895f437f4e1b116afa3abfabacba79d
2014-01-20 20:21:37 +00:00
Liangent 25a15f641c New diff variables regarding pre-save transformed wikitext
Change-Id: Ie21041d96f1c4cf37d697fffcaffa1ff8242f886
2014-01-20 02:49:54 +01:00
jenkins-bot cb7dc7fa63 Merge "Make MOVED_TO* var generating from RecentChanges working" 2014-01-19 23:54:15 +00:00
nullzero 6c89ccc2fe Make MOVED_TO* var generating from RecentChanges working
This patch fixes the generation of MOVED_TO vars from
recentchanges rows.

Change-Id: I6c5471620a0fb5cb78b946fc162ff3d6a30b0e0e
2014-01-20 00:48:23 +01:00
Translation updater bot 25e3eb37fb Localisation updates from https://translatewiki.net.
Change-Id: I450a23699e695998e7ba086e5948f14fff754801
2014-01-19 20:11:55 +00:00
Translation updater bot 9069731283 Localisation updates from https://translatewiki.net.
Change-Id: Ib5fdc0adeaa8ebd59f87d24eccc780536e8c2030
2014-01-18 21:12:45 +00:00
Jackmcbarn 4046a3ceaf Don't pass empty strings to strpos
When an empty parameter is passed to a function using strpos, such as when
an extra comma appears at the end of contains_any's parameter list, don't
call strpos on the empty string.

Bug: 60203
Change-Id: I6221a01ad1ec9090de7bfc1d9d6583f22ba0eb2e
2014-01-18 12:10:42 -05:00
Translation updater bot 9c1d878b76 Localisation updates from https://translatewiki.net.
Change-Id: I8fc0901af4aadba4fd4158a98da3bfe997f86745
2014-01-17 20:37:46 +00:00
Translation updater bot d92b9d0449 Localisation updates from https://translatewiki.net.
Change-Id: Iee3bfc91ddf6bd9d5ebfcda540480b46cb7bfd38
2014-01-16 23:05:45 +00:00
Translation updater bot bed1266c06 Localisation updates from https://translatewiki.net.
Change-Id: I9d1c5435c596e8a31026a5bc838f9e12e904eace
2014-01-15 20:59:22 +00:00
jenkins-bot 90b18774fc Merge "Prevent fatal error in Special:AbuseFilter/test" 2014-01-15 00:18:49 +00:00
Translation updater bot 5ce2204f58 Localisation updates from https://translatewiki.net.
Change-Id: Ic224bf523d08565b0240677515fd63563eb50add
2014-01-14 20:43:00 +00:00
Translation updater bot ecca107497 Localisation updates from https://translatewiki.net.
Change-Id: Idee666e5feef82de724a45dcfa2cb2d1cb7e5b5c
2014-01-13 21:32:07 +00:00
Translation updater bot a8acee228b Localisation updates from https://translatewiki.net.
Change-Id: I6154b8e03bcab1398181216c937913597a0b5510
2014-01-12 20:33:11 +00:00
Anjana S 4a5b76539d Increased the number of rows in AbuseFilter's Filter testing textarea
The text areas for the table row had only 5 rows, which is a lot less than
 the default number of rows.So now the number of rows in the testing textarea is changed to 15.

Bug: 59869
Change-Id: I9f221e7a49473ae1d473333f7ecf26235366d257
2014-01-12 21:04:52 +05:30
tonythomas01 c5dea20d99 Used [[MediaWiki:Parentheses]] instead of hardcoded parentheses
Corrected $s .= " ($examineLink)";
Corrected Wrong code
Added the ' ' before parantheses
Corrected spell error

Bug: 50796
Change-Id: I50a0b93a86101e6556045d91d03a4784deacaaea
2014-01-12 19:59:41 +05:30
Translation updater bot 274bc08b24 Localisation updates from https://translatewiki.net.
Change-Id: Iaefad3b4e4f42c5be1ae5ce755c455d026121445
2014-01-11 21:53:50 +00:00
Amrutha S 7fd788f9d4 Increased the number of rows of AbuseFilter's Examine Past diffs table
The text areas for the table row had only 5 rows initially which was
small and it needed scroll to view it completely.
Now it has been changed to 25.

Bug: 59866
Change-Id: I77a092ac956bd9a9e4b7eb38abb16876087b8560
2014-01-11 12:54:43 +00:00
Translation updater bot 706c26378d Localisation updates from https://translatewiki.net.
Change-Id: I073f3cfe339645585a3720a19deb78a4298809f1
2014-01-10 22:42:43 +00:00
Translation updater bot ce391456cd Localisation updates from https://translatewiki.net.
Change-Id: I237f1032602327cb74822f8f9fbdedbcaebc6837
2014-01-09 20:25:59 +00:00
jenkins-bot a23ca862e4 Merge "always show diff link if available" 2014-01-09 13:40:20 +00:00
nullzero ecaa6dcb0d always show diff link if available
This patch makes a diff link appear in Special:Abuselog no matter a filter
is public or private. Because there is much information to figure out which
revision a filter catches, showing a diff link will make patrollers more
convenient without leaking more information.

Bug: 59695
Change-Id: I6a4432cbb41ae78583cc87355514f252984c1005
2014-01-09 04:57:44 +07:00
Translation updater bot 64da11f9e9 Localisation updates from https://translatewiki.net.
Change-Id: I18e655205e59b0560398fe29e45552554aa9b464
2014-01-08 20:30:31 +00:00
Jackmcbarn 2bea87c1d0 Restore the Details link in Special:AbuseLog
The fix for bug #50808 resulted in the Details link being hidden from the
log page as well as the details page. This restores it to the log page.

Change-Id: I651f0f41e0d603cbd28cbf920842d6bdd879f4b1
2014-01-07 21:09:30 +00:00
Translation updater bot 9d067123b7 Localisation updates from https://translatewiki.net.
Change-Id: I62b7f1be78f7e939794799bf537b52410689aeaa
2014-01-07 20:39:38 +00:00
jenkins-bot 2125c3e341 Merge "Removing AbuseFilter::checkConditions' param" 2014-01-07 19:28:46 +00:00
Translation updater bot caa38381c8 Localisation updates from https://translatewiki.net.
Change-Id: Id1930707aba2d4c4c7e66e1ba2228e7f36e136b6
2014-01-06 20:02:40 +00:00
Hoo man 91ff9853ce Merge "Add triggered filter id as parameter to messages" 2014-01-05 21:04:09 +00:00
Translation updater bot 9613e06938 Localisation updates from https://translatewiki.net.
Change-Id: Iabd225207cccf0f7cbc879283e56c09415077a56
2014-01-05 20:06:42 +00:00