Commit graph

1116 commits

Author SHA1 Message Date
S Page dbe64ca161 Position the "Refresh" link over the image
This changes the CSS of the .fancycaptcha-image-container to allow
positioning within it, and repositions .fancycaptcha-reload at its
lower-right.  The container is taller than nearly all images, but
there's a chance the ↻Refresh link might obscure part of a captcha
image.

This is compatible with the new Create account form's repositioning of
the FancyCaptcha inside a gray frame using JS, though gerrit I003c5f1b75
improves Create account once this is deployed.

Bug: 47699
Change-Id: I57be0bc8aa80b9ea6148db979ad28397d2107b86
2013-05-06 18:44:31 -07:00
jenkins-bot 677b06eb85 Merge "Reduce size of FancyCaptcha input field" 2013-05-03 00:09:17 +00:00
Translation updater bot db4c886af3 Localisation updates from http://translatewiki.net.
Change-Id: If640c73372850e5463c70e4b173cca371e2fb793
2013-04-29 20:00:56 +00:00
Translation updater bot 9a1e6685de Localisation updates from http://translatewiki.net.
Change-Id: Id43a1d50ecd14475f87d49f4c04d074c49bdd460
2013-04-28 23:52:55 +00:00
Translation updater bot 8f22a21603 Localisation updates from http://translatewiki.net.
Change-Id: Ib060cf7809f726199ae07e3aa065dd7256578ac1
2013-04-27 20:17:48 +00:00
jenkins-bot 523233d08b Merge "Move reload image into the _Refresh_ background" 2013-04-27 05:18:54 +00:00
S Page 8837bd469a Move reload image into the _Refresh_ background
This makes the icon and text a single item, so they don't split across
lines, and reduces code and messages.

Bug: 47398
Change-Id: If81313b9fe03693dcdc06d5d682f0ef9a9994f76
2013-04-26 19:52:04 -07:00
S Page 696d529cd3 Reduce size of FancyCaptcha input field
Helps in some circumstances.
Bug: 47763

Change-Id: I29672b63d12cd380d7b00cad3449807da76e4188
2013-04-26 18:26:53 -07:00
Translation updater bot 1109098ddd Localisation updates from http://translatewiki.net.
Change-Id: Ia6195785bfd8216fd243a187a645c8e9c7d572a0
2013-04-26 22:11:37 +00:00
jenkins-bot d74dfc8e4b Merge "Fix HTML escaping error" 2013-04-24 08:17:46 +00:00
Matthew Flaschen 0546e82aee Fix HTML escaping error
* Consistently use more indented style for HTML method calls in FancyCaptcha.class.php

Change-Id: I31ff9d58451f431b22bbdad1196318707b5109f4
2013-04-23 23:50:02 -04:00
Translation updater bot eb400c53bc Localisation updates from http://translatewiki.net.
Change-Id: Ie9c4f2f02710855f85b36f7efe4138ad25da19b4
2013-04-23 20:05:03 +00:00
Translation updater bot 1993142bad Localisation updates from http://translatewiki.net.
Change-Id: Ibc31fedb0cad6e9f3ce1d759c616fc50d8bf7fa9
2013-04-20 22:41:33 +00:00
Translation updater bot beafdd25c7 Localisation updates from http://translatewiki.net.
Change-Id: I5d5decb3357c37fc22728ee5b2e3f0fd7a5c9328
2013-04-19 20:27:02 +00:00
jenkins-bot f7d83d0bb7 Merge "Add a button to request a new fancy captcha" 2013-04-18 22:02:28 +00:00
Matthew Flaschen faba9da0c5 Update call to MathRenderer due to changes to Math extension.
Bug: 46132
Change-Id: I8ee3fd1360327e849d4ec217b212608636995d73
2013-04-18 00:08:52 -07:00
lalei 12361c5f31 Add a button to request a new fancy captcha
This adds HTML, CSS, and JS to FancyCaptcha output to refresh the image,
which requests it via a new fancycaptchareload API.
It also cleans up the Asirra class a little.

