Commit graph

160 commits

Author SHA1 Message Date
Translation updater bot 900940d44e Localisation updates from https://translatewiki.net.
Change-Id: I11505d7cf59a46d83eaf9c48b1ed3ae27e89ea46
2016-05-19 23:07:43 +02:00
Translation updater bot f5af433e26 Localisation updates from https://translatewiki.net.
Change-Id: I817403555a5d50c8f881f4625ccdf5e516414df1
2016-05-16 22:41:13 +02:00
Gergő Tisza 3e3b91b527 Add AuthManager support for ReCaptcha, ReCaptchaNoCaptcha
Also remove references to "two words" from ReCaptcha labels.
The captcha image doesn't always contain two words.

Bug: T110302
Change-Id: I544656289480056152a1db195babb6dadf29bc71
2016-05-16 09:51:11 +00:00
Gergő Tisza 31c59374a4 Add AuthManager support to SimpleCaptcha, QuestyCaptcha, FancyCaptcha, MathCaptcha
Also update MathCaptcha so that it works with recent versions of
Math (and breaks with old ones). Also fix MathCaptcha API output,
which used to send the question in plaintext.

Bug: T110302
Change-Id: I0da671a546700110d789b79a3089460abd9cce3b
Depends-On: I8b52ec8ddf494f23941807638f149f15b5e46b0c
2016-05-16 09:50:25 +00:00
Kunal Mehta 9ea898ba2a build: Updating mediawiki/mediawiki-codesniffer to 0.7.1
Also added "composer fix" command.

Change-Id: Ibda3fd002c577c7f7c41920d67ec44fedbd27cb8
2016-05-09 16:41:17 -07:00
Translation updater bot 86f8e7647a Localisation updates from https://translatewiki.net.
Change-Id: I1c5050906f2e4ce0cb17fbbb318136f45b79453f
2016-05-07 10:51:47 +02:00
Translation updater bot 4b70d0197b Localisation updates from https://translatewiki.net.
Change-Id: I9a0f0ca389fe3ca6b81f12d2f447d8ea17e20952
2016-05-03 22:24:14 +02:00
Translation updater bot 8238eef60b Localisation updates from https://translatewiki.net.
Change-Id: I066f06d66c28185fde6b7dfdc7ccec1089cea32f
2016-05-01 23:15:59 +02:00
Translation updater bot 6acac228d9 Localisation updates from https://translatewiki.net.
Change-Id: Iea9cafa8b86fbac827f66a3a8e9a2f993558bc4c
2016-04-19 22:19:42 +02:00
Translation updater bot 87537cadeb Localisation updates from https://translatewiki.net.
Change-Id: Ic948c488a7f55254b451a87c54968d1448088835
2016-04-11 22:34:18 +02:00
Translation updater bot 7488eaaeb9 Localisation updates from https://translatewiki.net.
Change-Id: Ie5780f45cf2ae03d2d70c75cffab790e6dd9845f
2016-03-27 21:11:44 +02:00
Translation updater bot 3cde1b60ff Localisation updates from https://translatewiki.net.
Change-Id: I74cebee7ec7dd69b6e1e6070752c5e34a7f7ae8c
2016-03-23 22:19:47 +01:00
Translation updater bot 74fe4b99a5 Localisation updates from https://translatewiki.net.
Change-Id: I973327856b2c32fac6b913819ead94d5fc2f0e0c
2016-03-21 23:30:44 +01:00
Translation updater bot ae1e888e1e Localisation updates from https://translatewiki.net.
Change-Id: Iada7c2af309143844415708612695b4701e4a651
2016-03-20 22:38:13 +01:00
Translation updater bot cab6448cc0 Localisation updates from https://translatewiki.net.
Change-Id: I05847b647c56647f408353aff71578b582b79c1e
2016-03-19 22:51:04 +01:00
Translation updater bot 4eadb09085 Localisation updates from https://translatewiki.net.
Change-Id: I68ba81dcf263968854e13d0cb84bf0680e50c3b7
2016-03-18 22:41:23 +01:00
Translation updater bot d6f7e6a565 Localisation updates from https://translatewiki.net.
Change-Id: I25d512edbd6ed81a9a2e9108f0a7ae9396c638d0
2016-03-15 22:58:54 +01:00
Translation updater bot 1d23c5a6fb Localisation updates from https://translatewiki.net.
Change-Id: If176ef9d6346b3ac6304aa3a88b72295865224b5
2016-03-13 22:51:52 +01:00
Translation updater bot b42c93f175 Localisation updates from https://translatewiki.net.
Change-Id: I3a28085a1dfced52099e120896ad549bcea92fd1
2016-03-08 22:40:06 +01:00
Translation updater bot 1751a5dd97 Localisation updates from https://translatewiki.net.
Change-Id: Id055576ac4a3a905c2c54331dfa7e10fb0427c6c
2016-03-07 22:23:36 +01:00
Translation updater bot cc8cdccfda Localisation updates from https://translatewiki.net.
Change-Id: I29729924bfaf5a75af712624f52121cabe3ac87d
2016-03-06 22:12:25 +01:00
Translation updater bot 4654239321 Localisation updates from https://translatewiki.net.
Change-Id: I3c78a54c754a60be20d16c4832f3ea6190ca122e
2016-03-01 21:54:18 +01:00
Florian 999cbba074 Add "manifest_version": 1 to CAPTCHA modules
Needed to validate against a specific schema version.

