|
50 | 50 | <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction> |
51 | 51 | </instructions> |
52 | 52 |
|
53 | | - <instructions type="update" fromversion="6.1.*"> |
54 | | - <!-- |
55 | | -tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ |
56 | | - acp/database/update_com.woltlab.wcf_6.2_step1.php \ |
57 | | - acp/database/update_com.woltlab.wcf_6.2_step2.php \ |
58 | | - acp/update_com.woltlab.wcf_6.2_backgroundJob.php \ |
59 | | - acp/update_com.woltlab.wcf_6.2_checkSystemRequirements.php \ |
60 | | - acp/update_com.woltlab.wcf_6.2_contactOptions.php \ |
61 | | - acp/update_com.woltlab.wcf_6.2_styleVariables.php |
62 | | - --> |
63 | | - <instruction type="file">files_pre_check.tar</instruction> |
64 | | - |
65 | | - <instruction type="script">acp/update_com.woltlab.wcf_6.2_checkSystemRequirements.php</instruction> |
66 | | - |
67 | | - <!-- The following scripts must be executed in this particular order. --> |
68 | | - <instruction type="script">acp/update_com.woltlab.wcf_6.2_backgroundJob.php</instruction> |
69 | | - <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.2_step1.php</instruction> |
70 | | - <instruction type="script">acp/update_com.woltlab.wcf_6.2_contactOptions.php</instruction> |
71 | | - <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.2_step2.php</instruction> |
72 | | - |
73 | | - <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.2_styleVariables.php</instruction> |
74 | | - |
75 | | - <instruction type="acpTemplate">acptemplates_update.tar</instruction> |
76 | | - <instruction type="file">files_update.tar</instruction> |
77 | | - <instruction type="template">templates_update.tar</instruction> |
78 | | - |
79 | | - <instruction type="option"/> |
80 | | - <instruction type="script">acp/update_com.woltlab.wcf_6.2_option.php</instruction> |
81 | | - |
82 | | - <instruction type="language" run="standalone"/> |
83 | | - |
84 | | - <instruction type="objectTypeDefinition"/> |
85 | | - <instruction type="objectType"/> |
86 | | - <instruction type="page"/> |
87 | | - <instruction type="acpMenu"/> |
88 | | - <instruction type="acpTemplateDelete"/> |
89 | | - <instruction type="clipboardAction"/> |
90 | | - <instruction type="coreObject"/> |
91 | | - <instruction type="fileDelete"/> |
92 | | - <instruction type="templateDelete"/> |
93 | | - <instruction type="userGroupOption"/> |
94 | | - <instruction type="userMenu"/> |
95 | | - <instruction type="userOption"/> |
96 | | - </instructions> |
97 | | - |
98 | 53 | <instructions type="update" fromversion="6.2.0 Alpha 3"> |
99 | 54 | <instruction type="file">files_update.tar</instruction> |
100 | 55 | <instruction type="template">templates_update.tar</instruction> |
|
0 commit comments