Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix some errors in and found by test stuff. | francis | 2008-01-30 | -3/+3 |
| | ||||
* | Redirect to appropriate messages for most of the classification options. | francis | 2008-01-29 | -2/+17 |
| | ||||
* | Previous hack sucked, this one doesn't so much. | francis | 2008-01-22 | -2/+2 |
| | ||||
* | Basic admin pages for user accounts. | francis | 2008-01-22 | -2/+2 |
| | ||||
* | Option for stylesheets to be served from https also | francis | 2008-01-21 | -1/+7 |
| | ||||
* | Prevent (probably accidental) double posting of the same request. | francis | 2008-01-04 | -1/+17 |
| | ||||
* | My Requests link | francis | 2008-01-02 | -2/+5 |
| | ||||
* | Hmmm, at least link to classifying pages from main request if some responses | francis | 2007-12-24 | -2/+2 |
| | | | | haven't been classified yet. Very clumbsy though, right now. | |||
* | Bug in refactored function. | francis | 2007-12-20 | -2/+2 |
| | | | | Integrate views so test would have caught bug. | |||
* | Fix public links from admin pages | francis | 2007-12-18 | -5/+16 |
| | ||||
* | Get redirects right for proxied admin URLs. | francis | 2007-12-14 | -1/+6 |
| | ||||
* | Oops - String.foo! type commands are more aggressive than I thought in ↵ | francis | 2007-11-06 | -2/+2 |
| | | | | altering the existing string. It works through references too. | |||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-11-01 | -0/+46 |
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. |