From: Alexander Ebert Date: Tue, 30 Oct 2012 18:53:40 +0000 (+0100) Subject: Adding default style X-Git-Tag: 2.0.0_Beta_1~823^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2d87d7afe05b066c02103fd81dfe6af6d74dbcce;p=GitHub%2FWoltLab%2FWCF.git Adding default style --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 909be5e2aa..5b34ca6167 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -29,5 +29,6 @@ objectTypeDefinition.xml objectType.xml acpSearchProvider.xml + woltlab-basic-style.tgz diff --git a/com.woltlab.wcf/woltlab-basic-style.tgz b/com.woltlab.wcf/woltlab-basic-style.tgz new file mode 100644 index 0000000000..6d801b6b3a Binary files /dev/null and b/com.woltlab.wcf/woltlab-basic-style.tgz differ diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 189e1e2bd1..259a24a0ac 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -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/'),