4579850a7460183008db099365b74aa25f2b8f29
nas

nas authored 13 years ago

1) <?xml version="1.0"?>
2) <!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
3) <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
4) 	<id>SimpleDeskTeam:SimpleDesk</id>
5) 	<name>SimpleDesk - Integrated Helpdesk for Simple Machines Forum</name>
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

6) 	<version>2.1.2</version>
nas

nas authored 13 years ago

7) 	<type>modification</type>
8) 
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

9) 	<!-- (Minor Upgrade) This should just be the files we need to get to the current. -->
10) 	<upgrade from="2.1.1" for="2.1.4-2.1.99">
jdarwood007 Add a few more files into o...

jdarwood007 authored 11 months ago

11) 		<require-file name="sd_source/Subs-SimpleDeskManageAttachments.php" destination="$sourcedir/sd_source" />
12) 		<require-file name="sd_source/Subs-SimpleDeskPost.php" destination="$sourcedir/sd_source" />
13) 
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

14) 		<require-file name="sd_template/SimpleDesk.template.php" destination="$themedir/sd_template" />
jdarwood007 Add a few more files into o...

jdarwood007 authored 11 months ago

15) 		<require-file name="sd_template/SimpleDesk-Post.template.php" destination="$themedir/sd_template" />
16) 
jdarwood007 Forgot the CSS

jdarwood007 authored 11 months ago

17) 		<require-file name="css/helpdesk.css" destination="$themedir/css" />
18) 
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

19) 		<hook hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
20) 	</upgrade>
21) 
22) 	<!-- (Large upgrade) This should always indicate the lowest package we can upgrade from and all changes to the current -->
23) 	<upgrade from="2.1.0" for="2.1.4-2.1.99">
Jeremy D Upgrade package (#172)

Jeremy D authored 1 year ago

24) 		<!-- language files -->
25) 		<require-dir name="sd_language" destination="$themes_dir/default/languages" />
26) 
27) 		<!-- sources -->
28) 		<require-dir name="sd_source" destination="$sourcedir" />
29) 
30) 		<!-- templates -->
31) 		<require-dir name="sd_template" destination="$themedir" />
32) 
33) 		<!-- images -->
34) 		<require-dir name="images/simpledesk" destination="$themes_dir/default/images" />
35) 		<require-dir name="images/sd_plugins" destination="$themes_dir/default/images" />
36) 		<require-dir name="images/shd" destination="$imagesdir/admin" />
37) 		<require-file name="images/feature_shd.png" destination="$themes_dir/default/images/admin" /><!-- explicitly called from default theme in ACP -->
38) 
39) 		<!-- css -->
40) 		<require-file name="css/helpdesk.css" destination="$themedir/css" />
41) 		<require-file name="css/helpdesk_admin.css" destination="$themedir/css" />
42) 		<require-file name="css/helpdesk_responsive.css" destination="$themedir/css" />
43) 		<require-file name="css/helpdesk_icons.css" destination="$themedir/css" />
44) 
45) 		<!-- scripts -->
46) 		<require-file name="scripts/helpdesk_admin.js" destination="$themedir/scripts" />
47) 		<require-file name="scripts/helpdesk.js" destination="$themedir/scripts" />
48) 
49) 		<!-- bundled plugins -->
50) 		<require-dir name="sd_plugins_source" destination="$sourcedir" />
51) 		<require-dir name="sd_plugins_template" destination="$themes_dir/default" />
52) 		<require-dir name="sd_plugins_lang" destination="$languagedir" />
53) 	</upgrade>
54) 
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

55) 	<install for="2.1.4-2.1.99">
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

