From dc0cc4fcd324d0906cc99ca5db0d06925bae21f3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 28 Sep 2013 22:42:08 +0200 Subject: [PATCH] Preparing release 2.0.0 Beta 10 --- com.woltlab.wcf/package.xml | 4 +++- com.woltlab.wcf/update_b10.sql | 11 ++++++++++- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- wcfsetup/install/lang/en.xml | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index cb8faa108e..a71cb492ea 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -6,7 +6,7 @@ 1 2.0.0 Beta 10 - 2013-09-24 + 2013-09-28 @@ -47,8 +47,10 @@ files_update.tar + acptemplates_update.tar templates_update.tar language/*.xml + option.xml update_b10.sql diff --git a/com.woltlab.wcf/update_b10.sql b/com.woltlab.wcf/update_b10.sql index cfb0a85bb9..246d406efb 100644 --- a/com.woltlab.wcf/update_b10.sql +++ b/com.woltlab.wcf/update_b10.sql @@ -1,4 +1,13 @@ /* 064caa4 */ DELETE FROM wcf1_user_storage; -ALTER TABLE wcf1_user_storage CHANGE fieldValue fieldValue MEDIUMTEXT; \ No newline at end of file +ALTER TABLE wcf1_user_storage CHANGE fieldValue fieldValue MEDIUMTEXT; + +/* ec09840 */ +DROP TABLE IF EXISTS wcf1_cli_history; +CREATE TABLE wcf1_cli_history ( + historyItem INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY, + userID INT(10) NOT NULL, + command VARCHAR(255) NOT NULL, + KEY (userID) +); \ No newline at end of file diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 8ff2322b5e..b6542d283b 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -36,7 +36,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.0.0 Beta 9 (Maelstrom)'); +define('WCF_VERSION', '2.0.0 Beta 10 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time()); diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 82f1108173..7f26400c22 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -165,10 +165,10 @@ Examples for medium ID detection: - + - + @@ -845,9 +845,9 @@ Examples for medium ID detection: - - -Beispiele:
+ + +Examples:
WBB=WoltLab Burning Board
GmbH=Gesellschaft mit beschränkter Haftung]]>
-- 2.20.1