Commit graph

10 commits

Author SHA1 Message Date
Florian dc727507ea Move ReCaptcha to it's own place
Bug: T88047
Change-Id: I6cdb9ac1d21c84fc9b01cd90b9cba4aa3db1eccc
2015-05-21 19:08:12 +02:00
addshore 094ad54e87 Use public instead of var in classes
Change-Id: I3377fad3d5f9acbfd2a5b2aaeb72b8351af68b13
2014-08-17 22:04:49 +01:00
Siebrand Mazeland 55c17aa367 Maintenance for ConfirmEdit extension.
* Removed unused globals and local variables.
* Use Message class.
* Remove PHP4-ism from recaptchalib.php.
* Remove superfluous newlines.
* Add missing semi-colon in ext.confirmedit.asirra.js.
* Fix up some documentation.

Change-Id: I8916003d083a8c00aeabc9e485cc9a50030f0982
2012-08-16 23:21:50 +02:00
Siebrand Mazeland f6d4ab758c stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
Sam Reed 5e0bac6d86 "else if" -> "elseif" 2011-11-25 00:20:54 +00:00
Sam Reed ac1e773885 Fix more comments 2011-10-14 21:30:16 +00:00
Brion Vibber 791861ade7 * (bug 31252) ReCaptcha HTTPS support, avoids mixed-content security warnings
Patch from Alex Legler with a slight tweak for easier 1.17 compat (use $_SERVER['HTTPS'] directly as WebRequest::detectPort() isn't there yet)

Updates recaptchalib.php to current: version 1.11 from http://code.google.com/p/recaptcha/downloads/detail?name=recaptcha-php-1.11.zip&can=2&q=
2011-09-29 21:31:11 +00:00
Sam Reed 7f8f3c082e Swap else if for elseif
Trimming trailing whitespace also
2011-06-17 16:25:46 +00:00
Sam Reed 1cccda834f Followup r81231, r81229
svn:eol-style native

Fix credits

Fix ?>
2011-01-31 09:50:27 +00:00
Yaron Koren 98c3f7ce56 Adding files from the ReCAPTCHA extension, with minor modifications 2011-01-31 05:40:06 +00:00