Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | I18n string for models | Faton Selishta | 2011-06-30 | -18/+18 |
| | ||||
* | Specific code for our requirements (kosovo law, our request etc..) | Faton Selishta | 2011-06-02 | -0/+6 |
| | ||||
* | Only show display_status when can | Francis Irving | 2010-10-20 | -1/+4 |
| | ||||
* | Send displayable version of status | Francis Irving | 2010-10-20 | -0/+1 |
| | ||||
* | Show more appropriate info about users/bodies everywhere in JSON. | Francis Irving | 2010-10-20 | -0/+31 |
| | ||||
* | Annotate models. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Index tags on info requests. | Francis Irving | 2010-10-09 | -1/+6 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Remove surplus :s (for Ruby 1.9) | FOI site testharness | 2010-09-09 | -1/+1 |
| | ||||
* | Log changing body / user | Francis Irving | 2010-08-12 | -6/+9 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-27 | -1/+1 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-15 | -1/+2 |
| | ||||
* | Change 'rejected' to 'refused', as used in the law | Francis Irving | 2010-06-16 | -1/+1 |
| | ||||
* | Top 10! | francis | 2009-10-19 | -1/+20 |
| | ||||
* | Prominence for individual responses. | francis | 2009-10-19 | -1/+23 |
| | | | | Function for returning whether can view individual responses. | |||
* | Change formatting of outgoing emails. | francis | 2009-10-04 | -5/+3 |
| | ||||
* | Some debugging. | francis | 2009-09-20 | -1/+4 |
| | ||||
* | Update model field comments. | francis | 2009-09-17 | -2/+2 |
| | ||||
* | Store only clipped attachment text in database. | francis | 2009-09-17 | -5/+7 |
| | ||||
* | Don't grab all attachment text if there are no highlight words. | francis | 2009-09-15 | -3/+7 |
| | ||||
* | Remove unused thing. | francis | 2009-09-09 | -2/+2 |
| | ||||
* | Needs some wrapping. | francis | 2009-09-08 | -3/+6 |
| | ||||
* | Some things to improve admin page presentation of events. | francis | 2009-09-08 | -1/+37 |
| | ||||
* | Destroy outgoing messages button. | francis | 2009-07-21 | -1/+2 |
| | ||||
* | Requester only prominence. | francis | 2009-07-03 | -4/+4 |
| | ||||
* | Annotate models update. | francis | 2009-06-26 | -2/+2 |
| | ||||
* | "hidden" option to completely hide requests (from everyone except ↵ | francis | 2009-06-23 | -2/+2 |
| | | | | administrator screens). | |||
* | use the new is_incoming_message? etc methods | tony | 2009-04-23 | -3/+3 |
| | ||||
* | Add is_incoming_message?/is_outgoing_message?/is_comment? so we can just | tony | 2009-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 status | louise | 2009-04-15 | -2/+3 |
| | ||||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Remove some uses of gsub!, which might be clobbering other versions of strings | francis | 2009-04-08 | -2/+2 |
| | | | | which are really members of some other class | |||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -2/+2 |
| | ||||
* | Blank out emails in outgoing messages. Hope I've got every case. | francis | 2009-03-07 | -3/+3 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -2/+2 |
| | | | | interface only; public display can come later.) | |||
* | Change it to ask "what best describes the status of this request now" | francis | 2009-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. | francis | 2009-02-09 | -2/+2 |
| | | | | Annotate models. | |||
* | Annotate models. | francis | 2009-01-26 | -2/+2 |
| | ||||
* | Option for withdrawn requests. | francis | 2009-01-14 | -2/+5 |
| | ||||
* | Simplify display code slightly. | francis | 2008-11-10 | -21/+24 |
| | ||||
* | Calculate state of calrification / internal review request follow ups, so ↵ | francis | 2008-11-10 | -24/+38 |
| | | | | | | they appear in that kind of search result. | |||
* | Oops. | francis | 2008-11-06 | -2/+2 |
| | ||||
* | Lots of the code for internal review state. | francis | 2008-11-05 | -1/+4 |
| | ||||
* | Update model annotations. | francis | 2008-10-28 | -2/+2 |
| | ||||
* | Eager load censor rules. | francis | 2008-10-28 | -2/+2 |
| | ||||
* | State of a request when response is to be by post. | francis | 2008-10-03 | -1/+4 |
| | ||||
* | Option to hide comments. | francis | 2008-10-02 | -2/+12 |
| | ||||
* | Make fully_destroy work right with new separate raw_email table. | francis | 2008-09-23 | -1/+2 |
| | | | | Add redeliver_incoming event so recorded where message was moved from. |