Skip to content
Snippets Groups Projects
  1. May 30, 2014
  2. May 23, 2014
  3. May 15, 2014
  4. May 08, 2014
    • Peter Rotich's avatar
      Fixes · 120d90be
      Peter Rotich authored
      Add ability to disable canned responses
      Fix team drop down selection
      Remove priority escalation setting in SLA page (implementation is on todo
              list)
      120d90be
  5. May 07, 2014
    • Peter Rotich's avatar
      Limit ticket assignment to department members · 90e251f5
      Peter Rotich authored
      Add department setting to limit ticket assignment within department to
      department members only. This is necessary for departments with strict
      policy on who can access tickets.
      
      The setting doesn't limit team assignment or auto-assignment via help topics
      and ticket filters.
      90e251f5
  6. Apr 14, 2014
  7. Mar 25, 2014
  8. Mar 20, 2014
  9. Mar 17, 2014
  10. Feb 03, 2014
  11. Jan 20, 2014
    • Jared Hancock's avatar
      Make client edits optional · 76337ada
      Jared Hancock authored
      Administrators can disable client edits of ticket information. Hopefully,
      this will eventually be replaced by role-based ACLs placed on individual
      forms and fields.
      76337ada
  12. Jan 18, 2014
    • Jared Hancock's avatar
      Migrate file metadata table · d5305279
      Jared Hancock authored
        * Include a `bk` column to store the storage backend
        * Include a `signature` column which represents a repeatable hash of the
          file contents
        * Rename `hash` to `key` since it isn't a real hash
      d5305279
  13. Jan 02, 2014
  14. Dec 10, 2013
  15. Nov 27, 2013
    • Jared Hancock's avatar
      Replace assign-on-reopen with claim-on-response · 01f36809
      Jared Hancock authored
      If a ticket is currently unassigned and your respond to it, it's yours. If a
      ticket is closed and later reopened due to a new message, the last
      respondent will always be assigned if available at the time.
      01f36809
    • Jared Hancock's avatar
      Pluggable authentication · c1f00222
      Jared Hancock authored
      This includes the initial concept of pluggable authentication along with the
      initial concept for a plugin management system.
      c1f00222
  16. Nov 26, 2013
  17. Nov 14, 2013
  18. Nov 13, 2013
  19. Nov 07, 2013
  20. Oct 29, 2013
  21. Oct 09, 2013
  22. Sep 30, 2013
  23. Aug 07, 2013
  24. Jul 24, 2013
  25. Jul 23, 2013
    • Jared Hancock's avatar
      Add a password reset implementation · 5cac196a
      Jared Hancock authored
      Uses a seven step procedure:
        1. (user) Fails to login twice or more
        2. Clicks the 'Forgot my password' link on the login form
        3. Submits the username or email address and triggers a password-reset
           email
        4. Clicks the link in the email and is directed back to the reset page
        5. Enters the username or email again and is logged in
        6. Password change is forced, but current password is not required
        7. Password is updated, user can continue the session without
           authenticating again
      5cac196a
  26. Jul 22, 2013
    • Jared Hancock's avatar
      Improve integration of the Config class · 9549fba1
      Jared Hancock authored
      Use %config table by default for config classes
      
      Add lastModified() method to retrieve the time of last modification for a
      configuration key
      
      Add $defaults to the specified on a subclass. The defaults remove the
      necessity to specify a default value for each getter method, and, the
      defaults are integrated into the array retrieved from getInfo()
      9549fba1
  27. Jul 17, 2013
  28. Jul 10, 2013
    • Jared Hancock's avatar
      Implement transient SLAs · a6e00914
      Jared Hancock authored
      SLAs can be marked transient. When a ticket is assigned to a transient SLA
      and it is transferred to a department or help topic having a default SLA,
      the SLA will change to the SLA of the new department or help topic. This
      process can continue as long as the ticket has a transient SLA assigned.
      Once a non-transient SLA is assigned to the ticket, the SLA will no longer
      change automatically. Thereafter, the SLA can only be manually changed.
      a6e00914
  29. Jul 03, 2013
  30. Jun 20, 2013
    • Jared Hancock's avatar
      Prefer session persistent configuration over database · aec6f406
      Jared Hancock authored
      This will allow setting something in the session and having that value
      override the value from the database. If ->persist() is called for a given
      key, a following ->get() will result in the session persisted value being
      returned. ->set() will still save the value in the database.
      
      This is mostly useful for last-mile scenarios (and future plugins) that need
      to affect the configuration of the system without altering the data in the
      configuration table.
      aec6f406
Loading