Commit graph

4609 commits

Author SHA1 Message Date
Translation updater bot 5477332a30 Localisation updates from https://translatewiki.net.
Change-Id: I0dc157aad7278873fdb1aca28f3be163ae729a20
2018-05-18 22:48:21 +02:00
Translation updater bot b3dd092832 Localisation updates from https://translatewiki.net.
Change-Id: I4ff6b767edf3f9c806dcc1e49a0f60a4e07497a9
2018-05-17 22:19:37 +02:00
Translation updater bot 1a2fde884b Localisation updates from https://translatewiki.net.
Change-Id: I2b1d1754f9548b89588980c54253a756f1084b34
2018-05-15 22:24:36 +02:00
Translation updater bot 1a2b3eeb8e Localisation updates from https://translatewiki.net.
Change-Id: I8e03072e91ef47932e0dd306d43158b28c3eb899
2018-05-13 22:18:04 +02:00
Translation updater bot a4ea9ac892 Localisation updates from https://translatewiki.net.
Change-Id: Ie2492ed1ca8f25e465b31f5988d6369e435c546d
2018-05-10 22:20:28 +02:00
jenkins-bot 45f360f25f Merge "Make NotificationJob json-serializable" 2018-05-09 22:01:46 +00:00
Kunal Mehta c21cf466e3 Add Roan to authors list
Change-Id: Ief93f9e95af6ea05624433c41d14e0b28f8fbe59
2018-05-09 07:52:05 -07:00
Translation updater bot 138d56ad0c Localisation updates from https://translatewiki.net.
Change-Id: Ia3d29ee4a0a54812dc5afeeb171e685d7570eb19
2018-05-08 22:19:52 +02:00
Stephane Bisson be88fc58c1 Make NotificationJob json-serializable
NotificationJob used to include an instance
of EchoEvent, which is not serializable.

With this change, it only includes the
event Id (int) and retrieve the event
instance in its run() function.

Bug: T192945
Change-Id: I00950ddfa37717c7dfc19efdca9701693622da5d
2018-05-08 15:52:55 -04:00
Translation updater bot d0259ee796 Localisation updates from https://translatewiki.net.
Change-Id: I208f931c3f32ea4d13b3d1d398832bd86451ed9d
2018-05-06 22:22:17 +02:00
Translation updater bot dd805858f3 Localisation updates from https://translatewiki.net.
Change-Id: Ia0e40e251a9ad7ef0aaf9b1c928e649fad844278
2018-05-05 22:14:41 +02:00
Translation updater bot 0a208e969c Localisation updates from https://translatewiki.net.
Change-Id: Iee28db25cb7e2e34f01d0a43b92733c343314af5
2018-05-03 22:21:12 +02:00
Translation updater bot 7cf1d0efda Localisation updates from https://translatewiki.net.
Change-Id: I1c4c5456e188c11cdc8f3ca05482d83ee9395349
2018-05-02 22:16:21 +02:00
jenkins-bot bf24d336d3 Merge "rspec: Use environment variables for user+password" 2018-04-30 23:47:27 +00:00
jenkins-bot b926673987 Merge "Sticky toolbar: Add missing vendor prefix" 2018-04-30 22:56:43 +00:00
jenkins-bot 0bc289b530 Merge "rspec: Update wiki password for Jenkins" 2018-04-30 22:56:42 +00:00
Roan Kattouw 36d250da85 rspec: Use environment variables for user+password
Change-Id: I20273f1be7d11614879144a495c7853b6459e8b2
2018-04-30 15:46:01 -07:00
Roan Kattouw 2988b0ac04 rspec: Update wiki password for Jenkins
Apparently this changed. We should really use the env vars for this.

Change-Id: I4c4147ff6cc64d276588a16842bf436cb45e575a
2018-04-30 15:35:29 -07:00
Translation updater bot d6404910fb Localisation updates from https://translatewiki.net.
Change-Id: I0f4ffe896a534822dc38e042c74ac3df1c5f111c
2018-04-30 22:22:13 +02:00
Translation updater bot 6b1c1a64a7 Localisation updates from https://translatewiki.net.
Change-Id: If797c12626eebcca33f0922fbcb529a95b91ce42
2018-04-28 22:32:48 +02:00
Translation updater bot 246a8e65b6 Localisation updates from https://translatewiki.net.
Change-Id: I6772c6311593c6b102a0b9233eb60a3bc079938e
2018-04-26 22:16:31 +02:00
Translation updater bot 8467cdf3a4 Localisation updates from https://translatewiki.net.
Change-Id: I6e9e88e44f087c27fc08df1497c4fce2ffc36c1b
2018-04-25 22:38:33 +02:00
Translation updater bot 664a0d0c07 Localisation updates from https://translatewiki.net.
Change-Id: I61fa4eb9f0d7e887f63e4256fe0bb3f4f0d6f6f8
2018-04-24 22:22:33 +02:00
Translation updater bot 28eaf07d6e Localisation updates from https://translatewiki.net.
Change-Id: I32c52a152e0a06db399067199f1f50a3bb291b2e
2018-04-23 22:30:40 +02:00
Translation updater bot ce4e621db8 Localisation updates from https://translatewiki.net.
Change-Id: Ifdebee52ff0dfecc028256d9c665a3d280f86eb1
2018-04-21 22:15:32 +02:00
Translation updater bot 6c0c527bd9 Localisation updates from https://translatewiki.net.
Change-Id: I940d1616b7ff993eae8bd6059414f1236554a502
2018-04-18 22:10:46 +02:00
Translation updater bot ed7f8f4309 Localisation updates from https://translatewiki.net.
Change-Id: I738d3ba86086f8d0990fba55b574633fef434963
2018-04-17 22:25:03 +02:00
Fomafix 1e71b8bef3 Use PHP's implode() with the suggested order of arguments
https://secure.php.net/manual/en/function.implode.php defines the order
of arguments as

 string implode ( string $glue , array $pieces )
 string implode ( array $pieces )

