Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Fix lots of test code errors. | francis | 2008-02-21 | -1/+1 | |
| | |||||
* | Need this now, as info request listing inside user page requires getting due ↵ | francis | 2008-02-14 | -1/+1 | |
| | | | | date, which requires incoming messages. | ||||
* | Make each incoming message have an info_request_event. | francis | 2008-02-01 | -1/+1 | |
| | |||||
* | 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 | -5/+5 | |
| | | | | Fix user id references in test code. | ||||
* | Get user controller to 100% test coverage. | francis | 2007-11-09 | -8/+27 | |
| | |||||
* | Add lots more tests. | francis | 2007-11-08 | -4/+116 | |
| | | | | Fix an ACTUAL BUG a test found :) | ||||
* | Redirect to simplified name URL if given complex one | francis | 2007-11-08 | -0/+5 | |
| | |||||
* | 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. | ||||
* | Tests for some controllers. | francis | 2007-10-31 | -0/+27 | |