BigW Consortium Gitlab

  1. 21 Jul, 2014 1 commit
  2. 26 Jun, 2014 1 commit
  3. 17 Jun, 2014 1 commit
  4. 13 Jun, 2014 1 commit
  5. 30 May, 2014 1 commit
  6. 23 Apr, 2014 2 commits
  7. 19 Apr, 2014 1 commit
  8. 15 Apr, 2014 1 commit
  9. 11 Apr, 2014 1 commit
  10. 07 Apr, 2014 1 commit
  11. 31 Mar, 2014 1 commit
  12. 25 Jan, 2014 1 commit
  13. 09 Dec, 2013 1 commit
  14. 29 Nov, 2013 1 commit
  15. 27 Nov, 2013 1 commit
  16. 01 Oct, 2013 1 commit
  17. 22 Sep, 2013 2 commits
    • Defaulted theme to MARS · fcba0d55
      Izaak Alpert authored
      Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f
    • Make users theme configurable · 51e6095d
      Izaak Alpert authored
      GITLAB-1262
      
      Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a
      
      Conflicts:
      	app/models/user.rb
      	config/initializers/1_settings.rb
      	spec/models/user_spec.rb
  18. 09 Sep, 2013 1 commit
  19. 25 Aug, 2013 1 commit
    • Link issues from comments and automatically close them · c8a115c0
      ash wilson authored
      Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
      references in descriptions, titles, or attached Notes creates a back-reference
      Note that links to the original referencer. Furthermore, pushing commits with
      commit messages that match a (configurable) regexp to a project's default
      branch will close any issues mentioned by GFM in the matched closing phrase.
      If accepting a merge request would close any Issues in this way, a banner is
      appended to the merge request's main panel to indicate this.
  20. 21 Aug, 2013 1 commit
  21. 18 Jul, 2013 1 commit
  22. 23 May, 2013 1 commit
  23. 22 May, 2013 1 commit
  24. 16 May, 2013 1 commit
  25. 08 May, 2013 1 commit
  26. 26 Apr, 2013 1 commit
  27. 24 Apr, 2013 1 commit
  28. 28 Feb, 2013 1 commit
  29. 14 Feb, 2013 2 commits
  30. 11 Feb, 2013 1 commit
  31. 07 Feb, 2013 1 commit
  32. 31 Jan, 2013 1 commit
  33. 20 Jan, 2013 1 commit
  34. 18 Jan, 2013 1 commit
  35. 17 Jan, 2013 1 commit
    • Fix default settings when they are boolean. · 9db7c16a
      Cyril authored
      error is that ```enabled ||= true``` always evaluates to true.
      Change all initialization of bool settings to use the same syntax:
      ```setting = true if setting.nil?```
  36. 16 Jan, 2013 2 commits