56) 		<!-- readme files -->
57) 		<readme lang="english" parsebbc="true" type="file">language-readme/readme.english.txt</readme>
58) 
59) 		<!-- language files -->
60) 		<require-dir name="sd_language" destination="$themes_dir/default/languages" />
61) 
62) 		<!-- sources -->
63) 		<require-dir name="sd_source" destination="$sourcedir" />
64) 
65) 		<!-- templates -->
66) 		<require-dir name="sd_template" destination="$themedir" />
67) 
68) 		<!-- images -->
69) 		<require-dir name="images/simpledesk" destination="$themes_dir/default/images" />
70) 		<require-dir name="images/sd_plugins" destination="$themes_dir/default/images" />
71) 		<require-dir name="images/shd" destination="$imagesdir/admin" />
72) 		<require-file name="images/feature_shd.png" destination="$themes_dir/default/images/admin" /><!-- explicitly called from default theme in ACP -->
73) 
74) 		<!-- css -->
75) 		<require-file name="css/helpdesk.css" destination="$themedir/css" />
76) 		<require-file name="css/helpdesk_admin.css" destination="$themedir/css" />
Jeremy D Update master (#159)

Jeremy D authored 1 year ago

77) 		<require-file name="css/helpdesk_responsive.css" destination="$themedir/css" />
jdarwood007 ! Fixed menu icons (Thanks...

jdarwood007 authored 8 years ago

78) 		<require-file name="css/helpdesk_icons.css" destination="$themedir/css" />
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

79) 
80) 		<!-- scripts -->
81) 		<require-file name="scripts/helpdesk_admin.js" destination="$themedir/scripts" />
82) 		<require-file name="scripts/helpdesk.js" destination="$themedir/scripts" />
83) 
84) 		<!-- bundled plugins -->
85) 		<require-dir name="sd_plugins_source" destination="$sourcedir" />
86) 		<require-dir name="sd_plugins_template" destination="$themes_dir/default" />
87) 		<require-dir name="sd_plugins_lang" destination="$languagedir" />
88) 
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

89) 		<!-- All the hooks -->
90) 			<!-- SMF Core -->
91) 		<hook hook="integrate_pre_include" function="$sourcedir/sd_source/Subs-SimpleDesk.php" />
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

92) 		<hook hook="integrate_user_info" function="shd_init" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
93) 		<hook hook="integrate_actions" function="shd_init_actions" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
94) 		<hook hook="integrate_buffer" function="shd_buffer_replace" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
95) 		<hook hook="integrate_menu_buttons" function="shd_main_menu" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
Jeremy D Update master (#159)

Jeremy D authored 1 year ago

96) 		<hook hook="integrate_current_action" function="shd_init_current_action" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

97) 		<hook hook="integrate_load_permissions" function="shd_admin_smf_perms" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

98) 		<hook hook="integrate_error_types" function="shd_error_types" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
99) 		<hook hook="integrate_bbc_codes" function="shd_bbc_codes" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
100) 		<hook hook="integrate_post_parsebbc" function="shd_parse_wikilinks" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
Jeremy D Sync smf21 to master (#144)

Jeremy D authored 2 years ago

101) 		<hook hook="integrate_profile_popup" function="shd_profile_menu" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

102) 
103) 			<!-- Admin Section: Core -->
104) 		<hook hook="integrate_admin_include" function="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

105) 		<hook hook="integrate_admin_areas" function="shd_admin_bootstrap" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
106) 		<hook hook="integrate_admin_search" function="shd_admin_search" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

107) 
108) 			<!-- Admin Section: Attachments -->
109) 		<hook hook="integrate_remove_attachments" function="shd_remove_attachments" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
110) 		<hook hook="integrate_attachments_browse" function="shd_attachments_browse" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
111) 		<hook hook="integrate_attachment_remove" function="shd_attachment_remove" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

112) 		<hook hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

113) 
114) 			<!-- Admin Section: Packages -->
115) 		<hook hook="integrate_packages_sort_id" function="shd_packages_sort_id" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
116) 		<hook hook="integrate_package_download" function="shd_package_download" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
117) 		<hook hook="integrate_package_upload" function="shd_package_upload" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
118) 		<hook hook="integrate_modification_types" function="shd_modification_types" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
119) 
120) 			<!-- Admin Section: Other -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

121) 		<hook hook="integrate_convert_msgbody" function="shd_convert_msgbody" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
122) 		<hook hook="integrate_modifylanguages" function="shd_modifylanguages" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

123) 
124) 			<!-- Display -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

125) 		<hook hook="integrate_display_buttons" function="shd_display_btn_mvtopic" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

126) 
127) 			<!-- ShowAttachments -->
Jeremy D Update master (#159)

Jeremy D authored 1 year ago

128) 		<hook hook="integrate_pre_download_request" function="shd_pre_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

