Skip to content
Snippets Groups Projects
  1. May 23, 2013
    • Jared Hancock's avatar
      Fix md5 hash on windows platforms · 3a62efd6
      Jared Hancock authored
      The installer compares the md5 of the on-disk sql install file with the
      signature file shipped alongside. If the signatures do not match, it will
      refuse to install osTicket. On Windows(TM) platforms, PHP will automatically
      translate newlines to Windows newlines (CRLF), which will corrupt the MD5
      hash of the file.
      
      This patch opens the file in binary mode explicitly to prevent the automatic
      conversion.
      3a62efd6
  2. Apr 02, 2013
  3. Mar 31, 2013
  4. Mar 30, 2013
  5. Mar 27, 2013
  6. Mar 14, 2013
  7. Mar 12, 2013
  8. Feb 19, 2013
  9. Feb 18, 2013
  10. Feb 14, 2013
  11. Feb 11, 2013
  12. Feb 10, 2013
  13. Jan 21, 2013
  14. Jan 18, 2013
  15. Jan 02, 2013
    • Jared Hancock's avatar
      Add management meta script · 330ef8ac
      Jared Hancock authored
      Which will allow for a modular approach to command-line scripting of the
      osTicket system. Hopefully, it will alleviate the need to copy+paste code
      between scripts and otherwise duplicate functionality between locations. It
      will also allow for easier administration of osTicket by shipping scripts to
      do things like database maintenance, statistics exports (collectd), data
      exports, etc.
      
      The first example script include the capability to unpack the osTicket
      installation/upgrade tarball to the destination install path with optionally
      placing the include folder in a different location. The script will monkey
      patch main.inc.php so that the INCLUDE_DIR define will point to the
      installed location of the include/ folder.
      330ef8ac
    • Jared Hancock's avatar
      e4058c4c
  16. Dec 17, 2012
  17. Dec 14, 2012
  18. Nov 16, 2012
  19. Nov 01, 2012
  20. Oct 19, 2012
  21. Oct 02, 2012
  22. Sep 27, 2012
Loading