Johan Cwiklinski
6746792bdf
Drop short_tags
2018-05-19 17:01:37 +02:00
Tim Almdal
7ea13b3869
Normalize capitalization ticket #596
2009-10-28 12:15:52 -07:00
Chad Kieffer
5f56cbf997
Wrap all admin views in g-block and g-block content. This provides the means 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-18 20:22:10 -06:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
Andy Staudacher
1d30691452
Add missing mark_clean() for t() calls with %attr parameter.
2009-09-01 12:14:23 -07:00
Andy Staudacher
53711225ac
XSS / style fixes for newly detected issues (after fixing XSS scanner)
2009-09-01 01:28:52 -07:00
Andy Staudacher
67e61d30e5
More fixes for ticket 470 (capitalization of reCAPTCHA)
2009-07-07 13:08:35 -07:00
Andy Staudacher
72281d2b44
Fix for ticket 470. Replace ReCaptcha with reCAPTCHA in user visible strings.
2009-07-02 20:50:29 -07:00
Bharat Mediratta
76f688a070
Clean up poor english. Use the latest recaptcha info from their website. Fixes ticket #470 .
2009-06-27 16:41:05 -07:00
unostar
753ce3e025
Add "custom_translations" instruction to captcha form builder to add possibility to localize and customize form.
2009-06-17 01:26:47 -07:00
Bharat Mediratta
6feb640b73
fix typo: "the the" -> "the" (thanks VENCO!)
2009-06-06 12:24:08 -07:00
Bharat Mediratta
3f96830ef1
Properly localize domain url in recaptcha explanation.
2009-06-06 12:22:20 -07:00
Bharat Mediratta
6220db47b3
Simplify the recaptcha admin page. It's not guaranteed to verify your
...
recaptcha private key properly anymore, but it's more intuitive to
configure in the admin UI.
2009-01-28 08:15:56 +00:00
Tim Almdal
bfb5c42124
Adding Recaptcha to the comment module. Recaptcha integration consists of a Form_Recaptcha class derived from Form_Input that can be added to any class that requires Recaptcha verfication.
2009-01-26 16:12:57 +00:00
Tim Almdal
4bb2c53c8f
Added the ability to identify and present the defined forms to the
...
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-25 16:35:25 +00:00
Tim Almdal
3438bf7b3d
The adminstration portion of the recaptcha module. I haven't figured out how to integrate it with the other module forms.
2009-01-23 17:05:20 +00:00