aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* further i18n of templatesSeb Bacon2011-03-10-65/+64
|
* more files needed due to bad mergingSeb Bacon2011-03-10-65/+709
|
* fix bad merges from rebase with masterSeb Bacon2011-03-10-4/+13
|
* fix bad merges from rebase with masterSeb Bacon2011-03-10-0/+21
|
* Added Rails 2.3.11 as a submoduleSeb Bacon2011-03-10-4/+1
|
* use subproject used by master branchSeb Bacon2011-03-10-0/+0
|
* helloworld type themeSeb Bacon2011-03-10-0/+0
|
* support text indexing of multiple languages (across the same index)Seb Bacon2011-03-10-2/+27
|
* minor i18n string hanging aroundSeb Bacon2011-03-10-1/+1
|
* monkeypatch gettext_i18n_rails to interop correctly with rails i18nSeb Bacon2011-03-10-0/+16
|
* add a "custom_css" template, so we can easily overlay it from pluginsSeb Bacon2011-03-10-2/+10
|
* locale switcher code missing from earlier commitSeb Bacon2011-03-10-0/+12
|
* add explicit admin routes (so we can localise them)Seb Bacon2011-03-10-22/+76
|
* make locale switcher available in admin interfaceSeb Bacon2011-03-10-13/+3
|
* load available locales from our local config fileSeb Bacon2011-03-10-0/+6
|
* move locale-setting logic locally (are likely to want to override it)Seb Bacon2011-03-10-11/+18
|
* add global locale switcherSeb Bacon2011-03-10-1/+32
|
* new i18n tests for controllers and associated fixesSeb Bacon2011-03-10-54/+137
|
* Adding missing framework fixtures - presumably the victims of a .gitignore ↵Louise Crow2011-03-10-0/+3
| | | | somewhere along the line
* Reindexing xapian before running track alert specLouise Crow2011-03-10-2/+2
|
* make site_name a globally available helperSeb Bacon2011-03-10-0/+10
|
* override gettext "_" behaviour to also support interpolationSeb Bacon2011-03-10-1/+1
|
* top-level gettext functions already availableSeb Bacon2011-03-10-0/+3
|
* further i18n of public bodies; start to fix testsSeb Bacon2011-03-10-0/+71
|
* got as far as localizing Authorities from within admin pagesSeb Bacon2011-03-10-0/+12
|
* link to article about single table inheritanceSeb Bacon2011-03-10-0/+1
|
* typoSeb Bacon2011-03-10-1/+1
|
* ignore emacs-related crudSeb Bacon2011-03-10-0/+2
|
* initial support for localising model data (not fully tested)Seb Bacon2011-03-10-6/+2038
|
* support basic skinning (by providing file where CSS can be overridden)Seb Bacon2011-03-10-5/+33
|
* explicit linking to request listing URLs so we can translate themSeb Bacon2011-03-10-5/+5
|
* dynamically generate homepage link in headerSeb Bacon2011-03-10-1/+1
|
* reference location of shared snippets explicitlySeb Bacon2011-03-10-37/+21
|
* make site_name a globally available helperSeb Bacon2011-03-10-25/+21
|
* remove historic messageSeb Bacon2011-03-10-28/+2
|
* example localised static pageSeb Bacon2011-03-10-0/+10
|
* override gettext "_" behaviour to also support interpolationSeb Bacon2011-03-10-1/+38
|
* top-level gettext functions already availableSeb Bacon2011-03-10-1/+0
|
* put rails locales in the right placeSeb Bacon2011-03-10-0/+1
|
* correct typoSeb Bacon2011-03-10-1/+1
|
* correct branch for localesSeb Bacon2011-03-10-0/+0
|
* add Rails localesSeb Bacon2011-03-10-0/+3
|
* initial, basic i18n support with gettextSeb Bacon2011-03-10-19/+411
|
* initial routes i18n supportSeb Bacon2011-03-10-0/+823
|
* use commonlib submodule from master branchSeb Bacon2011-03-09-0/+0
|
* merge from master (post-CSRF changes)Seb Bacon2011-03-09-271348/+40307
|\
| * Add CSRF protection on state changing actions. Use default handler ↵Louise Crow2011-02-28-22/+34
| | | | | | | | handle_unverified_request which clears session.
| * Make sure locale path is absolute - the app code is called from within crons ↵Louise Crow2011-02-24-1/+1
| | | | | | | | etc.
| * Check that full error message is being displayed without interpolated ↵Louise Crow2011-02-24-1/+1
| | | | | | | | attribute name.
| * Add moo.txt to .gitignoreLouise Crow2011-02-24-0/+1
| |