Adding default style
authorAlexander Ebert <ebert@woltlab.com>
Tue, 30 Oct 2012 18:53:40 +0000 (19:53 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 30 Oct 2012 18:53:40 +0000 (19:53 +0100)
com.woltlab.wcf/package.xml
com.woltlab.wcf/woltlab-basic-style.tgz [new file with mode: 0644]
wcfsetup/setup/db/install.sql

index 909be5e2aa96e1f09bcd4588347e9438902ab583..5b34ca6167440bb8d54af3feaacdd1e34fbf8202 100644 (file)
@@ -29,5 +29,6 @@
                <instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
                <instruction type="objectType">objectType.xml</instruction>
                <instruction type="acpSearchProvider">acpSearchProvider.xml</instruction>
+               <instruction type="style">woltlab-basic-style.tgz</instruction>
        </instructions>
 </package>
diff --git a/com.woltlab.wcf/woltlab-basic-style.tgz b/com.woltlab.wcf/woltlab-basic-style.tgz
new file mode 100644 (file)
index 0000000..6d801b6
Binary files /dev/null and b/com.woltlab.wcf/woltlab-basic-style.tgz differ
index 189e1e2bd1d212e567a0207b098445322076dec0..259a24a0ac39549fb898d8330b62228eae7ef672 100644 (file)
@@ -1022,7 +1022,3 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('useFluidLa
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogo', '');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('individualLess', '');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('overrideLess', '');
-
--- default style
-INSERT INTO wcf1_style (styleID, packageID, styleName, templateGroupID, isDefault, disabled, styleDescription, styleVersion, styleDate, image, copyright, license, authorName, authorURL, iconPath, imagePath) VALUES
-(1, 1, 'WoltLab Basic', 0, 1, 0, 'The WCF Basic style is the default style of the WCF.', '1.0.0 Alpha 1', '2012-10-29', '', 'WoltLab GmbH', 'GNU Lesser General Public License', 'Alexander Ebert, Matthias Kittsteiner, Harald Szekely, Marcel Werk', 'http://www.woltlab.com', 'icon/', 'images/'),