aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
Commit message (Collapse)AuthorAgeLines
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-1/+1
| | | | .rhtml is deprecated in favour of .erb in Rails 3
* Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-1/+1
|
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
|
* Remove now unused league table method from InfoRequestEvent.Louise Crow2012-09-11-20/+2
|
* Fix indexing of info_request_eventsRobin Houston2012-06-06-1/+1
| | | | | Even external requests need to be indexed, for which we need a slug representing the user.
* Log an event when a request is hiddenRobin Houston2012-06-04-0/+1
|
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
|
* Rollback refactoring of event_type validation that broke various testsSeb Bacon2012-05-23-19/+24
|
* Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-05-23-26/+24
| | | | | | | Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users
* Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-28/+28
| | | | wombleton:feature/440_sparkly_admin_css)
* Filter public body tracks by event typeRobin Houston2012-05-03-19/+23
| | | | | Add the facility to filter the public body feed by event type using a query string parameter, e.g. event_type=sent.
* Always show the right search snippet. Fixes #352.Seb Bacon2012-01-19-1/+21
|
* Changes to make normal search pages not necessarily load info_request_events ↵Seb Bacon2012-01-12-4/+18
| | | | every time
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-7/+7
|
* Return nil if there's no latest calculated state to returnSeb Bacon2012-01-06-0/+1
|
* Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵David Cabo2011-09-01-31/+1
|\ | | | | | | to match new wireframes)
| * Fix bug introduced in previous commit: missed return statementDavid Cabo2011-08-24-1/+1
| |
| * Remove hardcoded status list from InfoRequestEvent, use InfoRequest one insteadDavid Cabo2011-08-24-31/+1
| |
| * Replace hardcoded state list in InfoRequestState with customizable one from ↵David Cabo2011-08-24-16/+7
| | | | | | | | InfoRequest (fixes #155)
* | Further work in progress on better search functionalitySeb Bacon2011-08-29-2/+10
| |
* | First stab at filtering on the "View requests" pageSeb Bacon2011-08-29-1/+17
| |
* | Replace hardcoded state list in InfoRequestState with customizable one from ↵David Cabo2011-08-23-16/+7
|/ | | | InfoRequest (fixes #155)
* Index all available locales for requested_from field (fixes #126)David Cabo2011-08-11-1/+6
|
* 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
|