Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove the field name from the validates_presence_of :message, to prevent ↵ | Robin Houston | 2011-06-11 | -2/+2 |
| | | | | error messages such as "Name Name can't be blank" | |||
* | ensure all with_locale calls end with explicit render | Seb Bacon | 2011-06-13 | -43/+50 |
| | ||||
* | Make sure the template rendering happens within the scope of | Seb Bacon | 2011-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 the | Seb Bacon | 2011-06-13 | -3/+6 |
| | | | | block was left via return. | |||
* | Since some of the tests rely on the availability of the "es" locale, we ↵ | Robin Houston | 2011-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 Houston | 2011-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 Houston | 2011-06-10 | -7/+7 |
| | | | | filename crontab.ugly | |||
* | Add config.tmp to .gitignore, to avoid problems with the mySociety ↵ | Robin Houston | 2011-06-10 | -0/+1 |
| | | | | deployment scripts. | |||
* | Remove the spelling checker, because: | Robin Houston | 2011-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 Houston | 2011-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 URL | Robin Houston | 2011-06-09 | -1/+0 |
| | ||||
* | The rails server listens on all interfaces by default, not on the loopback ↵ | Robin Houston | 2011-06-09 | -4/+4 |
| | | | | interface. | |||
* | 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 |