Skip to content
Snippets Groups Projects
  1. Apr 28, 2016
    • Jared Hancock's avatar
      cli: deploy: Automatically deploy rewritten files · 93402825
      Jared Hancock authored
      With the advent of the MANIFEST file, files which are rewritten when
      deployed, such as those which have the GIT hash in the query string to force
      browser reloading, were no longer deployed unless the content of those files
      changed.
      
      This patch adds a flag to the MANIFEST file to indicate that the file was
      rewritten when it was deployed. This allows the file to be deployed and
      rewritten again when the deployment is run, but also adds an indication
      to the console output to distinguish deploying changes as opposed to
      deploying rewrites.
      93402825
    • Jared Hancock's avatar
      b7529965
  2. Mar 24, 2016
  3. Dec 18, 2015
  4. Sep 18, 2015
  5. Jul 28, 2015
  6. Jul 22, 2015
  7. Jul 21, 2015
  8. Jul 10, 2015
    • Jared Hancock's avatar
      upgrade: Defer migrating attachments from v1.6 · 6d30aa28
      Jared Hancock authored
      This patch suggests that old attachments in the `upload_dir` can be located
      and left alone when upgrading away from osTicket v1.6. Later, via the `file`
      command line applet, the attachments can be migrated into the database, or
      to the new filesystem plugin after it is installed with:
      
          php manage.php file migrate --backend=6 --to=D
      
      This allows attachment migration to be retried in the event it failed for
      any reason.
      6d30aa28
    • Jared Hancock's avatar
      cli: Add concept of cli applet to upgrade · 804784fd
      Jared Hancock authored
      804784fd
  9. Jun 24, 2015
Loading