Bharat Mediratta
49f6ce2d94
gallery.menalto.com -> galleryproject.org
...
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957 .
2013-01-22 18:39:24 -05:00
Bharat Mediratta
c07af35a19
Oops, fix broken codex urls. For #1698 .
2011-04-23 14:53:39 -07:00
Bharat Mediratta
ba20d5a500
Oops, this is the rest of the modules and themes for #1696 and #1698 .
2011-04-23 14:46:07 -07:00
Bharat Mediratta
e2a9a1d284
Add quotes around all values that contain spaces in them, and add a
...
test to make sure that we continue to do so.
This makes sure that we don't have problems with 5.3 which treats the
literal "on" as a boolean.
2009-07-13 10:36:55 -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
Andy Staudacher
5f7dfc272e
Remove double quotes from module.info (theme.info) attribute values.
...
(actually, we did that before: Now removing HTML element attributes since they were delimited by single quotes because PHP's ini parser can't
deal with double-quotes in values.)
Background:
Requiring all l10n messages a) to be well-formed HTML and b) to use double-quotes as HTML element attributes, since the l10n server side
validation normalizes all attribute delimiters to double-quotes). See ticket #254 .
2009-06-09 21:05:33 -07:00
Andy
d0845aadc6
Workaround for parse_ini_file issue: There's no way to escape a double-quote in a value that's read with
...
parse_ini_file. Using single quotes instead, even if that's not the best style in English.
2009-06-01 23:08:13 -07: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