Age | Commit message (Collapse) | Author |
|
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957.
|
|
|
|
|
|
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.
|
|
(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.
|
|
in a value that's read with
parse_ini_file. Using single quotes instead, even if that's not the best style in English.
|
|
in its own right. Clean up the tests, streamline the code and improve
the admin interaction. Add a working stats page.
|