Skip to content
Snippets Groups Projects
  1. Jul 04, 2013
  2. May 28, 2013
    • Jared Hancock's avatar
      Various bug-fixes for the upgrader · 0e0f6dcb
      Jared Hancock authored
      - timezone_offset was dropped from the config table at 1.7-dpr1
      - upgrader: only apply five patches in one request
      - upgrader: fix readPatchInfo to work correctly
      - session: support migrating from 1.6 (again)
      - config: support migrating from 1.6 (fallback)
      - config: no default for 'isonline' setting
      - config: fix SQL whitespace issue for schema signature fallbacks
      - config: hash 1.6 versions in the schema signature lookup
      - upgrader: fix logging bug in attachment migration
      0e0f6dcb
  3. Mar 11, 2013
  4. Feb 19, 2013
  5. Dec 04, 2012
  6. Dec 02, 2012
  7. Oct 29, 2012
  8. 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
  9. Jul 30, 2012
  10. Jul 22, 2012
  11. Jul 16, 2012
  12. Jul 07, 2012
  13. Jul 02, 2012
  14. 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
  15. Jun 26, 2012
  16. May 13, 2012
  17. Apr 25, 2012
  18. Apr 23, 2012
  19. Apr 19, 2012
Loading