BigW Consortium Gitlab

  1. 06 Apr, 2017 1 commit
  2. 04 Apr, 2017 1 commit
  3. 24 Mar, 2017 4 commits
  4. 14 Mar, 2017 1 commit
  5. 10 Mar, 2017 1 commit
  6. 02 Mar, 2017 1 commit
  7. 24 Feb, 2017 1 commit
  8. 06 Feb, 2017 1 commit
  9. 26 Jan, 2017 1 commit
  10. 31 Dec, 2016 1 commit
  11. 23 Nov, 2016 1 commit
  12. 04 Nov, 2016 1 commit
  13. 24 Oct, 2016 1 commit
  14. 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.
  15. 30 Jun, 2016 1 commit
  16. 16 Jun, 2016 2 commits
  17. 10 Jun, 2016 2 commits
  18. 09 Jun, 2016 1 commit
  19. 08 Jun, 2016 3 commits
  20. 03 Jun, 2016 2 commits
  21. 26 May, 2016 1 commit
  22. 03 May, 2016 1 commit
  23. 29 Apr, 2016 1 commit
  24. 14 Apr, 2016 2 commits
  25. 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.
  26. 17 Mar, 2016 1 commit
  27. 07 Mar, 2016 1 commit
  28. 05 Mar, 2016 3 commits