Skip to content
Snippets Groups Projects
  1. Jul 16, 2012
  2. Jul 07, 2012
  3. Jul 02, 2012
  4. 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
  5. Jun 26, 2012
  6. May 13, 2012
  7. Apr 25, 2012
  8. Apr 23, 2012
  9. Apr 19, 2012
Loading