- Nov 07, 2013
-
-
Jared Hancock authored
And extend the information to email templates
-
- Nov 06, 2013
-
-
Jared Hancock authored
-
- Nov 05, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Fix filter issue where negative logic prevents matches Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Make the phone number configurable Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Corrects various form designer issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Fixes #23
-
Jared Hancock authored
Fixes #77
-
Jared Hancock authored
If a form field is required, then a name will be necessary in order to plumb up the API.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
The quickList() method will attempt to ask the database to find filters that might match the incoming ticket information. The idea is that MySQL is likely faster than PHP. The problem is that it assumes positive logic is being utilized. This patch adds all filters with at least one rule with dn_contain (does-not-contain) or not_equal (not-equal)
-
Peter Rotich authored
Add concept of system information page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Honor system date format on custom date fields Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Ensure pre made articles shipped are html Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Continue drafts after a reset Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Make findRichtextBoxes() more reusable Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Implement custom validation error Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Slight fixup for dialogs Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add tables new to 1.8 to the exporter Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Add information about current software versions, server software, php extensions loaded, and database space usage. In the future, this will offer a nice place to add an import/export button for data backup and restore, announcements, and more
-
Jared Hancock authored
Fixes #64
-
- Nov 04, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Previously, deleting a draft either from a form [reset] button or from the trashcan would delete the draft and cancel the draft system for the remainder of the page's lifetime. This patch deletes the current draft and resets the Redactor's content, but then it starts a new draft cycle so drafts can be continued. It also prevents posting to an undefined URL if the draft_id has not yet been setup. Fixes #90
-
Jared Hancock authored
Fixes #65
-
Jared Hancock authored
Fixes #78
-
Jared Hancock authored
* Dialogs are scrollable if too big * Placement does not respect scroll position now (fixed position)
-
Jared Hancock authored
Fixes #80
-
- Nov 02, 2013
-
-
Jared Hancock authored
-
- Nov 01, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Changes up to v1.7.3 released Conflicts: WHATSNEW.md css/osticket.css scp/css/scp.css
-
Jared Hancock authored
Fixes #834 (again)
-
Peter Rotich authored
Allow embedding videos via <iframes> Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If the HTML ticket thread is enabled and the message is not explicitly declared to be text, then assume it is an HTML message.
-
Jared Hancock authored
-
Jared Hancock authored
Also ensure that the ticket thread is displayed in a <div> container as some browsers seems to frown upon <iframe>s in <td> elements Fixes #75
-