Skip to content
Snippets Groups Projects
  1. Jun 10, 2013
    • Jared Hancock's avatar
      Add deploy cli script · c0c6ac50
      Jared Hancock authored
      This will allow folks following the git development model to checkout the
      sourcecode to one folder, follow an upstream git brach, and deploy the
      osticket installation from a current branch to a location somewhere.
      
      The deploy process differs from the unpack process in that it does not
      assume to be inside an 'upload/' folder from the install zipball, and it
      does not deploy the 'setup/' folder.
      
      The include folder is still supported to be installed elsewhere.
      c0c6ac50
    • Jared Hancock's avatar
      Fixup Unpacker::unpackage() · 9ab27012
      Jared Hancock authored
      - Force destination folder to always have a trailing slash
      - Log if verbosity is set to stdout
      - Use MD5 to see if copy is necessary
      9ab27012
    • Jared Hancock's avatar
      Use internal stdout and stderr objects for logging · 962fb661
      Jared Hancock authored
      Inside cli modules, use internal stdout and stderr objects rather than
      writing directly to the PHP outputs. This will allow for significantly
      easier regression testing integration.
      962fb661
    • Jared Hancock's avatar
      f7c9ddbf
  2. Jun 06, 2013
  3. Jun 05, 2013
  4. May 28, 2013
    • Jared Hancock's avatar
      Various bug-fixes for the upgrader · 0e0f6dcb
      Jared Hancock authored
      - timezone_offset was dropped from the config table at 1.7-dpr1
      - upgrader: only apply five patches in one request
      - upgrader: fix readPatchInfo to work correctly
      - session: support migrating from 1.6 (again)
      - config: support migrating from 1.6 (fallback)
      - config: no default for 'isonline' setting
      - config: fix SQL whitespace issue for schema signature fallbacks
      - config: hash 1.6 versions in the schema signature lookup
      - upgrader: fix logging bug in attachment migration
      0e0f6dcb
    • 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
  5. May 24, 2013
  6. May 23, 2013
  7. 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
  8. Apr 07, 2013
  9. Apr 02, 2013
  10. Mar 31, 2013
  11. Mar 30, 2013
  12. Mar 27, 2013
  13. Mar 14, 2013
  14. Mar 12, 2013
  15. Feb 19, 2013
  16. Feb 18, 2013
  17. Feb 14, 2013
  18. Feb 11, 2013
  19. Feb 10, 2013
  20. Jan 21, 2013
  21. Jan 18, 2013
  22. 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
Loading