Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
65f084b1
Commit
65f084b1
authored
10 years ago
by
Jared Hancock
Browse files
Options
Downloads
Patches
Plain Diff
Add release notes for v1.9.7
parent
44f7523e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
WHATSNEW.md
+42
-0
42 additions, 0 deletions
WHATSNEW.md
include/class.template.php
+2
-2
2 additions, 2 deletions
include/class.template.php
include/i18n/en_US/help/tips/staff.department.yaml
+1
-1
1 addition, 1 deletion
include/i18n/en_US/help/tips/staff.department.yaml
with
45 additions
and
3 deletions
WHATSNEW.md
+
42
−
0
View file @
65f084b1
osTicket v1.9.7
===============
### Enhancements
*
Remote IP is logged for staff replies (#1846)
*
Add option to require client login to view knowledge base (#1851)
*
Internal activity alert, replacing the internal note alert, includes alerts
of responses made by other agents (#1865)
*
Email system now uses LF instead of CRLF as the default (#1909)
*
Mass actions for user directory (#1924)
*
Unassign tickets on transfer if current assignee is not a member of the new
department and the department has "Restrict assignment to members" enabled
(#1923)
### Improvements
*
Clear overdue flag when a ticket is closed, thanks @A-Lawrence (#1739)
*
Clear attached file listing on client post (regression) (#1845)
*
Delete ticket custom data on delete (#1840)
*
Trim whitespace from filter match data on update (#1844)
*
Fix dropping of custom data on API post (#1839)
*
Fix advanced search on create date (#1848)
*
Fix initial load and pagination of dashboard page (#1856)
*
Fix incorrect internal/public category setting in drop down for new FAQ
(#1867)
*
Add UTF-8 BOM to CSV export for correct Unicode detection (#1869)
*
Fix not considering the setting for alert assigned on new message (#1850)
*
Skip new activity notice if collaborator(s) included in email To or Cc
header (#1871)
*
Fix inability to uncheck a custom data checkbox (#1866)
*
Fix advanced search for unassigned tickets (#1857)
*
Fix navigation warning if not using the lock feature (#1898)
*
Fix detection of message of some bounce notices (#1914)
*
Fix SQL alert with multiple Message-ID headers (#1920)
*
Add a warning if attempting to configure archiving for POP accounts (#1921)
*
Fix missing UTF-8 output encoding header for staff control panel (#1918)
*
Fix z-index issue between popup previews and modal dialogs (#1919)
*
Record imported file backend when importing files (f1e31ba)
### Performance and Security
*
Fix XSS vulnerability in sequence management (88bedbd)
*
Defer loading of thread email header information when loading ticket thread
(#1900)
osTicket v1.9.6
===============
### Enhancements
...
...
This diff is collapsed.
Click to expand it.
include/class.template.php
+
2
−
2
View file @
65f084b1
...
...
@@ -65,8 +65,8 @@ class EmailTemplateGroup {
'desc'
=>/*
@
trans
*/
'Alert sent to agents, if enabled, when user replies to an existing ticket.'
),
'note.alert'
=>
array
(
'group'
=>
'ticket.staff'
,
'name'
=>/*
@
trans
*/
'Internal
Note
Alert'
,
'desc'
=>/*
@
trans
*/
'Alert sent
to selected agents, if enabled, on new internal note
.'
),
'name'
=>/*
@
trans
*/
'Internal
Activity
Alert'
,
'desc'
=>/*
@
trans
*/
'Alert sent
out to Agents when internal activity such as an internal note or an agent reply is appended to a ticket
.'
),
'assigned.alert'
=>
array
(
'group'
=>
'ticket.staff'
,
'name'
=>/*
@
trans
*/
'Ticket Assignment Alert'
,
...
...
This diff is collapsed.
Click to expand it.
include/i18n/en_US/help/tips/staff.department.yaml
+
1
−
1
View file @
65f084b1
...
...
@@ -72,7 +72,7 @@ group_membership:
sandboxing
:
title
:
Ticket Assignment Restrictions
content
:
>
Enable this to restrict ticket assign
e
ment to
only
include members
Enable this to restrict ticket assignment to include
only
members
of this Department. Department membership can be extended to Groups,
if <span class="doc-desc-title">Alerts & Notices
Recipients</span> includes groups members.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment