- Oct 24, 2016
-
-
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.
-
- 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.
-
Peter Rotich authored
Add a preview tool tip to show list item properties on mouse-over.
-
- May 12, 2016
-
-
Peter Rotich authored
Fix a bug where it was impossible to disable ALL collaborators Change recipients active/total count on update
-
- May 02, 2016
-
-
Peter Rotich authored
Allows for ability to access results without the need to call getIterator on the QuerySet. For example - $this->members->findFirst(array(...)); This commit addresses regression issue brought about by commits 8ab4432f and eb0ba316 -- where ResultSet processing changed based on caching mode.
-
- Apr 28, 2016
-
-
Jared Hancock authored
-
Jared Hancock authored
With the advent of the MANIFEST file, files which are rewritten when deployed, such as those which have the GIT hash in the query string to force browser reloading, were no longer deployed unless the content of those files changed. This patch adds a flag to the MANIFEST file to indicate that the file was rewritten when it was deployed. This allows the file to be deployed and rewritten again when the deployment is run, but also adds an indication to the console output to distinguish deploying changes as opposed to deploying rewrites.
-
Jared Hancock authored
-