BigW Consortium Gitlab

  1. 26 May, 2017 1 commit
  2. 24 May, 2017 1 commit
  3. 18 May, 2017 1 commit
  4. 05 May, 2017 1 commit
  5. 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".
  6. 02 May, 2017 1 commit
  7. 01 Mar, 2017 1 commit
  8. 05 Feb, 2017 1 commit
  9. 04 Jan, 2017 1 commit
  10. 03 Jan, 2017 1 commit
  11. 15 Oct, 2016 1 commit
  12. 21 Sep, 2016 1 commit
  13. 19 Jul, 2016 1 commit
  14. 30 Jun, 2016 1 commit
  15. 18 Apr, 2016 1 commit
  16. 04 Apr, 2016 5 commits
  17. 20 Jan, 2016 1 commit
  18. 15 Dec, 2015 1 commit
  19. 17 Nov, 2015 1 commit
  20. 16 Nov, 2015 1 commit
  21. 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).
  22. 26 Jun, 2015 1 commit
  23. 16 Jun, 2015 1 commit
  24. 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.
  25. 26 Aug, 2014 1 commit
  26. 28 Apr, 2014 2 commits
  27. 25 Dec, 2013 2 commits
  28. 23 Jun, 2013 1 commit
  29. 02 May, 2013 1 commit
  30. 03 Dec, 2012 5 commits