Commit graph

4953 commits

Author SHA1 Message Date
Translation updater bot 2acd3aa6a7 Localisation updates from https://translatewiki.net.
Change-Id: I83130ec85a0ef25973fcd6563d6f99e9a6f5764e
2019-01-17 09:12:29 +01:00
Matěj Suchánek 8994407a7d Remove duplicate notifications after merging users
Bug: T103747
Change-Id: Ic2612e5d7861ef7c6a22ab66fd3b9d6ea71f959f
2019-01-16 18:38:34 +01:00
Translation updater bot cfffc7aa0c Localisation updates from https://translatewiki.net.
Change-Id: I77bc85cc44eceaa766a02fb2d1b58c74a5a830ea
2019-01-13 22:12:57 +01:00
Translation updater bot dc85a66bac Localisation updates from https://translatewiki.net.
Change-Id: I20744e31a83db90caa0ebb011ad9280fdab55495
2019-01-12 22:39:40 +01:00
Volker E c2dba98a9d build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass
Change-Id: I2789e3b93d1fc5743ea94b946fcd3e3ba8798e5e
2019-01-09 18:42:06 -08:00
Translation updater bot 4fcd539252 Localisation updates from https://translatewiki.net.
Change-Id: Iaffdf523f4d980e3141e93f718167b2bda6001fa
2019-01-08 22:29:39 +01:00
jenkins-bot 729111443e Merge "Display the full title in notifications about mention in summary" 2019-01-07 22:10:51 +00:00
jenkins-bot 86ec338346 Merge "Avoid double escaping of select options" 2019-01-07 22:10:48 +00:00
Translation updater bot cf1406d42e Localisation updates from https://translatewiki.net.
Change-Id: I3b153d4c8d0eb56795c05868cf4980dcf368eab1
2019-01-06 22:30:15 +01:00
Translation updater bot 21950eeb6a Localisation updates from https://translatewiki.net.
Change-Id: Ifd97ad391f76e54ebb26d2366a338d9560975e11
2019-01-05 22:33:44 +01:00
Matěj Suchánek ed171889bf Avoid double escaping of select options
Since the correct transformation method is unclear, change them to plain message keys.

Bug: T211876
Change-Id: I055c089574e7dcf5d634da402290a2ad024126f9
2019-01-05 11:06:20 +01:00
Translation updater bot 16f0d41e2f Localisation updates from https://translatewiki.net.
Change-Id: Iafbb9e5399c81b64a3cf549bd84058f29f9bbbf1
2019-01-03 22:52:17 +01:00
jenkins-bot b6fab8150a Merge "Add missing use for Wikimedia\Rdbms\Database" 2019-01-02 21:22:48 +00:00
Umherirrender d042257d40 Add missing use for Wikimedia\Rdbms\Database
Change-Id: I0c4beb49d1042c3ebe09b3d6e036b1028426715f
2019-01-02 19:40:58 +01:00
Umherirrender 795d48d539 Required argument follows optional
Remove default value, it is already list in param doc

Change-Id: Icbea3afce6abfbc075136798959521046ce86ab0
2019-01-02 14:52:14 +01:00
Translation updater bot 61385eaaea Localisation updates from https://translatewiki.net.
Change-Id: I907d1ac543930a55b2daa7631d7fe65cd31db81d
2019-01-01 22:20:40 +01:00
Matěj Suchánek cb1051ce19 Display the full title in notifications about mention in summary
It always puzzles and confuses me when I get this notification without the namespace.

Change-Id: I03711575d8ddbdfb07879982640dfdcb7b69b3ab
2018-12-31 16:43:56 +01:00
jenkins-bot 7a8ea37e6f Merge "Avoid expensive array_shift where possible" 2018-12-28 22:51:39 +00:00
Paladox 51c5f06094 phpcs: exclude the vendor folder
Change-Id: Ib836123a35cb632544285631ba5ee56a671b82c3
2018-12-27 21:32:39 +00:00
Translation updater bot 4c55aa08d5 Localisation updates from https://translatewiki.net.
Change-Id: Ic2fdd9da7dda32223ab52bcf583e01489699a8ac
2018-12-27 09:51:09 +01:00
jenkins-bot 858521dca8 Merge "Some more specific array and array[] type hints" 2018-12-21 23:41:17 +00:00
Translation updater bot 7c100ccb0d Localisation updates from https://translatewiki.net.
Change-Id: Icd9e75ef3ce6f4df30fff7d8ca69e32a83e48930
2018-12-20 22:41:35 +01:00
Translation updater bot 90556007d0 Localisation updates from https://translatewiki.net.
Change-Id: I83af3cf3f8bc059f4d2d23570753cb80b91c75af
2018-12-18 22:48:16 +01:00
Kunal Mehta c9d1faeb6d build: Set "root": true, in .eslintrc.json
This ensures that each repository's "npm test" command is fully
independent of wherever it might be in the filesystem.

Bug: T206485
Change-Id: I3073faa59bbb6606120f8ea52b0ebad66094d253
2018-12-17 18:54:51 -08:00
Translation updater bot 7c755e4d2c Localisation updates from https://translatewiki.net.
Change-Id: Ia04fef826d3d6c0c5190ee07c5f3281d0202ff38
2018-12-17 22:19:13 +01:00
Thiemo Kreuz 8d7fc8c66a Avoid expensive array_shift where possible
array_shift manipulates the original array. This is surprisingly
expensive, because it iterates *all* elements in the array and
decrements numeric keys. The code touched in this patch does not need
this restructured new array, but only the individual elements.

