Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. Mar 14, 2021
    • Tim van Dijen's avatar
      Migrate utility-classes to non-static (part 2) (#1441) · 0b861789
      Tim van Dijen authored
      * Migrate email utils to non-static
      
      * Migrate http utils to non-static
      
      * Migrate net utils to non-static
      
      * Migrate random utils to non-static
      
      * Migrate system utils to non-static
      
      * Migrate time utils to non-static
      
      * Migrate xml utils to non-static
      
      * Upgrade notes
      
      * Update test-framework
      
      * Fix tests
      0b861789
  3. Jan 22, 2021
  4. Sep 15, 2020
  5. Sep 10, 2020
  6. Jun 13, 2020
  7. Feb 22, 2020
  8. Feb 15, 2020
  9. Feb 14, 2020
  10. Feb 12, 2020
  11. Jan 31, 2020
  12. Dec 24, 2019
  13. Oct 03, 2019
  14. Oct 01, 2019
  15. Aug 29, 2019
  16. Jul 08, 2019
  17. May 17, 2019
  18. May 13, 2019
  19. Mar 23, 2019
    • Tim van Dijen's avatar
      Fix build (#1085) · 6eed6144
      Tim van Dijen authored
      * Update Psalm
      
      * Ignore DocblockTypeContradiction and RedundantConditionGivenDocblockType
      
      * Fix Psalm-errors
      
      * Raise minimum PHP-version to 5.6
      
      * Update lock-file accordingly
      
      * Fix phpunit
      
      * Suppress Psalm-issue
      6eed6144
  20. Mar 20, 2019
  21. Mar 08, 2019
    • Jørn Åne's avatar
      Replace e-mail class with one that uses PHPMailer · c9fa8626
      Jørn Åne authored
      The old mail class uses the built-in `mail` function in PHP, and builds a payload by itself using hard-coded HTML and MIME-snippets. Let's use a library for that; PHPMailer has new dependencies and does all the heavy lifting.
      c9fa8626
Loading