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
c8e1e7e1
Commit
c8e1e7e1
authored
13 years ago
by
Peter Rotich
Browse files
Options
Downloads
Patches
Plain Diff
1.7-dpr2 version # and WHATSNEW
parent
2a9f6977
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
+63
-4
63 additions, 4 deletions
WHATSNEW.md
include/class.config.php
+1
-1
1 addition, 1 deletion
include/class.config.php
main.inc.php
+1
-1
1 addition, 1 deletion
main.inc.php
with
65 additions
and
6 deletions
WHATSNEW.md
+
63
−
4
View file @
c8e1e7e1
osTicket v1.7
=============
New stuff in 1.7-dpr2
=============
=========
New Features
============
Features
--------
*
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
Issues
------
*
(#1) Automatically cleanup orphaned attachments
*
(#2) Reject ticket creation when a matching email filter has
'Reject email' set
*
(#3) Ticket search results are properly paginated
*
(#4) Make email filters editable
*
(#5) Add .htaccess for API URLs rewrites
*
(#6) Add utf-8 content type declaration for installer HTML output
*
(#8) Fix installer for PHP settings with 'register_globals' enabled
Outstanding
-----------
*
Implement the dashboard reports
*
Advanced search form for ticket searches
*
Multi-file upload for responses, notes, and new tickets
*
PDF export for ticket thread
*
Misc. improvements
New Features in 1.7
===================
Version 1.7 includes several new features
Email Filters
-------------
As an upgrade from email banning (which is still supported), email 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
Canned Attachments
------------------
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.
Service Level Agreements
------------------------
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.
Client-side Knowledgebase
-------------------------
Manage a searchable help document portal for your users
API
---
Interface with osTicket via HTTP requests. Starting with version 1.7,
...
...
This diff is collapsed.
Click to expand it.
include/class.config.php
+
1
−
1
View file @
c8e1e7e1
...
...
@@ -78,7 +78,7 @@ class Config {
}
function
getVersion
()
{
return
'1.7
DPR'
;
return
'1.7
-
DPR
2
'
;
}
function
getSchemaSignature
()
{
...
...
This diff is collapsed.
Click to expand it.
main.inc.php
+
1
−
1
View file @
c8e1e7e1
...
...
@@ -54,7 +54,7 @@
/*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/
#Current version && schema signature (Changes from version to version)
define
(
'THIS_VERSION'
,
'1.7
DPR'
);
//Shown on admin panel
define
(
'THIS_VERSION'
,
'1.7
-
DPR
2
'
);
//Shown on admin panel
define
(
'SCHEMA_SIGNATURE'
,
'ssddsdsd'
);
//MD5 signature of the db schema. (used to trigger upgrades)
#load config info
...
...
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