From 37089cb5c7f3b9619249459d9411197c9c18a09a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 Dec 2014 03:58:27 +0100 Subject: [PATCH] Added WCF 2.0 package update servers --- com.woltlab.wcf/package.xml | 21 ++++++--------------- wcfsetup/setup/db/install.sql | 2 ++ 2 files changed, 8 insertions(+), 15 deletions(-) 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, '', ''); -- 2.20.1