gitlab-org--gitlab-foss/app
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
..
assets Merge branch '23025-issue-boards-defaults' into 'master' 2016-10-06 23:43:09 +00:00
controllers Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
finders Refactor TrendingProjectsFinder to support caching 2016-10-05 16:39:03 +02:00
helpers Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
mailers change determine conditions 2016-10-03 18:07:28 +08:00
models Use CacheMarkdownField for notes 2016-10-07 02:54:26 +01:00
policies
services Change issue board defaults 2016-10-06 10:12:13 -05:00
uploaders
validators Add '.well-known' to the list of reserved namespaces 2016-09-29 10:36:38 +02:00
views Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
workers Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00