Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Test stuff for password changing. | francis | 2008-03-21 | -0/+58 |
| | ||||
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -7/+61 |
| | ||||
* | Overdue request alerts. | francis | 2008-03-19 | -0/+7 |
| | | | | Some other tweaks to user tests. | |||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -1/+1 |
| | | | | name. | |||
* | Fix up tests. | francis | 2008-03-06 | -1/+1 |
| | ||||
* | Some test code updates. | francis | 2008-02-28 | -6/+9 |
| | ||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -6/+6 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -6/+6 |
| | ||||
* | 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 |