1. 14 12月, 2016 1 次提交
  2. 02 12月, 2016 1 次提交
  3. 01 12月, 2016 2 次提交
  4. 23 11月, 2016 2 次提交
  5. 16 11月, 2016 2 次提交
  6. 10 11月, 2016 1 次提交
  7. 09 11月, 2016 1 次提交
  8. 08 11月, 2016 1 次提交
  9. 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
  10. 01 11月, 2016 1 次提交
  11. 31 10月, 2016 1 次提交
  12. 26 10月, 2016 1 次提交
  13. 25 10月, 2016 2 次提交
  14. 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
  15. 21 10月, 2016 1 次提交
  16. 29 9月, 2016 1 次提交
  17. 12 9月, 2016 1 次提交
  18. 09 9月, 2016 1 次提交
  19. 08 9月, 2016 1 次提交
  20. 25 8月, 2016 1 次提交
  21. 19 8月, 2016 2 次提交
  22. 17 8月, 2016 3 次提交
  23. 16 8月, 2016 1 次提交
  24. 05 8月, 2016 1 次提交
  25. 29 7月, 2016 1 次提交
  26. 25 7月, 2016 1 次提交
  27. 24 3月, 2014 1 次提交
  28. 19 3月, 2014 1 次提交
  29. 10 2月, 2014 1 次提交
  30. 27 1月, 2014 1 次提交
  31. 11 1月, 2014 1 次提交
  32. 05 6月, 2013 1 次提交
    • K
      Contributors graphs feature for GitLab · 71d67e65
      Karlo Soriano 提交于
      Created tests and refactored some code along the way
      
      Added stat graph util spec, refactored code
      
      finsihed up tests and refactors
      
      finsihed up tests and refactors
      71d67e65