BigW Consortium Gitlab

  1. 14 Apr, 2016 1 commit
  2. 12 Apr, 2016 2 commits
  3. 05 Apr, 2016 1 commit
  4. 04 Apr, 2016 1 commit
  5. 02 Mar, 2016 1 commit
  6. 05 Feb, 2016 2 commits
  7. 01 Feb, 2016 1 commit
    • Allow manual resize of js-autosize textareas · 933834c4
      Robert Speicher authored
      First, the autosize library was being too controlling and removed the
      `resize` property from any elements to which it was attached, removing
      the drag handle.
      
      Second, we detect when the user manually resizes an autosize textarea,
      and then remove the autosize behavior from it and increase its
      max-height.
      
      This should allow for the best of both worlds.
      
      Closes #12832
  8. 30 Jan, 2016 1 commit
  9. 12 Jan, 2016 1 commit
  10. 09 Jan, 2016 1 commit
    • Refactor ZenMode · 89ca4f04
      Robert Speicher authored
      - No longer depends on the "hidden checkbox".
      - No longer depends on manually storing/restoring the scroll position.
        Instead, we take advantage of jquery.scrollTo.
      - Event-based.
      - Simplifies the state-based styling.
  11. 07 Jan, 2016 1 commit
  12. 06 Jan, 2016 1 commit
  13. 24 Dec, 2015 2 commits
  14. 23 Dec, 2015 2 commits
  15. 22 Dec, 2015 2 commits
  16. 21 Dec, 2015 4 commits
  17. 17 Dec, 2015 1 commit
  18. 16 Dec, 2015 1 commit
  19. 08 Dec, 2015 1 commit
    • Make tab target selectors less naive · ebee5077
      Robert Speicher authored
      Prior, any of the specified IDs could have been hijacked by a table of
      contents header, breaking the tab functionality. For example, a `##
      Notes` header would get the id `notes` and prevent the Discussion tab
      from being activated.
      
      Closes #3908
  20. 13 Oct, 2015 1 commit
  21. 07 Oct, 2015 4 commits
  22. 10 Sep, 2015 1 commit
    • Add specs for syntax_highlight JS · 404a01ab
      Robert Speicher authored
      Also makes it work when given a parent element containing a
      `.js-syntax-highlight` element so for dynamically-added things like
      notes or Markdown previews, we can more accurately target just the
      element we care about.
  23. 04 Sep, 2015 1 commit
  24. 23 Jul, 2015 1 commit
    • Fix the "Reload with full diff" URL button · ae3f869f
      Stan Hu authored
      On the first load, the merge request tabs would be requested in JSON format to render
      the HTML. This would cause the "Reload with full diff" button to create a link to diff.json.
      
      Closes #2041
  25. 18 Jul, 2015 1 commit
  26. 27 Jun, 2015 2 commits
  27. 26 Jun, 2015 1 commit
  28. 22 Jun, 2015 1 commit