BigW Consortium Gitlab

  1. 16 Apr, 2016 3 commits
  2. 14 Apr, 2016 3 commits
  3. 12 Apr, 2016 7 commits
  4. 10 Apr, 2016 1 commit
  5. 08 Apr, 2016 1 commit
    • Add "sprite" parameter to emoji_icon helper · 3a196317
      connorshea authored
      The emoji_icon helper used to display the award emoji in Issue and
      Merge Request views. By default the spritesheet is used, but passing
      `sprite: false` to the `emoji_icon` helper makes the emoji render as
      separate images.
      
      For award emoji displayed by default (e.g. thumbs-up, thumbs-down, and
      any that have been awarded to the issue/MR) the independent images are
      used. Only when the full emoji menu is opened does the full spritesheet
      load.
      
      On a normal issue this change decreases the page load by 670KB or 250KB
      depending on pixel density.
      
      Resolves #14334.
  6. 07 Apr, 2016 5 commits
  7. 06 Apr, 2016 2 commits
  8. 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.
  9. 04 Apr, 2016 1 commit
  10. 31 Mar, 2016 2 commits
  11. 30 Mar, 2016 3 commits
  12. 29 Mar, 2016 4 commits
  13. 28 Mar, 2016 1 commit
  14. 25 Mar, 2016 2 commits
  15. 24 Mar, 2016 3 commits
  16. 23 Mar, 2016 1 commit