| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-03 | Delay initializing the recaptcha to allow the recaptcha JS to load and | Bharat Mediratta | |
| initialize. Fixes ticket #851. | |||
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
| to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's. | |||
| 2009-10-04 | Renamed 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-09-01 | Add missing mark_clean() for t() calls with %attr parameter. | Andy Staudacher | |
| 2009-09-01 | XSS / style fixes for newly detected issues (after fixing XSS scanner) | Andy Staudacher | |
| 2009-07-07 | More fixes for ticket 470 (capitalization of reCAPTCHA) | Andy Staudacher | |
| 2009-07-02 | Fix for ticket 470. Replace ReCaptcha with reCAPTCHA in user visible strings. | Andy Staudacher | |
| 2009-06-27 | Clean up poor english. Use the latest recaptcha info from their website. ↵ | Bharat Mediratta | |
| Fixes ticket #470. | |||
| 2009-06-17 | Add "custom_translations" instruction to captcha form builder to add ↵ | unostar | |
| possibility to localize and customize form. | |||
| 2009-06-15 | Added "cutom_translations" instruction to Recaptcha to localize & cutomize ↵ | unostar | |
| recaptcha message. | |||
| 2009-06-06 | fix typo: "the the" -> "the" (thanks VENCO!) | Bharat Mediratta | |
| 2009-06-06 | Properly localize domain url in recaptcha explanation. | Bharat Mediratta | |
| 2009-06-02 | fix preamble so file structure test passes | Tim Almdal | |
| 2009-06-01 | Move recaptcha widget into a view for clarity. Also, wrap it in a | Bharat Mediratta | |
| setTimeout() call so that on subsequent reloads (which happen when you fail to validate the form) it has time to rebuild the DOM before calling the JS which tries to inject the Recaptcha HTML. Fixes ticket #327 | |||
| 2009-01-28 | Simplify the recaptcha admin page. It's not guaranteed to verify your | Bharat Mediratta | |
| recaptcha private key properly anymore, but it's more intuitive to configure in the admin UI. | |||
| 2009-01-26 | Adding Recaptcha to the comment module. Recaptcha integration consists of a ↵ | Tim Almdal | |
| Form_Recaptcha class derived from Form_Input that can be added to any class that requires Recaptcha verfication. | |||
| 2009-01-25 | Added the ability to identify and present the defined forms to the | Tim Almdal | |
| adminstrator. The forms are presented as a checklist, I would have preferred a selection list, but Forge doesn't have one. The generated html to contain the recaptcha challenge is defined as <ul> as that was the only way to force itto line up. | |||
| 2009-01-23 | The adminstration portion of the recaptcha module. I haven't figured out ↵ | Tim Almdal | |
| how to integrate it with the other module forms. | |||
