An error occurred fetching the project authors.
  1. 15 Mar, 2016 1 commit
  2. 24 Feb, 2016 1 commit
  3. 12 Feb, 2016 1 commit
    • Ben Boeckel's avatar
      Fix relative links in other markup formats · e919b5a4
      Ben Boeckel authored
      - Apply the RelativeLinkFilter filter to other formats, e.g.,
        reStructuredText so links from the Files view or the Project view work
      - Remove the AsciidocPipeline pipeline
      
      Fixes #3533.
      e919b5a4
  4. 12 Jan, 2016 1 commit
  5. 08 Jan, 2016 1 commit
  6. 11 Dec, 2015 1 commit
  7. 07 Dec, 2015 1 commit
  8. 30 Nov, 2015 1 commit
  9. 18 Oct, 2015 2 commits
  10. 15 Oct, 2015 1 commit
  11. 26 Sep, 2015 1 commit
  12. 30 Jun, 2015 1 commit
    • Robert Speicher's avatar
      Fix ApplicationHelper specs · 42b643f0
      Robert Speicher authored
      There were several specs that were failing when run by themselves.
      
      - Use the `helper` object, as per RSpec 3 standards
      - Use `assign` to assign instance variables that helpers expect
      - Add `StubConfiguration` support module
      42b643f0
  13. 22 Jun, 2015 2 commits
  14. 19 Jun, 2015 1 commit
  15. 17 Jun, 2015 2 commits
  16. 13 Jun, 2015 1 commit
    • Robert Speicher's avatar
      Add PreferencesHelper module · 8112f755
      Robert Speicher authored
      Consolidates the helpers related to user preferences.
      
      Renames `app_theme` to `user_application_theme` to better explain what
      it is.
      8112f755
  17. 18 May, 2015 2 commits
  18. 22 Apr, 2015 1 commit
  19. 12 Apr, 2015 1 commit
  20. 12 Mar, 2015 1 commit
  21. 01 Mar, 2015 1 commit
  22. 25 Feb, 2015 1 commit
  23. 24 Feb, 2015 1 commit
  24. 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
  25. 12 Feb, 2015 2 commits
  26. 24 Jan, 2015 2 commits
  27. 19 Jan, 2015 1 commit
  28. 08 Jan, 2015 1 commit
  29. 05 Dec, 2014 1 commit
  30. 11 Aug, 2014 1 commit
  31. 07 Aug, 2014 1 commit
  32. 17 Jun, 2014 1 commit
  33. 13 Jun, 2014 1 commit
  34. 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