Skip to content
Snippets Groups Projects
  1. Jul 03, 2013
  2. Jun 13, 2013
  3. May 28, 2013
    • Jared Hancock's avatar
      Federate configuration settings · db81f071
      Jared Hancock authored
      Change the config table from a column-based table to a key-value table
      with namespacing. This allows several parts of osTicket to store their
      respective configurations in the same table without requiring database
      structure updates
      
      'namespace' is reserved in PHP
      db81f071
  4. May 23, 2013
    • Jared Hancock's avatar
      Use database default storage engine · 55e1c8ec
      Jared Hancock authored
      Drop required usage of MyISAM tables, and drop fulltext indexes as they
      are not used in the code currently anyway. Also, use a blob to store
      session data so as not to waste space with UTF-8 encoding. Lastly, fix
      session_id storage to use VARCHAR(255) which is required for versions
      of MySQL < 5.0.3, and use ascii for the storage model for the
      session_id as it will contain simple characters only.
      55e1c8ec
  5. Apr 09, 2013
  6. Apr 01, 2013
  7. Mar 06, 2013
  8. Mar 05, 2013
  9. Feb 22, 2013
  10. Feb 18, 2013
  11. Feb 15, 2013
  12. Feb 14, 2013
  13. Feb 13, 2013
  14. Feb 12, 2013
  15. Jan 28, 2013
  16. Jan 22, 2013
  17. Jan 09, 2013
  18. Jan 03, 2013
  19. Dec 16, 2012
  20. Dec 14, 2012
  21. Dec 13, 2012
  22. Dec 10, 2012
  23. Dec 07, 2012
  24. Nov 25, 2012
Loading