From c6110a88c53fcaae258377dc3bf8ce7505d5dc37 Mon Sep 17 00:00:00 2001 From: Chip Childers Date: Mon, 7 Jan 2013 22:02:28 -0500 Subject: [PATCH 1/3] Updating copyright year in the LICENSE file to 2013 Signed-off-by: Chip Childers --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index afb662a77e2..714f6847ae8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012 The Apache Software Foundation +Copyright (c) 2013 The Apache Software Foundation Apache License From db2033d2e683ea5a2a398291cf2d7728a5be27b0 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 8 Jan 2013 11:27:12 -0800 Subject: [PATCH 2/3] List view UI: Disable overflow scrolling --- ui/css/cloudstack3.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e1c9c86a04f..58563a6711a 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -452,11 +452,6 @@ div.list-view table tbody td span { white-space: nowrap; } -div.list-view table tbody td span:hover { - overflow: auto; - margin-top: 4px; -} - div.list-view div.toolbar div.section-switcher div.section-select label { margin: 0 9px 0 0; } From aa9ccf73022412a7edba7bf266bbbc5ef86add53 Mon Sep 17 00:00:00 2001 From: radhikap Date: Wed, 19 Dec 2012 10:05:28 +0530 Subject: [PATCH 3/3] fix for CLOUDSTACK-481 Signed-off-by: radhikap --- docs/en-US/build-deb.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/build-deb.xml b/docs/en-US/build-deb.xml index deee3ceb1de..37e5a7d7474 100644 --- a/docs/en-US/build-deb.xml +++ b/docs/en-US/build-deb.xml @@ -110,7 +110,7 @@ cloud-utils_4.0.0-incubating_amd64.deb create /etc/apt/sources.list.d/cloudstack.list with this line: - deb http://server.url/cloudstack/repo binary/ + deb http://server.url/cloudstack/repo binary ./ Now that you have the repository info in place, you'll want to run another update so that APT knows where to find the &PRODUCT; packages.