aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
|
* Replacing old recaptcha plugin with more recent gem.Louise Crow2011-02-23-151/+713
|
* Removing rspec and rspec-rails plugins in favour of updated gems.Louise Crow2011-02-23-30568/+540
|
* New version of commonlib.Louise Crow2011-02-23-0/+0
|
* New version of commonlibLouise Crow2011-02-23-0/+0
|
* Removing rake_tasks plugin - another developer pluginLouise Crow2011-02-23-340/+0
|
* Removing annotate models plugin - it's a developer tool that can be used ↵Louise Crow2011-02-23-210/+0
| | | | outside the application.
* Add rack dependencyLouise Crow2011-02-23-0/+2
|
* Unpack rack 1.1.0 to vendor gemsLouise Crow2011-02-21-87/+11976
|
* dependenciesEdmund von der Burg2011-02-18-2/+12
|
* Not using fcgi - get rid of monkey patchesEdmund von der Burg2011-02-18-25/+0
|
* Added Rails 2.3.11 as a submoduleEdmund von der Burg2011-02-18-2/+6
|
* Deleted rails 2.3.2 filesEdmund von der Burg2011-02-18-251429/+0
|
* Ignore textmate temporary filesEdmund von der Burg2011-02-18-0/+2
|
* Adding missing framework fixtures - presumably the victims of a .gitignore ↵Louise Crow2011-02-17-0/+3
| | | | somewhere along the line
* Reindexing xapian before running track alert specLouise Crow2011-02-17-0/+4
|