- Oct 24, 2016
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
When issue summary is disabled for a specific help topic, the system uses help topic name as the subject line. Due to validation error on disabled subject field the setValue fails to take in the help topic. The change here allows for forced value set.
-
Peter Rotich authored
lists: Fix update of ticket status name
-
Peter Rotich authored
Selected type of FAQ category was not showing properly
-
Peter Rotich authored
Translation issues on homepage and kb page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
html: Fix processing of some <html> tags in email
-
Peter Rotich authored
dates: MySQL 'GMT' includes BST Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
tasks: Add template link to the ticket page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Missing field in docs
-
Peter Rotich authored
Fixes Estonian Flag pixel location Reviewed-By:
Peter <Rotich<peter@osticket.com>
-
Peter Rotich authored
Feature / User Portal Mobile Scalability (Zoom) Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Default Tickets Sort
-
Peter Rotich authored
Refactor PR #3410 to drop extra commits. All credit to @jdelhome3578
-
Peter Rotich authored
Fix issue #3268
-
- Oct 20, 2016
-
-
jdelhome3578 authored
This fixes sorting and total ticket count.
-
- Oct 13, 2016
- Sep 28, 2016
- Sep 12, 2016
-
-
JediKev authored
-
- Aug 15, 2016
-
-
Michaël de Groot authored
-
- Jul 09, 2016
-
-
Peter Rotich authored
orm: Delegate ResultSet calls to QuerySet Iterator
-
Peter Rotich authored
orm: Fix warning for read-only role permission, cleanup Dept::getMembers() usage
-
Peter Rotich authored
oops: Fix join for sorting tickets by priority column
-
Peter Rotich authored
Make `cron` signals conform to documentation.
-
Peter Rotich authored
export: Fix crash exporting users
-
- Jul 08, 2016
-
-
Jared Hancock authored
-
- Jun 30, 2016
-
-
Daniel Jagszent authored
The [signal documentation] (https://github.com/osTicket/osTicket/blob/develop/setup/doc/signals.md) for the `cron` signal states that the context is `null`. But it was missing until now (and the `$data` parameter was wrongly forwarded as `$object`)
-
- Jun 25, 2016
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
In ::isMember(), there is now no reason that a call to ::getMembers() would fail, so it can be assumed that a QuerySet instance is returned.
-
Jared Hancock authored
This fixes an issue where the `$ht` variable is not properly initialized by the ORM. It is assumed to be a valid array in the constructor, and its items are run through the ::set() method. Therefore, if an empty array is received, the `$ht` variable will remain null, since nothing is ever set. This also fixes a misspelled variable in the claim dialog if a ticket is currently assigned to a team only.
-
Jared Hancock authored
Maybe fixes #3084
-
- Jun 21, 2016
-
-
Jared Hancock authored
The PHP 'GMT' timezone is equivalent to the 'UTC' timezone and therefore does not include summertime offsets. The 'GMT' timezone reported by MySQL, however, does use the BST summertime offsets. Therefore, the 'GMT' reported by MySQL should be explicitly translated to the 'UTC' timezone for use in PHP.
-
- Jun 20, 2016
-
-
Jared Hancock authored
Fixes #3194
-