Preparing release 2.0.0 RC 1
authorAlexander Ebert <ebert@woltlab.com>
Fri, 8 Nov 2013 14:12:33 +0000 (15:12 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Nov 2013 14:12:33 +0000 (15:12 +0100)
com.woltlab.wcf/blue-temptation-style.tgz
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index c5d265c69f6ecf108bd140b8c9b19d315790f269..85f5c5aaa49586a4c5e7cf6b7d3840cf14b2d98c 100644 (file)
Binary files a/com.woltlab.wcf/blue-temptation-style.tgz and b/com.woltlab.wcf/blue-temptation-style.tgz differ
index 2a5fb91431e569e5badf523da0c2e4eebf54e232..0e6d8a88c01e8f3dc3d656daa71e2bb1d0b2926f 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
-               <version>2.0.0 Beta 11</version> <!-- codename: maelstrom -->
-               <date>2013-11-04</date>
+               <version>2.0.0 RC 1</version> <!-- codename: maelstrom -->
+               <date>2013-11-08</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction> 
        </instructions>
        
-       <instructions type="update" fromversion="2.0.0 Beta 10">
+       <instructions type="update" fromversion="2.0.0 Beta 11">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
+               <instruction type="language">language/*.xml</instruction>
                
-               <!-- a lot of files and templates have been changed, prevent timeouts on horribly slow systems -->
-               <instruction type="language" run="standalone">language/*.xml</instruction>
-               
-               <instruction type="clipboardAction">clipboardAction.xml</instruction>
-               <instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
-               <instruction type="objectType">objectType.xml</instruction>
                <instruction type="option">option.xml</instruction>
-               <instruction type="userGroupOption">userGroupOption.xml</instruction>
-               <instruction type="userOption">userOption.xml</instruction>
+               
+               <instruction type="style">blue-temptation-style.tgz</instruction>
        </instructions>
 </package>
index 347904b85605688255875c07fe0015acbbce1e88..2e26273f2efc2a1c7e8c9b0c4f8c2e558d4df3fb 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.0 Beta 11 (Maelstrom)');
+define('WCF_VERSION', '2.0.0 RC 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());