1. 15 Sep, 2015 5 commits
  2. 14 Sep, 2015 21 commits
  3. 12 Sep, 2015 3 commits
  4. 11 Sep, 2015 3 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch 'dashboard-titles' into 'master' · 5fcfba27
      Dmitriy Zaporozhets authored
      Clean up overlap between dashboard and explore
      
      - Clean up overlap between dashboard and explore. ... 5d785457
        - Split up SnippetsController into separate dashboard and explore sections.
        - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
      - Consistently case `Back to X` links. 260fcd45
      - Link to help from signin page bottom. d92696d3
      - Make Help accessible for guests. c258e977
      
      cc @dzaporozhets
      
      See merge request !1260
      5fcfba27
    • Douwe Maan's avatar
      Merge branch 'rs-fix-highlighting' into 'master' · 4f461fd4
      Douwe Maan authored
      Syntax highlighting improvements
      
      On the server side:
      
      During development I would occasionally see SanitizationFilter sanitizing
      the result of SyntaxHighlightFilter, even though its attributes were
      whitelisted. This updates the `clean_spans` transformer to return the
      whitelisted node as [suggested by the Sanitize docs](http://git.io/vZR8i).
      
      On the client side:
      
      - Makes the syntax_highlight JS more flexible
      - Adds JS specs
      - Simplifies highlighting of new notes
      - Adds highlighting to Markdown preview
      
      See merge request !1278
      4f461fd4
    • Stan Hu's avatar
      Import forked repositories asynchronously to prevent large repositories from timing out · 9995f080
      Stan Hu authored
      Use import_status to track async import status and give feedback to the user
      
      Closes #2388
      Closes #2400
      9995f080
  5. 10 Sep, 2015 8 commits