aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
Commit message (Collapse)AuthorAgeLines
* Bullet list in credits on about page.francis2008-05-21-6/+9
| | | | | | | | | | | Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train)
* Measure RSS described date with full date/time not just date.francis2008-05-19-3/+4
|
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-2/+2
| | | | are getting spam.
* And again.francis2008-05-12-2/+2
|
* Button to destroy incoming messages.francis2008-05-05-1/+5
|
* Update calculated even status when new events are described (used to be done infrancis2008-04-29-2/+1
| | | | | Solr indexing, better done here now anyway) Fix bug where it wasn't passing latest statest change through
* Change from acts_as_solr to acts_as_xapianfrancis2008-04-24-17/+19
|
* many design thingsangie2008-04-24-2/+1
|
* Annotate modelsfrancis2008-04-21-10/+12
|
* Use created at for followup/sent even types in RSS sortinfrancis2008-04-17-2/+9
|
* Store incoming and outgoing message id in the table for info request events, ↵francis2008-04-15-4/+15
| | | | so has proper foreign key.
* Fix duplicate by by (see http://www.whatdotheyknow.com/track/feed/5)francis2008-04-09-2/+2
| | | | | | Added more privacy warnings to preview Fix escaping of HTML in titles in RSS Improved CSV import function a bit
* Unique indices for track things tables.francis2008-04-04-2/+2
| | | | Annotate models.
* Skeleton of tracking / alerting / email.francis2008-04-01-9/+10
|
* Request url in search.francis2008-04-01-1/+5
|
* Make requested_by and requested_from apply to all event typesfrancis2008-03-31-11/+3
|
* Sort order specially for RSSfrancis2008-03-31-1/+2
|
* Change wording on search results slightlyfrancis2008-03-31-5/+5
|
* Model annotationsfrancis2008-03-31-8/+9
|
* Column for calculated state of an event.francis2008-03-31-4/+3
|
* Search index by events, rather than by requests/messagesfrancis2008-03-31-3/+87
|
* 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.