Skip to content
Snippets Groups Projects
Commit 03a84301 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge branch 'release/1.7-dpr4' into develop

parents 3b7365b1 d40ef12d
Branches
Tags
No related merge requests found
New stuff in 1.7-dpr3 New stuff in 1.7-dpr4
====================== ======================
Features
--------
* Dashboard reports for ticket system activity and statistics
* PDF print / export for tickets (staff pages only)
New stuff in 1.7-dpr3
======================
* 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.
New stuff in 1.7-dpr2 New stuff in 1.7-dpr2
====================== ======================
...@@ -68,6 +81,16 @@ Client-side Knowledgebase ...@@ -68,6 +81,16 @@ Client-side Knowledgebase
------------------------- -------------------------
Manage a searchable help document portal for your users Manage a searchable help document portal for your users
Dashboard Reports
-----------------
Flashy reports of ticket system activiy as well as exportable ticket system
statistics, allowing for easy report generation from office spreadsheet
applications.
Ticket Export
-------------
Convert the ticket thread to a printed format for long term storage.
API API
--- ---
Interface with osTicket via HTTP requests. Starting with version 1.7, Interface with osTicket via HTTP requests. Starting with version 1.7,
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
/*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/ /*############## 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) #Current version && schema signature (Changes from version to version)
define('THIS_VERSION','1.7-DPR3'); //Shown on admin panel define('THIS_VERSION','1.7-DPR4'); //Shown on admin panel
define('SCHEMA_SIGNATURE','aa4664afc3b43d4068eb2e82684fc28e'); //MD5 signature of the db schema. (used to trigger upgrades) define('SCHEMA_SIGNATURE','aa4664afc3b43d4068eb2e82684fc28e'); //MD5 signature of the db schema. (used to trigger upgrades)
#load config info #load config info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment