Skip to content
Snippets Groups Projects
  1. 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
  2. May 24, 2013
  3. May 23, 2013
  4. May 22, 2013
    • Jared Hancock's avatar
      Allow osTicket to install on a database cluster · c83248ce
      Jared Hancock authored
      The problem stems from assumed MySQL insert ids. In MySQL clusters, the id
      numbers will not necessarily be consecutive. This patch causes the install
      and upgrade patches to lookup the assumed values for the linked id numbers.
      c83248ce
  5. May 14, 2013
  6. May 13, 2013
  7. Apr 19, 2013
  8. Apr 10, 2013
  9. Apr 09, 2013
  10. Apr 08, 2013
  11. Apr 07, 2013
  12. Apr 02, 2013
  13. Apr 01, 2013
  14. Mar 31, 2013
  15. Mar 30, 2013
Loading