Skip to content
Snippets Groups Projects
  1. Aug 09, 2013
  2. Aug 02, 2013
    • Jared Hancock's avatar
      Revisit migration tasks · 8de0d4e2
      Jared Hancock authored
      * Move migration scripted tasks to the stream folder naming them .task.php.
      * Add a MigrationTask abstract class to server as the base of migration
        tasks.
      * Move the migration tasks from class.upgrader to the new task files
      8de0d4e2
  3. Jul 24, 2013
  4. Jul 10, 2013
    • Jared Hancock's avatar
      Implement Upgrader::abort · 762d56cf
      Jared Hancock authored
      Add forgotten abort() method of the Upgrader trampoline class, and allow
      getErrors() not to crash if not upgrading
      762d56cf
  5. Jul 04, 2013
  6. 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
  7. Mar 11, 2013
  8. Feb 19, 2013
  9. Dec 04, 2012
  10. Dec 02, 2012
  11. Oct 29, 2012
  12. 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
  13. Jul 30, 2012
  14. Jul 22, 2012
  15. Jul 16, 2012
  16. Jul 07, 2012
  17. Jul 02, 2012
  18. 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
  19. Jun 26, 2012
  20. May 13, 2012
  21. Apr 25, 2012
  22. Apr 23, 2012
  23. Apr 19, 2012
Loading