Skip to content
Snippets Groups Projects
  1. May 13, 2015
  2. May 11, 2015
  3. May 08, 2015
  4. May 05, 2015
  5. May 04, 2015
  6. Apr 30, 2015
  7. Apr 29, 2015
  8. Apr 24, 2015
    • Jared Hancock's avatar
      db: Drop tables before adding and renaming · ede824e2
      Jared Hancock authored
      If osTicket was improperly or incompletely upgraded, then some tables may
      exist which should otherwise not exist. This patch assists the upgrade
      process by dropping the tables which should not exist prior to adding or
      renaming tables.
      ede824e2
  9. Apr 23, 2015
    • Jared Hancock's avatar
      email: Properly detect bounce message with alternative content · 67127c69
      Jared Hancock authored
      This correctly handles a bounce message with the following layout:
      
      multipart/report; report-type=delivery-status
          multipart/alternative; differences=Content-Type
              text/plain; charset="us-ascii"
              text/html; charset="us-ascii"
          message/delivery-status
          message/rfc822
      67127c69
Loading