- May 15, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
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 09, 2014
-
-
Jared Hancock authored
-
- May 08, 2014
-
-
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)
-
Peter Rotich authored
Make the organization page happy!
-
- May 03, 2014
-
-
Jared Hancock authored
-
- May 01, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Show user search box when adding a new user
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 28, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 25, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Josh Eldridge authored
- Proofread large portion of help tips. - Implement help tip links in YAML files. - Fix GUI spacing of some elements. - Add <label> tags to a few form elements.
-
Jared Hancock authored
* Titles of other items in bold * Configuration options shown in italic * Mute the help tips when not focused
-
Joshua Eldridge authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 24, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 23, 2014
-
-
Jared Hancock authored
This will simplify where PJAX needs to be disabled by simply including the navigation as part of the PJAX response.
-
Jared Hancock authored
-