Split install instructions into separate steps
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Sep 2017 14:50:16 +0000 (16:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Sep 2017 14:50:16 +0000 (16:50 +0200)
See #2424

com.woltlab.wcf/package.xml

index 4107331a1becca0e7f706e60996513adc081957d..c7f1a0711adf51f9c2116563ff50170feeaf360c 100644 (file)
@@ -19,7 +19,9 @@
                <instruction type="acpMenu" />
                <instruction type="userGroupOption" />
                <instruction type="option" />
-               <instruction type="template" />
+               
+               <instruction type="template" run="standalone" />
+               
                <instruction type="eventListener" />
                <instruction type="script">acp/install.php</instruction>
                <instruction type="cronjob" />
@@ -29,7 +31,9 @@
                <instruction type="objectType" />
                <instruction type="acpSearchProvider" />
                <instruction type="style">defaultStyle.tar</instruction>
-               <instruction type="userOption" />
+               
+               <instruction type="userOption" run="standalone" />
+               
                <instruction type="bbcode" />
                <instruction type="smiley" />
                <instruction type="userProfileMenu" />