Skip to content
Snippets Groups Projects
  1. Jan 23, 2018
  2. Oct 13, 2017
  3. Oct 10, 2017
    • 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
  4. Oct 05, 2017
  5. Oct 04, 2017
  6. 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
  7. Aug 02, 2017
  8. Jul 31, 2017
  9. Jul 12, 2017
  10. Jun 08, 2017
  11. Jun 07, 2017
  12. Jun 06, 2017
  13. Jun 01, 2017
  14. May 31, 2017
  15. May 30, 2017
  16. May 29, 2017
  17. May 22, 2017
  18. May 16, 2017
  19. May 12, 2017
  20. May 10, 2017
  21. May 09, 2017
  22. May 08, 2017
  23. May 06, 2017
  24. May 05, 2017
Loading