You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2012/06/21 02:45:15 UTC

svn commit: r1352378 [1/2] - in /incubator/ambari/trunk/hmc: css/ html/ js/ js/ext/ package/rpm/ package/rpm/SPECS/ yui-3.5.1/

Author: yusaku
Date: Thu Jun 21 00:45:14 2012
New Revision: 1352378

URL: http://svn.apache.org/viewvc?rev=1352378&view=rev
Log:
AMBARI-565. Remove YUI source files from SVN (Contributed by yusaku)

Added:
    incubator/ambari/trunk/hmc/css/cssreset-min.css
    incubator/ambari/trunk/hmc/js/ext/yui-min.js
Removed:
    incubator/ambari/trunk/hmc/yui-3.5.1/
Modified:
    incubator/ambari/trunk/hmc/html/addNodesWizard.php
    incubator/ambari/trunk/hmc/html/bootstrapJs.htmli
    incubator/ambari/trunk/hmc/html/index.php
    incubator/ambari/trunk/hmc/html/initializeCluster.php
    incubator/ambari/trunk/hmc/html/installFailed.php
    incubator/ambari/trunk/hmc/html/manageServices.php
    incubator/ambari/trunk/hmc/html/reinstall.php
    incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php
    incubator/ambari/trunk/hmc/html/showDeployProgress.php
    incubator/ambari/trunk/hmc/html/showManageServicesProgress.php
    incubator/ambari/trunk/hmc/html/showUninstallProgress.php
    incubator/ambari/trunk/hmc/html/uninstallFailed.php
    incubator/ambari/trunk/hmc/html/uninstallWizard.php
    incubator/ambari/trunk/hmc/html/welcome.php
    incubator/ambari/trunk/hmc/js/utils.js
    incubator/ambari/trunk/hmc/package/rpm/SPECS/ambari.spec
    incubator/ambari/trunk/hmc/package/rpm/hmc-nodep.spec
    incubator/ambari/trunk/hmc/package/rpm/hmc-php53.spec

Added: incubator/ambari/trunk/hmc/css/cssreset-min.css
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/css/cssreset-min.css?rev=1352378&view=auto
==============================================================================
--- incubator/ambari/trunk/hmc/css/cssreset-min.css (added)
+++ incubator/ambari/trunk/hmc/css/cssreset-min.css Thu Jun 21 00:45:14 2012
@@ -0,0 +1,7 @@
+/*
+YUI 3.5.1 (build 22)
+Copyright 2012 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
\ No newline at end of file

Modified: incubator/ambari/trunk/hmc/html/addNodesWizard.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/addNodesWizard.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/addNodesWizard.php (original)
+++ incubator/ambari/trunk/hmc/html/addNodesWizard.php Thu Jun 21 00:45:14 2012
@@ -4,8 +4,8 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
-	<link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common3.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/bootstrapJs.htmli
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/bootstrapJs.htmli?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/bootstrapJs.htmli (original)
+++ incubator/ambari/trunk/hmc/html/bootstrapJs.htmli Thu Jun 21 00:45:14 2012
@@ -1,5 +1,5 @@
 <link type="text/css" rel="stylesheet" href="../css/yuiCombined.css">
-<script src="../yui-3.5.1/build/yui/yui-min.js"></script>
+<script src="../js/ext/yui-min.js"></script>
 <script src="../js/ext/yuiCombined.js"></script>
 
 <script type="text/javascript">

Modified: incubator/ambari/trunk/hmc/html/index.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/index.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/index.php (original)
+++ incubator/ambari/trunk/hmc/html/index.php Thu Jun 21 00:45:14 2012
@@ -4,6 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/> 
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/initializeCluster.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/initializeCluster.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/initializeCluster.php (original)
+++ incubator/ambari/trunk/hmc/html/initializeCluster.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/installFailed.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/installFailed.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/installFailed.php (original)
+++ incubator/ambari/trunk/hmc/html/installFailed.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css"> 
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css"> 
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/manageServices.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/manageServices.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/manageServices.php (original)
+++ incubator/ambari/trunk/hmc/html/manageServices.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/reinstall.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/reinstall.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/reinstall.php (original)
+++ incubator/ambari/trunk/hmc/html/reinstall.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css"> 
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css"> 
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/showDeployProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showDeployProgress.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showDeployProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showDeployProgress.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/showManageServicesProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showManageServicesProgress.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showManageServicesProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showManageServicesProgress.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/showUninstallProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showUninstallProgress.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showUninstallProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showUninstallProgress.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/uninstallFailed.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/uninstallFailed.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/uninstallFailed.php (original)
+++ incubator/ambari/trunk/hmc/html/uninstallFailed.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css"> 
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css"> 
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/uninstallWizard.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/uninstallWizard.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/uninstallWizard.php (original)
+++ incubator/ambari/trunk/hmc/html/uninstallWizard.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css"> 
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css"> 
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>

Modified: incubator/ambari/trunk/hmc/html/welcome.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/welcome.php?rev=1352378&r1=1352377&r2=1352378&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/welcome.php (original)
+++ incubator/ambari/trunk/hmc/html/welcome.php Thu Jun 21 00:45:14 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>