1. 01 3月, 2017 1 次提交
  2. 27 2月, 2017 1 次提交
  3. 24 2月, 2017 2 次提交
  4. 18 2月, 2017 1 次提交
  5. 16 2月, 2017 2 次提交
  6. 14 2月, 2017 1 次提交
  7. 11 2月, 2017 1 次提交
  8. 09 2月, 2017 1 次提交
    • P
      Removed jQuery UI highlight & autocomplete · cd5bee0d
      Phil Hughes 提交于
      In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
      cd5bee0d
  9. 07 2月, 2017 1 次提交
    • P
      Improved timeago performance · 1c7cce9e
      Phil Hughes 提交于
      - Changes to use a single instance of timeago
      - Uses one timeout for every element, rather than 1 per element
      
      Closes #25728
      1c7cce9e
  10. 06 2月, 2017 3 次提交
  11. 03 2月, 2017 2 次提交
  12. 26 1月, 2017 2 次提交
  13. 14 1月, 2017 1 次提交
  14. 11 1月, 2017 2 次提交
  15. 10 1月, 2017 1 次提交
  16. 07 1月, 2017 1 次提交
  17. 29 12月, 2016 2 次提交
  18. 28 12月, 2016 2 次提交
  19. 14 12月, 2016 1 次提交
  20. 02 12月, 2016 1 次提交
  21. 01 12月, 2016 2 次提交
  22. 23 11月, 2016 2 次提交
  23. 16 11月, 2016 2 次提交
  24. 10 11月, 2016 1 次提交
  25. 09 11月, 2016 1 次提交
  26. 08 11月, 2016 1 次提交
  27. 04 11月, 2016 2 次提交
    • J
      Cleaned up global namespace JS · b1b51b77
      José Iván 提交于
      Moved most of the functions that contained "window.doSomething" that were located at:
      - app/assets/javascripts/application.js
      To the following file:
      - app/assets/javascripts/lib/utils/common_utils.js
      
      The functions listed here:
      - window.ajaxGet
      - window.split
      - window.extractLast
      - window.rstrip
      - window.disableButtonIfEmptyField
      - window.disableButtonIfAnyEmptyField
      - window.sanitize
      - window.unbindEvents
      - window.shiftWindow
      
      Now will be accessible from the "gl.utils" namespace
      b1b51b77
    • A
      Add jquery.timeago.js to application.js · 6e1802d0
      Alfredo Sumaran 提交于
      6e1802d0