History | View | Annotate | Download (8.3 kB)
commit 8e7f2e179e14b42b5c17aba5fc87311294e61511Merge: e081531 68b35b5Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Oct 4 17:17:09 2010 +0200
Merge branch 'ticket/bantu/9829' into develop-olympus
Load reCAPTCHA over https when using a secure connection to the board. #55755
Move add_log() call for captcha "configure" page to the captcha plugin, because only the plugin is able to know if the config got updated or not.Note to captcha MOD authors: please check if you have a function acp_page() and if an add_log() call is required for your plugin....
Correctly assign board administrator email for L_CONFIRM_EXPLAIN in captcha plugins.
#50025
add back links
#49675 #49655 - ATTENTION: small captcha API change
include vs include_once
Props.
typo
Minor captcha API change - disable display of plugin by returning false in get_template.
fixing back links
assign vars
fix previews
fix the captcha ACP, restore xhtml compliance for recaptcha (#46195) - note, that this will not work in IE
Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles
Oh right. PHP4
some corrections, only very minor things.
Fix up and tidy :)
Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.
fixing some vC bugs (attempt counting and posting) and introducing prototype for reCaptcha