|
3 | 3 | <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/"> |
4 | 4 | <id>SimpleDeskTeam:SimpleDesk</id> |
5 | 5 | <name>SimpleDesk - Integrated Helpdesk for Simple Machines Forum</name> |
6 | | - <version>2.1 RC2</version> |
| 6 | + <version>2.1.0</version> |
7 | 7 | <type>modification</type> |
8 | 8 |
|
9 | 9 | <install for="2.1 RC4, 2.1.0-2.1.99"> |
|
28 | 28 | <!-- css --> |
29 | 29 | <require-file name="css/helpdesk.css" destination="$themedir/css" /> |
30 | 30 | <require-file name="css/helpdesk_admin.css" destination="$themedir/css" /> |
| 31 | + <require-file name="css/helpdesk_responsive.css" destination="$themedir/css" /> |
31 | 32 | <require-file name="css/helpdesk_icons.css" destination="$themedir/css" /> |
32 | 33 |
|
33 | 34 | <!-- scripts --> |
|
46 | 47 | <hook hook="integrate_actions" function="shd_init_actions" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
47 | 48 | <hook hook="integrate_buffer" function="shd_buffer_replace" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
48 | 49 | <hook hook="integrate_menu_buttons" function="shd_main_menu" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
| 50 | + <hook hook="integrate_current_action" function="shd_init_current_action" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
49 | 51 | <hook hook="integrate_load_permissions" function="shd_admin_smf_perms" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" /> |
50 | 52 | <hook hook="integrate_error_types" function="shd_error_types" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
51 | 53 | <hook hook="integrate_bbc_codes" function="shd_bbc_codes" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
|
76 | 78 | <hook hook="integrate_display_buttons" function="shd_display_btn_mvtopic" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
77 | 79 |
|
78 | 80 | <!-- ShowAttachments --> |
| 81 | + <hook hook="integrate_pre_download_request" function="shd_pre_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" /> |
79 | 82 | <hook hook="integrate_download_request" function="shd_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" /> |
80 | 83 |
|
81 | 84 | <!-- BoardIndex --> |
|
94 | 97 |
|
95 | 98 | <redirect url="?action=admin;area=helpdesk_info" /> |
96 | 99 |
|
97 | | - <credits url="https://www.simpledesk.net" license="BSD 3-Clause" licenseurl="https://github.com/SimpleMachines/SimpleDesk/blob/master/license.txt" copyright="2010-2020">Simple Desk</credits> |
| 100 | + <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> |
98 | 101 | </install> |
99 | 102 |
|
100 | 103 | <uninstall for="2.1 RC4, 2.1.0-2.1.99"> |
|
109 | 112 | <hook reverse="true" hook="integrate_actions" function="shd_init_actions" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
110 | 113 | <hook reverse="true" hook="integrate_buffer" function="shd_buffer_replace" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
111 | 114 | <hook reverse="true" hook="integrate_menu_buttons" function="shd_main_menu" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
| 115 | + <hook reverse="true" hook="integrate_current_action" function="shd_init_current_action" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
112 | 116 | <hook reverse="true" hook="integrate_load_permissions" function="shd_admin_smf_perms" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" /> |
113 | 117 | <hook reverse="true" hook="integrate_error_types" function="shd_error_types" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
114 | 118 | <hook reverse="true" hook="integrate_bbc_codes" function="shd_bbc_codes" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
|
139 | 143 | <hook reverse="true" hook="integrate_display_buttons" function="shd_display_btn_mvtopic" file="$sourcedir/sd_source/Subs-SimpleDesk.php" /> |
140 | 144 |
|
141 | 145 | <!-- ShowAttachments --> |
| 146 | + <hook reverse="true" hook="integrate_pre_download_request" function="shd_pre_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" /> |
142 | 147 | <hook reverse="true" hook="integrate_download_request" function="shd_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" /> |
143 | 148 |
|
144 | 149 | <!-- BoardIndex --> |
|
169 | 174 | <!-- css, removed --> |
170 | 175 | <remove-file name="$themedir/css/helpdesk.css" /> |
171 | 176 | <remove-file name="$themedir/css/helpdesk_admin.css" /> |
| 177 | + <remove-file name="$themedir/css/helpdesk_responsive.css" /> |
172 | 178 | <remove-file name="$themedir/css/helpdesk_icons.css" /> |
173 | 179 |
|
174 | 180 | <!-- bundled plugins removed (NOTE: done one by one to avoid eating existing plugins on upgrade) --> |
|
0 commit comments