BigW Consortium Gitlab

  1. 05 Jul, 2017 1 commit
  2. 23 Jun, 2017 1 commit
  3. 07 Jun, 2017 1 commit
  4. 31 May, 2017 1 commit
  5. 04 May, 2017 1 commit
  6. 02 May, 2017 2 commits
  7. 30 Apr, 2017 3 commits
  8. 27 Apr, 2017 2 commits
  9. 16 Mar, 2017 1 commit
  10. 13 Mar, 2017 1 commit
  11. 09 Feb, 2017 1 commit
  12. 02 Feb, 2017 1 commit
    • Keep snippet visibility on error · f799585c
      Sean McGivern authored
      When a snippet is submitted, but there's an error, we didn't keep the
      visibility level. As the default is private, this means that submitting
      a public snippet that failed would then fall back to being a private
      snippet.
  13. 10 Jan, 2017 1 commit
  14. 31 Dec, 2016 1 commit
  15. 10 Dec, 2016 4 commits
  16. 07 Oct, 2016 1 commit
    • Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
  17. 07 Sep, 2016 1 commit
    • Reordered dropdown options · 56461e0c
      Luke Bennett authored
      Rearranged datetime created line
      
      Added `avatar_class` option to `link_to_member` so it can be hidden
      
      Made snippet title font heavier
      
      Added file title  bar
      
      Hidden unneeded info from xs screens
      
      Added visibility icon
      
      Reveal file-actions on xs screens
      
      Added comments icon to snippets list items
      
      Refactored no-comments declaration into framework stylesheet
      
      Final touch ups
      
      Fixed snippets_spec
  18. 18 Aug, 2016 1 commit
  19. 03 Jun, 2016 2 commits
  20. 31 May, 2016 1 commit
  21. 28 May, 2016 1 commit
  22. 26 May, 2016 1 commit
  23. 18 May, 2016 1 commit
  24. 08 May, 2016 2 commits
  25. 04 May, 2016 1 commit
  26. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.
  27. 20 Mar, 2016 1 commit
  28. 18 Mar, 2016 1 commit
  29. 10 Mar, 2016 2 commits
  30. 26 Feb, 2016 1 commit