Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -31/+31 |
| | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | |||
* | Bundle the locale and gettext gems | Robin Houston | 2011-06-09 | -0/+31743 |
| | ||||
* | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -7/+35 |
| | ||||
* | fix adding new public bodies | Seb Bacon | 2011-04-08 | -2/+2 |
| | ||||
* | Merge branch 'master' of git@github.com:sebbacon/alaveteli | Louise Crow | 2011-04-07 | -1/+1 |
|\ | ||||
| * | correct a bad merge (made test database setup fail) | Seb Bacon | 2011-04-07 | -1/+1 |
| | | ||||
* | | Adding missing fixture. | Louise Crow | 2011-04-07 | -7/+6 |
|/ | ||||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-04-01 | -10/+94 |
|\ | ||||
| * | Use google viewer for docs - wvWare is hanging server. | Louise Crow | 2011-03-30 | -6/+7 |
| | | ||||
| * | Back to vendor ruby-ole | Louise Crow | 2011-03-28 | -1/+1 |
| | | ||||
| * | Latest version of commonlib. | Louise Crow | 2011-03-28 | -0/+0 |
| | | ||||
| * | Merge branch 'master' of git@github.com:sebbacon/alaveteli | Louise Crow | 2011-03-28 | -0/+46103 |
| |\ | ||||
| * | | Monkeypatching TMail parser to fix case where multiple addresses in the to: ↵ | Louise Crow | 2011-03-28 | -4/+87 |
| | | | | | | | | | | | | field of an incoming email have unquoted display parts - with this patch, each address is returned by the TMail to() function, without it only the last one is returned. | |||
* | | | further test fixage | Seb Bacon | 2011-04-01 | -310/+1315 |
| | | | ||||
* | | | don't silence errors when storing model attribute translation strings ↵ | Seb Bacon | 2011-03-31 | -1/+1 |
| | | | | | | | | | | | | (exposed a new bug in fastgettext if you did) | |||
* | | | correctly flatten (fixes tags) | Seb Bacon | 2011-03-25 | -1/+1 |
| | | | ||||
* | | | resolve merge conflicts | Seb Bacon | 2011-03-25 | -280/+4927 |
|\ \ \ | |_|/ |/| | | ||||
| * | | some test fixage | Seb Bacon | 2011-03-11 | -14/+14 |
| | | | ||||
| * | | latest i18n PO files | Seb Bacon | 2011-03-11 | -716/+1073 |
| | | | ||||
| * | | further i18n of templates | Seb Bacon | 2011-03-10 | -65/+64 |
| | | | ||||
| * | | more files needed due to bad merging | Seb Bacon | 2011-03-10 | -65/+709 |
| | | | ||||
| * | | fix bad merges from rebase with master | Seb Bacon | 2011-03-10 | -4/+13 |
| | | | ||||
| * | | fix bad merges from rebase with master | Seb Bacon | 2011-03-10 | -0/+21 |
| | | | ||||
| * | | Added Rails 2.3.11 as a submodule | Seb Bacon | 2011-03-10 | -4/+1 |
| | | | ||||
| * | | use subproject used by master branch | Seb Bacon | 2011-03-10 | -0/+0 |
| | | | ||||
| * | | helloworld type theme | Seb Bacon | 2011-03-10 | -0/+0 |
| | | | ||||
| * | | support text indexing of multiple languages (across the same index) | Seb Bacon | 2011-03-10 | -2/+27 |
| | | | ||||
| * | | minor i18n string hanging around | Seb Bacon | 2011-03-10 | -1/+1 |
| | | | ||||
| * | | monkeypatch gettext_i18n_rails to interop correctly with rails i18n | Seb Bacon | 2011-03-10 | -0/+16 |
| | | | ||||
| * | | add a "custom_css" template, so we can easily overlay it from plugins | Seb Bacon | 2011-03-10 | -2/+10 |
| | | | ||||
| * | | locale switcher code missing from earlier commit | Seb Bacon | 2011-03-10 | -0/+12 |
| | | | ||||
| * | | add explicit admin routes (so we can localise them) | Seb Bacon | 2011-03-10 | -22/+76 |
| | | | ||||
| * | | make locale switcher available in admin interface | Seb Bacon | 2011-03-10 | -13/+3 |
| | | | ||||
| * | | load available locales from our local config file | Seb Bacon | 2011-03-10 | -0/+6 |
| | | | ||||
| * | | move locale-setting logic locally (are likely to want to override it) | Seb Bacon | 2011-03-10 | -11/+18 |
| | | | ||||
| * | | add global locale switcher | Seb Bacon | 2011-03-10 | -1/+32 |
| | | | ||||
| * | | new i18n tests for controllers and associated fixes | Seb Bacon | 2011-03-10 | -54/+137 |
| | | | ||||
| * | | Adding missing framework fixtures - presumably the victims of a .gitignore ↵ | Louise Crow | 2011-03-10 | -0/+3 |
| | | | | | | | | | | | | somewhere along the line | |||
| * | | Reindexing xapian before running track alert spec | Louise Crow | 2011-03-10 | -2/+2 |
| | | | ||||
| * | | make site_name a globally available helper | Seb Bacon | 2011-03-10 | -0/+10 |
| | | | ||||
| * | | override gettext "_" behaviour to also support interpolation | Seb Bacon | 2011-03-10 | -1/+1 |
| | | | ||||
| * | | top-level gettext functions already available | Seb Bacon | 2011-03-10 | -0/+3 |
| | | | ||||
| * | | further i18n of public bodies; start to fix tests | Seb Bacon | 2011-03-10 | -0/+71 |
| | | | ||||
| * | | got as far as localizing Authorities from within admin pages | Seb Bacon | 2011-03-10 | -0/+12 |
| | | | ||||
| * | | link to article about single table inheritance | Seb Bacon | 2011-03-10 | -0/+1 |
| | | | ||||
| * | | typo | Seb Bacon | 2011-03-10 | -1/+1 |
| | | | ||||
| * | | ignore emacs-related crud | Seb Bacon | 2011-03-10 | -0/+2 |
| | | | ||||
| * | | initial support for localising model data (not fully tested) | Seb Bacon | 2011-03-10 | -6/+2038 |
| | | | ||||
| * | | support basic skinning (by providing file where CSS can be overridden) | Seb Bacon | 2011-03-10 | -5/+33 |
| | | | ||||
| * | | explicit linking to request listing URLs so we can translate them | Seb Bacon | 2011-03-10 | -5/+5 |
| | | |