Bug: T128330
Change-Id: I6f745057b8b17f57049ec5b565d7a882d19174c5
2016-02-28 18:20:01 +01:00
Translation updater bot cc74a7fe01 Localisation updates from https://translatewiki.net.
Change-Id: I394a7630921c63e5c5845c84df03a7346b12ed22
2016-02-27 21:55:06 +01:00
Ori Livneh 780f9eee27 Compress PNGs with zopflipng
Zopfli is the most efficient DEFLATE compression algorithm, trading run-time
performance for file sizes that are typically 3-8% smaller than those produced
by zlib with the maximum compression setting. Its output is Deflate-compatible,
so no specialized decoder is needed.

This change was created by running zopflipng against all the PNG files in this
repository. The exact invocation was:

  git ls-files --exclude-per-directory=.gitignore -- '*.png' \|
    parallel zopflipng -m -y --iterations=500 --filters=01234mepb {} {} \;

Files which zopflipng was not able to compress more efficiently were left unmodified.

Bug: T127608
Change-Id: I918a2e82996bbbc203d348e0c4983144359c0a68
2016-02-20 23:06:03 +00:00
Translation updater bot 6a860b500d Localisation updates from https://translatewiki.net.
Change-Id: I28b918b94dfe623e84b9ce8f276089c5d7afee53
2016-02-17 22:47:54 +01:00
Umherirrender 97c44dee46 Fix case of Html class
Gives fatal when using $wgAutoloadAttemptLowercase = false

