summaryrefslogtreecommitdiff
path: root/plugins/Recaptcha
AgeCommit message (Collapse)Author
2010-06-24Regression fix for Recaptcha on SSL registration page; their API is served ↵Brion Vibber
on a different hostname for SSL.
2010-06-20RecaptchaPlugin: fix for missing captcha on iPhone/Android.Brion Vibber
MobileProfile serves pages out to iPhone and Android as application/xhtml+xml, which doesn't work with the default we we were loading recaptcha (as it used document.write). Switched to filling out a <div> from the AJAX API, which doesn't use document.write in the XHTML context. Tested that view & submission works ok in following browsers: Mobile: iPhone 3.1, Android 2.1, iPad 3.2 (this last doesn't trigger mobile theme tweaks) Ubuntu 10.04: Firefox 3.6.3, Chrome 6 Mac 10.6: Safari 5/OS X 10.6.4 Windows 7: IE 8, Opera 10.56
2010-05-03Pull localization updates from 0.9.x branch0.9.2Brion Vibber
2010-01-18Added Plugin Version info to recaptcha pluginEric Helgeson
2010-01-06Removed unnecessary internal styleSarven Capadisli
2009-12-07Cleanup of recaptcha plugin remove xhtml hackEric Helgeson
2009-12-04use the new htmloutputter->style() functionCraig Andrews
2009-11-16Refactored Recaptcha plugin to use addPlugin()Eric Helgeson
Also nicer log messages