129) 		<hook hook="integrate_download_request" function="shd_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
130) 
131) 			<!-- BoardIndex -->
132) 		<hook hook="integrate_getboardtree" function="shd_add_to_boardindex" file="$sourcedir/sd_source/Subs-SimpleDeskBoardIndex.php" />
133) 
134) 			<!-- Profile -->
135) 		<hook hook="integrate_pre_profile_areas" function="shd_profile_areas" file="$sourcedir/sd_source/Subs-SimpleDeskProfile.php" />
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

136) 		<hook hook="integrate_profile_profileSaveGroups" function="shd_clear_active_tickets" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
137) 		<hook hook="integrate_profile_trackip" function="shd_profile_trackip" file="$sourcedir/sd_source/Subs-SimpleDeskProfile.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

138) 
139) 			<!-- Other -->
jdarwood007 Use the SSI hook properly.

jdarwood007 authored 5 years ago

140) 		<hook hook="integrate_SSI" function="ssi_shd_called" file="$sourcedir/sd_source/SimpleDesk-SSI.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

141) 
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

142) 		<!-- database changes -->
jdarwood007 Re-order custom fields

jdarwood007 authored 5 years ago

143) 		<database>install-sd.php</database>
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

144) 
jdarwood007 ! Make Profile section actu...

jdarwood007 authored 8 years ago

145) 		<redirect url="?action=admin;area=helpdesk_info" />
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

146) 
Jeremy D Update master (#159)

Jeremy D authored 1 year ago

147) 		<credits url="https://www.simpledesk.net" license="BSD 3-Clause" licenseurl="https://github.com/SimpleMachines/SimpleDesk/blob/master/license.txt" copyright="2010-2021">Simple Desk</credits>
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

148) 	</install>
149) 
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

150) 	<uninstall for="2.1.4-2.1.99">
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

151) 		<!-- database changes, undone -->
jdarwood007 Re-order custom fields

jdarwood007 authored 5 years ago

152) 		<database>uninstall-sd-optional.php</database>
153) 		<code type="file">uninstall-sd-required.php</code>
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

154) 
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

155) 		<!-- All the hooks -->
156) 			<!-- SMF Core -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

157) 		<hook reverse="true" hook="integrate_pre_include" function="$sourcedir/sd_source/Subs-SimpleDesk.php" />
158) 		<hook reverse="true" hook="integrate_user_info" function="shd_init" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
159) 		<hook reverse="true" hook="integrate_actions" function="shd_init_actions" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
160) 		<hook reverse="true" hook="integrate_buffer" function="shd_buffer_replace" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
161) 		<hook reverse="true" hook="integrate_menu_buttons" function="shd_main_menu" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
Jeremy D Update master (#159)

Jeremy D authored 1 year ago

162) 		<hook reverse="true" hook="integrate_current_action" function="shd_init_current_action" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

163) 		<hook reverse="true" hook="integrate_load_permissions" function="shd_admin_smf_perms" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
164) 		<hook reverse="true" hook="integrate_error_types" function="shd_error_types" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
165) 		<hook reverse="true" hook="integrate_bbc_codes" function="shd_bbc_codes" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
166) 		<hook reverse="true" hook="integrate_post_parsebbc" function="shd_parse_wikilinks" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
Jeremy D Sync smf21 to master (#144)

Jeremy D authored 2 years ago

167) 		<hook reverse="true" hook="integrate_profile_popup" function="shd_profile_menu" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

168) 
169) 			<!-- Admin Section: Core -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

170) 		<hook reverse="true" hook="integrate_admin_include" function="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
171) 		<hook reverse="true" hook="integrate_admin_areas" function="shd_admin_bootstrap" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
172) 		<hook reverse="true" hook="integrate_admin_search" function="shd_admin_search" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

173) 
174) 			<!-- Admin Section: Attachments -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

175) 		<hook reverse="true" hook="integrate_remove_attachments" function="shd_remove_attachments" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
176) 		<hook reverse="true" hook="integrate_attachments_browse" function="shd_attachments_browse" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
177) 		<hook reverse="true" hook="integrate_attachment_remove" function="shd_attachment_remove" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
jdarwood007 Various Fixes

jdarwood007 authored 11 months ago

178) 		<hook reverse="true" hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

179) 
180) 			<!-- Admin Section: Packages -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

