- Aug 27, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Always save a key/value hash of the selected value(s). However, if the field does not have the multivalue configuration setting, then retrieve just the key with the to_php() function. to_database(), however, will always return a JSON string with the value(s) formatted as a hash array.
-
- Aug 22, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
This allows for subclasses to define how the choice is formatted. Split ticket status states into public and private
-
- Aug 15, 2014
-
-
Jared Hancock authored
-
- Aug 07, 2014
-
-
Jared Hancock authored
-
- Jul 29, 2014
-
-
Jared Hancock authored
Previously, the characters would be removed and the data would be considered empty which would bypass validation and clear the phone number on save rather than triggering a validation error.
-
- Jul 28, 2014
-
-
Peter Rotich authored
-
- Jul 18, 2014
-
-
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.
-
- Jul 15, 2014
-
-
Jared Hancock authored
-
- Jul 09, 2014
-
-
Peter Rotich authored
Add multiselect option to selection and choices fields.
-
Peter Rotich authored
-
- Jul 07, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 02, 2014
-
-
Jared Hancock authored
-
- Jun 30, 2014
-
-
Jared Hancock authored
-
- Jun 27, 2014
-
-
Jared Hancock authored
-
- Jun 16, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- May 26, 2014
-
-
Jared Hancock authored
Instead, previously, a maxlength of zero effectively disabled the field, because it prevented any user input into the field.
-
- May 23, 2014
-
-
Jared Hancock authored
-
- May 22, 2014
-
-
Peter Rotich authored
-
- May 09, 2014
-
-
Jared Hancock authored
-
- May 02, 2014
-
-
Jared Hancock authored
The ThreadEntryWidget has a potential cross site scripting (XSS) vulnerability if data was posted directly to the page hosting the widget Vulnerable URLs: view.php, open.php, scp/open.php, scp/tickets.php The content received in the HTTP POST is now correctly escaped when it is echoed back to the user agent.
-
- May 01, 2014
-
-
Jared Hancock authored
-
- Apr 25, 2014
-
-
Jared Hancock authored
The `id` needs to be changed for the new clone in order for the POST data to line up with with new field
-
- Apr 24, 2014
-
-
Peter Rotich authored
Sanitize textarea content on export
-
Peter Rotich authored
-
- Apr 01, 2014
-
-
Jared Hancock authored
-
- Mar 25, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
This make writing new backends (such as LDAP) easier and less copy+pasting is required.
-
Jared Hancock authored
Otherwise, it might be possible for a forwarded email to accidentally contain a ticket link, with which a sinister individual might be able to use to register for account on behalf of the original client, and, at the same time, be able to change the user's email address to his/her own.
-
- Feb 07, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Priority field and custom list fields have a prompt value (shows up only for drop-down widget). And the short and long answer fields have a placeholder configuration item.
-
Jared Hancock authored
-
- Jan 17, 2014
-
-
Jared Hancock authored
Allow the administrator to enter a prompt to be shown in the choices drop-down for choice fields. Also add the option of selecting a default value from the list initially rather than displaying a prompt.
-
- Jan 14, 2014
-
-
Jared Hancock authored
This is necessary because the system depends ticket priority to sort and display ticket data.
-
- Jan 10, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Also add in the user email address after the user name. This patch also adds an ::export() method to the FormField() class which allows a field to define how the data should be formatted when exported.
-
Jared Hancock authored
Fixes #390
-