1. 01 5月, 2017 2 次提交
  2. 28 4月, 2017 1 次提交
  3. 27 4月, 2017 1 次提交
  4. 16 3月, 2017 1 次提交
  5. 31 12月, 2016 1 次提交
  6. 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
  7. 10 3月, 2016 2 次提交
  8. 25 1月, 2016 1 次提交
  9. 19 5月, 2015 1 次提交
  10. 15 1月, 2015 1 次提交
    • S
      Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner 提交于
      I decided to create a fork of rouge as rouge lacks a HTML formatter with
      the required options such as wrapping a line with <span> tags.
      Furthermore I was not really convinced about the clarity of rouge's
      source code.
      
      Rugments 1.0.0beta3 for now only includes some basic linting and a new
      HTML formatter. Everything else should behave the same.
      bf079c24
  11. 11 8月, 2014 2 次提交
  12. 14 6月, 2014 1 次提交
  13. 20 2月, 2014 1 次提交
  14. 04 2月, 2014 1 次提交