Skip to content
Snippets Groups Projects
  1. Aug 13, 2012
  2. Jul 30, 2012
  3. Jul 21, 2012
  4. Jul 16, 2012
  5. Jul 09, 2012
  6. Jul 05, 2012
  7. Jun 30, 2012
  8. Jun 28, 2012
  9. Jun 26, 2012
  10. Jun 23, 2012
  11. Jun 18, 2012
  12. May 13, 2012
  13. May 10, 2012
  14. Apr 28, 2012
  15. Apr 26, 2012
  16. Apr 25, 2012
  17. Apr 23, 2012
  18. Apr 13, 2012
  19. Apr 09, 2012
    • Jared Hancock's avatar
      Merge ticket thread tables into one (1 of 2) · 1899a6c6
      Jared Hancock authored
      Replace the ticket_{message,response,note} tables with a single
      ticket_thread table that will contain data for all three current message
      types. This simplifies much of the ticket thread code and paves the way for
      other types of messages in the future.
      1899a6c6
  20. 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
  21. Apr 02, 2012
  22. Mar 22, 2012
  23. Mar 19, 2012
Loading