aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Adding script for generating transaction stats.Louise Crow2011-05-26-0/+40
|
* Don't store passwords in post_params.Louise Crow2011-05-16-7/+36
|
* Adding new authority categories, moving defunct ones to new super-category ↵Louise Crow2011-04-04-16/+19
| | | | for defunct categories.
* noop to poke gitSeb Bacon2011-04-01-0/+1
|
* 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
|\
| * include json gem (for tests to pass)Seb Bacon2011-03-25-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.
* Second attempt at commonlib update.Louise Crow2011-03-25-0/+0
|
* New version of commonlibLouise Crow2011-03-25-0/+0
|
* Missing commonlib checkout.Louise Crow2011-03-25-0/+0
|
* Merge branch 'master' of git@github.com:sebbacon/alaveteliLouise Crow2011-03-25-0/+0
|\
| * add missing submodule commit (for rails)Seb Bacon2011-03-24-0/+0
| |
* | Updates to todo.txt made in handoff session with FrancisLouise Crow2011-03-25-64/+34
|/
* 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
| |