BigW Consortium Gitlab

  1. 27 Sep, 2017 1 commit
  2. 26 Sep, 2017 3 commits
  3. 14 Sep, 2017 1 commit
  4. 17 Aug, 2017 1 commit
  5. 11 Aug, 2017 1 commit
  6. 25 Jul, 2017 1 commit
  7. 21 Jul, 2017 1 commit
  8. 22 Jun, 2017 1 commit
  9. 19 Jun, 2017 1 commit
  10. 26 May, 2017 1 commit
  11. 24 May, 2017 1 commit
  12. 18 May, 2017 1 commit
  13. 05 May, 2017 1 commit
  14. 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".
  15. 02 May, 2017 1 commit
  16. 01 Mar, 2017 1 commit
  17. 05 Feb, 2017 1 commit
  18. 04 Jan, 2017 1 commit
  19. 03 Jan, 2017 1 commit
  20. 15 Oct, 2016 1 commit
  21. 21 Sep, 2016 1 commit
  22. 19 Jul, 2016 1 commit
  23. 30 Jun, 2016 1 commit
  24. 18 Apr, 2016 1 commit
  25. 04 Apr, 2016 5 commits
  26. 20 Jan, 2016 1 commit
  27. 15 Dec, 2015 1 commit
  28. 17 Nov, 2015 1 commit
  29. 16 Nov, 2015 1 commit
  30. 12 Nov, 2015 1 commit
    • Avoid render edit_form in each notes. · 19740871
      Jason Lee authored
      Use RJS to render edit note feature.
      
      Before:
      
      ```
      Rendered projects/notes/_note.html.haml (27.9ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.7ms)
      Rendered projects/_md_preview.html.haml (3.9ms)
      Rendered projects/notes/_edit_form.html.haml (6.9ms)
      Rendered projects/notes/_note.html.haml (17.7ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.6ms)
      Rendered projects/_md_preview.html.haml (3.4ms)
      Rendered projects/notes/_edit_form.html.haml (7.0ms)
      ```
      
      After:
      
      ```
      Rendered projects/notes/_note.html.haml (13.8ms)
      Rendered projects/notes/_note.html.haml (7.1ms)
      Rendered projects/notes/_note.html.haml (9.5ms)
      Rendered projects/notes/_note.html.haml (8.5ms)
      ```
      
      This change reduce at least 6ms * N ('N' - number of notes).
  31. 26 Jun, 2015 1 commit
  32. 16 Jun, 2015 1 commit
  33. 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.
  34. 26 Aug, 2014 1 commit