History | View | Annotate | Download (8.3 kB)
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
commit 798e62b7b0f66aa5161c77571d7f53676c675a5cMerge: cdadda3 8e7f2e1Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Oct 4 17:25:00 2010 +0200
Merge branch 'develop-olympus' into develop
commit dea1d660fb63b07451f1a43310de359251462644Author: Nils Adermann <naderman@naderman.de>Date: Fri Jun 25 14:38:53 2010 +0200
[feature/auto-loading] Added autoloader to common and ensured compatability
The autoloader is registered in install without caching, since caching is set...
commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7aMerge: b68de23 ac32927Author: Nils Adermann <naderman@naderman.de>AuthorDate: Wed Mar 3 23:32:09 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Wed Mar 3 23:32:09 2010 +0100
Merge branch 'develop-olympus' into develop...
Copy 3.0.x branch to trunk
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