Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Sort the incoming and outgoing requests by date before display | francis | 2007-10-30 | -1/+2 |
| | ||||
* | Display responses on request page. | francis | 2007-10-30 | -1/+2 |
| | ||||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -3/+5 |
| | | | | | | | defaults if not). Actually send request to public body, or fake address on staging site. Fix minor bug with sending front page form public body to new request page. | |||
* | Added some named routes | louise | 2007-10-16 | -2/+2 |
| | ||||
* | Change to use h1 as first heading. | francis | 2007-10-16 | -1/+7 |
| | | | | | Add missing view file for request controller's new action. Remove spurious /index controller | |||
* | Rejigged routing in favour of mostly model-focused controllers | louise | 2007-10-15 | -2/+43 |
| | ||||
* | Tweak formatting of controllers. | francis | 2007-10-09 | -2/+3 |
| | | | | Add explicit "private" to encourage adding of non-action functions there. | |||
* | Controller to display an individual request on /request/:id URLs. | francis | 2007-10-09 | -0/+15 |
Added navigation. |