|
50 | 50 | <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction> |
51 | 51 | </instructions> |
52 | 52 |
|
53 | | - <instructions type="update" fromversion="6.0.*"> |
54 | | - <!-- |
55 | | -tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ |
56 | | - acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.php \ |
57 | | - acp/update_com.woltlab.wcf_6.1_messageEmbeddedObject.php \ |
58 | | - acp/update_com.woltlab.wcf_6.1_sharedTemplate.php \ |
59 | | - acp/database/update_com.woltlab.wcf_6.1.php |
60 | | - --> |
61 | | - <instruction type="file">files_pre_check.tar</instruction> |
62 | | - |
63 | | - <!-- Checks that need to happen before the upgrade starts. --> |
64 | | - <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.php</instruction> |
65 | | - |
66 | | - <!-- Required for the shared templates. --> |
67 | | - <instruction type="script">acp/update_com.woltlab.wcf_6.1_sharedTemplate.php</instruction> |
68 | | - |
69 | | - <!-- Clean up any duplicate entries in the message embedded objects table. --> |
70 | | - <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_messageEmbeddedObject.php</instruction> |
71 | | - |
72 | | - <!-- Migrate the database as early as possible. --> |
73 | | - <instruction type="database">acp/database/update_com.woltlab.wcf_6.1.php</instruction> |
74 | | - |
75 | | - <!-- Deploy the new application code. --> |
76 | | - <instruction type="file"/> |
77 | | - <instruction type="acpTemplate"/> |
78 | | - <instruction type="template"/> |
79 | | - |
80 | | - <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_spider_step1.php</instruction> |
81 | | - <instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.1_spider_step2.php</instruction> |
82 | | - |
83 | | - <instruction type="language"/> |
84 | | - <instruction type="objectTypeDefinition"/> |
85 | | - <instruction type="objectType"/> |
86 | | - <instruction type="page"/> |
87 | | - <instruction type="userGroupOption"/> |
88 | | - <instruction type="userProfileMenu"/> |
89 | | - <instruction type="bbcode"/> |
90 | | - <instruction type="acpTemplateDelete"/> |
91 | | - <instruction type="fileDelete"/> |
92 | | - <instruction type="userMenu"/> |
93 | | - <instruction type="option"/> |
94 | | - <instruction type="templateDelete"/> |
95 | | - <instruction type="cronjob"/> |
96 | | - <instruction type="userOption"/> |
97 | | - <instruction type="userNotificationEvent"/> |
98 | | - |
99 | | - <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_serviceWorker.php</instruction> |
100 | | - </instructions> |
101 | | - |
102 | 53 | <instructions type="update" fromversion="6.1.2"> |
103 | 54 | <instruction type="acpTemplate">acptemplates_update.tar</instruction> |
104 | 55 | <instruction type="file">files_update.tar</instruction> |
|
0 commit comments