An error occurred fetching the project authors.
  1. 03 Dec, 2015 4 commits
  2. 18 Nov, 2015 3 commits
  3. 16 Nov, 2015 1 commit
  4. 12 Nov, 2015 1 commit
    • Jason Lee's avatar
      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).
      19740871
  5. 07 Oct, 2015 1 commit
  6. 30 Sep, 2015 1 commit
  7. 10 Sep, 2015 1 commit
  8. 04 Sep, 2015 1 commit
  9. 26 Jul, 2015 1 commit
  10. 17 Jul, 2015 1 commit
    • Daniel Gerhardt's avatar
      Fix file upload dialog for comment editing · 78250015
      Daniel Gerhardt authored
      This fixes the file upload dialog which currently works for new comments
      but not for comment editing. The cause for this is a missing DOM class
      which causes traversal to the dropzone to fail.
      
      This is fixed by adding the expected `gfm-form` class to the edit form.
      It has to be added dynamically since adding it to the form template
      would break the form's layout and comment saving.
      78250015
  11. 16 Jun, 2015 1 commit
  12. 09 Jun, 2015 1 commit
  13. 28 May, 2015 1 commit
  14. 21 May, 2015 1 commit
  15. 20 May, 2015 1 commit
  16. 06 May, 2015 3 commits
  17. 27 Mar, 2015 2 commits
  18. 20 Mar, 2015 1 commit
  19. 17 Feb, 2015 2 commits
  20. 16 Feb, 2015 1 commit
  21. 11 Feb, 2015 1 commit
  22. 07 Feb, 2015 1 commit
  23. 05 Feb, 2015 1 commit
  24. 15 Jan, 2015 4 commits
  25. 24 Dec, 2014 1 commit
  26. 20 Oct, 2014 1 commit
  27. 16 Oct, 2014 1 commit
  28. 29 Sep, 2014 1 commit