Skip to content
Snippets Groups Projects
  1. Dec 04, 2012
  2. Dec 02, 2012
  3. Oct 29, 2012
  4. Sep 15, 2012
    • Jared Hancock's avatar
      Change attachment migration process for upgrade · bf957037
      Jared Hancock authored
      Don't migrate attachments as part of the 1.6* major upgrade. Wait unit
      transitioning to schema signature dd0022fb, where the new table for
      file_chunks is created.
      
      Incremental developers will already have the columns dropped from the
      %ticket_attachments table and will receive an error for the cleanup script,
      but the upgrader is configured to ignore errors from the cleanup scripts.
      bf957037
  5. Jul 30, 2012
  6. Jul 22, 2012
  7. Jul 16, 2012
  8. Jul 07, 2012
  9. Jul 02, 2012
  10. Jun 28, 2012
    • Jared Hancock's avatar
      Live migrate the PHP session to database · b2b2ebba
      Jared Hancock authored
      Migrate the PHP session from disk to database live. To pull this off, the
      session contents are written to database under the current session id. When
      the `ostversion` column is dropped from the %config table, the system will
      automatically switch to database-backed sessions in osTicket 1.7 mode.
      
      This is sort-of hacked together by carefully calling a instance method of
      the osTicketSession class statically, and modify the instance method to
      support static invocation.
      b2b2ebba
    • Peter Rotich's avatar
      Add timer to upgrader · 570a8343
      Peter Rotich authored
      570a8343
  11. Jun 26, 2012
  12. May 13, 2012
  13. Apr 25, 2012
  14. Apr 23, 2012
  15. Apr 19, 2012
Loading