- Dec 24, 2014
-
-
Peter Rotich authored
createTicket respects alert/autorespond negatives Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Dec 18, 2014
-
-
Jared Hancock authored
-
- Nov 20, 2014
-
-
Peter Rotich authored
forms: Properly export choices lists Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
files: Avoid crash if `file info` extension missing Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Disable auto-responses on staff created tickets Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
i18n: Clarify attachment settings labels Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
pdf: Fix invalid UTF-8 characters error message Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- 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.
-
Peter Rotich authored
Take into consideration the auto-response settings when sending out new ticket by staff notice to the end user.
-
- Nov 16, 2014
-
-
Peter Rotich authored
i18n: Add a few forgotten strings #2 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
thread: Fix regex for ticket # in email subject Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Drop custom data when removing a user Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Nov 14, 2014
-
-
Jared Hancock authored
-
- Nov 13, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
The ticket number regex was changed with the advent of custom ticket numbers, and it matches the closing punctuation in [#12345], that is, the closing bracket would be included in the ticket number sought in the database. Therefore, it would never match the ticket number properly. The new regex attempts to match punctuation and non-punctuation groups so that punctuation in the middle of the ticket number is matched; however, punctuation at the end is not. So #12345+DEPT will match properly and will ignore any trailing whitespace and punctuation.
-
- Nov 03, 2014
-
-
Jared Hancock authored
bug: Check to make sure $ost is initialized Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Oct 31, 2014
-
-
Peter Rotich authored
-
- Oct 29, 2014
-
-
Chefkeks authored
-
- Oct 28, 2014
-
-
Jared Hancock authored
Previously, this was not ported properly now that multiple selections are supported in the choice field and derivatives.
-
Jared Hancock authored
-
- 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
-