BigW Consortium Gitlab

  1. 31 Dec, 2016 1 commit
  2. 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.
  3. 29 Sep, 2016 1 commit
  4. 26 Jul, 2016 1 commit
  5. 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.
  6. 04 Apr, 2016 1 commit
  7. 17 Mar, 2016 1 commit
  8. 17 Feb, 2016 1 commit
    • Label description and Label row · 2e81b155
      Tap authored
      - Add label description
      - Show label row when filtering issues or merge requests by label
  9. 11 Jan, 2016 1 commit
  10. 03 Dec, 2015 1 commit
  11. 02 Dec, 2015 2 commits
  12. 10 Nov, 2015 1 commit
  13. 26 Sep, 2015 1 commit
  14. 03 Sep, 2015 1 commit