1. 23 Sep, 2015 1 commit
    • Stan Hu's avatar
      Fix cases where Markdown did not render links in activity feed · a7b0ee3f
      Stan Hu authored
      HTML would be stripped in `truncate_if_block` when a comment had multiple lines
      and the first wasn't long enough to be truncated. The use of `node.content` would
      strip all HTML tags. Using `node.inner_html` retains these tags and puts the
      "..." in between paragraph tags.
      
      Closes #2586
      a7b0ee3f
  2. 22 Sep, 2015 38 commits
  3. 21 Sep, 2015 1 commit
    • Robert Speicher's avatar
      More migration guide updates · 96fd2555
      Robert Speicher authored
      - Rename "Finishing Up" to "Nginx configuration"
      - Add fourth "Finishing Up" section
      - Add Troubleshooting section with a link to backup restoration docs
      - Change a few indented blocks into fenced blocks so they're highlighted
        properly.
      - Added Marin's suggestions for CI-to-CE-on-different-server section.
      96fd2555