BigW Consortium Gitlab

  1. 15 Jul, 2016 1 commit
  2. 07 Jul, 2016 1 commit
  3. 06 Jul, 2016 2 commits
  4. 23 Jun, 2016 3 commits
  5. 09 Jun, 2016 1 commit
  6. 08 Jun, 2016 1 commit
  7. 03 Jun, 2016 2 commits
  8. 02 Jun, 2016 1 commit
  9. 16 May, 2016 1 commit
  10. 08 May, 2016 2 commits
  11. 04 May, 2016 1 commit
  12. 02 May, 2016 1 commit
  13. 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.
  14. 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.
  15. 18 Apr, 2016 1 commit
  16. 31 Mar, 2016 1 commit
  17. 02 Mar, 2016 1 commit
  18. 01 Mar, 2016 7 commits
  19. 29 Feb, 2016 2 commits
  20. 23 Feb, 2016 1 commit
    • 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.
  21. 16 Jan, 2016 2 commits
  22. 14 Jan, 2016 1 commit
  23. 13 Jan, 2016 2 commits
  24. 08 Jan, 2016 1 commit
  25. 07 Jan, 2016 1 commit
  26. 23 Dec, 2015 1 commit
    • Add page descriptions and images · b26eb782
      Robert Speicher authored
      A limited number of pages have defined their own descriptions, but
      otherwise we default to the Project's description (if `@project` is
      set), or the old `brand_title` fallback.
      
      The image will either be the uploaded project icon (never a generated
      one), the user's uploaded icon or Gravatar, or, finally, the GitLab
      logo.