aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
Commit message (Collapse)AuthorAgeLines
* I18n string for modelsFaton Selishta2011-06-30-18/+18
|
* Specific code for our requirements (kosovo law, our request etc..)Faton Selishta2011-06-02-0/+6
|
* Only show display_status when canFrancis Irving2010-10-20-1/+4
|
* Send displayable version of statusFrancis Irving2010-10-20-0/+1
|
* Show more appropriate info about users/bodies everywhere in JSON.Francis Irving2010-10-20-0/+31
|
* Annotate models.Francis Irving2010-10-09-1/+1
|
* Index tags on info requests.Francis Irving2010-10-09-1/+6
|
* Update model annotations.Francis Irving2010-09-15-1/+1
|
* Remove surplus :s (for Ruby 1.9)FOI site testharness2010-09-09-1/+1
|
* Log changing body / userFrancis Irving2010-08-12-6/+9
|
* Update model annotations.Francis Irving2010-07-27-1/+1
|
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
|
* 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.