- Dec 24, 2014
-
-
Peter Rotich authored
staff: Ensure an active admin always exists Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Record closed-by if opening a ticket with state closed Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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 22, 2014
-
-
Jared Hancock authored
This affects new ticket by staff as well as honoring the influence of ticket filters on new ticket, where the status may be set to something other than the system default. Even the system default may be influenced if it were set to a closed state derivative. So the concept is simple: the new status should be set using the standard logic so that the closed_by staff member, date, events, and other information is set as normally is when a ticket is closed.
-
- Dec 18, 2014
-
-
Jared Hancock authored
-
- Dec 17, 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
-