Change-Id: I7131f6067b8a4b07984de0c548c23fade49c9b9e
2016-02-13 22:21:04 +01:00
Translation updater bot 9a1a200d10 Localisation updates from https://translatewiki.net.
Change-Id: I0ef4ef5333833fb912f0fb5bcb01d413fe0a7ce5
2016-02-12 22:07:43 +01:00
Translation updater bot 23a47bebde Localisation updates from https://translatewiki.net.
Change-Id: Idf3a34a868e4cb8ea655b81d889a04d4046ab2a9
2016-02-11 21:38:03 +01:00
Translation updater bot 85028b6973 Localisation updates from https://translatewiki.net.
Change-Id: Id1ffe3fec2d9cbc59b52768bc637c068bfb2b067
2016-02-09 21:39:31 +01:00
Translation updater bot 47e4e5d1e5 Localisation updates from https://translatewiki.net.
Change-Id: Ib3ec749578fb4527be40dfccc01de5397ce97594
2016-02-08 22:11:58 +01:00
Translation updater bot 8b22f0f820 Localisation updates from https://translatewiki.net.
Change-Id: I7bf5ea5ccb06921649422effadb6f79cc40abf62
2016-02-07 22:14:35 +01:00
Translation updater bot 89a7d72217 Localisation updates from https://translatewiki.net.
Change-Id: I49405cde8208e3de616e702d57f50c52614937a5
2016-02-05 21:50:18 +01:00
Translation updater bot 2c27a4b473 Localisation updates from https://translatewiki.net.
Change-Id: I9fc66328c6e8220230e9a706f6e887f283daf138
2016-02-04 22:12:25 +01:00
Translation updater bot 3eaf561945 Localisation updates from https://translatewiki.net.
Change-Id: Ibbf35f24ac4c2fa2927b5120578aa65a8c024213
2016-01-27 21:39:29 +01:00
Translation updater bot 1e2a7642fb Localisation updates from https://translatewiki.net.
Change-Id: I59faf6d2b121cc33083d39ecf33353a33266fa80
2016-01-23 22:24:54 +01:00
Translation updater bot 03dad56764 Localisation updates from https://translatewiki.net.
Change-Id: I4f2277f591b933422a455e0da2645b0899c7b8b1
2016-01-18 21:34:48 +01:00
Translation updater bot 4394360be2 Localisation updates from https://translatewiki.net.
Change-Id: Ia6c7d22d4c7da2d9308ba683076f6c53b160036c
2016-01-11 22:50:16 +01:00
Translation updater bot 1eae6d5591 Localisation updates from https://translatewiki.net.
Change-Id: I40e3ea5ef8cdd367646ee0c09144e725648e4e7b
2016-01-08 22:17:27 +01:00
Translation updater bot ecc58c67bd Localisation updates from https://translatewiki.net.
Change-Id: I954d711ea60ef864d4256b1571459cc1153f49d9
2016-01-04 22:35:32 +01:00
Translation updater bot 4071f2143c Localisation updates from https://translatewiki.net.
Change-Id: I1ad2384683acda31b0f979e9e67d8d13a36f5576
2016-01-03 21:40:58 +01:00
Translation updater bot adb2da8647 Localisation updates from https://translatewiki.net.
Change-Id: I14632515560bcb35dfdb27f2613eb06b61522d90
2015-12-28 21:01:07 +01:00
Translation updater bot 79636a4157 Localisation updates from https://translatewiki.net.
Change-Id: I222bf23f709b5193fd5df4416f271f44afc0bbbc
2015-12-25 21:51:32 +01:00
Translation updater bot fd8d7acf5d Localisation updates from https://translatewiki.net.
Change-Id: I3ef635a036fcb49965b724da73f451b4be09a272
2015-12-23 22:04:04 +01:00
Translation updater bot 201100a9ee Localisation updates from https://translatewiki.net.
Change-Id: I3a8568ea53e6a10c47b813919865bd2b686c151f
2015-12-22 22:08:43 +01:00
Translation updater bot ebbb13c3cc Localisation updates from https://translatewiki.net.
Change-Id: I1176fd4612e1126602105a554ac5de743136d11e
2015-12-20 22:32:45 +01:00
Translation updater bot 8d02784559 Localisation updates from https://translatewiki.net.
Change-Id: I122ab8ac822d9d88d47a168aff18d5576b2e9882
2015-12-16 22:34:20 +01:00
Translation updater bot 688f88849b Localisation updates from https://translatewiki.net.
Change-Id: I83900391991d12e1af88aafc1517e5c4e22a7316
2015-12-13 22:16:23 +01:00
Translation updater bot e0ef0eff11 Localisation updates from https://translatewiki.net.
Change-Id: I0052ebe88db6395558fb96c36ff7864ab14fe856
2015-12-11 23:48:19 +01:00
Translation updater bot 7fbe62d076 Localisation updates from https://translatewiki.net.
Change-Id: I53bf173640af2b671174ebc983fe289adf3b2fcd
2015-12-08 22:22:13 +01:00