aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeLines
* Remove test directory, as not used. See spec now.francis2007-11-23-164/+0
|
* Remove test skeleton for controller that is no longer called that.francis2007-10-16-18/+0
|
* Removed test skeletons for removed controllersfrancis2007-10-16-18/+0
|
* Rejigged routing in favour of mostly model-focused controllerslouise2007-10-15-4/+4
|
* Added controller for displaying public bodies.francis2007-10-11-0/+18
| | | | | | Improve front page. Tidying up styling a bit. Add tagline.
* Add primitive user page.francis2007-10-09-0/+18
|
* Controller to display an individual request on /request/:id URLs.francis2007-10-09-0/+18
| | | | Added navigation.
* Actually store user id when making request.francis2007-10-08-0/+18
| | | | /list URL displays all requests that are in progress.
* Make /admin URL work, and give link through to public body editor.francis2007-09-03-0/+18
| | | | Layout for admin pages.
* Model for a public body, and basic scaffold to edit it.francis2007-08-29-0/+92
|
* Skeletal model for an FOI request.francis2007-08-04-0/+18
Rubbishy display of first form.