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
2fe0e709
Commit
2fe0e709
authored
11 years ago
by
Jared Hancock
Browse files
Options
Downloads
Patches
Plain Diff
Add release notes for 1.7.1
parent
1f973baf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
WHATSNEW.md
+69
-0
69 additions, 0 deletions
WHATSNEW.md
with
69 additions
and
0 deletions
WHATSNEW.md
+
69
−
0
View file @
2fe0e709
osTicket v1.7.1
===============
### Bugfixes
*
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)
osTicket v1.7.1-rc1
===================
### Enhancements
*
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)
### Geeky Stuff
*
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)
### Bugfixes
*
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)
### Performance
*
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)
New stuff in 1.7.0
====================
*
Bug fixes from rc6
...
...
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