Commit graph

2026 commits

Author SHA1 Message Date
Reedy 40e831d464 Remove implode erroneously left
Swap some output calls to error

Don't attempt to delete if the store has had any sort of errors

Remove try/catch and unindent

Follows up Ib8d5ddf4ca95defe705a6f7db01dc6f43ca5d9db

Change-Id: I982c4ee5e7d48a07c5d8d0211d1e618d83065536
2017-03-23 01:08:19 +00:00
jenkins-bot 7e98f888fe Merge "Remove entirely pointless directory iteration in GenerateFancyCaptchas" 2017-03-08 18:30:51 +00:00
Gergő Tisza ba936103c3 Remove entirely pointless directory iteration in GenerateFancyCaptchas
Bug: T159606
Change-Id: Ic03a0e83878cd75235095a942400aca4293e791c
2017-03-07 11:35:01 -08:00
Gergő Tisza 508a3d8545 Fix error output
Bug: T159581
Bug: T159831
Change-Id: Ib8d5ddf4ca95defe705a6f7db01dc6f43ca5d9db
2017-03-07 18:12:35 +00:00
Translation updater bot 506734b357 Localisation updates from https://translatewiki.net.
Change-Id: Ibc5fa1abfa765f5505b36a1c6ee5f851a4bcccc6
2017-03-06 22:30:32 +01:00
Translation updater bot de3702d764 Localisation updates from https://translatewiki.net.
Change-Id: I1b160ef419e0a094ddc9cfe6015aff3ebb572506
2017-03-05 22:31:29 +01:00
jenkins-bot c5164c1f41 Merge "Warn when some of the captcha generation operations fail" 2017-03-05 16:27:56 +00:00
Translation updater bot 341c60ef62 Localisation updates from https://translatewiki.net.
Change-Id: Iffe87ac0105dd1bf080ae9e95715873d0f121eb9
2017-03-04 22:42:08 +01:00
Gergő Tisza 175486431b Warn when some of the captcha generation operations fail
Change-Id: If0567186410673137b08633205c3322753985412
2017-03-03 19:24:48 -08:00
Translation updater bot f4dd156828 Localisation updates from https://translatewiki.net.
Change-Id: I9c23da25bcb6c04a806eee9c8057d5e73371342b
2017-03-02 23:00:52 +01:00
Translation updater bot 8a6df758fa Localisation updates from https://translatewiki.net.
Change-Id: I7e749d0bf93a1659898c4d200864438bf7578f02
2017-02-28 22:53:32 +01:00
jenkins-bot c160aa909a Merge "Switch file store/delete operations to batch operations" 2017-02-26 17:28:08 +00:00
Translation updater bot dc08a77307 Localisation updates from https://translatewiki.net.
Change-Id: Ibf332c96b52c1c38d667460af488c3f219d40e92
2017-02-25 22:20:24 +01:00
Translation updater bot aa7fa93c96 Localisation updates from https://translatewiki.net.
Change-Id: Ie5a64e947fecfc8752fec0a1eaaa1753053da8f3
2017-02-24 22:23:54 +01:00
Reedy f906d4df1f require -> requires in extension.json
Follows up I72fa5e3f68c0c3de3f3ddae2fb16ba5fad6a67b2

Change-Id: I9010f1c0745082d328633091403792e58e9b8386
2017-02-20 18:17:24 +00:00
Translation updater bot 68a1d2a1d9 Localisation updates from https://translatewiki.net.
Change-Id: I805886aa228782c97846cc32202d39b188c2c4e1
2017-02-18 22:25:53 +01:00
jenkins-bot f20acc82b8 Merge "Add a script to delete old fancy captchas" 2017-02-17 16:56:27 +00:00
Reedy a1bdde2631 Add a script to delete old fancy captchas
Bug: T158327

Change-Id: I42ed3e0ee2cf274648cf637164e0ebaed036f4d7
2017-02-17 16:27:18 +00:00
Reedy 33f0462f22 Param docs and type hints
Change-Id: I848133a979c4e3277e0187a67c4ebcf4098e9446
2017-02-17 13:26:54 +00:00
Reedy 55949565bb Remove pre-AuthManager support
Bump version to match

Fixup some whitespace. Fixup some function level documentation

Change-Id: I72fa5e3f68c0c3de3f3ddae2fb16ba5fad6a67b2
2017-02-17 13:26:46 +00:00
Reedy 7de460c289 Switch file store/delete operations to batch operations
Bug: T157738
Change-Id: Ief109d78788fc9f6346e08661b973d65a035cafe
2017-02-16 21:13:16 +00:00
Reedy 1381924e7c Fix class name to match file
More text tweaks to include fancy

Change-Id: I998ec3fa9268cff8fdb27de916903a573b6e46f1
2017-02-16 16:27:10 +00:00
Translation updater bot 754534137c Localisation updates from https://translatewiki.net.
Change-Id: I73d8a7f41e22a5e2269ff8434a2075c16b6a60a7
2017-02-15 22:20:55 +01:00
Translation updater bot 70a34f861f Localisation updates from https://translatewiki.net.
Change-Id: I0ba613eabf6876d638226c6d8fc0dba7c8cf6bd3
2017-02-14 22:28:54 +01:00
Reedy eea24979ed Make captcha python scripts python3 compatible
Remove trailing whitespace