Change-Id: I166fdbe199400611a21cbd608dd3e177336c8fd5
2018-12-17 11:46:02 +01:00
Thiemo Kreuz 0a6e548e4e Some more specific array and array[] type hints
Change-Id: I2c518410df779683dfd70aacd5084f55d6766498
2018-12-17 11:45:39 +01:00
Translation updater bot e8eb80eec3 Localisation updates from https://translatewiki.net.
Change-Id: I90f16e8040086c1aef7750bbb6edb6f9e10ed203
2018-12-15 22:23:53 +01:00
Translation updater bot 90f0aa255e Localisation updates from https://translatewiki.net.
Change-Id: I0d09718b509d6d342b429e2a1d53a58f1d6cfdd6
2018-12-14 22:21:51 +01:00
Translation updater bot 898e41150e Localisation updates from https://translatewiki.net.
Change-Id: Ia4d0ea49138a15cdc8e9e634f577719e848227ec
2018-12-09 22:39:04 +01:00
Translation updater bot df6435a9d5 Localisation updates from https://translatewiki.net.
Change-Id: I1ea8d9e036aa1a28a5b5d04df8cb8328f2909e74
2018-12-06 22:32:06 +01:00
Translation updater bot b3ce8a9355 Localisation updates from https://translatewiki.net.
Change-Id: I1521862ef6d360bba78d03ece9495015ddaed7dc
2018-12-05 22:30:18 +01:00
Translation updater bot 41f5057540 Localisation updates from https://translatewiki.net.
Change-Id: I8a9b40e116f9836178564403e802faf1a5e4aa7d
2018-12-04 22:14:33 +01:00
Translation updater bot a77b458361 Localisation updates from https://translatewiki.net.
Change-Id: I9c4237e104859c340d24798d4e79ffe8cf2dfdcf
2018-12-03 22:35:19 +01:00
Translation updater bot da1ce89a88 Localisation updates from https://translatewiki.net.
Change-Id: I9c26a17cde1a015caa179a18e455b8576eba4be5
2018-12-01 22:17:30 +01:00
Translation updater bot 8521f0bcf6 Localisation updates from https://translatewiki.net.
Change-Id: I3c343683c122484736e2d9164cb8ee80ad220632
2018-11-30 22:49:49 +01:00
Ed Sanders 4d03a4856d Update eslint-config-wikimedia to 0.9.0
Change-Id: Icd7b0f4ca54275c31eb61a759e2c3c9ce0a18952
2018-11-27 22:48:32 +00:00
Ed Sanders 0f51b4f3e6 eslint: Drop 'dot-notation' rule
Bug: T210552
Change-Id: I8630ada0e269bfde08bca5512794cdf4df1e8c50
2018-11-27 22:43:06 +00:00
Volker E b680244f8a Fix navigation controls wrapping on Notifications page
Fixing regression from a8ef5fe765c1.

Bug: T210487
Change-Id: I914b94515398d9fa388e8a8984b22f52e3507c86
2018-11-27 09:27:52 -08:00
Translation updater bot 2854d457cd Localisation updates from https://translatewiki.net.
Change-Id: I78a86036692c5659736986a3c3ca9fece525a67b
2018-11-25 22:33:51 +01:00
Translation updater bot 84830f8c9f Localisation updates from https://translatewiki.net.
Change-Id: I76616db43fbb72dadab618a3b97aac1cb3daf87d
2018-11-23 22:17:35 +01:00
Translation updater bot eae6802fee Localisation updates from https://translatewiki.net.
Change-Id: I6e51e4816d65f037bbb05553ebecbd250669f2f2
2018-11-21 22:29:04 +01:00
Translation updater bot 437fa54a31 Localisation updates from https://translatewiki.net.
Change-Id: I60cc5a878a748b82bed446f2f13445c4137d6ae6
2018-11-18 22:48:27 +01:00
Translation updater bot 0450ecc361 Localisation updates from https://translatewiki.net.
Change-Id: Ia86987a2b5ab8c81485552f4a2832ca909f60e34
2018-11-16 22:29:28 +01:00
Edward Chernenko 33e77eb7c2 (cosmetic) Fix typo in comment of abortNewMessagesAlert()
Change-Id: Ieb46771b66f655319ad3653edb1bdac08b824c4f
2018-11-16 03:24:08 +03:00
Translation updater bot 285aa8f110 Localisation updates from https://translatewiki.net.
Change-Id: I98402952c320a6da18e4dc2f061d993451c02275
2018-11-15 23:00:05 +01:00
libraryupgrader 6ee809d6e6 build: Updating mediawiki/mediawiki-codesniffer to 23.0.0
Change-Id: I88b24b63a69869d76c3d25dd276aa21be93272e8
2018-11-14 12:44:53 +00:00
Mogmog123 b96093284a Clean up back-compatible code in NotificationController.php
Change-Id: Icb4cb98c1dfbd79e5f0c9a4ae91568fea9e19dcd
2018-11-14 09:54:10 +00:00
jenkins-bot 2585fa1354 Merge "Remove obsolete aliases from closures" 2018-11-13 23:08:26 +00:00
Translation updater bot 7294600216 Localisation updates from https://translatewiki.net.
Change-Id: I5ca2ddf20d891334c7157504eb5e2a55561b21c9
2018-11-12 22:12:43 +01:00