Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Move a tiny bit of logic into the model. | francis | 2008-02-13 | -1/+10 | |
| | |||||
* | Links to user admin page and public body admin page from request admin page | francis | 2008-02-06 | -1/+14 | |
| | |||||
* | Store historty of state changes in event log. | francis | 2008-02-06 | -19/+33 | |
| | |||||
* | Make each incoming message have an info_request_event. | francis | 2008-02-01 | -6/+7 | |
| | |||||
* | Fix some errors in and found by test stuff. | francis | 2008-01-30 | -2/+10 | |
| | |||||
* | Redirect to appropriate messages for most of the classification options. | francis | 2008-01-29 | -1/+12 | |
| | |||||
* | First hack at new interface for classifying requests - is only per request, not | francis | 2008-01-29 | -50/+43 | |
| | | | | per message, and has more states. | ||||
* | Add NOT NULL constraints into the database everywhere | francis | 2008-01-24 | -7/+7 | |
| | |||||
* | Rename a function to a better name. | francis | 2008-01-21 | -1/+6 | |
| | | | | Some documentation. | ||||
* | Put name (as well as email) in all addresses when sending emails. | francis | 2008-01-14 | -1/+10 | |
| | |||||
* | Let original requester send followup messages. | francis | 2008-01-10 | -2/+2 | |
| | |||||
* | Working days calculation. | francis | 2008-01-09 | -10/+60 | |
| | |||||
* | Update model annotation | francis | 2008-01-04 | -2/+2 | |
| | |||||
* | Set envelope from for initial requests to a seperate address, and mark messages | francis | 2008-01-03 | -16/+46 | |
| | | | | 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/+4 | |
| | | | | the time the message was last sent, not every time it was sent. | ||||
* | Tiny bits. | francis | 2008-01-02 | -1/+4 | |
| | |||||
* | More search like display of listings of requests. | francis | 2008-01-02 | -1/+8 | |
| | |||||
* | Update model annotations. | francis | 2008-01-02 | -2/+2 | |
| | | | | Todo updates. | ||||
* | Framework for logging different events about an FOI request. | francis | 2008-01-02 | -1/+19 | |
| | | | | Log outgoing messages as such events, so can know when one was resent. | ||||
* | Hmmm, at least link to classifying pages from main request if some responses | francis | 2007-12-24 | -1/+8 | |
| | | | | haven't been classified yet. Very clumbsy though, right now. | ||||
* | Annotate model files with their members. | francis | 2007-12-11 | -1/+14 | |
| | | | | Type "rake annotate_models" to do this. | ||||
* | Send email to original requester when response received. | francis | 2007-11-23 | -1/+3 | |
| | |||||
* | Remove classification under sections of the act as it is pointless (can be done | francis | 2007-11-23 | -19/+9 | |
| | | | | | 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 | -1/+55 | |
| | |||||
* | Test incoming request response emails. | francis | 2007-11-13 | -3/+3 | |
| | |||||
* | Tidy up error messages. | francis | 2007-11-07 | -2/+2 | |
| | |||||
* | Add a couple of basic tests for InfoRequest | francis | 2007-10-30 | -1/+2 | |
| | |||||
* | Name named routes consistently | francis | 2007-10-30 | -2/+2 | |
| | |||||
* | Model to store incoming messages. Save raw messages to it. | francis | 2007-10-29 | -4/+9 | |
| | |||||
* | Framework for incoming messages. | francis | 2007-10-26 | -1/+37 | |
| | | | | | Email address for public body to respond to, with hash. Take incoming messages and route to correct info request. | ||||
* | Try to use implicit saving of dependent models, rather than explicit. | francis | 2007-09-17 | -2/+2 | |
| | | | | Still has some problems in error display :( | ||||
* | Reorder constraints in models to be in roughly same order as in db/schema.rb | francis | 2007-09-11 | -6/+6 | |
| | |||||
* | Model for outgoing messages. | francis | 2007-09-10 | -1/+2 | |
| | | | | | 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 | |
| | |||||
* | Well OK, at least it can vaguely check errors now. | francis | 2007-08-21 | -1/+4 | |
| | |||||
* | Skeletal model for an FOI request. | francis | 2007-08-04 | -0/+13 | |
Rubbishy display of first form. |