Skip to content
Snippets Groups Projects
  1. Oct 24, 2016
  2. Oct 20, 2016
  3. Oct 13, 2016
  4. Sep 28, 2016
  5. Sep 12, 2016
  6. Aug 15, 2016
  7. Jul 09, 2016
  8. Jul 08, 2016
  9. Jun 30, 2016
  10. Jun 25, 2016
  11. Jun 21, 2016
    • Jared Hancock's avatar
      dates: MySQL 'GMT' includes BST · ec778946
      Jared Hancock authored
      The PHP 'GMT' timezone is equivalent to the 'UTC' timezone and therefore
      does not include summertime offsets. The 'GMT' timezone reported by MySQL,
      however, does use the BST summertime offsets. Therefore, the 'GMT' reported
      by MySQL should be explicitly translated to the 'UTC' timezone for use in
      PHP.
      ec778946
  12. Jun 20, 2016
    • Jared Hancock's avatar
      oops: Add missing echo · afd63e11
      Jared Hancock authored
      Fixes #3194
      afd63e11
    • Jared Hancock's avatar
      html: Fix processing of some <html> tags in email · 18414cd7
      Jared Hancock authored
      thanks @robintoy, @talilon
      
      This patch removes any contents of an html element when scrubbing html
      markup. Some markup includes complex namespaces and other information which
      does not concern the html processing of osTicket. It also messes up the
      htmLawed processing of the htmLawed.
      
      Maybe fixes #2465
      Maybe fixes #2272
      18414cd7
Loading