Page MenuHomePhabricator

VisualEditor: Add support for more types of ConfirmEdit captcha
Closed, ResolvedPublic

Description

<Krenair> The issue I get after adding ConfirmEdit to my wiki is "Error: Unknown error" when saving >_>
<Krenair> {"visualeditoredit":{"result":"error","edit":{"captcha":{"type":"simple","mime":"text/plain","id":"586723432","question":"24+8"},"result":"Failure"}}}
<James_F> Hmm.
<James_F> That kind of CAPTCHA isn't supported yet.
<Krenair> meh. thought it would be something like that
<James_F> You'd need to add it to the save dialog's logic.
[...]
<James_F> Krenair: It's worth adding support, feel free to make a bug (I don't have a list of CAPTCHA methods to support).

I think at least Simple, Math, and Questy. Currently it looks like Fancy is supported though I haven't tested it


Version: unspecified
Severity: enhancement

Details

Reference
bz64328

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:14 AM
bzimport set Reference to bz64328.

Change 129315 had a related patch set uploaded by Alex Monk:
Add support for SimpleCaptcha

https://gerrit.wikimedia.org/r/129315

Change 129315 merged by jenkins-bot:
Add support for SimpleCaptcha

https://gerrit.wikimedia.org/r/129315

Change 129570 had a related patch set uploaded by Jforrester:
Support QuestyCaptcha and (kind of) MathCaptcha

https://gerrit.wikimedia.org/r/129570

Change 129570 merged by jenkins-bot:
Support QuestyCaptcha and (kind of) MathCaptcha

https://gerrit.wikimedia.org/r/129570

QuestyCaptcha and MathCaptcha both done too.

Is Fancy sufficiently supported that we can close this?