Skip to content
  • Nick Thomas's avatar
    Enable CacheMarkdownField for the remaining models · 8084d80dbce5
    Nick Thomas authored
    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.
    8084d80dbce5