Skip to content
Snippets Groups Projects
  1. Jul 24, 2013
  2. Jul 15, 2013
    • Jared Hancock's avatar
      Do numeric comparison on db versions · bdd57a6f
      Jared Hancock authored
      Support MariaDB version 10.0 and forward, which previously did not appear to
      be 'greater than' version 4.4 as in php '10.0' < '4.4'. Performing a split
      by the dots allows php to perform a numeric comparison.
      bdd57a6f
  3. Jul 09, 2013
    • Jared Hancock's avatar
      Installer uses the streams config · dfa90b8a
      Jared Hancock authored
      Allow the installation to use the same streams config and schema signatures
      as the migrater
      
      Allow the install to install mulitple database streams
      dfa90b8a
  4. Jul 04, 2013
  5. Jul 03, 2013
  6. Jun 06, 2013
  7. 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
  8. May 24, 2013
  9. May 23, 2013
  10. 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
  11. Feb 19, 2013
  12. Jan 21, 2013
  13. Dec 14, 2012
  14. Jul 22, 2012
  15. Jun 26, 2012
  16. Apr 25, 2012
  17. Apr 22, 2012
  18. Apr 19, 2012
Loading