1. 03 2月, 2017 1 次提交
  2. 26 1月, 2017 2 次提交
  3. 14 1月, 2017 1 次提交
  4. 11 1月, 2017 2 次提交
  5. 10 1月, 2017 1 次提交
  6. 07 1月, 2017 1 次提交
  7. 29 12月, 2016 2 次提交
  8. 28 12月, 2016 2 次提交
  9. 14 12月, 2016 1 次提交
  10. 02 12月, 2016 1 次提交
  11. 01 12月, 2016 2 次提交
  12. 23 11月, 2016 2 次提交
  13. 16 11月, 2016 2 次提交
  14. 10 11月, 2016 1 次提交
  15. 09 11月, 2016 1 次提交
  16. 08 11月, 2016 1 次提交
  17. 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
  18. 01 11月, 2016 1 次提交
  19. 31 10月, 2016 1 次提交
  20. 26 10月, 2016 1 次提交
  21. 25 10月, 2016 2 次提交
  22. 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
  23. 21 10月, 2016 1 次提交
  24. 29 9月, 2016 1 次提交
  25. 12 9月, 2016 1 次提交
  26. 09 9月, 2016 1 次提交
  27. 08 9月, 2016 1 次提交
  28. 25 8月, 2016 1 次提交
  29. 19 8月, 2016 2 次提交
  30. 17 8月, 2016 1 次提交