aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeLines
* Remove last index action and rename it show - index is confusing as an actionfrancis2007-10-30-2/+2
* Sort the incoming and outgoing requests by date before displayfrancis2007-10-30-1/+2
* Display responses on request page.francis2007-10-30-1/+2
* Framework for incoming messages.francis2007-10-26-2/+2
* Read in mySociety style configuration file, if it is there (use sensible defa...francis2007-10-24-5/+9
* Added some named routeslouise2007-10-16-4/+4
* Change to use h1 as first heading.francis2007-10-16-1/+7
* Fixing authentication redirect to go through user controllerlouise2007-10-15-2/+2
* Rejigged routing in favour of mostly model-focused controllerslouise2007-10-15-88/+43
* Added controller for displaying public bodies.francis2007-10-11-0/+18
* Change loginfrancis2007-10-11-18/+25
* Login and logout links at top right when you are logged out or logged in.francis2007-10-10-14/+44
* Tweak formatting of controllers.francis2007-10-09-11/+16
* Add primitive user page.francis2007-10-09-0/+15
* Controller to display an individual request on /request/:id URLs.francis2007-10-09-5/+20
* Actually store user id when making request.francis2007-10-08-2/+23
* Name frontpage controller index, probably more consistent with URLs.francis2007-10-08-3/+3
* Rename file_request_controller to new_controller, so consistent with URLfrancis2007-10-08-3/+3
* Added restore of params from session when redirecting a post requestlouise2007-10-03-10/+9
* Login stuff with POST redirect not working yetfrancis2007-10-03-10/+55
* Remove debuggingfrancis2007-09-17-2/+1
* Try to use implicit saving of dependent models, rather than explicit.francis2007-09-17-10/+17
* Return status of authentication check.francis2007-09-17-1/+3
* Use the other model itself, rather than its id, when saving two models at once,francis2007-09-12-11/+12
* Move template for signin dialog to a shared view folder, rather than the one ...francis2007-09-12-2/+2
* Remove not working bit.francis2007-09-11-2/+1
* Tidy up the transaction.francis2007-09-11-11/+18
* Model for outgoing messages.francis2007-09-10-8/+10
* Ask for and save the public body which the request is for.francis2007-09-10-1/+4
* Log last editor and allow a comment for public body editing.francis2007-09-03-53/+71
* Make /admin URL work, and give link through to public body editor.francis2007-09-03-0/+22
* Model for a public body, and basic scaffold to edit it.francis2007-08-29-0/+51
* Fix text of error messages.francis2007-08-23-12/+6
* Well OK, at least it can vaguely check errors now.francis2007-08-21-4/+11
* Skeletal model for an FOI request.francis2007-08-04-12/+40
* Adfrancis2007-08-03-2/+2
* At least use a stylesheet.francis2007-08-01-2/+2
* User table, and some dodgy authentication code.francis2007-08-01-4/+49
* Add simple frontpage, using layout for HTML header/footer.francis2007-08-01-0/+10
* Default Rails gumph.francis2007-08-01-0/+7