Skip to content
Snippets Groups Projects
  1. Feb 08, 2018
  2. Jan 18, 2018
  3. Jan 16, 2018
  4. Jan 08, 2018
  5. Jan 06, 2018
  6. Jan 05, 2018
  7. Jan 03, 2018
  8. Dec 21, 2017
  9. Dec 19, 2017
  10. Dec 12, 2017
  11. Dec 11, 2017
  12. Dec 07, 2017
  13. Dec 04, 2017
  14. Nov 23, 2017
  15. Nov 21, 2017
  16. Nov 14, 2017
  17. Nov 13, 2017
  18. Oct 30, 2017
  19. Oct 23, 2017
  20. Oct 18, 2017
  21. Oct 10, 2017
    • Phil Hughes's avatar
      removed global eslint for remaining files · b40bac3a
      Phil Hughes authored
      Verified
      b40bac3a
    • Phil Hughes's avatar
      Flash is now a ES6 module · fa2af5e0
      Phil Hughes authored
      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.
      Verified
      fa2af5e0
  22. Oct 05, 2017
  23. Sep 29, 2017
  24. Sep 26, 2017
  25. Sep 22, 2017
  26. Sep 09, 2017
    • Filipa Lacerda's avatar
      Import modules instead of using the ones in global namespace · 96e6fc70
      Filipa Lacerda authored
      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
  27. Sep 01, 2017
Loading