Go to file
Roan Kattouw c112c24f54 Modifying ConfirmEdit extension to make it API-friendly:
* Hooking into the APIEditBeforeSave hook (which will appear in the ApiEdit_Vodafone branch in the next revision)
* Moved general CAPTCHA generation in SimpleCaptcha to getCaptcha()
* Moved general confirmEdit() functionality to doConfirmEdit() to facilitate differtiating between UI and API handling
* Adding SimpleCaptcha::addCaptchaAPI() method that adds CAPTCHA information to an API result array. Other CAPTCHA implementations should override this method with a function that does the same (did this for FancyCaptcha and MathCaptcha)
2008-02-28 17:42:23 +00:00
captcha.py Skip words if they don't contain all letters. 2008-01-07 03:28:38 +00:00
ConfirmEdit.i18n.php Localisation updates for extensions messages from Betawiki (2008-02-28 09:40 CET) 2008-02-28 09:07:58 +00:00
ConfirmEdit.php Modifying ConfirmEdit extension to make it API-friendly: 2008-02-28 17:42:23 +00:00
ConfirmEdit_body.php Modifying ConfirmEdit extension to make it API-friendly: 2008-02-28 17:42:23 +00:00
FancyCaptcha.class.php Modifying ConfirmEdit extension to make it API-friendly: 2008-02-28 17:42:23 +00:00
FancyCaptcha.i18n.php Indonesian (id) localisation updates for 17 extensions: 2008-02-26 13:31:15 +00:00
FancyCaptcha.php * Optimised startup 2007-11-12 07:42:25 +00:00
MathCaptcha Captcha class using simple sums and the math renderer. Not brilliant, but enough to dissuade casual spam bots. 2006-06-12 19:56:17 +00:00
MathCaptcha.class.php Modifying ConfirmEdit extension to make it API-friendly: 2008-02-28 17:42:23 +00:00
MathCaptcha.php * Optimised startup 2007-11-12 07:42:25 +00:00