181) 		<hook reverse="true" hook="integrate_packages_sort_id" function="shd_packages_sort_id" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
182) 		<hook reverse="true" hook="integrate_package_download" function="shd_package_download" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
183) 		<hook reverse="true" hook="integrate_package_upload" function="shd_package_upload" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
184) 		<hook reverse="true" hook="integrate_modification_types" function="shd_modification_types" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

185) 
186) 			<!-- Admin Section: Other -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

187) 		<hook reverse="true" hook="integrate_convert_msgbody" function="shd_convert_msgbody" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
188) 		<hook reverse="true" hook="integrate_modifylanguages" function="shd_modifylanguages" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

189) 
190) 			<!-- Display -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

191) 		<hook reverse="true" hook="integrate_display_buttons" function="shd_display_btn_mvtopic" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

192) 
193) 			<!-- ShowAttachments -->
Jeremy D Update master (#159)

Jeremy D authored 1 year ago

194) 		<hook reverse="true" hook="integrate_pre_download_request" function="shd_pre_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

195) 		<hook reverse="true" hook="integrate_download_request" function="shd_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

196) 
197) 			<!-- BoardIndex -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

198) 		<hook reverse="true" hook="integrate_getboardtree" function="shd_add_to_boardindex" file="$sourcedir/sd_source/Subs-SimpleDeskBoardIndex.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

199) 
200) 			<!-- Profile -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

201) 		<hook reverse="true" hook="integrate_pre_profile_areas" function="shd_profile_areas" file="$sourcedir/sd_source/Subs-SimpleDeskProfile.php" />
202) 		<hook reverse="true" hook="integrate_profile_profileSaveGroups" function="shd_clear_active_tickets" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
203) 		<hook reverse="true" hook="integrate_profile_trackip" function="shd_profile_trackip" file="$sourcedir/sd_source/Subs-SimpleDeskProfile.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

204) 
205) 			<!-- Other -->
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

206) 		<hook reverse="true" hook="integrate_SSI" function="ssi_shd_called" file="$sourcedir/sd_source/SimpleDesk-SSI.php" />
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

207) 
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

208) 		<!-- language files, removed -->
209) 		<remove-dir name="$themes_dir/default/languages/sd_language" />
210) 
211) 		<!-- source files, removed -->
212) 		<remove-dir name="$sourcedir/sd_source" />
213) 
214) 		<!-- template files, removed -->
215) 		<remove-dir name="$themedir/sd_template" />
216) 
217) 		<!-- images, removed -->
218) 		<remove-dir name="$themes_dir/default/images/simpledesk" />
219) 		<remove-dir name="$imagesdir/admin/shd" />
220) 		<remove-file name="$themes_dir/default/images/admin/feature_shd.png" />
221) 
222) 		<!-- css, removed -->
223) 		<remove-file name="$themedir/css/helpdesk.css" />
jdarwood007 ! Fixed menu icons (Thanks...

jdarwood007 authored 8 years ago

224) 		<remove-file name="$themedir/css/helpdesk_admin.css" />
Jeremy D Update master (#159)

Jeremy D authored 1 year ago

225) 		<remove-file name="$themedir/css/helpdesk_responsive.css" />
jdarwood007 ! Fixed menu icons (Thanks...

jdarwood007 authored 8 years ago

226) 		<remove-file name="$themedir/css/helpdesk_icons.css" />
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

227) 
228) 		<!-- bundled plugins removed (NOTE: done one by one to avoid eating existing plugins on upgrade) -->
jdarwood007 Various Fixes and cleanup A...

jdarwood007 authored 5 years ago

229) 		<remove-dir name="$languagedir/sd_plugins_lang/SDPluginFrontPage.english.php" />
230) 		<remove-dir name="$languagedir/sd_plugins_lang/SDPluginStats.english.php" />
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

231) 
232) 		<!-- scripts, removed -->
jdarwood007 ! Fixed menu icons (Thanks...

jdarwood007 authored 8 years ago

233) 		<remove-file name="$themedir/scripts/helpdesk_admin.js" />
emanuele Basic stuff to cover instal...

emanuele authored 11 years ago

234) 		<remove-file name="$themedir/scripts/helpdesk.js" />
235) 	</uninstall>
236)