Skip to content
Snippets Groups Projects
  1. Jan 13, 2016
  2. Dec 30, 2015
  3. Dec 29, 2015
  4. Dec 22, 2015
  5. Dec 11, 2015
  6. Dec 09, 2015
  7. Dec 07, 2015
  8. Dec 05, 2015
  9. Dec 03, 2015
  10. Nov 18, 2015
  11. Nov 16, 2015
  12. Nov 12, 2015
    • 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
  13. Oct 07, 2015
  14. Sep 30, 2015
  15. Sep 10, 2015
  16. Sep 04, 2015
  17. Jul 26, 2015
  18. Jul 17, 2015
    • 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
  19. Jun 16, 2015
  20. Jun 09, 2015
  21. May 28, 2015
  22. May 21, 2015
  23. May 20, 2015
  24. May 06, 2015
  25. Mar 27, 2015
  26. Mar 20, 2015
  27. Feb 17, 2015
Loading