aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove the field name from the validates_presence_of :message, to prevent ↵Robin Houston2011-06-11-2/+2
| | | | error messages such as "Name Name can't be blank"
* ensure all with_locale calls end with explicit renderSeb Bacon2011-06-13-43/+50
|
* Make sure the template rendering happens within the scope ofSeb Bacon2011-06-13-5/+15
| | | | | with_locale, so it's rendered using the correct locale. (+ test for this)
* Make sure the previous locale is restored on block exit, even if theSeb Bacon2011-06-13-3/+6
| | | | block was left via return.
* Since some of the tests rely on the availability of the "es" locale, we ↵Robin Houston2011-06-10-2/+7
| | | | override the FastGettext.default_available_locales when testing to make sure it is available.
* It's a bit misleading to set FastGettext.default_available_locales in ↵Robin Houston2011-06-10-1/+0
| | | | initializers/fast_gettext.rb, when it is overridded by environment.rb anyway (based on the value in config/general)
* Change "whatdotheyknow" to "alaveteli" where appropriate, and correct the ↵Robin Houston2011-06-10-7/+7
| | | | filename crontab.ugly
* Add config.tmp to .gitignore, to avoid problems with the mySociety ↵Robin Houston2011-06-10-0/+1
| | | | deployment scripts.
* Remove the spelling checker, because:Robin Houston2011-06-09-8/+0
| | | | | 1/ It introduces a PHP dependency, which complicates testing and deployment outside the mySociety infrastructure; 2/ Modern browsers have built-in spell-checking capabilities.
* Updated db/development_structure.sql (Having this file in the repository is ↵Robin Houston2011-06-09-5/+27
| | | | a bit of a mixed blessing: it gives an easy way to see the entire schema, but different versions of PostgreSQL will result in very slightly different files, so unless all developers use precisely the same version there will be some spurious differences.)
* Remove hard-coded localhost URLRobin Houston2011-06-09-1/+0
|
* The rails server listens on all interfaces by default, not on the loopback ↵Robin Houston2011-06-09-4/+4
| | | | interface.
* Make sure the :public_body_translation fixture is included everywhere the ↵Robin Houston2011-06-09-31/+31
| | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it.
* Bundle the locale and gettext gemsRobin Houston2011-06-09-0/+31743
|
* Don't store passwords in post_params.Louise Crow2011-05-16-7/+35
|
* fix adding new public bodiesSeb Bacon2011-04-08-2/+2
|
* Merge branch 'master' of git@github.com:sebbacon/alaveteliLouise Crow2011-04-07-1/+1
|\
| * correct a bad merge (made test database setup fail)Seb Bacon2011-04-07-1/+1
| |
* | Adding missing fixture.Louise Crow2011-04-07-7/+6
|/
* Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-04-01-10/+94
|\
| * Use google viewer for docs - wvWare is hanging server.Louise Crow2011-03-30-6/+7
| |
| * Back to vendor ruby-oleLouise Crow2011-03-28-1/+1
| |
| * Latest version of commonlib.Louise Crow2011-03-28-0/+0
| |
| * Merge branch 'master' of git@github.com:sebbacon/alaveteliLouise Crow2011-03-28-0/+46103
| |\
| * | Monkeypatching TMail parser to fix case where multiple addresses in the to: ↵Louise Crow2011-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 fixageSeb Bacon2011-04-01-310/+1315
| | |
* | | don't silence errors when storing model attribute translation strings ↵Seb Bacon2011-03-31-1/+1
| | | | | | | | | | | | (exposed a new bug in fastgettext if you did)
* | | correctly flatten (fixes tags)Seb Bacon2011-03-25-1/+1
| | |
* | | resolve merge conflictsSeb Bacon2011-03-25-280/+4927
|\ \ \ | |_|/ |/| |
| * | some test fixageSeb Bacon2011-03-11-14/+14
| | |
| * | latest i18n PO filesSeb Bacon2011-03-11-716/+1073
| | |
| * | 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