1. 28 8月, 2015 4 次提交
    • R
      Restore the forwarded HTML options in link_to_gfm · a4e4fde3
      Robert Speicher 提交于
      a4e4fde3
    • R
      Decouple Gitlab::Markdown from the GitlabMarkdownHelper · 4340dd3e
      Robert Speicher 提交于
      This module is now the sole source of knowledge for *how* we render
      Markdown (and GFM).
      4340dd3e
    • D
      Merge branch 'improve-mail_room-wrapper' into 'master' · 10ee8268
      Douwe Maan 提交于
      Properly daemonize the mail_room process
      
      The old invocation only worked by accident because we have a '&'
      somewhere in the init script for expediency. When ran from a terminal,
      the mail_room daemon process ended up in the session of the terminal.
      This commit adds a small wrapper that tries to do the textbook
      daemonization steps (double fork, setsid etc.) while also taking
      care that the pidfile is written before the 'start' process exits.
      
      See merge request !1221
      10ee8268
    • D
      Merge branch 'rs-remove-user-color-scheme-class' into 'master' · 30555c1d
      Douwe Maan 提交于
      Apply syntax highlighting to fenced code blocks client-side
      
      Instead of applying the syntax highlighting scheme class to these blocks
      server-side, we use Javascript and Gon to apply the user's color scheme
      (or the default) client-side.
      
      This will make it easier to cache these blocks in the future because
      they're no longer state-dependent.
      
      See merge request !1203
      30555c1d
  2. 27 8月, 2015 22 次提交
  3. 26 8月, 2015 14 次提交