An error occurred fetching the project authors.
  1. 22 Apr, 2015 1 commit
  2. 12 Apr, 2015 2 commits
  3. 10 Apr, 2015 1 commit
  4. 27 Mar, 2015 1 commit
    • Dmitriy Zaporozhets's avatar
      Big refactoring of issues filters · d6c8eefb
      Dmitriy Zaporozhets authored
      * Squash project users selectbox and users selectbox into one class
      * Move from API autocomplete to GitLab internal one
      * Smarter filter for project/group/all issues
      * Use selectbox with searchbox for assignee/author/milestone/label
      * Switch to ajax filter for issue author/assignee
      d6c8eefb
  5. 22 Mar, 2015 1 commit
  6. 12 Mar, 2015 1 commit
  7. 01 Mar, 2015 1 commit
  8. 18 Feb, 2015 1 commit
  9. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  10. 03 Feb, 2015 3 commits
  11. 28 Jan, 2015 1 commit
  12. 25 Jan, 2015 2 commits
  13. 24 Jan, 2015 2 commits
  14. 17 Jan, 2015 1 commit
  15. 15 Jan, 2015 1 commit
    • Stefan Tatschner's avatar
      Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner authored
      I decided to create a fork of rouge as rouge lacks a HTML formatter with
      the required options such as wrapping a line with <span> tags.
      Furthermore I was not really convinced about the clarity of rouge's
      source code.
      
      Rugments 1.0.0beta3 for now only includes some basic linting and a new
      HTML formatter. Everything else should behave the same.
      bf079c24
  16. 08 Jan, 2015 3 commits
  17. 30 Dec, 2014 1 commit
  18. 24 Dec, 2014 1 commit
  19. 23 Dec, 2014 1 commit
  20. 15 Dec, 2014 1 commit
  21. 07 Oct, 2014 1 commit
  22. 06 Oct, 2014 1 commit
  23. 03 Oct, 2014 1 commit
  24. 25 Sep, 2014 1 commit
  25. 12 Sep, 2014 1 commit
  26. 05 Sep, 2014 1 commit
  27. 29 Aug, 2014 1 commit
  28. 11 Aug, 2014 2 commits
  29. 10 Aug, 2014 1 commit
  30. 13 Jun, 2014 1 commit
  31. 11 Jun, 2014 1 commit
  32. 10 Jun, 2014 1 commit
    • Marvin Frick's avatar
      fixes gitlab.com issue #229 · 58750239
      Marvin Frick authored
      Changes .js.coffe files to not use a hardcoded path to
      `no_avatar.png` but instead stick with the asset pipeline.
      
      renames coffee.erb back to coffee
      58750239