- Oct 05, 2015
-
-
Michael authored
Hi guys, had this issue in my mind from before my vacation. Someone over in the forum had the issue that even though he checked "Assigned Agent / Team" the team never got notified. After some research and a closer look I guess Neil found out that he needed to check "Team Lead" and/or "Team members" to enable alerts for the team as well. So in this case the wording "Assigned Agent / Team" is a bit misleading and I suggest to change it to just "Assigned Agent" or whatever you prefer ;) Just made this pull request, so that you don't need to search long and it's (hopefully) easier to understand which "Assigned Agent / Team" is meant since it's there several times at the alert settings page. Cheers, Michael PS: Also I don't know why the first line appears as "removed" and "added" ... didn't change anything here, but anyway, line 126 is the important one ;)
-
- Sep 29, 2015
-
-
Jared Hancock authored
As currently written, if a full text query is attempted in BOOLEAN mode and the query cannot be compiled by MySQL, it causes an OrmException and a crash. This patch adds a more straight-forward and comprehensive grammer-based approach to checking for valid boolean syntax.
-
Jared Hancock authored
... and some of the related models are null.
-
- Sep 28, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Disable sorting on ThreadEntry::email_info__mid lookups for email processing which results in an on-disk temporary table.
-
Jared Hancock authored
Load and cache all the attachments on a thread prior to rendering the items. That removes the need to run a query per thread item to check for- and fetch attachments.
-
Jared Hancock authored
This patch changes the automatic GROUP BY clause for annotations in the ORM including aggregate queries (like COUNT), by allowing the query to specify "distinct" fields. If distinct fields are specified, then no other fields are automatically added to the GROUP BY clause of the compiled query. This will likely only be supported by MySQL, as other engines and the ANSI standard require all non-aggregate fields in the SELECT clause to be present in the GROUP BY clause.
-
Jared Hancock authored
-
Jared Hancock authored
If the configuration for the file backend is set to something invalid, do a better job of falling back to database-backed attachments.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 26, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This feature allows (by option) an organization to allow its members to see tickets from other members. It can be used beside or instead of the automated collaboration feature. Now, collaborators retain access to tickets on which they participate; however, sharing can be used to enable access to other tickets owned by their organization.
-
Jared Hancock authored
-
- Sep 25, 2015
-
-
Nathan Febuary authored
-
jdelhome3578 authored
include @greezybacon suggestion on fix
-
jdelhome3578 authored
Fixes #2350 in `develop`
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 22, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 18, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 15, 2015
-
-
Thomas Oster authored
-
- Sep 12, 2015
-
-
Peter Rotich authored
Fix case where collaborators were not being alerted Alert admin last on new ticket - just in case admin email is used by an agent.
-