BigW Consortium Gitlab

  1. 19 Nov, 2017 1 commit
  2. 06 Nov, 2017 1 commit
  3. 06 Oct, 2017 1 commit
  4. 14 Sep, 2017 2 commits
  5. 11 Aug, 2017 2 commits
  6. 07 Aug, 2017 1 commit
  7. 20 Jun, 2017 1 commit
  8. 07 Jun, 2017 1 commit
  9. 04 May, 2017 1 commit
    • Display slash commands outcome when previewing Markdown · 45e4c665
      Rares Sfirlogea authored
      Remove slash commands from Markdown preview and display their outcome next to
      the text field.
      Introduce new "explanation" block to our slash commands DSL.
      Introduce optional "parse_params" block to slash commands DSL that allows to
      process a parameter before it is passed to "explanation" or "command" blocks.
      Pass path for previewing Markdown as "data" attribute instead of setting
      a variable on "window".
  10. 25 Jan, 2017 1 commit
  11. 31 Dec, 2016 3 commits
  12. 27 Jun, 2016 1 commit
  13. 17 Jun, 2016 2 commits
  14. 05 Jun, 2016 1 commit
  15. 03 Jun, 2016 3 commits
  16. 04 May, 2016 1 commit
  17. 16 Apr, 2016 1 commit
  18. 10 Apr, 2016 1 commit
  19. 04 Apr, 2016 2 commits
  20. 13 Jan, 2016 1 commit
  21. 03 Dec, 2015 3 commits
  22. 25 Nov, 2015 1 commit
  23. 15 Oct, 2015 1 commit
  24. 07 Sep, 2015 1 commit
  25. 10 Jun, 2015 1 commit
  26. 05 Jun, 2015 2 commits
  27. 21 Apr, 2015 1 commit
  28. 17 Feb, 2015 1 commit
  29. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.