- Nov 19, 2014
-
-
Stephen Packer authored
- Allows the string "false" to be used in the XML payload as the documentation demonstrates, and have that be interpreted as a boolean false. - Switching $alert/$autorespond to use isset(), and forcing those variables to be type-casted to booleans.
-
- Oct 27, 2014
-
-
Stephen Packer authored
It was previously not possible to use the `alert` and `autorespond` flags in a negative way to prevent those two events, since the ternary operator would have used the `false` ternary value, which was `true`. This corrects that by allowing the default of `true` to be used only when the `$data` array does not have the appropriate keys set. Assigning `$data['source']` was altered to use the same formatting and caution against an undefined index error.
-
Peter Rotich authored
Fix subject display when a ChoiceField is used Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
There was a slight issue when transitioning from a short answer field to a drop-down field, and when the CDATA table is dropped and rebuilt.
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
forms: Fix interpretation of custom list data Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Rollback to auto commit, except for sequence iteration Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Oct 26, 2014
-
-
Jared Hancock authored
-
- Oct 24, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Oct 23, 2014
-
-
Jared Hancock authored
Prior to osTicket v1.9.4, drop down lists only allowed for a single entry. After upgrading to 1.9.4 the database data for drop downs changed to allow for multiple entries. However, the old data format was not properly handled by the SelectionField::to_php() method which handled interpreting and upgrading the database data.
-
Jared Hancock authored
Keeping the transaction active for the entire request increases the likelihood of a deadlock on Galera clusters.
-
Peter Rotich authored
search: Escape non-word chars for search queries Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
- Oct 22, 2014
-
-
Jared Hancock authored
-
- Oct 21, 2014
-
-
Peter Rotich authored
oops: Always strip embedded images unless Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Default max file size Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
InnoDB tables for search indexing where possible Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Especially on Galera clusters, search indexing with MyISAM tables will cause unstable clusters and loss of data. For standalone clusters using MySQL 5.6 or MariaDB 10.0, the database default table storage engine can be used, since either support fulltext indexing.
-
- Oct 20, 2014
-
-
Peter Rotich authored
Determine and set a reasonable max file size on install Remove file extension restrictions - transition to mime types
-
Jared Hancock authored
-
- Oct 15, 2014
-
-
Peter Rotich authored
files: Cleanup orphaned files on autocron Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fix validation errors for field `name` matches Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
For fields with `name`s which are the same as other fields on the new ticket form (such as `time` used with the new ticket by staff form), ensure that data from the fields outside the main ticket form ("Ticket Details") is not mingled with fields inside the form. Since this is only a problem for web requests, and specifically new ticket by staff requests, this patch only applies the field name to data matching for non-web requests.
-
Jared Hancock authored
-
Peter Rotich authored
draft: Allow clients to delete their draft Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
bug: Custom ticket statuses Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Oct 14, 2014
-
-
Peter Rotich authored
Add order by method to ticket status list to return appropriate sort columns Delegate __get method in CustomListHandler to the parent list
-
Jared Hancock authored
-
- Oct 13, 2014
-
-
Jared Hancock authored
Conflicts: include/client/header.inc.php
-
Jared Hancock authored
Dashboard statistics should use 'period' as the date limiter Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
i18n: Add a few forgotten strings Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Show ticket numbers bold when open Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix crash submitting new ticket with validation errors Reviewed-By:
Peter Rotich <peter@osticket.com>
-