Go to file
Translation updater bot 02b773a10b Localisation updates from https://translatewiki.net.
Change-Id: Id773502518d3ce00ba672abc888cb8b3b15ea074
2014-04-06 19:38:43 +00:00
i18n Localisation updates from https://translatewiki.net. 2014-04-06 19:38:43 +00:00
maintenance Merge "Disable ulimit time limit for long-running captcha.py script." 2013-01-02 18:27:41 +00:00
resources Get Asirra captcha working on more forms 2013-06-11 12:59:13 -07:00
.gitignore
.gitreview
ApiFancyCaptchaReload.php ApiFancyCaptchaReload: Replace use of PHP shorttag 2013-06-28 16:18:10 -07:00
Asirra.class.php Use protocol-relative link for Asirra script. 2013-05-03 15:45:38 -04:00
Asirra.i18n.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
Asirra.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
blacklist Add a default blacklist for FancyCaptcha. 2013-06-12 20:52:27 -07:00
Captcha.php Return captcha information via createaccount API only if no other errors 2014-03-13 02:37:17 +04:00
captcha.py Add a default blacklist for FancyCaptcha. 2013-06-12 20:52:27 -07:00
CaptchaStore.php
ConfirmEdit.alias.php Localisation updates from http://translatewiki.net. 2013-10-06 18:27:11 +00:00
ConfirmEdit.i18n.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
ConfirmEdit.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
ConfirmEditHooks.php Remove unused/incomplete stale HTMLCaptchaField 2014-02-18 02:13:12 +00:00
COPYING Add COPYING 2014-02-08 01:51:17 +00:00
FancyCaptcha.class.php Fix depreciation warnings in FileBackend construction for ConfirmEdit 2014-01-13 00:25:17 +05:30
FancyCaptcha.i18n.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
FancyCaptcha.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
MathCaptcha.class.php Use PHP's built-in class_exists instead of MWInit::classExists 2013-07-24 01:00:28 -07:00
MathCaptcha.php
QuestyCaptcha.class.php Disable autocomplete for Simple, Fancy, Math, and Questy. 2013-05-02 21:09:51 -04:00
QuestyCaptcha.i18n.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
QuestyCaptcha.php Migrate to JSON i18n 2014-03-26 12:58:25 +01: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 Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
ReCaptcha.php Migrate to JSON i18n 2014-03-26 12:58:25 +01:00
recaptchalib.php

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>.