summaryrefslogtreecommitdiff
path: root/modules/recaptcha/helpers/recaptcha_event.php
AgeCommit message (Collapse)Author
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few ↵Chad Kieffer
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
This is the first step towards having a simple, lightweight and unified API for module interaction.
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-02-05Don't try to show the recaptcha if we don't have a public keyBharat Mediratta
2009-01-27Make the comment -> recaptcha binding happen via an event dispatch asBharat Mediratta
opposed to a direct call.