Skip to content
Snippets Groups Projects
  1. Nov 20, 2013
    • alpianon's avatar
      bux fix for custom upgrade streams · 65ac8cd8
      alpianon authored
      line 199: in case of custom upgrade streams, variable $signature contains the last value from the foreach cycle at line 130, not the core schema signature!
      
      line 209: if we do not insert schema signatures for each custom stream, after install osTicket thinks it needs an upgrade and gets stuck (see function isUpgradePending() in class.ticket)
      65ac8cd8
  2. Oct 17, 2013
    • Jared Hancock's avatar
      Support non-standard port numbers for MySQLi · d8fb3559
      Jared Hancock authored
      Validate port during installation
      
      Add help information about the non-standard port number to the popup tips in
      the install screen.
      
      Support MySQL 'localhost' connections using a non-standard port number.
      Ordinarily, MySQL will ignore the port setting on *nix systems if the host
      is specified as 'localhost'
      
      Implements/Fixes #769
      d8fb3559
  3. Jul 24, 2013
  4. 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
  5. 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
  6. Jul 04, 2013
  7. Jul 03, 2013
  8. Jun 06, 2013
  9. 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
  10. May 24, 2013
  11. May 23, 2013
  12. 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
  13. Feb 19, 2013
  14. Jan 21, 2013
  15. Dec 14, 2012
  16. Jul 22, 2012
  17. Jun 26, 2012
  18. Apr 25, 2012
  19. Apr 22, 2012
  20. Apr 19, 2012
Loading