- Sep 24, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Consider current status settings to determine if a ticket is reopen-able Show a warning on staff's ticket view if the ticket is not reopen-able
-
Peter Rotich authored
This will allow administrator to indicate if end users are allowed to reopen tickets in a particular closed status.
-
Peter Rotich authored
Hiding a field triggers visibility check on dependent fields Use jQuery specific value getters
-
Peter Rotich authored
This will be useful for maintaining arbitrary list of items. ListObject should be used in the place of ArrayObject
-
- Sep 19, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
This is necessary to avoid confusion vs. closed state.
-
Peter Rotich authored
-
Jared Hancock authored
Also fix crash if the [name] of a widget element started with a digit character.
-
Jared Hancock authored
This allows administrators to define a regular expression to filter content entered into short answer fields by agents and endusers. With the new visibility feature, the regular expression input is only shown if the regular expression validator is selected.
-
Jared Hancock authored
This allows fields to specify a visibility constraint that will be evaluated in real time in the browser to automatically show and hide fields that should be hidden based on values of other fields in the same form. Validation is not performed on fields server-side if they are considered invisible when submitted.
-
Peter Rotich authored
bug: Fix status display on client interface Shameless-Self-Merge: <peter@osticket.com>
-
- Sep 17, 2014
-
-
Peter Rotich authored
-
- Sep 15, 2014
-
-
Jared Hancock authored
-
- Sep 12, 2014
-
-
Jared Hancock authored
bug: Allow Resolved tickets to be reopened Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
oops: Fix crash in enduser web portal on reply Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Sep 11, 2014
-
-
Jared Hancock authored
-
- Sep 10, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
email: Improve user identification from headers Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
This is the correct logic - we'll address issue #1259 separately Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Previously, the code would scan the email headers until it found a positive match from any of the email headers scanned. Additionally, it would attempt to find the user from the tagged email references header. However, this algorithm assumed that the references header was constant and predictable in its ordering. Recent tests with Gmail prove otherwise in some tests. This patch changes the system so that only the tagged reference header is included in the References header, and it will scan all items in a header (namely the References header) until both the thread and a user are identified. If a user can be identified, the thread and user are returned. Otherwise, the first thread hit is returned.
-
Jared Hancock authored
Ticket status change Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Redirect to tickets listing page when a ticket is resolved or closed via status change.
-
Peter Rotich authored
Show different messages and placeholder on ticket(s) deletions
-
- Sep 09, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
pjax: Navigate away on attachment and download links Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: Add MAIL_EOL setting to ost-config.php file Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
oops: Fix crash creating canned responses Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
search: Fix incorrect hits searching assignee Reviewed-By:
Peter <Rotich<peter@osticket.com>
-
- Sep 08, 2014
-
-
Jared Hancock authored
This fixes hits when using the MySQL full text search backend
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This setting allows administrators to add (uncomment) a MAIL_EOL setting in the ost-config.php config file to define the line ending used for mail headers and encoded bodies in outbound mail (SMTP, for instance). By default, CRLF is used by the SMTP email generator as per the RFC 822 standard. However, many administrators can benefit by setting LF (\n) as the line ending.
-