gitlab-org--gitlab-foss/lib/banzai
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
..
filter Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
pipeline Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
reference_parser
cross_project_reference.rb
filter.rb
filter_array.rb
note_renderer.rb Use CacheMarkdownField for notes 2016-10-07 02:54:26 +01:00
object_renderer.rb Use CacheMarkdownField for notes 2016-10-07 02:54:26 +01:00
pipeline.rb
querying.rb
redactor.rb
reference_extractor.rb
reference_parser.rb
renderer.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00