aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_request
Commit message (Expand)AuthorAgeLines
* Restrict modifying comments' visibility to a POST actionLouise Crow2014-12-18-1/+1
* Move outgoing message admin actions to RESTful model.Louise Crow2014-12-18-3/+2
* Move admin incoming message actions to use RESTful routes.Louise Crow2014-12-18-1/+1
* Move show method to use RESTful routingLouise Crow2014-12-18-1/+1
* Make marking an event as a clarification a RESTful routeLouise Crow2014-12-18-2/+1
* Make hide a RESTful action accessed via POSTLouise Crow2014-12-12-1/+1
* Make show_raw_email a RESTful action via GETLouise Crow2014-12-12-119/+1
* RESTful routing for editing and updating.Louise Crow2014-12-12-4/+4
* RESTful routing for editing and updating commentsLouise Crow2014-12-12-26/+4
* Move generate_upload_url action to be RESTfulLouise Crow2014-12-12-2/+7
* Make move a RESTful actionLouise Crow2014-12-12-2/+1
* Use RESTful routing for destroy actionLouise Crow2014-12-12-1/+1
* Use RESTful routing for resend actionLouise Crow2014-12-12-2/+2
* Use RESTful routing for index and show actionsLouise Crow2014-12-12-5/+5
* Add admin prefix to spam_addresses resourcesGareth Rees2014-10-10-1/+1
* Emphasise the dangerous edit request actionsGareth Rees2014-05-13-0/+4
* Add button styles to admin request edit pageGareth Rees2014-05-13-2/+2
* Add link to spam_addresses from show_raw_emailGareth Rees2014-03-31-0/+7
* Add AdminHelper#comment_visibilityGareth Rees2014-03-25-1/+1
* Add a form for changing annotation visibilityAndrew Black2014-03-25-41/+54
* Fix typo on request admin pageHenare Degan2014-03-18-1/+1
* Display annotations on user page.Andrew Black2013-12-16-3/+4
* Move annotations to _some_annotations.html.erbAndrew Black2013-12-16-47/+49
* Link to the new incoming message edit form.Louise Crow2013-09-16-1/+6
* I don't think there's any need to refind incoming messages.Louise Crow2013-09-16-1/+1
* Use new partial for incoming message admin boilerplate.Louise Crow2013-09-16-5/+1
* Shorter route names and pathsLouise Crow2013-09-16-3/+3
* Move outgoing message admin actions to their own controller.Louise Crow2013-09-16-33/+0
* Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-2/+2
|\
| * Escaping fix in admin display of events params_yamlMatthew Landauer2013-04-08-1/+1
| * Escape content and mark known link as HTML safe to prevent it being escaped.Louise Crow2013-04-08-2/+2
* | Escaping fix in admin display of events params_yamlMatthew Landauer2013-03-28-1/+1
* | Allow i18n of template email sent to users for vexatious requestsMatthew Landauer2013-03-28-6/+6
* | Don't hardcode WhatDoTheyKnow.com in subject of email to usersMatthew Landauer2013-03-28-1/+1
* | Forms were not being shown because using wrong form of erb blockMatthew Landauer2013-03-28-1/+1
* | Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-1/+1
|\|
| * Supply info request id in an HTML 5 data attributerelease/0.8Louise Crow2013-03-19-1/+1
* | Fix syntax to reinstate link to annotationHenare Degan2013-03-16-1/+1
* | Add info_request_id attribute back so AJAX know which request to ask forHenare Degan2013-03-16-1/+1
* | Fix syntax to reinstate link to outgoing messageHenare Degan2013-03-16-1/+1
* | Some of these values are Time objects so cast them to a string. Not sure why ...Henare Degan2013-03-15-1/+1
* | Remove extra bit added in mergeHenare Degan2013-03-15-11/+0
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-287/+485
|\|
| * Merge remote-tracking branch 'openaustralia_github/make_ui_for_links_in_admin...Louise Crow2013-03-11-115/+96
| |\
| | * Simplify by using helpersMatthew Landauer2013-03-08-5/+2
| | * Use helpers for iconsMatthew Landauer2013-03-08-10/+10
| | * New helper for showing two links for a userMatthew Landauer2013-03-08-2/+1
| | * Inline helper methodMatthew Landauer2013-03-08-1/+1
| | * Removed unused admin page. This stuff is now shown on the summary pageMatthew Landauer2013-03-08-15/+0
| * | Merge remote-tracking branch 'openaustralia_github/use_url_helpers_in_admin_l...Louise Crow2013-03-11-111/+111
| |\ \