aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
Commit message (Collapse)AuthorAgeLines
...
* Update model annotations.Francis Irving2010-07-15-1/+2
|
* Change 'rejected' to 'refused', as used in the lawFrancis Irving2010-06-16-1/+1
|
* Top 10!francis2009-10-19-1/+20
|
* Prominence for individual responses.francis2009-10-19-1/+23
| | | | Function for returning whether can view individual responses.
* Change formatting of outgoing emails.francis2009-10-04-5/+3
|
* Some debugging.francis2009-09-20-1/+4
|
* Update model field comments.francis2009-09-17-2/+2
|
* Store only clipped attachment text in database.francis2009-09-17-5/+7
|
* Don't grab all attachment text if there are no highlight words.francis2009-09-15-3/+7
|
* Remove unused thing.francis2009-09-09-2/+2
|
* Needs some wrapping.francis2009-09-08-3/+6
|
* Some things to improve admin page presentation of events.francis2009-09-08-1/+37
|
* Destroy outgoing messages button.francis2009-07-21-1/+2
|
* Requester only prominence.francis2009-07-03-4/+4
|
* Annotate models update.francis2009-06-26-2/+2
|
* "hidden" option to completely hide requests (from everyone except ↵francis2009-06-23-2/+2
| | | | administrator screens).
* use the new is_incoming_message? etc methodstony2009-04-23-3/+3
|
* Add is_incoming_message?/is_outgoing_message?/is_comment? so we can justtony2009-04-23-1/+5
| | | | ask "event.is_incoming_message?" instead of "!event.incoming_message.nil?"
* Log when anyone other than the request owner updates its statuslouise2009-04-15-2/+3
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-2/+2
|
* Remove some uses of gsub!, which might be clobbering other versions of stringsfrancis2009-04-08-2/+2
| | | | which are really members of some other class
* Update models and schema for new tabletony2009-03-09-2/+2
|
* Option to ban users.francis2009-03-09-2/+2
|
* Blank out emails in outgoing messages. Hope I've got every case.francis2009-03-07-3/+3
|
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-2/+2
| | | | interface only; public display can come later.)
* Change it to ask "what best describes the status of this request now"francis2009-02-27-1/+4
| | | | | | rather than "what *is* the status..." Remove "none of the above" for now, see how that goes. Add new error_message state, for delivery failures etc.
* Check that we get exim log lines OK.francis2009-02-09-2/+2
| | | | Annotate models.
* Annotate models.francis2009-01-26-2/+2
|
* Option for withdrawn requests.francis2009-01-14-2/+5
|
* Simplify display code slightly.francis2008-11-10-21/+24
|
* Calculate state of calrification / internal review request follow ups, so ↵francis2008-11-10-24/+38
| | | | | | they appear in that kind of search result.
* Oops.francis2008-11-06-2/+2
|
* Lots of the code for internal review state.francis2008-11-05-1/+4
|
* Update model annotations.francis2008-10-28-2/+2
|
* Eager load censor rules.francis2008-10-28-2/+2
|
* State of a request when response is to be by post.francis2008-10-03-1/+4
|
* Option to hide comments.francis2008-10-02-2/+12
|
* Make fully_destroy work right with new separate raw_email table.francis2008-09-23-1/+2
| | | | Add redeliver_incoming event so recorded where message was moved from.
* Annotate models.francis2008-09-22-2/+2
|
* Annotate models.francis2008-09-22-2/+2
|
* Sort by time, not just by date when sorting by created_atfrancis2008-09-13-5/+11
|
* Edit annotations.francis2008-09-13-1/+2
|
* Collapse by titlefrancis2008-09-08-2/+10
|
* Let search specify who made the comment.francis2008-08-31-1/+9
|
* Annotate models.francis2008-08-31-2/+3
| | | | Todo update.
* Allow search by file extensions.francis2008-08-29-2/+9
|
* Allow resending of followups.francis2008-08-20-1/+28
|
* Most of comments code.francis2008-08-13-34/+11
|
* Some code relating to comments.francis2008-08-09-2/+2
|
* Fix bug in calculated states calculation.francis2008-07-17-2/+2
| | | | Annotate models.