Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Move the non-fixture files in spec/fixtures to their own subdirectory, | Robin Houston | 2011-06-10 | -2/+2 | |
| | | | | | | | | | | so that we can run rake spec:db:fixtures:load without it choking on the files that aren't fixtures. | ||||
| * | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -2/+2 | |
| | | |||||
* | | Make sure the template rendering happens within the scope of | Seb Bacon | 2011-06-13 | -0/+7 | |
| | | | | | | | | | | with_locale, so it's rendered using the correct locale. (+ test for this) | ||||
* | | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -18/+18 | |
| | | | | | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | ||||
* | | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -2/+1 | |
| | | |||||
* | | Adding missing fixture. | Louise Crow | 2011-04-07 | -7/+6 | |
| | | |||||
* | | further test fixage | Seb Bacon | 2011-04-01 | -4/+8 | |
| | | |||||
* | | some test fixage | Seb Bacon | 2011-03-11 | -2/+3 | |
| | | |||||
* | | new i18n tests for controllers and associated fixes | Seb Bacon | 2011-03-10 | -1/+75 | |
| | | |||||
* | | Reindexing xapian before running track alert spec | Louise Crow | 2011-03-10 | -2/+2 | |
|/ | |||||
* | Check that full error message is being displayed without interpolated ↵ | Louise Crow | 2011-02-24 | -1/+1 | |
| | | | | attribute name. | ||||
* | 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 | |
| | |||||
* | Adding required info_request_event fixture. | Louise Crow | 2011-02-23 | -1/+1 | |
| | |||||
* | Reindexing xapian before running track alert spec | Louise Crow | 2011-02-17 | -0/+4 | |
| | |||||
* | Rebuild xapian index after fixture loading | Louise Crow | 2011-02-17 | -24/+37 | |
| | |||||
* | install fixture necessary for test to pass (not sure how this worked ↵ | Seb Bacon | 2010-12-30 | -2/+2 | |
| | | | | previously...) | ||||
* | Show more appropriate info about users/bodies everywhere in JSON. | Francis Irving | 2010-10-20 | -9/+9 | |
| | |||||
* | Return more info in request JSON response. | Francis Irving | 2010-10-20 | -3/+3 | |
| | |||||
* | Add tag_string to tests. | Francis Irving | 2010-10-18 | -6/+6 | |
| | |||||
* | Test for JSON version of atom feeds. | Francis Irving | 2010-10-18 | -1/+46 | |
| | |||||
* | Test for users. | Francis Irving | 2010-10-18 | -0/+21 | |
| | |||||
* | Remove unnecessary integrate views | Francis Irving | 2010-10-18 | -3/+1 | |
| | |||||
* | Test for JSON of public body | Francis Irving | 2010-10-18 | -0/+19 | |
| | |||||
* | Add test for JSON requests | Francis Irving | 2010-10-18 | -0/+19 | |
| | |||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -13/+13 | |
| | |||||
* | Mock views for new syntax of calling search | Francis Irving | 2010-09-14 | -1/+5 | |
| | |||||
* | Changed name of variable. | Francis Irving | 2010-09-06 | -1/+1 | |
| | |||||
* | Add test of user level censor rules from controller. | Francis Irving | 2010-08-04 | -0/+18 | |
| | |||||
* | Allow links to specific tags. | Francis Irving | 2010-08-04 | -0/+21 | |
| | |||||
* | Fix HTML nesting | Francis Irving | 2010-07-15 | -2/+2 | |
| | |||||
* | Fix HTML | Francis Irving | 2010-07-15 | -4/+6 | |
| | |||||
* | Change test to work with new action name | Francis Irving | 2010-07-14 | -4/+4 | |
| | |||||
* | Some more tests for profile photos. | Francis Irving | 2010-07-14 | -2/+21 | |
| | |||||
* | Factor out common bits. | Francis Irving | 2010-07-14 | -9/+11 | |
| | |||||
* | Get picture posting to work | Francis Irving | 2010-07-14 | -3/+7 | |
| | |||||
* | Test for submitting profile photo. Clean up HTML. | Francis Irving | 2010-07-14 | -0/+12 | |
| | |||||
* | Use new name of action | Francis Irving | 2010-07-14 | -2/+2 | |
| | |||||
* | Merge branch 'master' into francis-profile-photo | Francis Irving | 2010-07-13 | -25/+357 | |
|\ | | | | | | | | | | | | | Conflicts: app/views/user/show.rhtml commonlib spec/controllers/user_controller_spec.rb | ||||
| * | Need to set time now in test. | Francis Irving | 2010-06-09 | -1/+12 | |
| | | |||||
| * | Make comment clearer | Francis Irving | 2010-06-09 | -2/+3 | |
| | | |||||
| * | Updated formatting. | Francis Irving | 2010-06-08 | -1/+1 | |
| | | |||||
| * | Allow emails case insensitively. | Francis Irving | 2010-03-20 | -0/+12 | |
| | | |||||
| * | Only change email address when they confirm the email, so there is no | Francis Irving | 2010-03-10 | -11/+42 | |
| | | | | | | | | security leak that someone is registered with an email | ||||
| * | Use bob instead of silly as test user. Make it behave better if existing | Francis Irving | 2010-03-10 | -15/+47 | |
| | | | | | | | | email changed to. | ||||
| * | Slight comment change | Francis Irving | 2010-03-10 | -1/+1 | |
| | | |||||
| * | Form for changing your email address | Francis Irving | 2010-03-10 | -0/+70 | |
| | | |||||
| * | Rename signchange to signchangepassword | Francis Irving | 2010-03-10 | -10/+10 | |
| | | |||||
| * | Check size of attachment | Francis Irving | 2010-03-03 | -0/+1 | |
| | | |||||
| * | Test code for FOI officer upload | Francis Irving | 2010-03-03 | -0/+85 | |
| | |