Skip to content
Snippets Groups Projects
  1. Jun 10, 2014
  2. Jun 04, 2014
  3. May 28, 2014
  4. May 27, 2014
  5. May 21, 2014
  6. May 16, 2014
  7. May 08, 2014
  8. Apr 25, 2014
  9. Apr 24, 2014
  10. Apr 22, 2014
  11. Apr 02, 2014
  12. Apr 01, 2014
  13. Mar 31, 2014
  14. Mar 25, 2014
  15. 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
  16. Feb 25, 2014
  17. Feb 07, 2014
  18. Jan 27, 2014
    • Jared Hancock's avatar
      Drop `subject` and `body` from filters · 694221d2
      Jared Hancock authored
      They are only available for tickets arriving via the email channel. All
      other channel (including email) use the new ticket form to record the
      subject and body, which are mapped to the 'Issue Summary' and 'Issue
      Details' fields respectively
      
      Structure the drop-down list for the `what` column to be future-minded
      concerning custom user data matching.
      694221d2
  19. Jan 23, 2014
    • Jared Hancock's avatar
      forms: Fix crash if selection-field not set · cc584e58
      Jared Hancock authored
      If a custom list item were added to an email template, and there is no data
      for the field (ie. the field is not required) when the template is rendered,
      the system would crash.
      
      toString() is required to return a string, no matter what. This patch
      cascades the (string) coercion to the current value of the list field if it
      is not an instance of a DynamicListItem
      cc584e58
  20. Jan 20, 2014
    • Jared Hancock's avatar
      Double check value entered in typeahead fields · 27d132f4
      Jared Hancock authored
      If the text does not match the value on record in the custom list, then the
      value entered in the field cannot be accepted.
      
      NOTE: This may have unintended i18n consequences, where there are varying
      ways to write a letter in Unicode which may be rendered the same but will
      not be correct with a string ==.
      27d132f4
  21. Jan 16, 2014
    • Jared Hancock's avatar
      forms: Fix ambiguous id / value for typeahead · ce2be287
      Jared Hancock authored
      If a dynamic list is displayed as a typeahead box, the value, when saved,
      will be confused with the corresponding ID field for the list. MySQL
      supports numeric comparison between the INT id column and the textual value
      column. Therefore, if a typeahead field has the value of '01 - GooGoo', then
      record will match the ListItem<id=1>, regardless of which list the item is
      defined for.
      
      This patch resolves the issue by submitting the ID number of the list
      selection in the HTTP form.
      ce2be287
  22. Jan 15, 2014
  23. Jan 14, 2014
  24. Jan 10, 2014
  25. Jan 09, 2014
Loading