Skip to content
Snippets Groups Projects
  1. Oct 30, 2017
  2. Jun 25, 2016
    • Jared Hancock's avatar
      orm: Fix warning for read-only permission · da7bec9f
      Jared Hancock authored
      This fixes an issue where the `$ht` variable is not properly initialized by
      the ORM. It is assumed to be a valid array in the constructor, and its items
      are run through the ::set() method. Therefore, if an empty array is
      received, the `$ht` variable will remain null, since nothing is ever set.
      
      This also fixes a misspelled variable in the claim dialog if a ticket is
      currently assigned to a team only.
      da7bec9f
  3. Jun 14, 2016
  4. May 09, 2016
  5. Apr 21, 2016
    • Michael's avatar
      Update ajax.tasks.php and ajax.tickets.php · f3205662
      Michael authored
      Note: Since I'm not sure if that's all (replacing %s %s with %1$s %2$s) which is necessary to make this work, I'm sorry in advance for a potential "bad commit".
      
      As already written on Crowdin, in German the order is wrong, so my suggestion is to make it possible to change the order by transforming "%s %s" to "%1$s and %2$s".
      Format in English: Successfully assigned 4 selected tasks
      Needed German: Successfully 4 selected tasks assigned
      f3205662
  6. Apr 18, 2016
    • Michael's avatar
      Update ajax.tickets.php · 83e0da53
      Michael authored
      Fix translation so it makes sense.
      Before: "Unable to change status for 2 any of the selected tickets" - sounds wired
      After: "Unable to change status of 2 selected tickets" - sounds correct and fits into the rest of the translation scheme ;)
      83e0da53
  7. Mar 25, 2016
  8. Mar 24, 2016
  9. Jan 07, 2016
  10. Dec 31, 2015
  11. Nov 13, 2015
  12. Nov 06, 2015
  13. Oct 15, 2015
  14. Oct 01, 2015
  15. Sep 28, 2015
  16. Sep 25, 2015
  17. Aug 27, 2015
  18. Aug 18, 2015
  19. Aug 07, 2015
  20. Aug 06, 2015
    • Peter Rotich's avatar
      Mass Ticket Actions · 19f42ca4
      Peter Rotich authored
      - Adds mass assign, transfer to ticket queues
      - Retire inline forms for ticket assignment and transfer
      19f42ca4
  21. Aug 04, 2015
  22. Aug 03, 2015
    • Peter Rotich's avatar
      Add restrictions to ticket/task closure · aba37fce
      Peter Rotich authored
      - Tickets cannot be closed when an open ticket exists
      - Tickets/Tasks cannot be closed when required for close fields are missing
      data
      - Add isCloseable routine to ticket/task classes
      aba37fce
  23. Jul 30, 2015
  24. Jul 21, 2015
  25. Jul 13, 2015
  26. May 21, 2015
  27. May 13, 2015
    • Jared Hancock's avatar
      Add concept of thread events · 8dac3da5
      Jared Hancock authored
      This patch removes several of the internal notes posted to a ticket for
      various events and replaces them with events added to a threads event chain.
      The emails are still sent out as they previously were, but internal notes
      are only added to the thread if an agent actually specified comments.
      8dac3da5
    • Peter Rotich's avatar
      Add collaboration support to task · 2cf05961
      Peter Rotich authored
      Move collaboration implementation to thread level
      2cf05961
  28. May 05, 2015
  29. Mar 23, 2015
  30. Mar 13, 2015
Loading