- Sep 28, 2015
-
-
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>
-
Jared Hancock authored
Blank page from 'register' link in notification email to guest user. Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Fix posting-user determination in Thread::postEmail Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Nathan Febuary authored
-
Jared Hancock authored
reduce memory usage when storing file in DB Reviewed-By:
Jared Hancock <jared@osticket.com>
-
jdelhome3578 authored
include @greezybacon suggestion on fix
-
jdelhome3578 authored
Fixes #2350 in `develop`
-