- May 15, 2014
-
-
Peter Rotich authored
html: Remove duplicate style properties Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
pjax: Fix confusing POST resubmit Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- May 14, 2014
-
-
Jared Hancock authored
If an agent submits a page via a POST (like updating settings in the admin panel or creating a ticket) and navigates away via PJAX, if the browser refresh button were clicked sometime later, the browser would prompt the user to resubmit the POST data. This patch avoids the issue by setting the browser's current URL to itself, which magically clears the POST data. The proper fix for the issue would be with [Post/Redirect/Get](http://en.wikipedia.org/wiki/Post/Redirect/Get) method, which would redirect the browser to a page it could GET after a successful POST. Therefore a subsequent GET would reload the GET request, not the POST. However, that would be too much of an edit for now. References: http://stackoverflow.com/a/6077822/1025836 http://en.wikipedia.org/wiki/Post/Redirect/Get
-
- May 13, 2014
-
-
Jared Hancock authored
Also use single quotes instead of double quotes in style attributes which do not require escaping to "
-
Peter Rotich authored
content: Update content_id after creating new content Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
-
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>
-