BigW Consortium Gitlab

  1. 24 Oct, 2016 1 commit
  2. 07 Oct, 2016 2 commits
    • Added subnav to labels edit+new and milestones edit+new+show · 680efd4f
      Luke Bennett authored
      Added subnav to blame show, blob edit, builds show, commit builds, commit show, environments edit and pipelines show
      
      Added subnav to new enviro view
      
      Added sidebar top position calculation logic
      
      Added sidebar translation to follow the subnav up when the body is scrolled until a certain limit
    • 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. 30 Jun, 2016 1 commit
  4. 16 Jun, 2016 2 commits
  5. 10 Jun, 2016 2 commits
  6. 09 Jun, 2016 1 commit
  7. 08 Jun, 2016 3 commits
  8. 03 Jun, 2016 2 commits
  9. 26 May, 2016 1 commit
  10. 03 May, 2016 1 commit
  11. 29 Apr, 2016 1 commit
  12. 14 Apr, 2016 2 commits
  13. 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.
  14. 17 Mar, 2016 1 commit
  15. 07 Mar, 2016 1 commit
  16. 05 Mar, 2016 4 commits
  17. 02 Mar, 2016 2 commits
  18. 03 Feb, 2016 3 commits
  19. 02 Feb, 2016 9 commits