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
ca5bd896
Commit
ca5bd896
authored
12 years ago
by
Peter Rotich
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'jared/feature/upgrader-revisited' into feature/upgrader-revisited
parents
e5132273
860a9d7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
UPGRADING.txt
+72
-73
72 additions, 73 deletions
UPGRADING.txt
setup/cleanup-codebase.sh
+12
-16
12 additions, 16 deletions
setup/cleanup-codebase.sh
with
84 additions
and
89 deletions
UPGRADING.txt
+
72
−
73
View file @
ca5bd896
...
...
@@ -13,79 +13,78 @@ care of:
* Remove codebase files no longer utilized in osTicket 1.7. If you have
console access to your server, a codebase-cleanup.sh script is provided
for you in the setup/ folder to help you automatically take care of this.
* api/api-sample.zip
* api/do.php
* api/email.txt
* api/email.xml
* api/pipe2.php
* api/post.php
* api/test.txt
* api/xml.php
* images/bg.gif
* images/button.jpg
* images/fibres.png
* images/home.gif
* images/icons
* images/lipsum.png
* images/logo2.jpg
* images/logo.jpg
* images/logo.png
* images/logout.gif
* images/my_tickets.gif
* images/new_ticket.gif
* images/new_ticket_icon.jpg
* images/new_ticket_title.jpg
* images/poweredby.jpg
* images/rainbow.png
* images/refresh_btn.gif
* images/ticket_status.gif
* images/ticket_status_icon.jpg
* images/ticket_status_title.jpg
* images/verticalbar.jpg
* images/view_closed_btn.gif
* images/view_open_btn.gif
* include/class.bkmailfetch.php
* include/class.msgtpl.php
* include/class.sys.php
* include/client/index.php
* include/client/viewticket.inc.php
* include/ost-config.sameple.php
* include/settings.php
* include/staff/api.inc.php
* include/staff/changepasswd.inc.php
* include/staff/dept.inc.php
* include/staff/depts.inc.php
* include/staff/editticket.inc.php
* include/staff/mypref.inc.php
* include/staff/myprofile.inc.php
* include/staff/newticket.inc.php
* include/staff/premade.inc.php
* include/staff/reply.inc.php
* include/staff/smtp.inc.php
* include/staff/viewticket.inc.php
* scp/css/autosuggest_inquisitor.css
* scp/css/datepicker.css
* scp/css/main.css
* scp/css/style.css
* scp/css/tabs.css
* scp/images/alert.png
* scp/images/bg-login-box.gif
* scp/images/icons/email_settings.gif
* scp/images/logo-support.gif
* scp/images/minus.gif
* scp/images/ostlogo.jpg
* scp/images/pagebg.jpg
* scp/images/plus.gif
* scp/images/refresh.gif
* scp/images/tab.jpg
* scp/images/view_closed.gif
* scp/images/view_open.gif
* scp/js/ajax.js
* scp/js/autolock.js
* scp/js/bsn.AutoSuggest_2.1.3.js
* scp/js/calendar.js
* scp/js/datepicker.js
* scp/js/tabber.js
Otherwise, you may safely remove the following files from your codebase if
they exist:
* Removed in osTicket-1.6-rc5
ostconfig.php
* Removed in osTicket-1.6.0
images/button.jpg
images/logo.jpg
images/new_ticket_title.jpg
images/ticket_status_title.jpg
include/settings.php
* Removed in osTicket-1.7.0
images/bg.gif
images/fibres.png
images/home.gif
images/icons
images/lipsum.png
images/logo2.jpg
images/logout.gif
images/my_tickets.gif
images/new_ticket.gif
images/new_ticket_icon.jpg
images/poweredby.jpg
images/rainbow.png
images/refresh_btn.gif
images/ticket_status.gif
images/ticket_status_icon.jpg
images/verticalbar.jpg
images/view_closed_btn.gif
images/view_open_btn.gif
include/class.msgtpl.php
include/class.sys.php
include/client/index.php
include/client/viewticket.inc.php
include/ost-config.sameple.php
include/staff/api.inc.php
include/staff/changepasswd.inc.php
include/staff/dept.inc.php
include/staff/depts.inc.php
include/staff/editticket.inc.php
include/staff/mypref.inc.php
include/staff/myprofile.inc.php
include/staff/newticket.inc.php
include/staff/premade.inc.php
include/staff/reply.inc.php
include/staff/smtp.inc.php
include/staff/viewticket.inc.php
scp/css/autosuggest_inquisitor.css
scp/css/datepicker.css
scp/css/main.css
scp/css/style.css
scp/css/tabs.css
scp/images/alert.png
scp/images/bg-login-box.gif
scp/images/icons/email_settings.gif
scp/images/logo-support.gif
scp/images/minus.gif
scp/images/ostlogo.jpg
scp/images/pagebg.jpg
scp/images/plus.gif
scp/images/refresh.gif
scp/images/tab.jpg
scp/images/view_closed.gif
scp/images/view_open.gif
scp/js/ajax.js
scp/js/autolock.js
scp/js/bsn.AutoSuggest_2.1.3.js
scp/js/calendar.js
scp/js/datepicker.js
scp/js/tabber.js
* Remove the setup/ folder. This contains code you won't need for a live
ticketing system.
This diff is collapsed.
Click to expand it.
setup/cleanup-codebase.sh
+
12
−
16
View file @
ca5bd896
...
...
@@ -23,49 +23,45 @@ if [[ ! -f "$root/main.inc.php" ]]; then
fi
while
read
file
;
do
if
[[
-n
"
$file
"
&&
-f
"
$root
/
$file
"
]]
;
then
if
[[
-n
"
$file
"
&&
"
${
file
[0]
}
"
!=
"
\x
23"
&&
-f
"
$root
/
$file
"
]]
;
then
echo
"Cleaning
$file
"
;
rm
"
$root
/
$file
"
;
fi
done
<<<
"
api/api-sample.zip
api/do.php
api/email.txt
api/email.xml
api/pipe2.php
api/post.php
api/test.txt
api/xml.php
images/bg.gif
# Removed in 1.6-rc5
ostconfig.php
# Removed in 1.6.0
images/button.jpg
images/logo.jpg
images/new_ticket_title.jpg
images/ticket_status_title.jpg
include/settings.php
# Removed in 1.7.0
images/bg.gif
images/fibres.png
images/home.gif
images/icons
images/lipsum.png
images/logo2.jpg
images/logo.jpg
images/logo.png
images/logout.gif
images/my_tickets.gif
images/new_ticket.gif
images/new_ticket_icon.jpg
images/new_ticket_title.jpg
images/poweredby.jpg
images/rainbow.png
images/refresh_btn.gif
images/ticket_status.gif
images/ticket_status_icon.jpg
images/ticket_status_title.jpg
images/verticalbar.jpg
images/view_closed_btn.gif
images/view_open_btn.gif
include/class.bkmailfetch.php
include/class.msgtpl.php
include/class.sys.php
include/client/index.php
include/client/viewticket.inc.php
include/ost-config.sameple.php
include/settings.php
include/staff/api.inc.php
include/staff/changepasswd.inc.php
include/staff/dept.inc.php
...
...
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