Skip to content
Snippets Groups Projects
  1. Aug 29, 2014
  2. Aug 27, 2014
  3. Aug 26, 2014
  4. Aug 21, 2014
  5. Aug 14, 2014
  6. Aug 07, 2014
  7. Jul 28, 2014
  8. Jul 18, 2014
    • Jared Hancock's avatar
      lists: Don't crash rendering a list · 87488e01
      Jared Hancock authored
      This patch fixes an issue where a fatal error would be triggered if the
      current value of a selection field on a custom form was a custom list item
      that has since been deleted.
      87488e01
    • Jared Hancock's avatar
      i18n: Add several forgotten phrases · d464c1c7
      Jared Hancock authored
      Also add some logic to the POT builder to warn about incorrect arguments to
      the __() function and friends as well as warn about _() usage.
      d464c1c7
  9. Jul 15, 2014
  10. Jul 11, 2014
    • Jared Hancock's avatar
      forms: Preserve data for help topic fields · ea9f0c48
      Jared Hancock authored
      This patch fixes a glitch in the dynamic forms processing system preventing
      the validation and capture of data for help topic custom fields. Now the
      `$vars` managed inside of `Ticket::create` is connected directly to the
      `DynamicFormEntry` created for the data rather than using the magical
      connection to `$_POST`.
      ea9f0c48
  11. Jul 09, 2014
  12. Jul 07, 2014
  13. Jun 27, 2014
  14. Jun 24, 2014
    • Peter Rotich's avatar
      Add the concept of built-in lists · a8bf9286
      Peter Rotich authored
      Generalize custom list interface in order to provide for facility to manage
      system's built-in list like ticket statuses, priorities ...etc.
      a8bf9286
  15. Jun 19, 2014
  16. Jun 18, 2014
    • Jared Hancock's avatar
      orm: Fix issues surrounding MySQL commands OoS · 8dc4f379
      Jared Hancock authored
      Several places in the code initialize a list of objects from the database
      and only fetch one item. In certain instances (which seem almost like a race
      condition), MySQL will feel like there are more records available in the
      database and will complain with "Commands out of sync, you can't run the
      command now".
      
      This patch addresses the issue by utilizing the ::one() method of the
      QuerySet where only one record is expected. The ::one() method is further
      designed to fetch all one results (which satisfies the MySQL client library)
      and return the first item.
      8dc4f379
  17. Jun 16, 2014
  18. Jun 10, 2014
  19. Jun 06, 2014
  20. Jun 04, 2014
  21. May 28, 2014
  22. May 27, 2014
  23. May 21, 2014
  24. May 16, 2014
  25. May 08, 2014
Loading