Skip to content
Snippets Groups Projects
  1. Nov 30, 2013
  2. Oct 30, 2013
    • Jared Hancock's avatar
      Use system date format for datepicker · ad9935b1
      Jared Hancock authored
      Previously the American date format (m/d/Y) was used exclusively for
      formatting dates in the datepicker widget. This patch enables the widget to
      be formatted based on the format set in the admin panel.
      
      Fixes #829
      ad9935b1
  3. Oct 28, 2013
    • Jared Hancock's avatar
      Disambiguate Reply-To from In-Reply-To mailer opts · d36fea7b
      Jared Hancock authored
      Previous the options defined for the Mailer::send() function were confusing
      when sending an In-Reply-To header
      d36fea7b
    • Jared Hancock's avatar
      Better email headers for In-Reply-To and References · ca26a1a6
      Jared Hancock authored
      Previously, the References header emitted by the system for new thread
      entry auto-responses and alerts included the message-id for which the email
      was a reply in the `References` header. This patch corrects the issue by
      placing the reply message-id in the In-Reply-To header, and constructs a
      correct References header.
      
      That is, if available, the References header received in the email that was
      used to create the thread entry is appended to the message-id the email is
      actually in reply to. This is the expected usage of the References header.
      ca26a1a6
  4. Oct 23, 2013
  5. Oct 17, 2013
  6. Oct 09, 2013
    • Jared Hancock's avatar
      Mark tickets overdue which have no SLA · e5682351
      Jared Hancock authored
      If a ticket has a due date and does not have an SLA set, the ticket would
      never transition to overdue. This patch addresses an SQL flaw preventing the
      ticket from being transitioned.
      
      Fixes #757
      e5682351
  7. Sep 29, 2013
  8. Sep 03, 2013
    • 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
  9. Sep 02, 2013
  10. Jul 24, 2013
  11. Jul 10, 2013
    • Jared Hancock's avatar
      Implement transient SLAs · a6e00914
      Jared Hancock authored
      SLAs can be marked transient. When a ticket is assigned to a transient SLA
      and it is transferred to a department or help topic having a default SLA,
      the SLA will change to the SLA of the new department or help topic. This
      process can continue as long as the ticket has a transient SLA assigned.
      Once a non-transient SLA is assigned to the ticket, the SLA will no longer
      change automatically. Thereafter, the SLA can only be manually changed.
      a6e00914
    • Andrew Abdalian's avatar
      Spelling, grammar and readability fixups · c6c923f9
      Andrew Abdalian authored
      Spelling, grammar and readability in upgrader documents
        - Tweaked spelling, grammar and wording to make the text of the upgrader
          pages more readable.
      Fixed spelling regression
        - Higly —> Highly
      Spelling and readability fixes for /include/class.* files
        - Fixed some spelling mistakes
      A couple more spelling/readability fixes.
        - More fixes
      c6c923f9
  12. Jul 05, 2013
  13. Jul 03, 2013
    • Jared Hancock's avatar
      Properly trim data from client · 9b89cd40
      Jared Hancock authored
      When creating tickets, ensure that data which should not contain leading or
      trailing whitespace is trimmed and validated accordingly
      9b89cd40
  14. May 28, 2013
    • Jared Hancock's avatar
      Federate configuration settings · db81f071
      Jared Hancock authored
      Change the config table from a column-based table to a key-value table
      with namespacing. This allows several parts of osTicket to store their
      respective configurations in the same table without requiring database
      structure updates
      
      'namespace' is reserved in PHP
      db81f071
  15. Apr 07, 2013
  16. Mar 31, 2013
  17. Mar 28, 2013
  18. Mar 21, 2013
  19. Mar 06, 2013
  20. Mar 05, 2013
  21. Feb 23, 2013
  22. Feb 22, 2013
  23. Feb 19, 2013
  24. Feb 14, 2013
  25. Feb 13, 2013
  26. Feb 10, 2013
  27. Jan 07, 2013
  28. Jan 03, 2013
  29. Dec 04, 2012
  30. Dec 02, 2012
  31. Nov 16, 2012
  32. Nov 15, 2012
Loading