Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Test that PublicBody.first_letter is correctly set on save | Robin Houston | 2011-06-15 | -1/+13 |
| | ||||
* | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -13/+13 |
| | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | |||
* | some test fixage | Seb Bacon | 2011-03-11 | -2/+1 |
| | ||||
* | 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. | |||
* | 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. | |||
* | Fix a bunch of broken links (thanks Alex) | Francis Irving | 2010-10-27 | -1/+1 |
| | ||||
* | Index tags on public bodies. | Francis Irving | 2010-10-09 | -0/+24 |
| | ||||
* | Index tags on info requests. | Francis Irving | 2010-10-09 | -0/+19 |
| | ||||
* | Fix URL | Francis Irving | 2010-10-04 | -1/+1 |
| | ||||
* | Tests for find_by_tag | Francis Irving | 2010-09-29 | -0/+21 |
| | ||||
* | Fix test of HasTagStringTag | Francis Irving | 2010-09-29 | -3/+4 |
| | ||||
* | Factor out model of public body tags into generic tag string model | Francis Irving | 2010-09-29 | -1/+1 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -23/+23 |
| | ||||
* | It's Gorgonzola now | Francis Irving | 2010-08-04 | -1/+1 |
| | ||||
* | Oops, got test slightly wrong. | Francis Irving | 2010-08-04 | -1/+1 |
| | ||||
* | Do censoring of whole users if the rules are there. | Francis Irving | 2010-08-04 | -1/+41 |
| | ||||
* | Allow multiple keys the same | Francis Irving | 2010-08-04 | -4/+12 |
| | ||||
* | Remove charity number field | Francis Irving | 2010-07-27 | -0/+8 |
| | ||||
* | Initial support for machine tags | Francis Irving | 2010-07-26 | -0/+26 |
| | ||||
* | Make test work even when not explicitly saving | Francis Irving | 2010-07-26 | -2/+3 |
| | ||||
* | Another test. | Francis Irving | 2010-07-26 | -0/+5 |
| | ||||
* | Tests for normal tags. | Francis Irving | 2010-07-26 | -1/+47 |
| | ||||
* | Search index about me text, and tests to check that works | Francis Irving | 2010-07-18 | -0/+21 |
| | ||||
* | Fix tests to use mock user. | Francis Irving | 2010-07-15 | -4/+5 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Get key dependency right. Test for draft pictures. | Francis Irving | 2010-07-15 | -0/+10 |
| | ||||
* | Remove mapping from photo to user | Francis Irving | 2010-07-14 | -2/+2 |
| | ||||
* | Merge branch 'master' into francis-profile-photo | Francis Irving | 2010-07-13 | -51/+359 |
|\ | | | | | | | | | | | | | Conflicts: app/views/user/show.rhtml commonlib spec/controllers/user_controller_spec.rb | |||
| * | Change 'rejected' to 'refused', as used in the law | Francis Irving | 2010-06-16 | -2/+2 |
| | | ||||
| * | Test deleting public body from Xapian | Francis Irving | 2010-06-16 | -0/+14 |
| | | ||||
| * | Test of body URL names longer than 64 characters, that they still index | Francis Irving | 2010-06-16 | -0/+22 |
| | | ||||
| * | Only use last 100 finds, not 200 | Francis Irving | 2010-06-10 | -1/+1 |
| | | ||||
| * | Fix track mailer unit test to work with extra find. | Francis Irving | 2010-06-09 | -4/+6 |
| | | ||||
| * | Don't put rebuild in before | Francis Irving | 2010-06-08 | -4/+4 |
| | | ||||
| * | Need this always.. | Francis Irving | 2010-06-08 | -1/+1 |
| | | ||||
| * | Needs comments too | Francis Irving | 2010-06-08 | -5/+5 |
| | | ||||
| * | Needs raw_emails so it can get all the file types to index them | Francis Irving | 2010-06-08 | -5/+5 |
| | | ||||
| * | It is now 100, not 200 | Francis Irving | 2010-06-08 | -1/+1 |
| | | ||||
| * | Some more fixtures (which weren't needed if the tests are run in a | Francis Irving | 2010-05-19 | -3/+3 |
| | | | | | | | | certain order, but are in other orders) | |||
| * | Merge commit 'peter/tnef' | Francis Irving | 2010-03-20 | -0/+18 |
| |\ | ||||
| | * | Support for Outlook TNEF files | Peter Collingbourne | 2010-03-15 | -0/+18 |
| | | | ||||
| * | | Do not binary mask the pdf if pdftk silently fails producing no output | Peter Collingbourne | 2010-03-15 | -0/+7 |
| |/ | ||||
| * | Only change email address when they confirm the email, so there is no | Francis Irving | 2010-03-10 | -1/+1 |
| | | | | | | | | security leak that someone is registered with an email | |||
| * | Another missing fixture. | Francis Irving | 2010-03-10 | -1/+1 |
| | | ||||
| * | Add another missing fixture | Francis Irving | 2010-03-10 | -1/+1 |
| | | ||||
| * | Add missing fixture | Francis Irving | 2010-03-10 | -1/+1 |
| | | | | | | | | This bug only happened when the tests were run in a certain order. | |||
| * | Prefer HTML to other alternative types | Francis Irving | 2010-03-09 | -1/+1 |
| | | ||||
| * | Use better subject when replying to delivery error notifications | Francis Irving | 2010-03-09 | -0/+11 |
| | |