Skip to content
Snippets Groups Projects
  1. Apr 16, 2018
  2. Apr 13, 2018
  3. Apr 12, 2018
  4. Apr 04, 2018
  5. Mar 22, 2018
  6. Mar 21, 2018
  7. Mar 19, 2018
  8. Mar 16, 2018
  9. Mar 13, 2018
  10. Feb 28, 2018
  11. Feb 20, 2018
  12. Feb 02, 2018
  13. Feb 01, 2018
  14. Jan 31, 2018
  15. Dec 15, 2017
  16. Dec 11, 2017
  17. Dec 08, 2017
  18. Dec 07, 2017
  19. Oct 31, 2017
  20. Oct 27, 2017
  21. Oct 23, 2017
  22. Oct 21, 2017
  23. Oct 19, 2017
  24. Oct 12, 2017
  25. Oct 11, 2017
  26. Oct 10, 2017
    • Phil Hughes's avatar
      fixed notes specs · fcd842b5
      Phil Hughes authored
      changed how the container class is added onto the text element
      more specs
      Verified
      fcd842b5
    • Phil Hughes's avatar
      spec fixes · d668294f
      Phil Hughes authored
      Verified
      d668294f
    • 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
  27. Oct 07, 2017
  28. 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
Loading