You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by er...@apache.org on 2015/10/13 10:45:56 UTC

[1/3] cloudstack-www git commit: Improvements to survey.html

Repository: cloudstack-www
Updated Branches:
  refs/heads/asf-site 51c9ec29b -> dffc52936


Improvements to survey.html

Made the survey.html agnostic to protocol used, previously
the iframe was hardcoded with a http:// link and this breaks when
visiting the site over https.

Also set the iframe height to 2000px and enabled scrollbars, this is
to allow longer sides to show properly without the need of having a
really long page for all other pages


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/a08136e7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/a08136e7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/a08136e7

Branch: refs/heads/asf-site
Commit: a08136e7eff0818a0f8b0edcbb7311be0eff3568
Parents: 30a96fe
Author: Erik Weber <te...@gmail.com>
Authored: Mon Oct 12 15:11:42 2015 +0200
Committer: Erik Weber <te...@gmail.com>
Committed: Tue Oct 13 08:47:43 2015 +0200

----------------------------------------------------------------------
 content/survey.html    | 5 ++---
 source/survey.markdown | 7 +++----
 2 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/a08136e7/content/survey.html
----------------------------------------------------------------------
diff --git a/content/survey.html b/content/survey.html
index 1358d4f..721fb9f 100644
--- a/content/survey.html
+++ b/content/survey.html
@@ -139,12 +139,11 @@
 
 </div>
 
-<iframe height="3650" allowtransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://www.formwize.com/run/survey3.cfm?id=7191&amp;embed">
-<a href="http://www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
+<iframe height="2000" allowtransparency="true" frameborder="0" scrolling="yes" style="width:100%;border:none" src="//www.formwize.com/run/survey3.cfm?id=7191&amp;embed">
+<a href="//www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
 </iframe>
 
 
-
             <footer>
                 <p>Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. <br/>
                 "Apache", "CloudStack", "Apache CloudStack", the Apache CloudStack logo, the Apache CloudStack Cloud Monkey logo and the Apache feather logos are registered trademarks or trademarks of The Apache Software Foundation.</p>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/a08136e7/source/survey.markdown
----------------------------------------------------------------------
diff --git a/source/survey.markdown b/source/survey.markdown
index dc6deb9..275299b 100644
--- a/source/survey.markdown
+++ b/source/survey.markdown
@@ -16,8 +16,7 @@ title: Apache CloudStack Survey
 
 </div>
 
-<iframe height="3650" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" 
-  src="http://www.formwize.com/run/survey3.cfm?id=7191&embed">
-<a href="http://www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
+<iframe height="2000" allowTransparency="true" frameborder="0" scrolling="yes" style="width:100%;border:none"
+  src="//www.formwize.com/run/survey3.cfm?id=7191&embed">
+<a href="//www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
 </iframe>
-


[2/3] cloudstack-www git commit: Merge pull request #16 from terbolous/master

Posted by er...@apache.org.
Merge pull request #16 from terbolous/master

Improvements to survey.htmlMade the survey.html agnostic to protocol used, previously
the iframe was hardcoded with a http:// link and this breaks when
visiting the site over https.

Also set the iframe height to 2000px and enabled scrollbars, this is
to allow longer sides to show properly without the need of having a
really long page for all other pages

* pr/16:
  Improvements to survey.html

Signed-off-by: Erik Weber <te...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/d813e3c5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/d813e3c5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/d813e3c5

Branch: refs/heads/asf-site
Commit: d813e3c5012ccf5810bc1ef81e0c2db0cad01507
Parents: 30a96fe a08136e
Author: Erik Weber <te...@gmail.com>
Authored: Tue Oct 13 10:44:15 2015 +0200
Committer: Erik Weber <te...@gmail.com>
Committed: Tue Oct 13 10:44:16 2015 +0200

----------------------------------------------------------------------
 content/survey.html    | 5 ++---
 source/survey.markdown | 7 +++----
 2 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



[3/3] cloudstack-www git commit: Merge branch 'master' into asf-site

Posted by er...@apache.org.
Merge branch 'master' into asf-site

* master:
  Improvements to survey.html


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/dffc5293
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/dffc5293
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/dffc5293

Branch: refs/heads/asf-site
Commit: dffc5293629699955af66b7d227a69c3db3b4758
Parents: 51c9ec2 d813e3c
Author: Erik Weber <te...@gmail.com>
Authored: Tue Oct 13 10:45:45 2015 +0200
Committer: Erik Weber <te...@gmail.com>
Committed: Tue Oct 13 10:45:45 2015 +0200

----------------------------------------------------------------------
 content/survey.html    | 5 ++---
 source/survey.markdown | 7 +++----
 2 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------