- Jul 08, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
search: Fix several things related to advanced search Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Move CLI to the include/ folder Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
log php mail error Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jul 07, 2015
-
-
Jared Hancock authored
bug: Fix ticket print query Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jun 29, 2015
-
-
Jared Hancock authored
thread: Multi-thread rendering Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jun 26, 2015
-
-
Peter Rotich authored
-
- Jun 25, 2015
-
-
Jared Hancock authored
orm: Correctly label correlated query joins via sub-queries orm: Fixup formatting of dates in queries orm: Fixup mangling of parameter values with colons in sub-queries misc: Fixup incorrect offset calculation in Misc::dbtime() forms: search: Add ability to describe a field search search: Fix crash searching by ticket due date search: Fix wrong results if searching by a date field (unix epoch was not converted to MySQL date format) search: Fix wrong results searching by date == or !=
-
- Jun 24, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
(rather than deleted after install)
-
Jared Hancock authored
-
Jared Hancock authored
bug: Fix reports bugs Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
* Fix warning for negative unix timestamps in Misc::db2gmtime * Fix crash because of parser context passed to getXxx functions * Fix inability to update email address
-
Peter Rotich authored
-
- Jun 23, 2015
-
-
Peter Rotich authored
This adds the concept of independent multi-thread rendering
-
Jared Hancock authored
-
- Jun 22, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
deploy: Add concept of a MANIFEST to the deployment process Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Add attachments support to FreeTextField Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Credit: Jared
-
Peter Rotich authored
Allow fields without data to do house-cleaning on deletion.
-
Jared Hancock authored
This allows the MANIFEST to be hidden from HTTP requests since the entire include/ folder is already denied for Apache.
-
Jared Hancock authored
This fixes a strange issue where the first field of a custom form stapled to a ticket is not populated with data sourced from the API.
-
Jared Hancock authored
-
Peter Rotich authored
Support ability to include attachments to FreeTextField.
-
- Jun 11, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
As an option, this will allow preventing deployment of files not tracked with git. It's also about twice as fast as the PHP version.
-
Jared Hancock authored
This allows files which are edited on the fly during deployment to be tracked so that they are not unnecessarily deployed again in the next deployment run. It also allows for more creative deployment strategies using something like `git ls-files -s`
-
- Jun 09, 2015
-
-
Jared Hancock authored
-
Peter Rotich authored
-
- Jun 08, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
This is required with the connection to Dept::getEmail()->send(...)
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/class.format.php
-
Jared Hancock authored
Conflicts: css/thread.css
-
Jared Hancock authored
Ensure that for entries having the same create timestamp, the ID sequence number is used so that entries inserted first are rendered first in the thread.
-