Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | First hack at new interface for classifying requests - is only per request, not | francis | 2008-01-29 | -0/+25 |
| | | | | per message, and has more states. | |||
* | Add NOT NULL constraints into the database everywhere | francis | 2008-01-24 | -0/+103 |
| | ||||
* | Let original requester send followup messages. | francis | 2008-01-10 | -0/+9 |
| | ||||
* | Set envelope from for initial requests to a seperate address, and mark messages | francis | 2008-01-03 | -0/+10 |
| | | | | to that address as being bounce messages. For now just display that simply. | |||
* | Rename outgoing message field from sent_at to last_sent_at, as it records | francis | 2008-01-02 | -0/+9 |
| | | | | the time the message was last sent, not every time it was sent. | |||
* | Framework for logging different events about an FOI request. | francis | 2008-01-02 | -0/+24 |
| | | | | Log outgoing messages as such events, so can know when one was resent. | |||
* | Various things deploying on live servers. | francis | 2007-11-27 | -10/+7 |
| | ||||
* | Send email to original requester when response received. | francis | 2007-11-23 | -0/+9 |
| | ||||
* | Model for storing category of response (contains information, rejection etc.) | francis | 2007-11-14 | -0/+28 |
| | ||||
* | Confirmation email for login. | francis | 2007-11-05 | -0/+20 |
| | ||||
* | Token for email confirmations. | francis | 2007-11-02 | -0/+9 |
| | ||||
* | 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/+14 |
| | ||||
* | Save that message has been sent and when. | francis | 2007-10-24 | -1/+1 |
| | ||||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -0/+8 |
| | | | | | | | defaults if not). Actually send request to public body, or fake address on staging site. Fix minor bug with sending front page form public body to new request page. | |||
* | Add created_at and updated_at fields to appropriate models. | francis | 2007-09-11 | -1/+37 |
| | ||||
* | Remove unneeded public_body_id field from outgoing_message model. | francis | 2007-09-11 | -0/+9 |
| | ||||
* | Some files I forgot to add. | francis | 2007-09-10 | -0/+9 |
| | ||||
* | Model for outgoing messages. | francis | 2007-09-10 | -0/+20 |
| | | | | | Save body of initial request as an outgoing message. Try and validate and save the pair of models correctly. | |||
* | Log last editor and allow a comment for public body editing. | francis | 2007-09-03 | -0/+15 |
| | ||||
* | Add plugin for versioning models. | francis | 2007-08-31 | -0/+9 |
| | | | | Version the contact info for public bodies. | |||
* | Model for a public body, and basic scaffold to edit it. | francis | 2007-08-29 | -0/+16 |
| | ||||
* | Skeletal model for an FOI request. | francis | 2007-08-04 | -0/+12 |
| | | | | Rubbishy display of first form. | |||
* | Ad | francis | 2007-08-03 | -0/+16 |
| | ||||
* | User table, and some dodgy authentication code. | francis | 2007-08-01 | -0/+15 |