- Oct 24, 2016
-
-
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
- 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
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.
-
- Jun 20, 2016
-
-
Jared Hancock authored
Fixes #3194
-
- Jun 12, 2016
-
-
Jared Hancock authored
-
- Jun 11, 2016
-
-
Jared Hancock authored
This fixes files disappearing when uploading multiple files. Only one file at a time is uploaded to the server.
-
Jared Hancock authored
-
Jared Hancock authored
List Item Preview Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jun 10, 2016
-
-
Peter Rotich authored
I18n language pack versioning Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Don't clean the config file, re-deploy rewritten files Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
collabs: Thread Collaborators Update
-
Peter Rotich authored
bug: Add Missing Fields ORM crash
-
Peter Rotich authored
Fix spelling error
-
Peter Rotich authored
i18n: Set UTF-8 as default locale
-
Peter Rotich authored
Update references in README.md
-
- Jun 08, 2016
-
-
Mark Sutherland authored
Update links and references to repository name.
-
Peter Rotich authored
-
Peter Rotich authored
Revert "i18n: Ensure UTF-8 locale is set"
-
Peter Rotich authored
-
- Jun 06, 2016
-
-
Peter Rotich authored
i18n: Ensure UTF-8 locale is set Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
This is important to show custom statuses with properties.
-
hunterfontenot authored
-
- Jun 02, 2016
-
-
Jared Hancock authored
This is required for system requests such as email piping. Since a user is not logged in for the request, the system locale will not be set and text might get corrupted based on the PHP configuration. Fixes #2910
-
- May 27, 2016
-
-
Peter Rotich authored
Set _value in DynamicFormEntryAnswer even when value is empty.
-