Skip to content
Snippets Groups Projects
  1. 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
  2. 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
    • Jared Hancock's avatar
      e9a3b985
  3. Jan 15, 2014
  4. Jan 14, 2014
  5. Jan 13, 2014
    • Jared Hancock's avatar
      Use case-insensitive matching on email address · 08398509
      Jared Hancock authored
      This patch addresses an issue where a client may have upper-case letters in
      their email address. When visiting the client portal to check the ticket
      status, previously, the exact same case would be required in the 'Email
      Address' box.
      
      This patch remove the case sensitivity for email logins.
      08398509
  6. Jan 11, 2014
  7. Jan 10, 2014
  8. Jan 09, 2014
  9. Jan 08, 2014
  10. Jan 07, 2014
Loading