From: Alexander Ebert Date: Sun, 14 Dec 2014 02:58:27 +0000 (+0100) Subject: Added WCF 2.0 package update servers X-Git-Tag: 2.1.0_Beta_1~15 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37089cb5c7f3b9619249459d9411197c9c18a09a;p=GitHub%2FWoltLab%2FWCF.git Added WCF 2.0 package update servers --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index d3e9ab261c..b265efd8f1 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -43,12 +43,15 @@ acp/post_install.php + + --> + --> - - acptemplates_update.tar - files_update.tar - templates_update.tar - - language/*.xml - - blue-temptation-style.tgz - - bbcode.xml - + --> diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 87e7948140..5684f29ca3 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -1765,6 +1765,8 @@ INSERT INTO wcf1_user_group_option_value (groupID, optionID, optionValue) VALUES INSERT INTO wcf1_user_group_option_value (groupID, optionID, optionValue) VALUES (4, 3, '1'); -- Administrators -- default update servers +INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://update.woltlab.com/maelstrom/', 'online', 0, NULL, 0, '', ''); +INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://store.woltlab.com/maelstrom/', 'online', 0, NULL, 0, '', ''); INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://update.woltlab.com/typhoon/', 'online', 0, NULL, 0, '', ''); INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://store.woltlab.com/typhoon/', 'online', 0, NULL, 0, '', '');