- Aug 26, 2014
-
-
Jared Hancock authored
-
- Aug 21, 2014
-
-
Jared Hancock authored
-
- Aug 14, 2014
-
-
Jared Hancock authored
-
- Aug 07, 2014
-
-
Jared Hancock authored
-
- Jul 28, 2014
-
-
Peter Rotich authored
-
- Jul 18, 2014
-
-
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.
-
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
When managing properties of list items
-
Jared Hancock authored
* Paper sizes * More prompts on ticket filters
-
- Jul 11, 2014
-
-
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`.
-
- Jul 09, 2014
-
-
Peter Rotich authored
Add multiselect option to selection and choices fields.
-
Peter Rotich authored
-
- Jul 07, 2014
-
-
Peter Rotich authored
Add an interface for custom list items. Implement CustomListItem for built-in and custom lists.
-
- Jun 27, 2014
-
-
Jared Hancock authored
-
- Jun 24, 2014
-
-
Peter Rotich authored
Generalize custom list interface in order to provide for facility to manage system's built-in list like ticket statuses, priorities ...etc.
-
- Jun 19, 2014
-
-
Jared Hancock authored
-
- Jun 18, 2014
-
-
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.
-
- Jun 16, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jun 10, 2014
-
-
Jared Hancock authored
-
- Jun 06, 2014
-
-
Jared Hancock authored
That patch introduced a bug where the list of dynamic fields for a form is always empty
-
Jared Hancock authored
New ticket by staff would cause the %{company.name} variable to be incorrectly replaced as the user's name in email templates.
-
- Jun 04, 2014
-
-
Jared Hancock authored
Otherwise, no column will be added to the %ticket__cdata table and the ticket queue pages will be crashed (empty).
-
- May 28, 2014
-
-
Jared Hancock authored
-
- May 27, 2014
-
-
Jared Hancock authored
-
- May 21, 2014
-
-
Peter Rotich authored
-
- May 16, 2014
-
-
Peter Rotich authored
-
- May 08, 2014
-
-
Jared Hancock authored
Allow developers to specify a sorting position for groups of fields selectable in the criteria select drop-down
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 25, 2014
-
-
Jared Hancock authored
-
- Apr 24, 2014
-
-
Peter Rotich authored
This is necessary to allow for other form types to use dynamic data view/export
-
- Apr 22, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-