An error occurred fetching the project authors.
  1. 27 Sep, 2016 1 commit
  2. 16 Sep, 2016 2 commits
  3. 25 Aug, 2016 1 commit
    • Regis's avatar
      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
      7ed0acd4
  4. 15 Jul, 2016 1 commit
  5. 07 Jul, 2016 1 commit
  6. 06 Jul, 2016 2 commits
  7. 23 Jun, 2016 3 commits
  8. 09 Jun, 2016 1 commit
  9. 08 Jun, 2016 1 commit
  10. 03 Jun, 2016 2 commits
  11. 02 Jun, 2016 1 commit
  12. 16 May, 2016 1 commit
  13. 08 May, 2016 2 commits
  14. 04 May, 2016 1 commit
  15. 02 May, 2016 1 commit
  16. 27 Apr, 2016 1 commit
    • Karlo Soriano's avatar
      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.
      c8187738
  17. 26 Apr, 2016 1 commit
    • Karlo Soriano's avatar
      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.
      40b0afdd
  18. 18 Apr, 2016 1 commit
  19. 31 Mar, 2016 1 commit
  20. 02 Mar, 2016 1 commit
  21. 01 Mar, 2016 7 commits
  22. 29 Feb, 2016 2 commits
  23. 23 Feb, 2016 1 commit
    • connorshea's avatar
      Improve the formatting for the user page bio · bb0f5be0
      connorshea authored
      - Separates the User page bio from the username and account creation
      date.
      - Separates the pseudo-selector adding a Middle Dot out from the
      `profile-link-holder` class and into a `middle-dot-divider` class.
      
      Resolves #13406.
      
      See merge request !2827.
      bb0f5be0
  24. 16 Jan, 2016 2 commits
  25. 15 Jan, 2016 1 commit
  26. 14 Jan, 2016 1 commit