- May 22, 2014
-
-
Peter Rotich authored
-
- May 19, 2014
-
-
Peter Rotich authored
-
- May 16, 2014
-
-
Jared Hancock authored
This reverts commit b6b2b857.
-
- May 15, 2014
-
-
Jared Hancock authored
-
- 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 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 01, 2014
-
-
Jared Hancock authored
-
- Apr 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 28, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 25, 2014
-
-
Jared Hancock authored
-
- Apr 23, 2014
-
-
Jared Hancock authored
-
- Apr 21, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 15, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 14, 2014
-
-
Jared Hancock authored
-
- Apr 01, 2014
-
-
Jared Hancock authored
This is a regression introduced somewhere along the way in the new storage API system for osTicket.
-
Peter Rotich authored
-
- Mar 27, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 14, 2014
-
-
Peter Rotich authored
Stop propagation on intercept
-
- Mar 03, 2014
-
-
Peter Rotich authored
Stop propagation on intercept
-
- Feb 27, 2014
-
-
Jared Hancock authored
-
- Feb 03, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jan 24, 2014
-
-
slm4996 authored
-
- Jan 20, 2014
-
-
Peter Rotich authored
The change will allows staff to open a new ticket without going through the "forced" user lookup popup. On cancel the staff is presented with a simplified user info form with email and name being the only fields required.
-
- Jan 18, 2014
-
-
Jared Hancock authored
Fixup search for users with hits in an searchable authentication backend: * If there is a hit for the remote backend, include that in the search for local users by email address. If there is a hit locally for the same email address, then remove the remote hit from the search results. Fixup typeahead results * Abort previous search requests when the user enters more text into the search fields. This makes the search box feel more consistent, and avoids the case where the user finishes typing and valid search hits never appear
-
- Jan 14, 2014
-
-
Jared Hancock authored
Arrange templates in a group by their respective use in the system: * System Management Templates * Staff Ticket Templates (Alerts and Notices) * End-User Ticket Templates (Autoresponder) This provides an interface to sort the templates and make them easier to find and provides a nice place for new templates to be added without making it increasingly more difficult to locate templates in the list. This patch also fixes the missing templates in the drop-down list when editing an implemented template.
-