- Oct 03, 2015
-
-
Peter Rotich authored
Fixes a bug where a lock icon is shown on tickets listing even when the lock in question is expired.
-
- Sep 29, 2015
-
-
Peter Rotich authored
search: Try harder to match MySQL full text boolean query Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
orm: Avoid crashing when building a model with select_related Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
-
Peter Rotich authored
Stabilize v1.10 release Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
-
Peter Rotich authored
i18n: Use horizontal, alt tabs for translatable content tabs Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
orgs: Add ticket sharing feature Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
-
-
Jared Hancock authored
Conflicts: WHATSNEW.md include/class.ticket.php include/class.topic.php include/staff/faq-view.inc.php include/staff/helptopics.inc.php
-
Peter Rotich authored
Fix for issue #2557 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix issues deploying with PHP 5.6 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
db: Forbid static zones like 'CDT' Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Send header information before output. Fixes #2554 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
lock: Fix lock timing if php and db use different time zones Reviewed-By:
Peter Rotich <peter@osticket.com>
-