Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
d40ef12d
Commit
d40ef12d
authored
12 years ago
by
Peter Rotich
Browse files
Options
Downloads
Patches
Plain Diff
DPR4
parent
3b7365b1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
WHATSNEW.md
+24
-1
24 additions, 1 deletion
WHATSNEW.md
main.inc.php
+1
-1
1 addition, 1 deletion
main.inc.php
with
25 additions
and
2 deletions
WHATSNEW.md
+
24
−
1
View file @
d40ef12d
New stuff in 1.7-dpr
3
New stuff in 1.7-dpr
4
======================
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
======================
...
...
@@ -68,6 +81,16 @@ Client-side Knowledgebase
-------------------------
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
---
Interface with osTicket via HTTP requests. Starting with version 1.7,
...
...
This diff is collapsed.
Click to expand it.
main.inc.php
+
1
−
1
View file @
d40ef12d
...
...
@@ -59,7 +59,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
3
'
);
//Shown on admin panel
define
(
'THIS_VERSION'
,
'1.7-DPR
4
'
);
//Shown on admin panel
define
(
'SCHEMA_SIGNATURE'
,
'aa4664afc3b43d4068eb2e82684fc28e'
);
//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