aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
Commit message (Collapse)AuthorAgeLines
* Send email to remind people to classify their response.francis2008-03-24-1/+31
|
* More secure password changing - have to specifically have clicked link infrancis2008-03-21-2/+2
| | | | change password email, rather than using any link.
* Get rid of special envelope from -bounce addresses, as they are no good sincefrancis2008-03-21-2/+2
| | | | enough public authorities mail them with non-automatic messages.
* Clean out todo a bit.francis2008-03-18-2/+2
| | | | Annotate models up to date.
* Explicity option to say the body does not hold the information (this isfrancis2008-03-16-1/+2
| | | | | | actually separate from rejection in the act, and is a genuinely needed user interface option for when the public authority tells people to send the request elsehwere0
* Make users all have their own URL, rather than sharing if they have the same ↵francis2008-03-12-2/+2
| | | | name.
* annotate modelsfrancis2008-02-27-2/+2
|
* Tags for public bodies (so can use to categorise for import/export etc.)francis2008-02-26-2/+2
|
* Update model annotationfrancis2008-02-21-2/+2
|
* Add new state to indicate that a response is not in a known category.francis2008-02-21-2/+3
|
* Prominence so can hide requests from list interface.francis2008-02-15-1/+2
|
* Update model annotations.francis2008-02-14-2/+2
|
* Can be unset for events.francis2008-02-14-1/+2
|
* Calculate more accurate date to measure 20 working days from.francis2008-02-14-1/+10
|
* Actually count number of response, rather than events, when displaying it.francis2008-02-07-2/+1
|
* Store historty of state changes in event log.francis2008-02-06-2/+3
|
* Make each incoming message have an info_request_event.francis2008-02-01-7/+3
|
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-2/+2
| | | | per message, and has more states.
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-6/+6
|
* Include name as well as email in to address in followup messages.francis2008-01-21-2/+9
|
* Let original requester send followup messages.francis2008-01-10-3/+3
|
* Allow editing of outgoing messages from admin interface (so can removefrancis2008-01-07-2/+2
| | | | accidentally included private information)
* Update model annotationfrancis2008-01-04-2/+2
|
* Update model annotations.francis2008-01-02-1/+13
| | | | Todo updates.
* Framework for logging different events about an FOI request.francis2008-01-02-0/+30
Log outgoing messages as such events, so can know when one was resent.