gitlab-org--gitlab-foss/app/controllers/admin
Nick Thomas 9920551536 Enable CacheMarkdownField for the remaining models
This commit alters views for the following models to use the markdown cache if
present:

* AbuseReport
* Appearance
* ApplicationSetting
* BroadcastMessage
* Group
* Issue
* Label
* MergeRequest
* Milestone
* Project

At the same time, calls to `escape_once` have been moved into the `single_line`
Banzai pipeline, so they can't be missed out by accident and the work is done
at save, rather than render, time.
2016-10-07 02:54:26 +01:00
..
abuse_reports_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
appearances_controller.rb Fix admin appearance settings preview 2016-06-20 13:18:18 +03:00
application_controller.rb Fix issue with impersonation 2016-04-22 23:21:56 +02:00
application_settings_controller.rb Support integration with Koding (online IDE) 2016-08-19 12:10:58 -07:00
applications_controller.rb Small improvements to CI 2015-01-17 16:17:34 -08:00
background_jobs_controller.rb Use Gitlab.config instead of Settings everywhere 2014-10-15 23:01:31 +02:00
broadcast_messages_controller.rb Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
builds_controller.rb Add Pending Tab to Admin Builds 2016-07-18 10:23:32 +02:00
dashboard_controller.rb Explicitly define ordering in models using default_scope 2015-02-05 14:20:55 -08:00
deploy_keys_controller.rb Remove show actions from Admin and Project DeployKeys 2015-06-03 18:03:04 -04:00
groups_controller.rb New AccessRequestsFinder 2016-09-28 08:46:59 +02:00
health_check_controller.rb Add Changelog entry 2016-05-12 09:04:04 -07:00
hooks_controller.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
identities_controller.rb Code style fixes and some code simplified 2016-01-08 16:26:04 -02:00
impersonations_controller.rb Fix incorrect "stopped impersonation" log message 2016-08-23 01:09:16 -07:00
keys_controller.rb Change deprecated usage of rendering without response body 2016-03-16 03:16:25 +02:00
labels_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
logs_controller.rb Added the correct hierarchy of controllers for the administrative part 2013-01-24 22:31:24 +02:00
projects_controller.rb New AccessRequestsFinder 2016-09-28 08:46:59 +02:00
requests_profiles_controller.rb Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runner_projects_controller.rb Allow admins to assign locked runners: 2016-06-28 19:55:12 +08:00
runners_controller.rb Minor runner-related code refactorings 2016-05-19 22:01:53 +02:00
services_controller.rb Refactor service settings view 2016-07-20 12:11:37 -03:00
spam_logs_controller.rb Further refactor and syntax fixes. 2016-08-15 17:20:57 -05:00
system_info_controller.rb Handle unavailable system info 2016-08-25 08:28:35 +01:00
users_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00