From: Matthias Schmidt Date: Sat, 31 Dec 2011 20:22:59 +0000 (+0100) Subject: Replaces 'standalone' with 'isApplication' X-Git-Tag: 2.0.0_Beta_1~1425^2~3^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aac1247eda11d5641f6df2d9ea8ae5226556dbb4;p=GitHub%2FWoltLab%2FWCF.git Replaces 'standalone' with 'isApplication' --- diff --git a/XSD/package.xsd b/XSD/package.xsd index 67ed0b3cf5..dec100fac7 100644 --- a/XSD/package.xsd +++ b/XSD/package.xsd @@ -86,7 +86,7 @@ - + diff --git a/XSD/packageUpdateServer.xsd b/XSD/packageUpdateServer.xsd index 6ed4c11cdb..1fd2393812 100644 --- a/XSD/packageUpdateServer.xsd +++ b/XSD/packageUpdateServer.xsd @@ -34,7 +34,7 @@ - + @@ -49,8 +49,8 @@ - - + + diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index cec7d322c9..a5a8949022 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -3,7 +3,7 @@ WoltLab Community Framework Free web-framework, designed and developed for complex community applications. - 1 + 1 1 2.0.0 Alpha 1 2011-05-19 diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index deb4208fc9..f25fb4cf80 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -3637,15 +3637,15 @@ input[type='button'][disabled='disabled'], /* ############## ACP Package List ############## */ -/* -- -- -- Package Standalone -- -- -- */ +/* -- -- -- Application Package -- -- -- */ /* Globals */ -.infoPackageStandalone { +.infoPackageApplication { position: relative; } -.infoPackageStandalone img.packageStandaloneIcon { +.infoPackageApplication img.packageApplicationIcon { position: absolute; top: 30px; left: 25px; @@ -3653,12 +3653,12 @@ input[type='button'][disabled='disabled'], height: 96px; } -.infoPackageStandalone div { +.infoPackageApplication div { margin-bottom: -15px; margin-left: 30px; } -.infoPackageStandalone footer { +.infoPackageApplication footer { position: relative; right: -15px; bottom: -15px; @@ -3796,14 +3796,14 @@ input[type='button'][disabled='disabled'], /* -- -- -- Package Footers -- -- -- */ -.infoPackageStandalone footer nav, +.infoPackageApplication footer nav, .infoPackagePlugin footer nav { text-align: right; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) { - .infoPackageStandalone footer nav, + .infoPackageApplication footer nav, .infoPackagePlugin footer nav { opacity: 0; @@ -3814,7 +3814,7 @@ input[type='button'][disabled='disabled'], transition: opacity .1s linear; } - .infoPackageStandalone:hover footer nav, + .infoPackageApplication:hover footer nav, .infoPackagePlugin:hover footer nav { opacity: 1; } @@ -3823,9 +3823,9 @@ input[type='button'][disabled='disabled'], @media screen and (max-width: 480px), screen and (max-device-width: 480px) { - .infoPackageStandalone footer nav, + .infoPackageApplication footer nav, .infoPackagePlugin footer nav, - .infoPackageStandalone:hover footer nav, + .infoPackageApplication:hover footer nav, .infoPackagePlugin:hover footer nav { opacity: 1; } diff --git a/wcfsetup/install/files/acp/templates/packageList.tpl b/wcfsetup/install/files/acp/templates/packageList.tpl index 87002962cb..cbe3667785 100644 --- a/wcfsetup/install/files/acp/templates/packageList.tpl +++ b/wcfsetup/install/files/acp/templates/packageList.tpl @@ -23,7 +23,7 @@
- +

{lang}wcf.acp.package.list{/lang}

@@ -43,10 +43,10 @@ {foreach from=$applications key=packageID item=package} -
+
{$package->getName()} - +
@@ -115,7 +115,7 @@ diff --git a/wcfsetup/install/files/acp/templates/packageListDetailed.tpl b/wcfsetup/install/files/acp/templates/packageListDetailed.tpl index 8d38a26737..d94343c132 100644 --- a/wcfsetup/install/files/acp/templates/packageListDetailed.tpl +++ b/wcfsetup/install/files/acp/templates/packageListDetailed.tpl @@ -11,7 +11,7 @@
- +

{lang}wcf.acp.package.list{/lang}

@@ -73,8 +73,8 @@

{@$package->packageID}

- {if $package->standalone} - + {if $package->isApplication} + {elseif $package->isPlugin()} {else} diff --git a/wcfsetup/install/files/acp/templates/packageStartInstall.tpl b/wcfsetup/install/files/acp/templates/packageStartInstall.tpl index 0b8b80aa13..34f98ee90a 100644 --- a/wcfsetup/install/files/acp/templates/packageStartInstall.tpl +++ b/wcfsetup/install/files/acp/templates/packageStartInstall.tpl @@ -21,7 +21,7 @@