BigW Consortium Gitlab

  1. 10 Jun, 2016 1 commit
  2. 09 Jun, 2016 1 commit
    • Hook up the updated `WikiLinkFilter` to the wiki controllers. · e6b1d166
      Timothy Andrew authored
      - Need to pass in a `page_slug` to the filter, so it can rewrite based
        on the current page (all links are rewritten to the level of the app root).
      - The earlier `markdown_preview` endpoint was at the level of the wiki.
        We need to know the current page (for rewriting, as above), so this
        commit moves the endpoint to the level of a wiki page.
      - Fix all tests
  3. 08 Jun, 2016 1 commit
  4. 07 Jun, 2016 1 commit
  5. 06 Jun, 2016 11 commits
  6. 03 Jun, 2016 15 commits
  7. 02 Jun, 2016 1 commit
  8. 01 Jun, 2016 1 commit
    • Don't allow merges with new commits · f680eca9
      Sean McGivern authored
      Set a `sha` parameter on the MR form. If this doesn't match the HEAD of
      the source branch when the form is submitted, show a warning (like with
      a merge conflict) and don't merge the branch.
  9. 31 May, 2016 1 commit
  10. 30 May, 2016 2 commits
  11. 28 May, 2016 1 commit
  12. 26 May, 2016 1 commit
    • Split Markdown rendering & reference gathering · 86166d28
      Yorick Peterse authored
      This splits the Markdown rendering and reference extraction phases into
      two distinct code bases. The reference extraction phase no longer relies
      on the html-pipeline Gem (and any related code) and allows for
      extracting of references from multiple HTML nodes in a single pass. This
      means that if you want to extract user references from 200 comments you
      no longer need to run 200 times N number of queries, instead only a
      handful of queries may be needed.
  13. 25 May, 2016 1 commit
  14. 20 May, 2016 1 commit
  15. 19 May, 2016 1 commit