Note:
  implode() can, for historical reasons, accept its parameters in
  either order. For consistency with explode(), however, it may be less
  confusing to use the documented order of arguments.

Change-Id: I74468fe2833c897ec9a7ddeb5a1e5b50bb50da94
2018-04-16 20:21:44 +02:00
Translation updater bot 3b4e4d4a2d Localisation updates from https://translatewiki.net.
Change-Id: I76d34960661ac8067bd2906fd04da24a79e574b1
2018-04-15 22:23:25 +02:00
Translation updater bot e1c4bfb33c Localisation updates from https://translatewiki.net.
Change-Id: I8304ea1a0ea788269bfbda574afe4227b7da02a1
2018-04-14 22:13:51 +02:00
libraryupgrader df0d4a40f9 build: Updating mediawiki/mediawiki-codesniffer to 18.0.0
Change-Id: I06e2372dc35e679af8d7f0b9f3ee85defffb7a31
2018-04-14 00:45:17 +00:00
jenkins-bot 4538925597 Merge "Conditionally rearrange date and button in notif list" 2018-04-13 18:25:38 +00:00
jenkins-bot 7c06f6cf0a Merge "tests: Remove expectations for methods that don't exist" 2018-04-12 23:44:43 +00:00
Kunal Mehta 23a06fa5d4 tests: Remove expectations for methods that don't exist
These trigger warnings in PHPUnit 6.

Change-Id: I01ddd139f1226c1a905763cd98cb4ddb5242f4bf
2018-04-12 16:21:09 -07:00
jenkins-bot f5d47b3ee7 Merge "Revert "Revert "Remove unused 'trash' icon""" 2018-04-12 15:37:42 +00:00
Catrope ee44f96e2f Revert "Revert "Remove unused 'trash' icon""
Can be removed now that it's been moved to PageTriage.

This reverts commit b59eedd251.

Change-Id: If829148d09cb28f21bd48d5073886b44174b274d
Depends-On: I370391d7460c5b04a5a1ddb2e191f29044b30e5e
2018-04-11 19:54:35 +00:00
Aryeh Gregor 86b4ed5c56 Remove call to doLogin(), which does nothing
I805520e5 is removing all callers from core.

Change-Id: I56025a9c64406f44cb157a17e308da358de0da47
2018-04-11 17:11:27 +03:00
Translation updater bot 2eaf0de2be Localisation updates from https://translatewiki.net.
Change-Id: I4e4fbc0300cf50b87aff40a905a64439467209d5
2018-04-10 22:15:21 +02:00
Translation updater bot 6d00265c59 Localisation updates from https://translatewiki.net.
Change-Id: I5f006c4a934a6f80e51c7007816795b3619c72b6
2018-04-09 23:16:56 +02:00
jenkins-bot ad9f580b72 Merge "Move EchoHooks into includes/" 2018-04-09 16:03:53 +00:00
Kunal Mehta e33b42882d Move EchoHooks into includes/
Change-Id: I6fe78ca2763f1d449198d9f4e9a0c4d9b8e081f7
2018-04-09 00:24:23 -07:00
Translation updater bot d460a584bf Localisation updates from https://translatewiki.net.
Change-Id: I4e644d4a7e2e353d325d7e7712ce19e08fe7cb5e
2018-04-08 22:29:52 +02:00
Translation updater bot 28f6be7a31 Localisation updates from https://translatewiki.net.
Change-Id: I2e1c7f78c57cb0377d5ada22cf5d1819d4554ce6
2018-04-07 22:34:20 +02:00
Umherirrender b166664efc Fix parameter docs
Change @param to @var
Add |null to nullable arguments
Removed comment out code

Change-Id: I535ad4d544284c1e0fb6f39c254761f0810b4cc7
2018-04-06 08:17:17 +00:00
Umherirrender 7e40fcc6ca Add missing use for namespace Wikimedia\Rdbms
Changed to interface, because the result of IDatabase::select is
directly returned and now the same type

Change-Id: Ib77e1f5c26ebf0b474dc944b15d6ef671a88e836
2018-04-06 07:56:13 +00:00
Translation updater bot 83ad3d35e2 Localisation updates from https://translatewiki.net.
Change-Id: I569c05b34f59d65dceed8eb8995dc79ac95d6d7d
2018-04-05 22:22:15 +02:00
jenkins-bot caa28b5e6b Merge "Revert "Remove unused 'trash' icon"" 2018-04-05 19:53:44 +00:00
Catrope b59eedd251 Revert "Remove unused 'trash' icon"
Still being used by PageTriage.

The proper solution is to move the icon to PageTriage, but
for now let's bring it back in Echo to unbreak things.

This reverts commit 54f49875e9.

Bug: T191335
Change-Id: If4c709d9932ac0d063f6211c5ddd82846f0f6a6d
2018-04-05 19:07:04 +00:00
Translation updater bot d6739c7558 Localisation updates from https://translatewiki.net.
Change-Id: I1116b383b5b14a3104535f7220f6e1db0ea274cb
2018-04-04 22:50:18 +02:00
Umherirrender 52e91a605a Fix return type of EmailBatch::newFromUserId
Use | as separator for multiple classes

Change-Id: I246443b058436bec6b17675d4be46e130a4c075b
2018-04-04 12:35:54 +00:00