Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15E70CB3B for ; Mon, 20 Aug 2012 08:31:13 +0000 (UTC) Received: (qmail 46175 invoked by uid 500); 20 Aug 2012 08:31:13 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 45863 invoked by uid 500); 20 Aug 2012 08:31:06 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 45832 invoked by uid 99); 20 Aug 2012 08:31:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2012 08:31:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2012 08:31:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 714C323888E4; Mon, 20 Aug 2012 08:30:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1374942 - in /incubator/flex/utilities/trunk: common/src/assets/styles/ApacheFlexToolsStyle.css installerBadge/html-template/index.template.html installerBadge/src/InstallApacheFlexBadge.mxml Date: Mon, 20 Aug 2012 08:30:17 -0000 To: flex-commits@incubator.apache.org From: bigosmallm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120820083017.714C323888E4@eris.apache.org> Author: bigosmallm Date: Mon Aug 20 08:30:16 2012 New Revision: 1374942 URL: http://svn.apache.org/viewvc?rev=1374942&view=rev Log: Committing patch from Erik de Bruin - InstallApacheFlex_Patch_FLEX-33152_2012-08-16.txt Modified: incubator/flex/utilities/trunk/common/src/assets/styles/ApacheFlexToolsStyle.css incubator/flex/utilities/trunk/installerBadge/html-template/index.template.html incubator/flex/utilities/trunk/installerBadge/src/InstallApacheFlexBadge.mxml Modified: incubator/flex/utilities/trunk/common/src/assets/styles/ApacheFlexToolsStyle.css URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/common/src/assets/styles/ApacheFlexToolsStyle.css?rev=1374942&r1=1374941&r2=1374942&view=diff ============================================================================== --- incubator/flex/utilities/trunk/common/src/assets/styles/ApacheFlexToolsStyle.css (original) +++ incubator/flex/utilities/trunk/common/src/assets/styles/ApacheFlexToolsStyle.css Mon Aug 20 08:30:16 2012 @@ -20,6 +20,11 @@ limitations under the License. @namespace mx "library://ns.adobe.com/flex/mx"; @namespace st "ws.tink.spark.controls.*"; +@font-face { + src: url("/assets/fonts/open-sans/OpenSans-LightItalic.ttf"); + fontFamily: openSansLightItalic; + advancedAntiAliasing: true; +} @font-face { src: url("/assets/fonts/open-sans/OpenSans-Bold.ttf"); Modified: incubator/flex/utilities/trunk/installerBadge/html-template/index.template.html URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installerBadge/html-template/index.template.html?rev=1374942&r1=1374941&r2=1374942&view=diff ============================================================================== --- incubator/flex/utilities/trunk/installerBadge/html-template/index.template.html (original) +++ incubator/flex/utilities/trunk/installerBadge/html-template/index.template.html Mon Aug 20 08:30:16 2012 @@ -40,7 +40,7 @@ var xiSwfUrlStr = ""; var flashvars = { "fileNamePrefix" : "apache-flex-sdk-", - "installerConfigFile": "http://people.apache.org/~bigosmallm/installapacheflex/ApacheFlexConfig.xml", + "installerConfigFile": "ApacheFlexConfig.xml", "installerFileName": "InstallApacheFlex", "installerDownloadURL": "http://people.apache.org/~bigosmallm/installapacheflex/" }; var params = {}; Modified: incubator/flex/utilities/trunk/installerBadge/src/InstallApacheFlexBadge.mxml URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installerBadge/src/InstallApacheFlexBadge.mxml?rev=1374942&r1=1374941&r2=1374942&view=diff ============================================================================== --- incubator/flex/utilities/trunk/installerBadge/src/InstallApacheFlexBadge.mxml (original) +++ incubator/flex/utilities/trunk/installerBadge/src/InstallApacheFlexBadge.mxml Mon Aug 20 08:30:16 2012 @@ -26,11 +26,14 @@ limitations under the License. width="300" creationComplete="creationCompleteHandler(event)"> - + +

+ Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. +

+
+

+ Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. +

+
+

+ While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. +

+ ; private const INFO_ERROR_OPERATING_SYSTEM:String = "The Apache Flex SDK Installer application\nis not supported on your operating system."; private const INFO_ERROR_RETRIEVE_CONFIG:String = "The application was unable to retrieve\nthe configuration file."; private const INFO_FOR_IDE:String = "for Adobe Flash Builder"; + private const LABEL_BACK:String = "Close"; + private const LABEL_DISCLAIMER:String = "( disclaimer )"; + private const LABEL_DOWNLOAD:String = "DOWNLOAD"; + private const PLATFORM_MAC:String = "Mac"; private const PLATFORM_WIN:String = "Windows"; @@ -134,9 +159,9 @@ limitations under the License. _internetUtil = InternetUtil.instance; _internetUtil.fetch( - _installerConfigFile, + _installerDownloadURL + _installerConfigFile, internetFetchResultHandler - ); + ); } //---------------------------------- @@ -151,7 +176,7 @@ limitations under the License. { configXML = XML(_internetUtil.result); - var fileName:String = configXML.files.file.(@name == 'ApacheFlexSDK').@file.toString(); + var fileName:String = configXML.files.file.(@name == ID_FILE_NODE).@file.toString(); parseSDKVersionNumber(fileName); } @@ -188,7 +213,6 @@ limitations under the License. - + + + left="25" top="227" /> - + - - + + + + + + + + + editable="false" + textFlow="{TextFlowUtil.importFromXML(INFO_DISCLAIMER_XML)}" + visible.normal="false" /> \ No newline at end of file