Skip to content
Snippets Groups Projects
  1. Jan 21, 2013
  2. Oct 31, 2012
  3. Sep 03, 2012
  4. Jul 21, 2012
  5. Jun 28, 2012
    • Jared Hancock's avatar
      Delay dropping columns from the %config table · a678f55a
      Jared Hancock authored
      When the `ostversion` column is removed from the %config table, the system
      will immediately switch to database-backed sessions. Because the
      administrator upgrading the system originally logged in with a file-based
      session, it must be migrated to the database before removing the column.
      a678f55a
    • Peter Rotich's avatar
      Fix SQL schema errors · cfaa5134
      Peter Rotich authored
      cfaa5134
  6. Jun 26, 2012
  7. Apr 06, 2012
    • Jared Hancock's avatar
      Track ticket owners at each tracked ticket event · a3b6e39e
      Jared Hancock authored
      Track assigned department, team, staff, and help topic when the ticket event
      occurs. This will greatly help in correlation of various reports and queries
      
      Also start plowing the way toward incremental database updates using a
      patching technique. The hash of the main install SQL script for a respective
      database will be used to track the signature of the database currently. The
      signature will be stored in %config::schema_signature, and the main.inc.php
      script can simply check the value in the schema against the value known to
      the source code to be the signature the code expects. Should the two
      signatures differ, patches in the setup/inc/sql/patches folder should exist
      and be executed to assist in incrementally upgrading the database to the
      new-current schema version.
      a3b6e39e
  8. Apr 01, 2012
  9. Mar 19, 2012
Loading