Fixed a z-index issue introduced with 2.1.9 2.1.9_pl_1
authorAlexander Ebert <ebert@woltlab.com>
Wed, 23 Dec 2015 11:49:42 +0000 (12:49 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 23 Dec 2015 11:49:42 +0000 (12:49 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/style/imageViewer.less

index 67df97227d86b1d05b867195d5aea6cc2553bf33..1f3b43cb1560a2fc54eea482771f5ccc33df9671 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.1.9</version> <!-- codename: typhoon -->
-               <date>2015-12-20</date>
+               <version>2.1.9 pl 1</version> <!-- codename: typhoon -->
+               <date>2015-12-23</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script" run="standalone">acp/rebuild_comments_com.woltlab.wcf_2.1.php</instruction>
        </instructions>
        
-       <!-- HEADS UP! Keep both update blocks below in sync! -->
-       <instructions type="update" fromversion="2.1.8">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="2.1.9">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" run="standalone">language/*.xml</instruction>
-       </instructions>
-       
-       <instructions type="update" fromversion="2.1.8 pl 1">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" run="standalone">language/*.xml</instruction>
        </instructions>
 </package>
index 15abc6bd172dea1b2baee62bf6493c8d780aebf9..55eaefbeb08375c71bf479cf29ff6cc59b7e9c9b 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.9 (Typhoon)');
+define('WCF_VERSION', '2.1.9 pl 1 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());
index bfd2cd75ca7d1caa8afc055990eb16b75d0718fd..537b45c2992614f8291ad8a9ab7049c5513b55e0 100644 (file)
                                margin-left: -122px;
                                opacity: .4;
                                position: absolute;
+                               z-index: 30;
                                
                                .transition(opacity, .5s);