1. 15 2月, 2018 2 次提交
  2. 27 7月, 2017 1 次提交
  3. 18 10月, 2016 1 次提交
  4. 10 10月, 2016 1 次提交
  5. 07 10月, 2016 1 次提交
    • N
      Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas 提交于
      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.
      99205515