- Fix handling of some Redmond-specific character set encoding names (osTicket/osTicket#1698)
- Fix regression preventing auto-responses for staff new tickets (osTicket/osTicket#1712)
- Fix missing icon for "add new filter", thanks @Chefkeks (osTicket/osTicket#1735)
- Fix generation of random data on Windows® platforms (osTicket/osTicket#1672)
- Fix possible DoS and brute force on login pages (osTicket/osTicket#1727)
- Remove
?:
operator usage as it is not supported until PHP 5.3 (#896) - Consider auto response checkbox and department setting for new ticket by staff (osTicket/osTicket#1509)
- Properly handle alert and auto response flags from API (osTicket/osTicket#1435), thanks @stevepacker
- Do not reopen tickets for automated responses (osTicket/osTicket#1529)
- Fix release of ticket lock when navigating away from ticket view (osTicket/osTicket#1552)
- Forbid disabling the only active administrator (osTicket/osTicket#1569)
- Searching for tickets searches to midnight of the end date (osTicket/osTicket#1572), thanks @grintor
- Fix rejection of tickets by filter, even if a previous matching filter would stop on match (osTicket/osTicket#1644)
- Skip team assignment alert on new ticket if assigned to an agent (a6d81c3)
- Add new ost-config.php setting,
MAIL_EOL
which permanently defeats the newline corruption on outgoing email via the PHPmail()
function (#1248)
- Fix sorting by ticket number if using sequential numbers
- Fix corruption of email mailbox if improperly encoded as ISO-8859-1 without RFC 2047 charset hint (#1332)
- Dashboard statistics should use 'period' as the date limiter (#1345)
- Fix XSS vulnerability in email template management (#1162)
- Fix missing
%{recipient}
variable used in canned reply (filters) (osTicket/osTicket#1047) - Fix
%{ticket.close_date}
variable in email message templates (osTicket/osTicket#1090) - Fix premature session expiration (osTicket/osTicket#1111)
- Avoid system alert notices bouncing and creating tickets (osTicket/osTicket#1115)
- Properly handle email address personal names with commas (osTicket/osTicket#940)
- Correctly handle email headers with leading tabs (RFC 2047) (osTicket/osTicket#953)
- Handle shameful
X-AMAZON-MAIL-RELAY-TYPE
invented by Amazon - Fix mail header newline corruption with the Suhosin extension (osTicket/osTicket#442)
- Quick print drop down on ticket print button
- Administrator is no longer notified on rejected tickets
- Always notify department manager, even if ticket is automatically assigned
- Team and department members be notified on assignment and transfer
- Some inline images might not be detected as attachments (osTicket/osTicket#708)
- Ticket Assignment Alert can now be disabled (globally) (osTicket/osTicket#839)
- Ticket Assignment Alerts can now be disabled for teams (osTicket/osTicket#894)
- Assigned Agents (and Team) would not be notified of new note if ticket were closed (osTicket/osTicket#903)
- Fix
web.config
for newly patched IIS servers - banlist: Trim new entries and updates via web form (osTicket/osTicket#837)
- Departments can have a department if there are no members (osTicket/osTicket#618)
- Clicking off of popup tips will close them (osTicket/osTicket#645)
- Fix stripping of leading zeros from phone numbers (osTicket/osTicket#622)
- Display FAQ modify time rather than category modify time (osTicket/osTicket#647)
- Usernames can have Unicode characters (osTicket/osTicket#650)
- New SLA's default to have alerts enabled (osTicket/osTicket#654)
- Fix crash viewing ticket in the client portal if no departments are public (osTicket/osTicket#658)
- Allow manual update of SLA to a transient SLA (osTicket/osTicket#663)
- Fix upgrade crash from some osTicket 1.6 installations (osTicket/osTicket#687)
- Fix attachments from new ticket by staff to be associated with the response (osTicket/osTicket#688)
- Staff can only see closed tickets if they have access via group or primary department (osTicket/osTicket#623, osTicket/osTicket#655)
- Retry queries on MySQL error 1213 (osTicket/osTicket#493)
- Client login email is not case-sensitive (1b24bcf)
- Fix fetching from more than 10 mail accounts (osTicket/osTicket#468)
- Fix whitespace mangling of Unicode text with non-breaking-spaces (osTicket/osTicket#502)
- Fix delivery issue of emails delivered to group mailboxes (osTicket/osTicket#510)
- Fix dashboard report timeframe (osTicket/osTicket#520)
- Consider the
delivered-to
header in finding the system email (osTicket/osTicket#535) - Fix email address list parsing on bad MIME headers (osTicket/osTicket#560)
- Fix login issue when upgrading from osTicket 1.6 (osTicket/osTicket#571)
- Fix attachment corruption on some documents like PDFs (osTicket/osTicket#576)
- Reuse SMTP connections where possible (osTicket/osTicket#462)
- Enforce max file size for attachments sent via API (osTicket/osTicket#568)
- Correctly upgrade the ban list from osTicket 1.6 (#869)
- Correctly detect ticket number in the subject line without brackets (#873, #877)
- Fixup redirects for modern versions of IIS (#874)
- Fix case-sensitive login matching on email addresses (#876)
- Fix missing argument to
TicketLock::lookup
(#878) - Fix MYSQL constants no longer available in PHP 5.5 (5e8e233)
- Fix incorrect queue count for limited users (b692e5e)
- Allow local unix socket specification (#864)
- Fix negative logic issue in ticket ticket filters (#839)
- Handle emails with poorly encoded headers (#826, #839)
- Properly handle HTML chars in web posts (#851)
- Properly handle emails body with inline Content-Disposition parameters (#853)
- Fix bug handling custom SQL streams (#854)
- Ticket counters are significantly faster (#862)
- Ticket thread items are now available for email templates (#790)
- Support MySQL servers on a non-standard port number, which is also not set
in the
php.ini
file (#775)
- Fix email handling where the character set advertised is
us-ascii
butiso-8859-1
was intended (#770) - Ticket source is now editable (#772, #777)
- Email parsing would crash if
Reply-To
header was not found (#780) - CSRF token creation would fail on some Windows installations (#771, #776)
- Tickets without an SLA set would never go overdue (#757, #767)
- FAQ search now hits category names (#781)
- FAQ search hits are sorted by article title now (#786)
- Email replies with nothing before the quoted response marker should remain as is (#787)
- CAPTCHA responses are now considered case-insensitive (#823)
References
email header how includes the parent emailMessage-Id
(#825)- Email attachment parsing would crash if the
Content-Disposition
header had no parameters (#828) - Date format on the jQuery-UI datepicker is admin configurable now (#829)
- Scanning deleting orphaned files is much faster (#773, #778)
- The ticket number is no longer required in the subject line and staff can reply to emails and create an internal note (released in v1.7.1.2)
- Show customized site logo on PDF output (#763)
- Support deployment for initial install with cli deploy script (#750)
- Require complete regression test pass before packaging new release (#751)
- Die with HTTP/500 for misconfiguration or database connect failure (#762)
- Detect and import inline attachments without a Content-Disposition header (#737)
- Show correct template description again (#742, #743)
- Import attachments from emails continuing a ticket thread (regression introduced in v1.7.1.2) (#745)
- Support UTF-8 encoded filenames for fetched emails (#738)
- Disable Kerberos and NTLM authentication in mail fetching (#739)
- Forbid empty reply-separator setting (#752)
- Only email administrators for log messages that would be written to the database (#754)
- Emails fetched and rejected by a ticket filter that are not deleted or moved to a folder will not be re-fetched and re-rejected (#755)
- Workaround for some mail clients' inability to properly decode quoted-printable encoded emails (#760)
- Inline text bodies are incorrectly detected as attachments without a filename (#761)
- Properly decode and display some international chars in PDF printing (#765)
- Do not double encode XML entities in ticket thread titles (#718, #567)
- Display correct template description on edit (#724, #727)
- Fix download of attachments with commas (',') in the filename (#702)
- Fix incorrect content-type header for CAPTCHA (#699)
- Require email address match if ticket number is matched in subject line and neither references or in-reply-to headers match an existing ticket thread item (regression introduced in v1.7.1.2) (#748)
- Address database performance issue scanning for orphaned file_chunk records (#764)
- Properly reject attachments submitted via the API (#668)
- Correctly support the "Use Reply-To" in ticket filters (#669)
- Don't log users out after changing username or email address (#684)
- Don't leak private FAQ article titles (#683)
- Custom logos and site pages (#604, #632, #616)
- Password reset link (#638)
- Export and import feature. Useful for migrations and backups. (#626)
- Use your email address as your username for logins (#631)
- SLA's can be marked transient. Tickets with a transient SLA will change to the SLA of the new department or help-topic when transferred or edited.
- Support installation on MySQL and MariaDB clusters. Use default storage engine and don't assume predictable auto-increment values (#568, #621)
- mysqli support for PHP5+
- SSL support for database connections
- Namespaced configuration. This greatly simplifies the process of adding
- new configurable item (#564)
- Add signals API. A simple event hooking mechanism to allow for
- extensibility (#577)
- Add deployment command-line script (#586)
- Allow XHTML editing in the nicEditor (#615)
- Allow parallel database migration streams (#563) -- paves the way for extensions
- Use row-based email templates (#604) -- simplifies the process of adding new email message templates (think extensions)
- Support fetching from email boxes with aliased email addresses (#663)
- Introduce new crypto library that provides failsafe encryption for email passwords (#651)
- Several typos in code and messages (#617, #618, #644, #660)
- Fix several upgrader bugs (#548, #619)
- Fix install fail on some Windows platforms (#570)
- Fix several issues in the command-line management (#580)
- Make room for command-line installation of osTicket (#581)
- regression Fix corrupted attachment downloads (#579, #583)
- Fix truncated attachment downloads when
zlib.output_compression
is enabled (#596) - Disable cron activities when upgrade is pending (#594)
- Provide failsafe encoding for improperly-formatted emails (#601)
- Fix corrupted email attachments processed via
pipe.php
(#607) - Fix discarding of poorly encoded base64 emails (#624)
- Support MariaDB 10.0+ (#630)
- Properly trim ticket email and name fields (#600)
- Fix truncated text from text/plain emails and web interface posts (#652)
- Add Assigned To and other fields to ticket view export (#646)
- regression Fix attachment migration (#648)
- Display correct staff notes (#588)
- Display correct auto-response email for departments (#575)
- Fix login form ("Authentication Required") loop (#653)
- Ensure email message-id is fetched correctly (#664)
- Ensure X-Forwarded-For header does not have leading or trailing whitespace (#665)
- Only fetch configuration for multifile upload if necessary (#637)
- Don't use sessions on the API (#623)
- regression Avoid an extra query per request to fetch schema signature (#658)
- Bug fixes from rc6
- Bug fixes and enhancements from rc5
- Bug fixes from rc4
- Bug fixes from rc3
- Bug fixes from rc2
- Canned auto-reply template
- Modal dialogs
- PEAR packages upgrade
- Email encoding
- Bug fixes from rc1
- Nested help topics support
- Upgrade support for osTicket 1.6-rc1 and later
- Multi-file upload support -- more than one file (configurable) can be uploaded with new messages, replies, and internal notes via the web interface
- Department/Group access feature allowing members of a group access to a department. Staff members are members of a (primary) group, and that group can be granted access to one or more departments, granting the associated staff access to departments other than their primary department.
- Email filters can specify a canned auto-response
- Support inline attachments for fetched email
- Dashboard reports for ticket system activity and statistics
- PDF print / export for tickets (staff pages only)
- Advanced search on tickets page
- Ticket thread -- revised ticket message storage model for greater flexability
- New database upgrade system allowing for continuous updates to the database model. This will greatly simplify the process of making modifications to the osTicket database.
- Autocomplete for ticket search box (emails and ticket numbers typeahead)
- Redesigned staff login page
- Warning when leaving unsaved changes in admin and staff settings pages
- Auto change admin settings pages when selecting a new page from the drop-down list
- Create a ticket in one click from the staff panel
- Preview ticket from the search results
- Export tickets to CSV file
Version 1.7 includes several new features
As an upgrade from email banning (which is still supported), ticket filters allow for matching incoming email in the subject line and message body. For matching emails, the administrator has the ability to automatically route tickets:
- To a specific department, staff member, and/or team
- Automatically assign ticket priority and/or service-level-agreement
- Disable ticket auto-responses
- Send automatic canned responses
Tickets filters are also applied to tickets submitted via all ticket interfaces, including the API, email, staff and client web interfaces. And, as a bonus, the filters can be configured to target only a single interface. So an administrator could, for instance, target tickets received via email from a particular domain.
Attach files to your canned responses. These attachments are automatically attached to the ticket thread along with the canned response. The attachments are not duplicated in the database and therefore use virtually no space.
No more crazy security-related configuration to your host server in order to support attachments. Attachments are now quietly stored in the database. The upgrade migration will automatically port attachments from the previous locations into the database.
Service level agreements allow for a configurable grace period based on the department or help topic associated with the ticket. A default SLA is provided, and a due date can be set to override the grace period of the SLA for a ticket.
Manage a searchable help document portal for your users
Flashy reports of ticket system activity as well as exportable ticket system statistics, allowing for easy report generation from office spreadsheet applications.
Convert the ticket thread to a printed format for long term storage. The ticket view page now supports a print feature, which will render the ticket as a PDF document.
Interface with osTicket via HTTP requests. Starting with version 1.7, tickets are createable by submitting an HTTP POST request to either
/api/tickets.xml
/api/tickets.json
The API can also be used to pipe emails into the osTicket system. Use the
included automail.php
or automail.pl
script to pipe emails to the
system, or post raw email messages directly to
/api/tickets.email
Use of the API requires an API key, which can be created and configured in the admin panel of the support system.
For technical details, please refer to [API Docs] (setup/doc/api.md).
Better and more consistent international text handling
Template variables have been redesigned to be more flexible. They have been integrated into the respective object classes so that an object as well as its properties can be represented in template variables. For instance %{ticket.staff.name}