Skip to content
Snippets Groups Projects
  1. Sep 04, 2013
    • Jared Hancock's avatar
      Use the correct Content-Type header for CAPTCHA · 6d9cf82f
      Jared Hancock authored
      Some security inspection appliances and load balancers don't appreciate
      something in the HTTP headers that is not a valid HTTP header. Furthermore,
      the browser needs the Content-Type header to identify that the image is not
      the PHP default of text/html
      6d9cf82f
  2. Sep 03, 2013
    • Jared Hancock's avatar
      ROOT_DIR should be used to identify filesystem paths · 6505fb74
      Jared Hancock authored
      Historically, ROOT_PATH and ROOT_DIR contained the same value; however,
      ROOT_PATH now points to the URL path where osTicket is installed, whereas
      ROOT_DIR points to the file system location where osTicket is installed.
      6505fb74
    • Jared Hancock's avatar
      Don't send emails for non-existent table · 22329ad4
      Jared Hancock authored
      When an admin logs in to upgrade to 1.7.1 and further from a version
      pervious to 1.7.1, the system will attempt to clear password reset tokens
      from the config table, which hasn't been upgraded yet to the namespaced
      version from 1.7.1
      22329ad4
    • Jared Hancock's avatar
      Remove requirement of ticket id in subject line · 29b37144
      Jared Hancock authored
      This patch affords an administrator the ability to remove the
      [#%{ticket.number}] from the email template subject line for the new ticket
      autoresponse and the new message autoresponse. Previously, the ticket number
      with a prefixed hash in brackets was used to identify which ticket thread an
      email was in reference to.
      
      With this patch, the email message-id (which was already kept on file) is
      sent in the MIME "References" header. When a user responds to and
      autoresponse email, the "References" will include this message-id in the
      return email. The ticket thread is then matched up with the email based on
      the message-id rather than the subject line.
      
      Ticket numbers are still supported in the subject line, in the event that
      non-compliant email clients do not properly include the References header.
      29b37144
    • Jared Hancock's avatar
      Version tag now includes the 'v' · 6a452782
      Jared Hancock authored
      6a452782
    • Jared Hancock's avatar
      Fix uninitialized variables · 32ff2763
      Jared Hancock authored
      32ff2763
  3. Sep 02, 2013
  4. Aug 30, 2013
  5. Aug 26, 2013
  6. Aug 22, 2013
  7. Aug 19, 2013
    • Jared Hancock's avatar
      Make phone ext optional for XML API · aca7aba9
      Jared Hancock authored
      Previously, the @ext attribute for the phone number field was assumed to be
      included. An XML payload without the @ext attribute would have been
      corrupted to include only the first digit of the phone number, which would
      fail validation.
      
      This patch correctly handles the XML payload without the @ext attribute for
      the phone number. Subsequently, the <phone_ext> element is now also valid
      (and optional as well).
      
      Fixes #670
      aca7aba9
  8. Aug 14, 2013
  9. Aug 13, 2013
  10. Aug 12, 2013
  11. Aug 11, 2013
  12. Aug 10, 2013
  13. Aug 09, 2013
  14. Aug 08, 2013
  15. Aug 07, 2013
  16. Aug 02, 2013
Loading