Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove test | francis | 2007-11-23 | -3/+0 |
| | ||||
* | Remove test directory, as not used. See spec now. | francis | 2007-11-23 | -331/+0 |
| | ||||
* | Save post request properly into database with a model, as a record of where to | francis | 2007-11-01 | -0/+15 |
| | | | | | redirect back to after login. Token generation for these saved logins. | |||
* | Model to store incoming messages. Save raw messages to it. | francis | 2007-10-29 | -0/+23 |
| | ||||
* | Basic controller for sending email. | francis | 2007-10-16 | -0/+38 |
| | ||||
* | Remove test skeleton for controller that is no longer called that. | francis | 2007-10-16 | -18/+0 |
| | ||||
* | Removed test skeletons for removed controllers | francis | 2007-10-16 | -18/+0 |
| | ||||
* | Rejigged routing in favour of mostly model-focused controllers | louise | 2007-10-15 | -4/+4 |
| | ||||
* | Added controller for displaying public bodies. | francis | 2007-10-11 | -0/+18 |
| | | | | | | Improve front page. Tidying up styling a bit. Add tagline. | |||
* | Add primitive user page. | francis | 2007-10-09 | -0/+18 |
| | ||||
* | Controller to display an individual request on /request/:id URLs. | francis | 2007-10-09 | -0/+18 |
| | | | | Added navigation. | |||
* | Actually store user id when making request. | francis | 2007-10-08 | -0/+18 |
| | | | | /list URL displays all requests that are in progress. | |||
* | Model for outgoing messages. | francis | 2007-09-10 | -0/+21 |
| | | | | | Save body of initial request as an outgoing message. Try and validate and save the pair of models correctly. | |||
* | Make /admin URL work, and give link through to public body editor. | francis | 2007-09-03 | -0/+18 |
| | | | | Layout for admin pages. | |||
* | Model for a public body, and basic scaffold to edit it. | francis | 2007-08-29 | -0/+107 |
| | ||||
* | Skeletal model for an FOI request. | francis | 2007-08-04 | -0/+33 |
| | | | | Rubbishy display of first form. | |||
* | User table, and some dodgy authentication code. | francis | 2007-08-01 | -0/+15 |
| | ||||
* | Default Rails gumph. | francis | 2007-08-01 | -0/+28 |