Skip to content
Snippets Groups Projects
  1. Jun 25, 2016
    • Jared Hancock's avatar
      dept: Cleanup usage of ::getMembers() · 72e9abcf
      Jared Hancock authored
      In ::isMember(), there is now no reason that a call to ::getMembers() would
      fail, so it can be assumed that a QuerySet instance is returned.
      72e9abcf
    • 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
  2. Jun 12, 2016
  3. Jun 11, 2016
  4. Jun 10, 2016
  5. Jun 08, 2016
  6. Jun 06, 2016
  7. Jun 02, 2016
    • Jared Hancock's avatar
      i18n: Ensure UTF-8 locale is set · ee2d3c72
      Jared Hancock authored
      This is required for system requests such as email piping. Since a user is
      not logged in for the request, the system locale will not be set and text
      might get corrupted based on the PHP configuration.
      
      Fixes #2910
      ee2d3c72
  8. May 27, 2016
  9. May 12, 2016
  10. Apr 28, 2016
  11. Apr 26, 2016
  12. Apr 25, 2016
  13. Apr 24, 2016
Loading