- May 13, 2014
-
-
Peter Rotich authored
css: Fix datepicker and redactor overlay Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
pjax: Various issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- May 12, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
If a new PJAX request is started before the current PJAX request finishes, leave the user interface in a consistent state. * Finish and re-start the loadingbar animation * Ensure the overlay is hidden * Cancel all current animations (without using clearTimeout) This also fixes other nuances such as the help tips not working after the PJAX ui state was corrupted.
-
- May 09, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
oops: Fix a few small issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
- May 08, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/class.ticket.php include/class.user.php include/i18n/en_US/help/tips/settings.alerts.yaml include/staff/department.inc.php include/staff/settings-alerts.inc.php include/staff/slaplan.inc.php include/staff/ticket-view.inc.php
-
Peter Rotich authored
Add user and organization context to filters Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Enhancements Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Add ability to disable canned responses Fix team drop down selection Remove priority escalation setting in SLA page (implementation is on todo list)
-
Jared Hancock authored
captcha field without autocomplete Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Allow developers to specify a sorting position for groups of fields selectable in the criteria select drop-down
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Load sample organization with custom data/fields Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Make the organization page happy!
-
Jared Hancock authored
-
- May 07, 2014
-
-
Peter Rotich authored
oops: Add "size" to allowed API properties for attachments Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix images in new ticket notice to end user Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Show close date on closed tickets queue Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Make mail parsing more memory efficient Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Remove usage of preg_match_all for large strings
-
Peter Rotich authored
bounce: Handle rfc/1892 style bounce notices Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
ldap: Attempt auto client registration for all backends Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
alerts: Send new note alert to assigned team members Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Sometimes an MTA may just send back the headers of the original message rather than the entire original message. Such an email will have a `text/rfc822-headers` part which will be the complete headers of the original message. Without this patch, osTicket will create a new ticket for the bounce message rather than attaching the new internal note to the existing ticket. References: https://tools.ietf.org/html/rfc1892
-
Peter Rotich authored
Consider closed date to determine ticket's last activity date. The net effect is closed tickets queue will be sorted by closed date.
-
Peter Rotich authored
Departments without email will use the system default email as the default outgoing email.
-
Peter Rotich authored
The setting is useful in making sure the staff members with access to the department can get alerts and available as possible assignees.
-