From 33a7f9ad9c91444bdb8ee48c24cbe3f776065c60 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 1 Nov 2012 15:31:45 -0700 Subject: [PATCH 1/5] Multi-edit table: add scrollbars for longer values Add horizontal scrollbar to fix longer values (such as CIDR lists) causing table to overflow. --- ui/css/cloudstack3.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 93578037168..75b1d004be7 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7266,8 +7266,9 @@ div.panel.ui-dialog div.list-view div.fixed-header { border-radius: 5px; border-radius: 5px 5px 5px 5px; width: 74px; + text-indent: 0px; text-align: center; - padding: 6px 9px 4px 0px; + padding: 6px 0px 4px; background: url(../images/bg-gradients.png) repeat-x 0px -220px; /*+placement:shift 4px 0px;*/ position: relative; @@ -7389,10 +7390,18 @@ div.panel.ui-dialog div.list-view div.fixed-header { border-left: none; border-right: 1px solid #CFC9C9; height: 15px; - overflow: hidden; + overflow: auto; padding-right: 0; } +.multi-edit .data .data-body .data-item > table tbody tr td span { + overflow-x: auto; + overflow-y: hidden; + width: 70px; + display: block; + float: left; +} + .multi-edit .data .data-body .data-item table tbody tr td.blank { } @@ -7437,6 +7446,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { .multi-edit .data .data-body .data-item tr td .expand { width: 14px; height: 15px; + display: block; cursor: pointer; background: #FFFFFF url(../images/sprites.png) -541px -499px; border: 1px solid #D0D0D0; From bb38462b4f016bac389c64d960c9145d0993f3d0 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Thu, 1 Nov 2012 17:39:03 -0500 Subject: [PATCH 2/5] CLOUDSTACK-250 minor fix in documentation about maintenance mode. --- docs/en-US/vcenter-maintenance-mode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/vcenter-maintenance-mode.xml b/docs/en-US/vcenter-maintenance-mode.xml index a07300eee58..fb896b2b166 100644 --- a/docs/en-US/vcenter-maintenance-mode.xml +++ b/docs/en-US/vcenter-maintenance-mode.xml @@ -35,7 +35,7 @@ First use vCenter to exit the vCenter maintenance mode. This makes the host ready for &PRODUCT; to reactivate it. Then use &PRODUCT;'s administrator UI to cancel the &PRODUCT; maintenance mode - When the host comes back online, the VMs that were migrated off of it are migrated back to it and new VMs can be added. + When the host comes back online, the VMs that were migrated off of it may be migrated back to it manually and new VMs can be added. From 5ddb6f251cde71ec16ab5195406ff6185547af23 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Thu, 1 Nov 2012 17:44:08 -0500 Subject: [PATCH 3/5] CLOUDSTACK-392: Install Guide - fixed issue with minor correction needed in docs. --- docs/en-US/log-in-root-admin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/log-in-root-admin.xml b/docs/en-US/log-in-root-admin.xml index c0a340a4ea9..bf499d6fe95 100644 --- a/docs/en-US/log-in-root-admin.xml +++ b/docs/en-US/log-in-root-admin.xml @@ -28,7 +28,7 @@ Open your favorite Web browser and go to this URL. Substitute the IP address of your own Management Server: http://<management-server-ip-address>:8080/client - On a fresh Management Server installation, a guided tour splash screen appears. On later visits, you’ll see a login screen where you can enter a user ID and password and proceed to your Dashboard. + After logging into a fresh Management Server installation, a guided tour splash screen appears. On later visits, you’ll be taken directly into the Dashboard. If you see the first-time splash screen, choose one of the following. From dee9264ddcc226231494e18eea49f46c11660eb9 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Thu, 1 Nov 2012 17:49:03 -0500 Subject: [PATCH 4/5] CLOUDSTACK-385: Section 3.2.3 (MD5): confusing first sentence. Fixed this, though the entire section could probably do with a re-write. I think the existing instructions are overly complex. --- docs/en-US/verifying-source.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml index 05b54ecb6a9..f8bd102379d 100644 --- a/docs/en-US/verifying-source.xml +++ b/docs/en-US/verifying-source.xml @@ -54,9 +54,9 @@
MD5 - In addition to the cryptographic signature, the &PRODUCT; provides a number - of cryptographic hashes to aid in assurance of validity of the downloaded - release. You can verify this hash by executing the following command: + In addition to the cryptographic signature, &PRODUCT; has an MD5 checksum + that you can use to verify the download matches the release. + You can verify this hash by executing the following command: $ gpg --print-md MD5 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | diff - apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5 From 7ffcd9e8bfb853f406282512d9bff10e5d907431 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Thu, 1 Nov 2012 18:12:33 -0500 Subject: [PATCH 5/5] CLOUDSTACK-291 Additional comment on install.sh upgrade path: Noted that users need to agree to changes suggested by Yum or APT. --- docs/en-US/Release_Notes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index 849dc5af911..418d7ca2089 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -174,6 +174,7 @@ # apt-get update # apt-get upgrade cloud-* + You will, of course, have to agree to the changes suggested by Yum or APT. If the upgrade output includes a message similar to the following, then some custom content was found in your old components.xml, and you need to merge the two @@ -619,6 +620,7 @@ # apt-get update # apt-get upgrade cloud-* + You will, of course, have to agree to the changes suggested by Yum or APT. If you have made changes to your existing copy of the file components.xml in your