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 07, 2013
  11. Apr 01, 2013
  12. Mar 31, 2013
  13. Mar 29, 2013
  14. Mar 28, 2013
  15. Mar 27, 2013
  16. Mar 21, 2013
  17. Mar 11, 2013
  18. Mar 07, 2013
    • Peter Rotich's avatar
      Add util methods · e3a79697
      Peter Rotich authored
       - get_path_info() - simply returns the PATH_INFO if available
       - get_var() - get var from an array - checks if index is set & can validate type.
      e3a79697
  19. Mar 06, 2013
  20. Mar 05, 2013
Loading