Skip to content
Snippets Groups Projects
  1. Sep 05, 2014
  2. Sep 04, 2014
  3. Aug 26, 2014
  4. 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
  5. 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
  6. Jun 19, 2014
  7. 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
  8. Jun 16, 2014
  9. Jun 10, 2014
  10. Jun 06, 2014
  11. Jun 04, 2014
  12. May 28, 2014
  13. May 27, 2014
  14. May 21, 2014
  15. May 16, 2014
  16. May 08, 2014
  17. Apr 25, 2014
  18. Apr 24, 2014
  19. Apr 22, 2014
  20. Apr 02, 2014
  21. Apr 01, 2014
  22. Mar 31, 2014
  23. Mar 25, 2014
  24. Mar 05, 2014
    • Jared Hancock's avatar
      forms: Better failsafe for __toString · 070cb4bf
      Jared Hancock authored
      This mostly helps when fields change types. If the type of the field
      currently cannot convert previous data to a string (like if a short-answer
      field was changed to choices), the textual representation of the PHP value
      of the field data is given.
      070cb4bf
  25. Feb 25, 2014
  26. Feb 07, 2014
Loading