Skip to content
Snippets Groups Projects
  1. Sep 24, 2014
  2. Sep 05, 2014
  3. Sep 04, 2014
  4. Sep 03, 2014
  5. Sep 02, 2014
  6. Aug 29, 2014
  7. Aug 27, 2014
  8. Aug 26, 2014
  9. Aug 21, 2014
  10. Aug 14, 2014
  11. Aug 07, 2014
  12. Jul 28, 2014
  13. 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
  14. Jul 15, 2014
  15. 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
  16. Jul 09, 2014
  17. Jul 07, 2014
  18. Jun 27, 2014
  19. 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
  20. Jun 19, 2014
  21. 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
  22. Jun 16, 2014
  23. Jun 10, 2014
Loading