Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | override gettext "_" behaviour to also support interpolation | Seb Bacon | 2011-03-10 | -1/+38 |
| | ||||
* | top-level gettext functions already available | Seb Bacon | 2011-03-10 | -1/+0 |
| | ||||
* | put rails locales in the right place | Seb Bacon | 2011-03-10 | -0/+1 |
| | ||||
* | correct typo | Seb Bacon | 2011-03-10 | -1/+1 |
| | ||||
* | correct branch for locales | Seb Bacon | 2011-03-10 | -0/+0 |
| | ||||
* | add Rails locales | Seb Bacon | 2011-03-10 | -0/+3 |
| | ||||
* | initial, basic i18n support with gettext | Seb Bacon | 2011-03-10 | -19/+411 |
| | ||||
* | initial routes i18n support | Seb Bacon | 2011-03-10 | -0/+823 |
| | ||||
* | use commonlib submodule from master branch | Seb Bacon | 2011-03-09 | -0/+0 |
| | ||||
* | merge from master (post-CSRF changes) | Seb Bacon | 2011-03-09 | -271348/+40307 |
|\ | ||||
| * | Add CSRF protection on state changing actions. Use default handler ↵ | Louise Crow | 2011-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 Crow | 2011-02-24 | -1/+1 |
| | | | | | | | | etc. | |||
| * | Check that full error message is being displayed without interpolated ↵ | Louise Crow | 2011-02-24 | -1/+1 |
| | | | | | | | | attribute name. | |||
| * | Add moo.txt to .gitignore | Louise Crow | 2011-02-24 | -0/+1 |
| | | ||||
| * | Disable CSRF protection in the test environment | Louise Crow | 2011-02-24 | -1/+4 |
| | | ||||
| * | Remove gem dependency on ruby-ole | Louise Crow | 2011-02-24 | -1/+0 |
| | | ||||
| * | Ignore test structure | Louise Crow | 2011-02-24 | -1/+1 |
| | | ||||
| * | Include ruby-ole from commonlib on path | Louise Crow | 2011-02-24 | -0/+2 |
| | | ||||
| * | Latest commonlib | Louise Crow | 2011-02-24 | -0/+0 |
| | | ||||
| * | Wrong commit id for commonlib submodule | Louise Crow | 2011-02-24 | -0/+0 |
| | | ||||
| * | New version of commonlib. | Louise Crow | 2011-02-24 | -0/+0 |
| | | ||||
| * | Adding dependency on rspec. | Louise Crow | 2011-02-24 | -1/+1 |
| | | ||||
| * | New version of commonlib | Louise Crow | 2011-02-24 | -0/+0 |
| | | ||||
| * | Adding rspec gem. | Louise Crow | 2011-02-24 | -0/+31899 |
| | | ||||
| * | Adding CSRF protection for admin forms. | Louise Crow | 2011-02-24 | -0/+5 |
| | | ||||
| * | Add explicit error messages for the validations that were using defaults. | Louise Crow | 2011-02-24 | -5/+5 |
| | | ||||
| * | Add locale files - key thing here is the translation of ↵ | Louise Crow | 2011-02-24 | -0/+307 |
| | | | | | | | | | | | | activerecord.errors.full_messages.format, which sets the default string to just the message - no interpolated attribute name. | |||
| * | Updating validations so that none expect automatic interpolation of the ↵ | Louise Crow | 2011-02-24 | -45/+47 |
| | | | | | | | | attribute. | |||
| * | Removing db/schema. db/development_structure.sql is a better representation ↵ | Louise Crow | 2011-02-24 | -262/+0 |
| | | | | | | | | of the db as lots of sql execute statements have been used in migrations. | |||
| * | Adding translation via fast_gettext. | Louise Crow | 2011-02-24 | -1/+5132 |
| | | ||||
| * | Adding sql schema file. | Louise Crow | 2011-02-23 | -0/+1676 |
| | | ||||
| * | Changing expected sender from list to string when string is passed to STMP - ↵ | Louise Crow | 2011-02-23 | -1/+1 |
| | | | | | | | | presumably a small change in the way this is handled by action mailer. | |||
| * | Remove TODO - extra gems not needed in deployment environment. | Louise Crow | 2011-02-23 | -9/+0 |
| | | ||||
| * | Clear deliveries array after running spec. | Louise Crow | 2011-02-23 | -0/+1 |
| | | ||||
| * | Mock a few more things so that we're not actually saving to the db. | Louise Crow | 2011-02-23 | -12/+18 |
| | | ||||
| * | Running the callbacks more specific than calling save! here and avoids ↵ | Louise Crow | 2011-02-23 | -14/+14 |
| | | | | | | | | having to handle foreign key references | |||
| * | Mock a few more things now foreign key constraints are being enforced in the ↵ | Louise Crow | 2011-02-23 | -49/+54 |
| | | | | | | | | test environment | |||
| * | Mock out a few more things now foreign key constraints are being enforced in ↵ | Louise Crow | 2011-02-23 | -39/+50 |
| | | | | | | | | the test environment. | |||
| * | Update symbol used for session key | Louise Crow | 2011-02-23 | -1/+1 |
| | | ||||
| * | Strip any filename coming back from tmail | Louise Crow | 2011-02-23 | -0/+2 |
| | | ||||
| * | Use destroy rather than delete to remove the public body in this xapian ↵ | Louise Crow | 2011-02-23 | -2/+2 |
| | | | | | | | | test. Now that we're using a sql schema format to populate the test database, it creates foreign keys and so on correctly, so a delete, which tries to delete the object without calling any callbacks, fails with a foreign key error as acts_as_versioned means there are still foreign keys to this record from its versions. | |||
| * | Adding dependency on will_paginate gem. | Louise Crow | 2011-02-23 | -0/+1 |
| | | ||||
| * | Adding required info_request_event fixture. | Louise Crow | 2011-02-23 | -1/+1 |
| | | ||||
| * | Updated will_paginate plugin to later gem. | Louise Crow | 2011-02-23 | -928/+470 |
| | | ||||
| * | Updating 'require "activerecord"' to 'require "active_record"' as per ↵ | Louise Crow | 2011-02-23 | -1/+1 |
| | | | | | | | | deprecation warning. | |||
| * | Moving tasks to lib as per deprecation warning. Have made a push request ↵ | Louise Crow | 2011-02-23 | -0/+0 |
| | | | | | | | | with this change to https://github.com/fauna/interlock | |||
| * | Moving tasks to lib - as per deprecation warning. There appears to be no ↵ | Louise Crow | 2011-02-23 | -1/+1 |
| | | | | | | | | current repo for this plugin. | |||
| * | Add rspec-rails as a dependency for the test env. | Louise Crow | 2011-02-23 | -1/+3 |
| | | ||||
| * | Adding gem dependencies, setting schema format to sql - there are lots of ↵ | Louise Crow | 2011-02-23 | -2/+2 |
| | | | | | | | | raw sql executes in the migrations, schema.rb doesn't represent that very well. | |||
| * | Adding spec conf files. | Louise Crow | 2011-02-23 | -11/+197 |
| | |