Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Nov 08, 2019
  3. Apr 09, 2018
  4. May 02, 2017
  5. Apr 30, 2017
  6. Apr 27, 2017
  7. Mar 16, 2017
  8. Dec 31, 2016
  9. Oct 07, 2016
    • Nick Thomas's avatar
      Enable CacheMarkdownField for the remaining models · 99205515
      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.
      99205515
  10. Mar 10, 2016
  11. Jan 25, 2016
  12. May 18, 2015
  13. Jan 15, 2015
    • Stefan Tatschner's avatar
      Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner authored
      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
  14. Aug 11, 2014
  15. Jun 14, 2014
  16. Feb 20, 2014
  17. Feb 03, 2014
Loading