Bug: 14230
Change-Id: I4e476f32de199534c9798fc78e8490b3ef91dd45
2013-04-17 20:10:33 -04:00
Translation updater bot 6dca978e4e Localisation updates from http://translatewiki.net.
Change-Id: Id3e94f73e65ea3a00c1507b57afe68f375de7239
2013-04-16 19:44:23 +00:00
Translation updater bot b85ffc43ff Localisation updates from http://translatewiki.net.
Change-Id: Ic444ba12f70d101d7df3b837ce804b4f5d594052
2013-04-15 20:56:36 +00:00
Translation updater bot 4ac656ad28 Localisation updates from http://translatewiki.net.
Change-Id: Ibc6580d4370319cbb80f4a70839ff96b86dc5b86
2013-04-10 20:30:57 +00:00
Translation updater bot beb6411c29 Localisation updates from http://translatewiki.net.
Change-Id: I2c65024bd680c72418f6d71f1f128e7b7eddb0b8
2013-04-08 19:57:20 +00:00
Translation updater bot f85a1222f8 Localisation updates from http://translatewiki.net.
Change-Id: Iaac31bce5e287194452a716772436ed8ca676899
2013-03-30 18:02:07 +00:00
jenkins-bot b99e833d91 Merge "Update API parameter injection" 2013-03-26 16:40:39 +00:00
Translation updater bot 10629cb062 Localisation updates from http://translatewiki.net.
Change-Id: I754cd2cd2fe7c980c4c1e7eea6193d85455e27cc
2013-03-25 19:41:35 +00:00
Translation updater bot da3257dc61 Localisation updates from http://translatewiki.net.
Change-Id: Ia8472432b84f418b9c3fbba37592abfe060b767b
2013-03-22 20:01:36 +00:00
Translation updater bot 5266cd7dbe Localisation updates from http://translatewiki.net.
Change-Id: Ibabd4101c40b939ececf448d6e38eff1192b1d9d
2013-03-17 20:33:42 +00:00
Brad Jorsch c9f99cca38 Update API parameter injection
The ReCaptcha module was not injecting its parameters at all, so they
were not showing up in the auto-generated help. This is now fixed.

Also, the API recently added a new parameter to the APIGetAllowedParams hook
to differentiate between fetching the allowed parameter list for help
output and fetching it for processing within the module. ConfirmEdit
only needs to inject the parameters for the former, so it should check
this parameter if available.

Change-Id: Ia8c9a8b882ee3480b71bfb3f2345475506549819
2013-03-16 11:51:25 -04:00
umherirrender c7680cef4a Remove german special page alias for 'Captcha'
The translation is wrong, because it only contains the edit part of
Captcha, but there are also captchas for action creation, login
throttling and add url, which using the same special page.

translatewiki.net does not allow aliases, which are the same than the
english word. That means the field on Special:AdvancedTranslate is empty
and animated people to fill it up. On the other hand, removing aliases
is not supported.

Follow up Ie8fa19cf (same release, so removing should not be a problem)

