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
appearances_controller.rb
application_controller.rb
application_settings_controller.rb Support integration with Koding (online IDE) 2016-08-19 12:10:58 -07:00
applications_controller.rb
background_jobs_controller.rb
broadcast_messages_controller.rb Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
builds_controller.rb
dashboard_controller.rb
deploy_keys_controller.rb
groups_controller.rb New AccessRequestsFinder 2016-09-28 08:46:59 +02:00
health_check_controller.rb
hooks_controller.rb
identities_controller.rb
impersonations_controller.rb Fix incorrect "stopped impersonation" log message 2016-08-23 01:09:16 -07:00
keys_controller.rb
labels_controller.rb
logs_controller.rb
projects_controller.rb New AccessRequestsFinder 2016-09-28 08:46:59 +02:00
requests_profiles_controller.rb
runner_projects_controller.rb
runners_controller.rb
services_controller.rb
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