1. 22 2月, 2018 2 次提交
  2. 21 2月, 2018 1 次提交
  3. 15 2月, 2018 1 次提交
  4. 13 2月, 2018 1 次提交
  5. 09 2月, 2018 1 次提交
  6. 08 2月, 2018 1 次提交
  7. 06 2月, 2018 1 次提交
  8. 16 1月, 2018 1 次提交
  9. 10 1月, 2018 1 次提交
  10. 09 1月, 2018 1 次提交
  11. 05 1月, 2018 3 次提交
  12. 04 1月, 2018 1 次提交
  13. 03 1月, 2018 1 次提交
  14. 29 12月, 2017 1 次提交
  15. 18 12月, 2017 1 次提交
  16. 16 12月, 2017 1 次提交
  17. 05 12月, 2017 1 次提交
  18. 20 11月, 2017 1 次提交
  19. 13 11月, 2017 1 次提交
  20. 01 11月, 2017 1 次提交
  21. 31 10月, 2017 2 次提交
  22. 30 10月, 2017 1 次提交
  23. 27 10月, 2017 2 次提交
  24. 18 10月, 2017 1 次提交
  25. 13 10月, 2017 1 次提交
  26. 10 10月, 2017 1 次提交
    • P
      Flash is now a ES6 module · fa2af5e0
      Phil Hughes 提交于
      Reduced the technical debt around our JS flash function by making it a
      module that is imported rather than relying on the global function.
      The global function still exists mainly for technical debt with how
      some requests are being completed, but new JS should import the module
      directly.
      
      Also reduces some tech debt in the file by removing the need for jQuery.
      Instead Flash is now 100% vanilla JS.
      fa2af5e0
  27. 09 10月, 2017 1 次提交
  28. 27 9月, 2017 1 次提交
  29. 26 9月, 2017 1 次提交
  30. 22 9月, 2017 1 次提交
  31. 09 9月, 2017 1 次提交
    • 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
  32. 06 9月, 2017 4 次提交