Skip to content
Snippets Groups Projects
  1. Oct 17, 2013
  2. 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
  3. Sep 29, 2013
  4. 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
  5. Sep 02, 2013
  6. Jul 24, 2013
  7. 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
  8. Jul 05, 2013
  9. 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
  10. 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
  11. Apr 07, 2013
  12. Mar 31, 2013
  13. Mar 28, 2013
  14. Mar 21, 2013
  15. Mar 06, 2013
  16. Mar 05, 2013
  17. Feb 23, 2013
  18. Feb 22, 2013
  19. Feb 19, 2013
  20. Feb 14, 2013
  21. Feb 13, 2013
  22. Feb 10, 2013
  23. Jan 07, 2013
  24. Jan 03, 2013
  25. Dec 04, 2012
  26. Dec 02, 2012
  27. Nov 16, 2012
  28. Nov 15, 2012
  29. Nov 13, 2012
  30. Oct 28, 2012
  31. Oct 24, 2012
  32. Oct 19, 2012
  33. Oct 18, 2012
  34. Oct 15, 2012
Loading