Change-Id: I81c4b69923001f72f88587507e3599b529c75579
2013-03-06 19:26:06 +00:00
Translation updater bot 7e7039b77c Localisation updates from http://translatewiki.net.
Change-Id: I0d795217ec4b3f57c1fef091758ce161a8f348ca
2013-03-04 21:31:51 +00:00
Translation updater bot fac734ca42 Localisation updates from http://translatewiki.net.
Change-Id: Idf1ab911ecfe7ad6e2b2161b124dae94fdc38769
2013-03-03 21:11:24 +00:00
Translation updater bot 4b1403a4b8 Localisation updates from http://translatewiki.net.
Change-Id: Ib230c6c98dd2afde7e2e8c0f1faa51328e22895e
2013-03-01 21:19:03 +00:00
Translation updater bot f46e54a196 Localisation updates from http://translatewiki.net.
Change-Id: If73b66ed77ea8adc161cf88ce546dec1291c17ac
2013-02-27 21:14:39 +00:00
Siebrand Mazeland ab86ecf25e (bug 45461) Use email instead of e-mail
Change-Id: Ic9071861e050309523e0f143b18c815d7c136554
2013-02-27 12:35:40 +01:00
Translation updater bot 9a75521ca1 Localisation updates from http://translatewiki.net.
Change-Id: Ib013a702660006da0eeeff04a89425cce44f83aa
2013-02-22 20:11:05 +00:00
Translation updater bot d50af0b09b Localisation updates from http://translatewiki.net.
Change-Id: I8a1d02a00f51952a5c01ebe6bcc8ffea5af068b9
2013-02-21 20:16:07 +00:00
Translation updater bot 5dd0e6a2c8 Localisation updates from http://translatewiki.net.
Change-Id: I0ad9d6b468ea449c550688c97b85ae3612ebbb9c
2013-02-19 20:36:13 +00:00
Translation updater bot d4e8e22bce Localisation updates from http://translatewiki.net.
Change-Id: I2169caf6db268b0833029665bb64cea47268bcff
2013-02-13 20:58:33 +00:00
Translation updater bot 6c5f15fd0a Localisation updates from http://translatewiki.net.
Change-Id: I971eae3905b6198c0fd042085706f2f1198aadfb
2013-02-06 20:15:01 +00:00
Translation updater bot f0cf74fdd7 Localisation updates from http://translatewiki.net.
Change-Id: I33c6fe567d1aa6a9e5665adb03a57348b669d5c1
2013-01-27 17:34:34 +00:00
Translation updater bot 404a0c2995 Localisation updates from http://translatewiki.net.
Change-Id: Ia112c0cb43f5e1f2fd5d9789e53772ecb5d5d1ee
2013-01-23 22:11:58 +00:00
Translation updater bot 813a35c37e Localisation updates from http://translatewiki.net.
Change-Id: I68a2d7f4456c9df476c71b1e14cccba0d63754cc
2013-01-21 20:46:54 +00:00
Translation updater bot 468adf284a Localisation updates from http://translatewiki.net.
Change-Id: I272626f1f0038679caada6ac7411bfefb35c0e29
2013-01-20 19:41:47 +00:00
Translation updater bot 379badba2d Localisation updates from http://translatewiki.net.
Change-Id: Ie8fa19cf88848bf179b287da87a82e01814451f8
2013-01-17 21:23:05 +00:00
Translation updater bot f389a8b7a9 Localisation updates from http://translatewiki.net.
Change-Id: Ib59183a37567f616e8a6895ad818c46ac553208a
2013-01-14 21:52:35 +00:00
Translation updater bot 528f477939 Localisation updates from http://translatewiki.net.
Change-Id: I087c10204d0d1721b17b4951ec419ebb8d8d8cdc
2013-01-13 20:36:07 +00:00
Translation updater bot a03ebf5d00 Localisation updates from http://translatewiki.net.
Change-Id: Ic7b8ab8e561fbefde41f0b1d7241113a3c9adaa2
2013-01-10 21:06:31 +00:00
Aaron Schulz 93e45f2870 Removed redundant width/height tags to avoid getimagesize() call.
Change-Id: I8dc1a343d107536ba038fe9f20c5a1819d3c1b11
2013-01-07 01:43:00 +00:00
raymond b85608ccf0 Consistency tweak: Use "..." instead of '...' in message text
Spotted by Siebrand
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Questycaptchahelp-text/en

Change-Id: I13d269bc26c1812e71a85e871579e5214d451de0
2013-01-04 11:42:06 +01:00
Aaron Schulz 0e761f3325 Merge "Disable ulimit time limit for long-running captcha.py script." 2013-01-02 18:27:41 +00:00
Aaron Schulz 3589fc100b Avoid caching empty directory lists.
Change-Id: I574043a240018043126e2b1b05b08bf7e23610d6
2012-12-31 16:36:02 -08:00