- Sep 09, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
oops: Fix crash creating canned responses Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
search: Fix incorrect hits searching assignee Reviewed-By:
Peter <Rotich<peter@osticket.com>
-
- Sep 08, 2014
-
-
Jared Hancock authored
This fixes hits when using the MySQL full text search backend
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 05, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/class.dynamic_forms.php
-
Jared Hancock authored
-
Peter Rotich authored
forms: Fix html rendering of checkbox description Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Always attempt to look up selection value by name Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
api: Handle ArrayObject like an array for request validation Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Fix install crash because of error installing dept Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Correctly initialize the word break iterator Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Sep 04, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
If there is a problem installing some of the items with the system, try not to crash simply because the error is passed into another ::create() function.
-
Jared Hancock authored
-
Peter Rotich authored
Fix incorrect collaborator and owner email links Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Also, fix duplicate emails where a user as a collaborator would be sent a confirmation for their own respective email.
-
- Sep 03, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Handle cases where status change fails Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
forms: Several minor fixes for properties and search integration Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Furthermore, revamp the __cdata system to better support multiple selection fields. Drop the `.._id` fields and use a coalesce of the ID value of the entry value or the entry value itself. For JSON backed fields, strip some JSON characters to result in a comma-separated list. The search engine now uses MySQL FIND_IN_SET to analyze a search selection in advanced searches. Also, interaction with the MySQL full text search backend is fully supported.
-
Jared Hancock authored
-
Peter Rotich authored
Set the correct error message and maintain user selection & input
-
Jared Hancock authored
-
Jared Hancock authored
Not just the SelectionField. This will make room for the InlineFormField
-
Jared Hancock authored
-