Skip to content
Snippets Groups Projects
  1. Jul 17, 2018
  2. Jul 16, 2018
  3. Jul 13, 2018
  4. Jul 12, 2018
    • Peter Rotich's avatar
      Merge pull request #22 from aydreeihn/issues/misc-fixes · 7ed2be49
      Peter Rotich authored
      Final Additions For v1.11
      7ed2be49
    • aydreeihn's avatar
      Final Additions For v1.11 · c3a2cbcd
      aydreeihn authored
      - Separate 'message' and 'response' variables on New Ticket Notice so they can be styles separately
      - Add Thread Event state for 'released'
      - Add 'refer' and 'release' permissions to the Role table
      - Update install-mysql
      - Update patch file name
      - Update core.sig
      - Set flags in correct place for class.depts.php
      - Make sure when opening Ticket, User stays selected if submitted with errors
      - Make sure Mail Box Protocol saves correctly when configuring emails
      c3a2cbcd
  5. Jul 11, 2018
  6. Jul 09, 2018
    • JediKev's avatar
      issue: CLI Deploy Missing Bootstrap · fd75eddf
      JediKev authored
      This addresses issue 4322 where deploying via CLI is missing
      `bootstrap.php`. This is due to the `get_include_dir()` function that
      tries to include a file from the destination which doesn’t exist yet,
      causing a fatal error. This updates the function to use `$this->source`
      instead of `$this->destination` to correctly find and include
      `bootstrap.php`.
      fd75eddf
    • JediKev's avatar
      Feature :: Manage Referrals Role Permission · 204c8db6
      JediKev authored
      This feature adds a new Role permission called Manage Referrals. This
      permission allows Agents to Manage Ticket Referrals. This permission
      is configurable for each and every Role in the helpdesk.
      204c8db6
  7. Jul 07, 2018
Loading