Go to file
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
maintenance Merge "Disable ulimit time limit for long-running captcha.py script." 2013-01-02 18:27:41 +00:00
resources Position the "Refresh" link over the image 2013-05-06 18:44:31 -07:00
.gitignore Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00
.gitreview Adding .gitreview 2012-03-23 10:18:11 -07:00
ApiFancyCaptchaReload.php Add a button to request a new fancy captcha 2013-04-17 20:10:33 -04:00
Asirra.class.php Add a button to request a new fancy captcha 2013-04-17 20:10:33 -04:00
Asirra.i18n.php Localisation updates from http://translatewiki.net. 2013-04-28 23:52:55 +00:00
Asirra.php Add a button to request a new fancy captcha 2013-04-17 20:10:33 -04:00
Captcha.php Update API parameter injection 2013-03-16 11:51:25 -04:00
captcha.py Fixed blacklist param for captcha script. 2012-12-18 13:20:42 -08:00
CaptchaStore.php (bug 37643) Ensure a session is created when necessary for Captcha 2012-09-28 00:37:03 +00:00
ConfirmEdit.alias.php Remove german special page alias for 'Captcha' 2013-03-06 19:26:06 +00:00
ConfirmEdit.i18n.php Localisation updates from http://translatewiki.net. 2013-04-29 20:00:56 +00:00
ConfirmEdit.php Update call to MathRenderer due to changes to Math extension. 2013-04-18 00:08:52 -07:00
ConfirmEditHooks.php Update API parameter injection 2013-03-16 11:51:25 -04:00
FancyCaptcha.class.php Position the "Refresh" link over the image 2013-05-06 18:44:31 -07:00
FancyCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2013-04-29 20:00:56 +00:00
FancyCaptcha.php Add a button to request a new fancy captcha 2013-04-17 20:10:33 -04:00
HTMLCaptchaField.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
MathCaptcha.class.php Update call to MathRenderer due to changes to Math extension. 2013-04-18 00:08:52 -07:00
MathCaptcha.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
QuestyCaptcha.class.php Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00
QuestyCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2013-04-29 20:00:56 +00:00
QuestyCaptcha.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
README Update call to MathRenderer due to changes to Math extension. 2013-04-18 00:08:52 -07:00
ReCaptcha.class.php Update API parameter injection 2013-03-16 11:51:25 -04:00
ReCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2013-03-25 19:41:35 +00:00
ReCaptcha.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
recaptchalib.php Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00

ConfirmEdit extension for MediaWiki

This extension provides various CAPTCHA tools for MediaWiki, to allow
for protection against spambots and other automated tools.

For more information, see the extension homepage at:
http://www.mediawiki.org/wiki/Extension:ConfirmEdit

== Overview ==

The following modules are included in ConfirmEdit:

* SimpleCaptcha - users have to solve an arithmetic math problem
* MathCaptcha - users have to solve a math problem that's displayed as
an image
* FancyCaptcha - users have to identify a series of characters, displayed
in a stylized way
* QuestyCaptcha - users have to answer a question, out of a series of
questions defined by the administrator(s)
* ReCaptcha - users have to identify a series of characters, either
visually or audially, from a widget provided by the reCAPTCHA service
* Asirra - users have to identify the cats in a set of photos of cats
and dogs, from a widget provided by the Microsoft Asirra service

== License ==

ConfirmEdit is published under the GPL license.

== Authors ==

The main framework, and the SimpleCaptcha and FancyCaptcha modules, were
written by Brion Vibber.

The MathCaptcha module was written by Rob Church.

The QuestyCaptcha module was written by Benjamin Lees.

The reCAPTCHA module was written by Mike Crawford and Ben Maurer.

The Asirra module was written by Bachsau.

Additional maintenance work was done by Yaron Koren.

== Changelog ==

= Version 1.2
Fixes bug 46132 - ConfirmEdit fatal error when using MathCaptcha and current Math extension.
See <https://bugzilla.wikimedia.org/show_bug.cgi?id=46132>.