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