aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| |
| * Disable CSRF protection in the test environmentLouise Crow2011-02-24-1/+4
| |
| * Remove gem dependency on ruby-oleLouise Crow2011-02-24-1/+0
| |
| * Ignore test structureLouise Crow2011-02-24-1/+1
| |
| * Include ruby-ole from commonlib on pathLouise Crow2011-02-24-0/+2
| |
| * Latest commonlibLouise Crow2011-02-24-0/+0
| |
| * Wrong commit id for commonlib submoduleLouise Crow2011-02-24-0/+0
| |
| * New version of commonlib.Louise Crow2011-02-24-0/+0
| |
| * Adding dependency on rspec.Louise Crow2011-02-24-1/+1
| |
| * New version of commonlibLouise Crow2011-02-24-0/+0
| |
| * Adding rspec gem.Louise Crow2011-02-24-0/+31899
| |
| * Adding CSRF protection for admin forms.Louise Crow2011-02-24-0/+5
| |
| * Add explicit error messages for the validations that were using defaults.Louise Crow2011-02-24-5/+5
| |
| * Add locale files - key thing here is the translation of ↵Louise Crow2011-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 Crow2011-02-24-45/+47
| | | | | | | | attribute.
| * Removing db/schema. db/development_structure.sql is a better representation ↵Louise Crow2011-02-24-262/+0
| | | | | | | | of the db as lots of sql execute statements have been used in migrations.
| * Adding translation via fast_gettext.Louise Crow2011-02-24-1/+5132
| |
| * Adding sql schema file.Louise Crow2011-02-23-0/+1676
| |
| * Changing expected sender from list to string when string is passed to STMP - ↵Louise Crow2011-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 Crow2011-02-23-9/+0
| |
| * Clear deliveries array after running spec.Louise Crow2011-02-23-0/+1
| |
| * Mock a few more things so that we're not actually saving to the db.Louise Crow2011-02-23-12/+18
| |
| * Running the callbacks more specific than calling save! here and avoids ↵Louise Crow2011-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 Crow2011-02-23-49/+54
| | | | | | | | test environment
| * Mock out a few more things now foreign key constraints are being enforced in ↵Louise Crow2011-02-23-39/+50
| | | | | | | | the test environment.
| * Update symbol used for session keyLouise Crow2011-02-23-1/+1
| |
| * Strip any filename coming back from tmailLouise Crow2011-02-23-0/+2
| |
| * Use destroy rather than delete to remove the public body in this xapian ↵Louise Crow2011-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 Crow2011-02-23-0/+1
| |
| * Adding required info_request_event fixture.Louise Crow2011-02-23-1/+1
| |
| * Updated will_paginate plugin to later gem.Louise Crow2011-02-23-928/+470
| |
| * Updating 'require "activerecord"' to 'require "active_record"' as per ↵Louise Crow2011-02-23-1/+1
| | | | | | | | deprecation warning.
| * Moving tasks to lib as per deprecation warning. Have made a push request ↵Louise Crow2011-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 Crow2011-02-23-1/+1
| | | | | | | | current repo for this plugin.
| * Add rspec-rails as a dependency for the test env.Louise Crow2011-02-23-1/+3
| |
| * Adding gem dependencies, setting schema format to sql - there are lots of ↵Louise Crow2011-02-23-2/+2
| | | | | | | | raw sql executes in the migrations, schema.rb doesn't represent that very well.
| * Adding spec conf files.Louise Crow2011-02-23-11/+197
| |