aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeLines
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-13/+14
| | | | per message, and has more states.
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-42/+42
|
* Right schemafrancis2008-01-23-4/+4
|
* Various other Rails 2 related bits.francis2008-01-23-4/+4
|
* Migration to Rails 2.0.2francis2008-01-23-63/+70
|
* Let original requester send followup messages.francis2008-01-10-8/+9
|
* Set envelope from for initial requests to a seperate address, and mark messagesfrancis2008-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 recordsfrancis2008-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.francis2008-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.francis2007-11-23-2/+2
|
* Remove classification under sections of the act as it is pointless (can be donefrancis2007-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.)francis2007-11-14-5/+14
|
* Confirmation email for login.francis2007-11-05-7/+10
|
* Token for email confirmations.francis2007-11-02-1/+2
|
* Save post request properly into database with a model, as a record of where tofrancis2007-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.francis2007-10-29-1/+8
|
* Save that message has been sent and when.francis2007-10-24-1/+2
|
* Add created_at and updated_at fields to appropriate models.francis2007-09-11-1/+8
|
* Remove unneeded public_body_id field from outgoing_message model.francis2007-09-11-2/+1
|
* Model for outgoing messages.francis2007-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.francis2007-09-10-3/+4
|
* Log last editor and allow a comment for public body editing.francis2007-09-03-13/+17
|
* Add plugin for versioning models.francis2007-08-31-1/+12
| | | | Version the contact info for public bodies.
* Model for a public body, and basic scaffold to edit it.francis2007-08-29-1/+8
|
* Skeletal model for an FOI request.francis2007-08-04-1/+6
| | | | Rubbishy display of first form.
* Adfrancis2007-08-03-1/+10
|
* User table, and some dodgy authentication code.francis2007-08-01-0/+14