aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_request
Commit message (Collapse)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
| | | | | So data changing actions require a POST and can be protected against CSRF.
* 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
| | | | | Move specs that involve receiving email and then viewing the interface to be integration specs, which is what they really are.
* 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
| | | | | - Danger button for permenantly destroying request - Primary button for saving changes
* Add link to spam_addresses from show_raw_emailGareth Rees2014-03-31-0/+7
| | | | | | | | | | | | | Went with a simple option of just adding the link. We could add a form which submits the email automatically, but there are a few cases where this might be more complex: - If the To: contains more than one email - If the address is already on the spam list - Redirecting back to the correct page depending on which form was submitted - Additional help text on show_raw_email
* Add AdminHelper#comment_visibilityGareth Rees2014-03-25-1/+1
| | | | Get the canonical human-readable status of a comment
* 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
| | | | | Parameterise /admin_request/_some_annotations.html.erbi to allow it to be called from user and request pages
* Move annotations to _some_annotations.html.erbAndrew Black2013-12-16-47/+49
| | | | And refactor admin_request/show.html.erb to use this.
* Link to the new incoming message edit form.Louise Crow2013-09-16-1/+6
| | | | From the request admin page.
* I don't think there's any need to refind incoming messages.Louise Crow2013-09-16-1/+1
| | | | The order is the same as the default association.
* 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
| | | | Eventually this should use standard RESTful routing.
* Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock app/controllers/public_body_controller.rb app/mailers/track_mailer.rb app/views/request/_hidden_correspondence.html.erb app/views/request/_sidebar.html.erb app/views/request/hidden.html.erb app/views/request/new_please_describe.html.erb app/views/request/preview.html.erb app/views/user/show.html.erb config/environment.rb config/routes.rb spec/controllers/public_body_controller_spec.rb
| * 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
|\| | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/admin_request/show.html.erb config/environment.rb
| * 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
| | | | | | | | we didn't run into a problem here before
* | 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb
| * Merge remote-tracking branch ↵Louise Crow2013-03-11-115/+96
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/make_ui_for_links_in_admin_interface_consistent' into develop Conflicts: app/views/admin_censor_rule/new.rhtml app/views/admin_general/index.rhtml app/views/admin_general/timeline.rhtml app/views/admin_request/_some_requests.rhtml app/views/admin_request/show.rhtml app/views/admin_track/_some_tracks.rhtml
| | * 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 ↵Louise Crow2013-03-11-111/+111
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/use_url_helpers_in_admin_links' into develop Conflicts: app/views/admin_request/_incoming_message_actions.rhtml app/views/admin_request/show.rhtml