Bug: T157888
Change-Id: I8b2da97c40f8748a1aad5509dddff638a7f3f945
2017-02-12 01:21:52 +00:00
L10n-bot 7542d2a605 Merge "Localisation updates from https://translatewiki.net." 2017-02-10 21:21:24 +00:00
Translation updater bot 27e9ea0adc Localisation updates from https://translatewiki.net.
Change-Id: Ia50438e4aac5e3dea3fcdb4f7b3430d367d2fc47
2017-02-10 22:21:50 +01:00
jenkins-bot 3a802c6efb Merge "Add timing instrumentation" 2017-02-10 21:17:55 +00:00
Reedy cff6e0f359 Add timing instrumentation
Move some code closer to relevant usage

Tweak some output of newlines

Bug: T157737
Change-Id: I3a4d9c74a3a93fe0474e78c9c0913dd85dec4bb6
2017-02-10 19:27:19 +00:00
Reedy f5e37ee92e Estimated amount is now useless, as it returns actual
Change-Id: I995dc0ac22099917e89ee0fceb20b57b869f4c8d
2017-02-09 20:05:25 +00:00
Reedy ebadcd68bf Remove trailing . from log message
Change-Id: I57b55ab3f247ace4ba4ef47b71383af7e8cef802
2017-02-09 20:04:26 +00:00
Reedy a2fc069174 Use an accurate number of captchas
Change-Id: Ice434235687aa68ccf37a0219d379beb97e5a8ec
2017-02-08 18:05:49 +00:00
jenkins-bot 0cbcb020fa Merge "Add script for counting captchas" 2017-02-08 18:02:07 +00:00
jenkins-bot c25cc250b6 Merge "Fix class description for maintenance script" 2017-02-08 17:55:20 +00:00
Reedy 424f490e64 Add script for counting captchas
Change-Id: I4d22c4e1e46586f039ee9d9fac4c5cc68fa6e307
2017-02-08 17:49:21 +00:00
Florian Schmidt 800f6cb1b8 Simplify function Captcha::loadText for readability
* Move globals definition to the top of the function
* no else needed, if the if part returns always returns something

I came across this while reading the code in I3a56e4252bbb810c1cf5c632ece9a8edf91c8424

Change-Id: I826a41457667e886b65a07d9d9edc5daec7d1013
2017-02-08 01:50:34 +00:00
Translation updater bot d14201338b Localisation updates from https://translatewiki.net.
Change-Id: Ia5896d2798400ec996c3fb1d5ced6990a77edd6b
2017-02-07 22:41:02 +01:00
Reedy b15d5827d3 Fix class description for maintenance script
Change-Id: I552c9e5e200def239e2894f67183e7e47d202ea4
2017-02-07 15:34:29 +00:00
Translation updater bot 023962f9cb Localisation updates from https://translatewiki.net.
Change-Id: I9da5e1ac089d00a98f4a8107a14bf4b7038b4c69
2017-02-06 22:28:21 +01:00
Translation updater bot a3c6e9dc86 Localisation updates from https://translatewiki.net.
Change-Id: Ibac8bed24c5134834b652adb5dca63d737313752
2017-02-03 22:38:36 +01:00
Reedy 3bf3f53576 Fix inclusion of Maintenance.php
Follows up I9c33c65c913d891739b913d5363abba66c2cd0dd

Change-Id: I6d0bdf25a14f284b0eef71748008cd43b332d7b6
2017-02-01 20:40:06 +00:00
Brad Jorsch 8bfc15c729 Replace use of &$this
Use of &$this doesn't work in PHP 7.1. For callbacks to methods like
array_map() it's completely unnecessary, while for hooks we still need
to pass a reference and so we need to copy $this into a local variable.

Bug: T153505
Change-Id: I065808a2c4dc9bcb80861a79b46cf4b446b70d65
2017-01-31 22:51:00 -05:00
Translation updater bot 8427731a58 Localisation updates from https://translatewiki.net.
Change-Id: Ida96b610226f066b52d334748185a83774fcdef8
2017-01-30 22:26:29 +01:00
jenkins-bot 7125434a44 Merge "Revert "build: Re-use MessageDirs in banana conf"" 2017-01-28 18:30:10 +00:00
Florianschmidtwelzow ae1c290ba7 Revert "build: Re-use MessageDirs in banana conf"
As pointed out by Umherirrender, this does not entirely work
for ConfirmEdit in this way, as there're several subdirectories
which also contain i18n files. I'm not sure why I missed this
in the first place, therefore reverting for now.

This reverts commit 24864a36bd.

Change-Id: Ib83a67650bb5f25eebb66e8701f9bd80b659e573
2017-01-28 18:08:39 +00:00
Translation updater bot 938faa33ee Localisation updates from https://translatewiki.net.
Change-Id: I761fc6ab3b8622e721fc7f894d47294acb8b3baa
2017-01-27 14:33:38 +01:00
Translation updater bot fb8a2711fc Localisation updates from https://translatewiki.net.
Change-Id: I25e3f5e0c70ed2e50c97da78c58b160463f9abfd
2017-01-25 14:23:47 +01:00
Translation updater bot 6d8e49b029 Localisation updates from https://translatewiki.net.
Change-Id: Ie20120d4ccda1ebb46af9d0d799283f0a02c953d
2017-01-23 22:25:52 +01:00
Ed Sanders 24864a36bd build: Re-use MessageDirs in banana conf
Change-Id: I459613ec89ba342a32410061b1a9b04171544cdd
2017-01-23 13:39:21 +00:00
Translation updater bot 1529b4f352 Localisation updates from https://translatewiki.net.
Change-Id: Ifeed1aa3d046939e0a8cda43e443b0daf69e94d2
2017-01-22 22:21:34 +01:00