- Dec 24, 2014
-
-
Peter Rotich authored
i18n: Oops hide erroneous "published" status for internal FAQs Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Properly display staff/user field requirement Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
html2text: Avoid long, wrapped URLs in a tags Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
faq: Ensure consistent formatting for all Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
lock: Set ticket lock on ticket-view Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Ensure case-insensitive file extension comparison Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Do NOT reopen closed ticket on auto-reply Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
forms: Display current value if set to bool FALSE Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
createTicket respects alert/autorespond negatives Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Dec 18, 2014
-
-
Jared Hancock authored
-
- Dec 16, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Faq articles should be viewed in the .thread-body div in the client portal like they are in the staff portal.
-
Jared Hancock authored
Since the automatic lock was being acquired but not passed to the autoLock system, the automatically acquired lock was not being release on away navigation. This patch addresses the issue by passing the automatically acquired lock id to the autoLock system on ticket-view page load and change the ::Init() method so that the lock id is not cleared with the ::Init() method is called by the page load.
-
- Dec 15, 2014
-
-
Jared Hancock authored
Ensure that when generating the list of acceptable file extensions, that the list is lower cased, because the extension from the filename will be lower-cased before attempting to find the extension in the list of acceptable extensions.
-
- Nov 29, 2014
-
-
Peter Rotich authored
Do not reopen closed ticket, if the system can reliably determine that the new message is an auto-response/reply from the end user.
-
- 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 04, 2014
-
-
Jared Hancock authored
-
- 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.
-