- Jun 19, 2014
-
-
Jared Hancock authored
-
- Jun 18, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Some versions of PHP (5.3.6 on Windows at least) may corrupt `$ost` if it is closed off as a global variable. Fixes #917, #969
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/class.dynamic_forms.php
-
Peter Rotich authored
Use Unix style line-endings for Windoze mail() Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Rewrites Mail_Parse::parsePriority function Reviewed-By: Peter & Jared
-
Peter Rotich authored
Add signals to enable mail filtering plugins Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Canned responses revisited Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
Use list properties in ticket filters Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow direct access to tickets with email and num Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Starting with osTicket 1.8.1, users must receive an email and follow a link in the email to get access to the ticket. With this new option, the email verification step can be avoided in osTicket 1.9, because access is now only granted to exactly one ticket.
-
Peter Rotich authored
signals: pass variable by reference Reviewed-By: Peter & Jared
-
PlamenVasilev authored
-
Peter Rotich authored
Users can visit more than one ticket via link Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
orm: Fix issues surrounding MySQL commands OoS Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Several places in the code initialize a list of objects from the database and only fetch one item. In certain instances (which seem almost like a race condition), MySQL will feel like there are more records available in the database and will complain with "Commands out of sync, you can't run the command now". This patch addresses the issue by utilizing the ::one() method of the QuerySet where only one record is expected. The ::one() method is further designed to fetch all one results (which satisfies the MySQL client library) and return the first item.
-
Peter Rotich authored
topics: Properly sort help topics on faq manage Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Format time drop down via config time format Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix dialog boxes on backward pjax navigation Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix various XSS vulnerabilities Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix various XSS vulnerabilities Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Use the admin-configured time format for formatting the values in the time dropdown as opposed to always using 24-hour time.
-
Jared Hancock authored
Previously, they were displayed in seemingly random order, did not honor proper nesting, or declared sort order.
-
Jared Hancock authored
pjax:complete is only called after an AJAX page load. If a user navigates forward or backward and the page loads from local cache, then pjax:complete is not fired. pjax:end, however, is always fired.
-
- Jun 16, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
In both the client and staff interfaces, where the URL and request parameters were echo'd back without any escaping
-
Jared Hancock authored
-
Jared Hancock authored
In both the client and staff interfaces, where the URL and request parameters were echo'd back without any escaping
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Account Manager Auto-assignment References: http://www.osticket.com/forum/discussion/77593/1-9-1-auto-assignment-to-the-account-manager Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jun 11, 2014
-
-
Peter Rotich authored
Auto assign tickets to organization's account manager only if the flag is set and as the last resort i.e topic or filters assignment takes precedence.
-
- Jun 10, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
Partially revert 37b8d549 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Display external images and original links on thanks Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fix corruption of company name on new ticket Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow guests to sign out Reviewed-By:
Peter Rotich <peter@osticket.com>
-