BigW Consortium Gitlab

  1. 29 Feb, 2016 2 commits
  2. 09 Feb, 2016 1 commit
  3. 01 Feb, 2016 1 commit
    • Allow manual resize of js-autosize textareas · 933834c4
      Robert Speicher authored
      First, the autosize library was being too controlling and removed the
      `resize` property from any elements to which it was attached, removing
      the drag handle.
      
      Second, we detect when the user manually resizes an autosize textarea,
      and then remove the autosize behavior from it and increase its
      max-height.
      
      This should allow for the best of both worlds.
      
      Closes #12832
  4. 20 Jan, 2016 5 commits
  5. 14 Jan, 2016 1 commit
  6. 13 Jan, 2016 1 commit
  7. 07 Jan, 2016 2 commits
  8. 04 Jan, 2016 2 commits
  9. 01 Jan, 2016 2 commits
  10. 23 Oct, 2015 1 commit
  11. 14 Jul, 2015 1 commit
  12. 06 Jul, 2015 1 commit
  13. 28 May, 2015 1 commit
  14. 06 May, 2015 1 commit
  15. 18 Apr, 2015 1 commit
  16. 07 Apr, 2015 1 commit
  17. 09 Feb, 2015 1 commit
  18. 15 Jan, 2015 2 commits
    • Remove password strength indicator · b79ada97
      Jacob Vosmaer authored
      We were having the following issues:
      - the indicator would sometimes stay red even if the password that was
        entered was long enough;
      - the indicator had a middle yellow signal: what does that mean?
      - the red/green backgrounds were not color-blind-friendly.
    • Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner authored
      I decided to create a fork of rouge as rouge lacks a HTML formatter with
      the required options such as wrapping a line with <span> tags.
      Furthermore I was not really convinced about the clarity of rouge's
      source code.
      
      Rugments 1.0.0beta3 for now only includes some basic linting and a new
      HTML formatter. Everything else should behave the same.
  19. 27 Dec, 2014 1 commit
  20. 14 Oct, 2014 1 commit
  21. 26 Sep, 2014 1 commit
  22. 22 Sep, 2014 1 commit
  23. 26 Aug, 2014 1 commit
  24. 23 Aug, 2014 1 commit
  25. 09 Jul, 2014 1 commit
  26. 22 May, 2014 1 commit
  27. 12 Mar, 2014 1 commit
  28. 10 Feb, 2014 1 commit
  29. 26 Jan, 2014 1 commit
  30. 05 Jan, 2014 2 commits
    • Also optimise gifs with gifsicle. · 3ce9e740
      Kevin Lyda authored
      These are the same gif files just after running
      gifsicle -b --optimize **/*.gif
    • Another optipng run over png's. · 58408b96
      Kevin Lyda authored
      Ran optipng -o7 -fix over all png files. This should make pages load a
      tiny bit faster (you can test this with the pagespeed tool on firefox or
      chrome).
      
      It might be an idea to add *lossless* image compression optimization
      runs to the release process.