aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/file_request_controller.rb
Commit message (Collapse)AuthorAgeLines
* Rename file_request_controller to new_controller, so consistent with URLfrancis2007-10-08-46/+0
|
* Login stuff with POST redirect not working yetfrancis2007-10-03-2/+4
|
* Remove debuggingfrancis2007-09-17-2/+1
|
* Try to use implicit saving of dependent models, rather than explicit.francis2007-09-17-10/+17
| | | | Still has some problems in error display :(
* Use the other model itself, rather than its id, when saving two models at once,francis2007-09-12-11/+12
| | | | | | so that you don't get spurious error. This means if you forget to save the one before the other you are screwed, but hey. Instead of a transaction, just call valid? on both models first.
* 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
| | | | | Save body of initial request as an outgoing message. Try and validate and save the pair of models correctly.
* Ask for and save the public body which the request is for.francis2007-09-10-1/+4
|
* 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-0/+25
Rubbishy display of first form.