1. 05 6月, 2018 2 次提交
    • A
      create favicon overlay on the client · 9e14f437
      Alexis Reigel 提交于
      the initial reason for this change was that graphicsmagick does not
      support writing to ico files. this fact lead to a chain of changes:
      
      1. use png instead of ico (browser support is good enough)
      2. render the overlays on the client using the canvas API. this way we
         only need to store the original favion and generate the overlay versions
         dynamically.
         this change also enables (next step) to simplify the handling of the
         stock favicons as well, as we don't need to generate all the versions
         upfront.
      9e14f437
    • A
      fix resetFavicon so that it actually resets · 5202c3f0
      Alexis Reigel 提交于
      5202c3f0
  2. 19 4月, 2018 1 次提交
  3. 04 4月, 2018 1 次提交
  4. 10 3月, 2018 1 次提交
  5. 03 3月, 2018 1 次提交
  6. 28 2月, 2018 1 次提交
  7. 23 2月, 2018 1 次提交
  8. 08 2月, 2018 1 次提交
  9. 01 2月, 2018 1 次提交
  10. 31 1月, 2018 3 次提交
  11. 03 1月, 2018 1 次提交
  12. 08 12月, 2017 1 次提交
  13. 29 11月, 2017 1 次提交
  14. 23 11月, 2017 1 次提交
  15. 14 11月, 2017 1 次提交
  16. 13 11月, 2017 1 次提交
  17. 13 10月, 2017 1 次提交
  18. 12 10月, 2017 1 次提交
  19. 29 9月, 2017 1 次提交
    • P
      Fixed anchored content not being scrolled into view · 333cb069
      Phil Hughes 提交于
      Correctly scrolls anchored content into view when the user loads the
      page. This is most obvious when the user loads a link note in a
      merge request & the page does not scroll down to the note.
      
      Closes #38326
      333cb069
  20. 22 9月, 2017 1 次提交
  21. 19 9月, 2017 1 次提交
  22. 15 9月, 2017 1 次提交
  23. 09 9月, 2017 2 次提交
    • F
      Import modules instead of using the ones in global namespace · 96e6fc70
      Filipa Lacerda 提交于
      Removes set favicon related methods from global scope
      Improves test related with favicon
      
      Removes convertPermissionToBoolean from global scope.
      Adds tests for convertPermissionToBoolean - were non existant
      
      Removes setParamInURL from gl.utils
      
      Removes parseIntPagination from gl.utils namespace
      
      Remove normalizeCRLFHeaders from gl.utils namespace
      
      Removes normalizeHeaders from gl.utils namespace
      
      Use gl.utils for filtered search
      
      Fix bad import
      
      Fix broken test by cleaning window.history namespace
      
      Adds changelog
      96e6fc70
    • F
      Use modules in common utils · 6a1b84c7
      Filipa Lacerda 提交于
      6a1b84c7
  24. 23 8月, 2017 1 次提交
  25. 22 8月, 2017 1 次提交
  26. 18 8月, 2017 1 次提交
  27. 04 8月, 2017 1 次提交
  28. 22 7月, 2017 2 次提交
  29. 23 6月, 2017 1 次提交
  30. 06 6月, 2017 1 次提交
  31. 19 5月, 2017 1 次提交
  32. 15 5月, 2017 1 次提交
  33. 12 5月, 2017 1 次提交
  34. 05 5月, 2017 1 次提交
  35. 21 4月, 2017 1 次提交