- Dec 24, 2014
-
-
Peter Rotich authored
i18n: Fix display of language selection for new templates Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
ui: Implement "enable canned responses" config option Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
orgs: Add support for organization variables Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
This patch removes the selection of canned responses as well as the canned responses navigation page from the ui when the canned responses feature is disabled.
-
Jared Hancock authored
Allow usage of something like `%{ticket.user.organization.var}`
-
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
-