- 10 May, 2009 17 commits
-
-
elleo authored
Change more quoting to match coding standards
-
elleo authored
-
elleo authored
Start updating the code to reflect the string quoting guidelines in the coding standards (plus offers very minor speed improvements)
-
elleo authored
-
elleo authored
-
elleo authored
-
elleo authored
Make the "listen" link available to non-logged in users Fix the player on the welcome page
-
elleo authored
Use the actually selected language for the language array, this supports the automatically detected languages and $_COOKIE['lang'] (previously only $_GET['lang'] was used because $_COOKIE['lang'] has ".UTF-8" appended to it)
-
tobyink authored
This pre-selection really needs to be in there. Otherwise it's impossible to select English because the onchange Javascript event won't fire!
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
clint authored
-
- 09 May, 2009 10 commits
-
-
jurgbohn authored
-
elleo authored
-
elleo authored
-
elleo authored
Update the translation template
-
elleo authored
Make the language selector element automatically select the currently used language regardless of how it was chosen.
-
tobyink authored
Including the country name in the translation wasn't working and just ended up showing Smarty code in the browser.
-
tobyink authored
Also, avoid translating language names into currently selected language. Better for usability if each language name appears in its own language.
-
elleo authored
-
elleo authored
Fix some space->tab indentation
-
tobyink authored
-
- 08 May, 2009 13 commits
-
-
elleo authored
Apply patch from qwp0 (Andrej T) to display errors after an unsuccessful login and automatically fill the username box (fixes bug #26423)
-
elleo authored
-
elleo authored
Otherwise attempt to magically work out the locale from HTTP_ACCEPT_LANGUAGE
-
mattl authored
remove all references to print_r -- this seems to dump things, including passwords, to the screen. not good.
-
mattl authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
tobyink authored
-
elleo authored
Update old references to /i/ images
-
tobyink authored
-
tobyink authored
-
elleo authored
Add internationalisation infrastructure. All translatable strings in templates should now be surrounded by {t}{/t}. Add an initial German translation (only a few words at the moment). Update coding standards to include details on translations. Update all existing templates to support translatable strings.
-