Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Show both signin and signup forms still after error, so can choose other. | francis | 2007-12-14 | -10/+10 |
| | ||||
* | Word wrap emails. | francis | 2007-12-12 | -7/+7 |
| | | | | Fix user id references in test code. | |||
* | Add outgoing messages fixture so tests work. | francis | 2007-11-15 | -2/+6 |
| | ||||
* | Model for storing category of response (contains information, rejection etc.) | francis | 2007-11-14 | -2/+2 |
| | ||||
* | A few more tests. | francis | 2007-11-13 | -1/+10 |
| | ||||
* | Change admin interface to use new will_paginate plugin rather than old Rails | francis | 2007-11-13 | -4/+6 |
| | | | | pagination system. | |||
* | Test display of incoming emails. | francis | 2007-11-13 | -1/+9 |
| | ||||
* | Test that you can use old short name for public bodies in URLs. | francis | 2007-11-13 | -1/+6 |
| | ||||
* | Get user controller to 100% test coverage. | francis | 2007-11-09 | -8/+27 |
| | ||||
* | Add lots more tests. | francis | 2007-11-08 | -6/+121 |
| | | | | Fix an ACTUAL BUG a test found :) | |||
* | Redirect to simplified name URL if given complex one | francis | 2007-11-08 | -0/+5 |
| | ||||
* | Some test stubs to force them into code coverage. | francis | 2007-11-08 | -0/+32 |
| | ||||
* | Token for email confirmations. | francis | 2007-11-02 | -1/+1 |
| | ||||
* | Save post request properly into database with a model, as a record of where to | francis | 2007-11-01 | -1/+7 |
| | | | | | redirect back to after login. Token generation for these saved logins. | |||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-11-01 | -0/+1 |
| | | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README. | |||
* | Move signin/signup/signout actions from application controller to user ↵ | francis | 2007-10-31 | -0/+10 |
| | | | | | | controller. (They were already only being routed to the user controller) | |||
* | Tests for some controllers. | francis | 2007-10-31 | -0/+50 |
| | ||||
* | Some more tests. | francis | 2007-10-31 | -3/+77 |
| | ||||
* | Requests for a controller. | francis | 2007-10-30 | -0/+26 |
| | ||||
* | Add a couple of basic tests for InfoRequest | francis | 2007-10-30 | -1/+1 |
| | ||||
* | Adding rspec config files, initial specs | louise | 2007-10-16 | -0/+9 |