An error occurred fetching the project authors.
  1. 11 Oct, 2017 1 commit
  2. 06 Oct, 2017 1 commit
  3. 20 Sep, 2017 1 commit
  4. 29 Jul, 2017 1 commit
  5. 18 Jul, 2017 2 commits
  6. 06 Jul, 2017 1 commit
  7. 01 Jun, 2017 1 commit
  8. 30 May, 2017 1 commit
  9. 24 May, 2017 1 commit
  10. 17 May, 2017 1 commit
  11. 08 May, 2017 3 commits
  12. 26 Apr, 2017 2 commits
  13. 21 Apr, 2017 1 commit
  14. 28 Mar, 2017 1 commit
  15. 24 Mar, 2017 1 commit
    • Phil Hughes's avatar
      Refactored the user callout class · 3eedb2ae
      Phil Hughes authored
      Instead of the JS being in charge of the HTML, the HAML now handles it.
      The HAML can then check the cookie & show it needed. It also allows the
      HAML access to the paths so we don't have to pass that through.
      
      Closes #29955
      3eedb2ae
  16. 23 Mar, 2017 3 commits
  17. 21 Mar, 2017 1 commit
  18. 03 Mar, 2017 1 commit
  19. 28 Feb, 2017 1 commit
  20. 23 Feb, 2017 5 commits
  21. 13 Feb, 2017 1 commit
  22. 24 Jan, 2017 1 commit
  23. 10 Jan, 2017 1 commit
  24. 31 Dec, 2016 1 commit
  25. 06 Oct, 2016 1 commit
  26. 04 Oct, 2016 1 commit
  27. 27 Sep, 2016 1 commit
  28. 16 Sep, 2016 2 commits
  29. 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