- Aug 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This will allow for more complex widgets to be added as plugins which include css and javascript media files without manually adding header or footer lines.
-
Peter Rotich authored
Add context to ticket state name (noun) and action (verbs) Conflicts: include/class.forms.php
-
Jared Hancock authored
And allow for @context to add context to the bare string literal. For instance, /* @trans, @context "noun" */ 'Open' Would mark the string 'Open' translatable with context "noun".
-
Jared Hancock authored
-
- Aug 27, 2014
-
-
Jared Hancock authored
-
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
-