- May 15, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Default groups Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
thread: Always embed HTML in email templates Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
thread: Detect inline and separate attachments Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
This is necessary to avoid the confusion caused by group names like "Managers" and "Staff".
-
Jared Hancock authored
If an email contains both inline and separate attachments, the previous logic would detect all the attachments as inline. Separate attachments have the `cid` set to `false`. This will pass the `isset` test, which would cause the logic to search through the body for a string of `cid:`, which would very likely be found if there was another inline image somewhere in the body of the email.
-
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.
-
Jared Hancock authored
With the advent of 1.9, the original, plain text email is saved in the thread table. If a system has the HTML ticket thread enabled (which is the default), if the plain text message is placed in the email template (which is always HTML), it will not be formatted as correct HTML and the whitespace will be collapsed. This patch addresses the issue by always returning HTML from the asVar() method, which is used to embed the thread post into a email template.
-
- 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
-