1. 11 2月, 2017 1 次提交
  2. 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
  3. 06 2月, 2017 3 次提交
  4. 03 2月, 2017 2 次提交
  5. 26 1月, 2017 2 次提交
  6. 14 1月, 2017 1 次提交
  7. 11 1月, 2017 2 次提交
  8. 10 1月, 2017 1 次提交
  9. 07 1月, 2017 1 次提交
  10. 29 12月, 2016 2 次提交
  11. 28 12月, 2016 2 次提交
  12. 14 12月, 2016 1 次提交
  13. 02 12月, 2016 1 次提交
  14. 01 12月, 2016 2 次提交
  15. 23 11月, 2016 2 次提交
  16. 16 11月, 2016 2 次提交
  17. 10 11月, 2016 1 次提交
  18. 09 11月, 2016 1 次提交
  19. 08 11月, 2016 1 次提交
  20. 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
  21. 01 11月, 2016 1 次提交
  22. 31 10月, 2016 1 次提交
  23. 26 10月, 2016 1 次提交
  24. 25 10月, 2016 2 次提交
  25. 24 10月, 2016 1 次提交
    • L
      Gracefully handle adding of no users to projects and groups · 036fac06
      Linus G Thiel 提交于
      - Disable {project, group} members submit button if no users
      
        If no users are selected, the submit button should be disabled.
      
      - Alert user when no users were added to {project, group}.
      
        When no users were selected for adding, an alert message is
        flashed that no users were added.
      
      - Also, this commit adds a feedback when users were actually added to a
        project, in symmetry with how group members are handled.
      
      Closes #22967, #23270.
      036fac06
  26. 21 10月, 2016 1 次提交
  27. 29 9月, 2016 1 次提交
  28. 12 9月, 2016 1 次提交