Skip to content
Snippets Groups Projects
  1. Nov 07, 2016
  2. Oct 24, 2016
  3. Oct 20, 2016
  4. Oct 13, 2016
  5. Sep 28, 2016
  6. Jun 06, 2016
  7. Mar 29, 2016
    • Jared Hancock's avatar
      orm: Partially revert 8ab4432f · eb0ba316
      Jared Hancock authored
      This partially reverts a change in the ORM changing the QuerySet::all()
      method to return an Iterator rather than an array. I spent a while proposing
      a patch to replace usage of all() with iterations; however, I cannot propose
      a valid reason to abandon the previous methodology.
      
      This reintroduces the previous behavior: calling all() will yield an array
      of results from the QuerySet's iteration system.
      eb0ba316
  8. Mar 26, 2016
  9. Mar 24, 2016
  10. Mar 17, 2016
  11. Nov 16, 2015
  12. Oct 01, 2015
  13. Sep 28, 2015
  14. Sep 26, 2015
  15. Sep 25, 2015
  16. Sep 15, 2015
  17. Aug 26, 2015
  18. Aug 24, 2015
    • Jared Hancock's avatar
      tickets: Fix subject display for non text fields · 256fecd1
      Jared Hancock authored
      If the subject field is something crazy, such as an HTML field, ensure that
      the layout of the ticket queue is preserved and properly truncated.
      Furthermore, ensure that the HTML is properly rendered on the client and
      staff ticket view pages.
      256fecd1
  19. Aug 19, 2015
  20. Aug 18, 2015
  21. Aug 06, 2015
  22. Aug 05, 2015
  23. Aug 04, 2015
  24. Jul 30, 2015
  25. Jul 27, 2015
  26. Jul 24, 2015
  27. Jul 21, 2015
Loading