Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | First hack at new interface for classifying requests - is only per request, not | francis | 2008-01-29 | -13/+14 |
| | | | | per message, and has more states. | |||
* | Add NOT NULL constraints into the database everywhere | francis | 2008-01-24 | -42/+42 |
| | ||||
* | Right schema | francis | 2008-01-23 | -4/+4 |
| | ||||
* | Various other Rails 2 related bits. | francis | 2008-01-23 | -4/+4 |
| | ||||
* | Migration to Rails 2.0.2 | francis | 2008-01-23 | -63/+70 |
| | ||||
* | Let original requester send followup messages. | francis | 2008-01-10 | -8/+9 |
| | ||||
* | Set envelope from for initial requests to a seperate address, and mark messages | francis | 2008-01-03 | -1/+2 |
| | | | | 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 | -2/+2 |
| | | | | 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 | -1/+8 |
| | | | | Log outgoing messages as such events, so can know when one was resent. | |||
* | Send email to original requester when response received. | francis | 2007-11-23 | -2/+2 |
| | ||||
* | Remove classification under sections of the act as it is pointless (can be done | francis | 2007-11-23 | -8/+1 |
| | | | | | with a regexp, and should probably just be part of a tag system). Save the classification when submitted by the user. | |||
* | Model for storing category of response (contains information, rejection etc.) | francis | 2007-11-14 | -5/+14 |
| | ||||
* | Confirmation email for login. | francis | 2007-11-05 | -7/+10 |
| | ||||
* | Token for email confirmations. | francis | 2007-11-02 | -1/+2 |
| | ||||
* | Save post request properly into database with a model, as a record of where to | francis | 2007-11-01 | -1/+9 |
| | | | | | 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 | -1/+8 |
| | ||||
* | Save that message has been sent and when. | francis | 2007-10-24 | -1/+2 |
| | ||||
* | Add created_at and updated_at fields to appropriate models. | francis | 2007-09-11 | -1/+8 |
| | ||||
* | Remove unneeded public_body_id field from outgoing_message model. | francis | 2007-09-11 | -2/+1 |
| | ||||
* | Model for outgoing messages. | francis | 2007-09-10 | -1/+11 |
| | | | | | 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 | -3/+4 |
| | ||||
* | Log last editor and allow a comment for public body editing. | francis | 2007-09-03 | -13/+17 |
| | ||||
* | Add plugin for versioning models. | francis | 2007-08-31 | -1/+12 |
| | | | | Version the contact info for public bodies. | |||
* | Model for a public body, and basic scaffold to edit it. | francis | 2007-08-29 | -1/+8 |
| | ||||
* | Skeletal model for an FOI request. | francis | 2007-08-04 | -1/+6 |
| | | | | Rubbishy display of first form. | |||
* | Ad | francis | 2007-08-03 | -1/+10 |
| | ||||
* | User table, and some dodgy authentication code. | francis | 2007-08-01 | -0/+14 |