aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)AuthorAgeLines
* Sort the incoming and outgoing requests by date before displayfrancis2007-10-30-1/+2
|
* Display responses on request page.francis2007-10-30-1/+2
|
* Read in mySociety style configuration file, if it is there (use sensible ↵francis2007-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 routeslouise2007-10-16-2/+2
|
* Change to use h1 as first heading.francis2007-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 controllerslouise2007-10-15-2/+43
|
* Tweak formatting of controllers.francis2007-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.francis2007-10-09-0/+15
Added navigation.