Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 19, 2018
  3. Mar 06, 2018
  4. Jan 31, 2018
  5. Jan 29, 2018
  6. Jan 05, 2018
  7. Dec 07, 2017
  8. 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
  9. Oct 05, 2017
  10. Sep 22, 2017
  11. Sep 13, 2017
  12. 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
    • Filipa Lacerda's avatar
      Use modules in common utils · 6a1b84c7
      Filipa Lacerda authored
      6a1b84c7
  13. Sep 06, 2017
  14. Aug 30, 2017
  15. Jun 26, 2017
Loading