BigW Consortium Gitlab

  1. 23 Mar, 2017 3 commits
  2. 21 Mar, 2017 1 commit
  3. 03 Mar, 2017 1 commit
  4. 28 Feb, 2017 1 commit
  5. 23 Feb, 2017 5 commits
  6. 13 Feb, 2017 1 commit
  7. 24 Jan, 2017 1 commit
  8. 10 Jan, 2017 1 commit
  9. 31 Dec, 2016 1 commit
  10. 06 Oct, 2016 1 commit
  11. 04 Oct, 2016 1 commit
  12. 27 Sep, 2016 1 commit
  13. 16 Sep, 2016 2 commits
  14. 25 Aug, 2016 1 commit
    • turned ES5 users.js to ES6 users.js.es6 for babel · 7ed0acd4
      Regis authored
      added semicolons
      
      remove users.js
      
      rename users to user in filename
      
      removed uneeded semi-colons and returning null in constructor
      
      class is wrapped - a lot of builds will fail
      
      formatting
      
      replaced 'new User' with 'new gl.User' in app/users/show.html.haml
      
      window.gl || window.gl = {} - seeing if rspec9/spinach6/spinach9 will pass
      
      putting window logic before IIFE
      
      Fixed typo in users show view - extracted jquery calls in constructor to prototype methods
      
      fixed window declaration in IIFE argument
      
      adding new line
  15. 15 Jul, 2016 1 commit
  16. 07 Jul, 2016 1 commit
  17. 06 Jul, 2016 2 commits
  18. 23 Jun, 2016 3 commits
  19. 09 Jun, 2016 1 commit
  20. 08 Jun, 2016 1 commit
  21. 03 Jun, 2016 2 commits
  22. 02 Jun, 2016 1 commit
  23. 16 May, 2016 1 commit
  24. 08 May, 2016 2 commits
  25. 04 May, 2016 1 commit
  26. 02 May, 2016 1 commit
  27. 27 Apr, 2016 1 commit
    • Remove unused .contributed-projects class · c8187738
      Karlo Soriano authored
      While working on #13401 and trying to add a new tab to the user profile
      page, I came across this. I noticed that the `contributed-projects`
      class was only being used in order to select the div in the tests. For
      consistency with the other tabs, I decided to remove this class and use
      the div's id for the selector.
  28. 26 Apr, 2016 1 commit
    • Add JS prefix to user tab classes · 40b0afdd
      Karlo Soriano authored
      I'm not entirely sure if this project uses the `js-` prefix for
      classes that are for js purposes only. But as I was working on a
      feature, I noticed that these classes were those kind of classes.