Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename file_request_controller to new_controller, so consistent with URL | francis | 2007-10-08 | -46/+0 |
| | ||||
* | Login stuff with POST redirect not working yet | francis | 2007-10-03 | -2/+4 |
| | ||||
* | 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 |
| | | | | Still has some problems in error display :( | |||
* | Use the other model itself, rather than its id, when saving two models at once, | francis | 2007-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. | 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 |
| | | | | | 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. | francis | 2007-09-10 | -1/+4 |
| | ||||
* | 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 | -0/+25 |
Rubbishy display of first form. |