Make links https-compatible
Closes bug 1337335 Change-Id: Iaefd7ad293fcbe1a7c6d5674dd62fa5e2f26b915
This commit is contained in:
		@@ -65,7 +65,7 @@ show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True)
 | 
				
			|||||||
        {% if show_user_gravatar %}
 | 
					        {% if show_user_gravatar %}
 | 
				
			||||||
            <img src="${gravatar}">
 | 
					            <img src="${gravatar}">
 | 
				
			||||||
        {% else %}
 | 
					        {% else %}
 | 
				
			||||||
            <img src="http://www.gravatar.com/avatar/a${parseInt(record_type,36)}?s={{ gravatar_size }}&d=identicon" style="width: {{ gravatar_size }}px; height: {{ gravatar_size }}px;">
 | 
					            <img src="//www.gravatar.com/avatar/a${parseInt(record_type,36)}?s={{ gravatar_size }}&d=identicon" style="width: {{ gravatar_size }}px; height: {{ gravatar_size }}px;">
 | 
				
			||||||
        {% endif %}
 | 
					        {% endif %}
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,9 +7,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
					    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
					    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,9 +16,9 @@
 | 
				
			|||||||
<meta name="build" content="{{ stackalytics_release }}"/>
 | 
					<meta name="build" content="{{ stackalytics_release }}"/>
 | 
				
			||||||
<meta name="runtime_storage_update_time" content="{{ runtime_storage_update_time }}"/>
 | 
					<meta name="runtime_storage_update_time" content="{{ runtime_storage_update_time }}"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					<link href='//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					<link href='//fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
					<link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,9 +7,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
					    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
					    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,9 +7,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
					    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
					    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -235,7 +235,7 @@ External CI status for {{ module }} for the last {{ days }} days
 | 
				
			|||||||
    <p>Overall stats for external CIs. <i>Merged patch sets</i> - results of test execution on the last patch set in the
 | 
					    <p>Overall stats for external CIs. <i>Merged patch sets</i> - results of test execution on the last patch set in the
 | 
				
			||||||
    merged change request (assuming that it is almost the same as to run tests against master). <i>All patch sets</i> -
 | 
					    merged change request (assuming that it is almost the same as to run tests against master). <i>All patch sets</i> -
 | 
				
			||||||
    results of test execution on all patch sets.</p>
 | 
					    results of test execution on all patch sets.</p>
 | 
				
			||||||
    <p>List of CIs is taken from <a href="http://localhost:5000/report/driverlog">DriverLog</a> and can be updated by commit into its
 | 
					    <p>List of CIs is taken from <a href="/report/driverlog">DriverLog</a> and can be updated by commit into its
 | 
				
			||||||
        <a href="https://git.openstack.org/cgit/stackforge/driverlog/tree/etc/default_data.json">default_data.json</a></p>
 | 
					        <a href="https://git.openstack.org/cgit/stackforge/driverlog/tree/etc/default_data.json">default_data.json</a></p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <table id="summary_stats_table" style="display: none;">
 | 
					    <table id="summary_stats_table" style="display: none;">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,9 +7,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
					    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					    <link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
					    <link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,9 +8,9 @@
 | 
				
			|||||||
<meta name="description" content="OpenStack contribution dashboard collects and processes development activity data such as commits, lines of code changed, and code reviews"/>
 | 
					<meta name="description" content="OpenStack contribution dashboard collects and processes development activity data such as commits, lines of code changed, and code reviews"/>
 | 
				
			||||||
<meta name="keywords" content="openstack, contribution, community, review, commit, {{ company }}"/>
 | 
					<meta name="keywords" content="openstack, contribution, community, review, commit, {{ company }}"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					<link href='//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					<link href='//fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
					<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css' />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
					<link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}" type="image/png"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -19,7 +19,7 @@
 | 
				
			|||||||
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/select2.css') }}">
 | 
					<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/select2.css') }}">
 | 
				
			||||||
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
					<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
 | 
					<link rel="stylesheet" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script type="text/javascript" src="{{ url_for('static', filename='js/jquery-1.9.1.min.js') }}"></script>
 | 
					<script type="text/javascript" src="{{ url_for('static', filename='js/jquery-1.9.1.min.js') }}"></script>
 | 
				
			||||||
<script type="text/javascript" src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script>
 | 
					<script type="text/javascript" src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script>
 | 
				
			||||||
@@ -39,7 +39,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<script type="text/javascript">
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    var base_url = "http://stackalytics.com";
 | 
					    var base_url = "//stackalytics.com";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $(document).ready(function () {
 | 
					    $(document).ready(function () {
 | 
				
			||||||
        initSelectors(base_url);
 | 
					        initSelectors(base_url);
 | 
				
			||||||
@@ -63,7 +63,7 @@
 | 
				
			|||||||
                .button()
 | 
					                .button()
 | 
				
			||||||
                .click(function (event) {
 | 
					                .click(function (event) {
 | 
				
			||||||
                    event.preventDefault();
 | 
					                    event.preventDefault();
 | 
				
			||||||
                    window.open('http://stackalytics.com/', 'stackalytics');
 | 
					                    window.open('//stackalytics.com/', 'stackalytics');
 | 
				
			||||||
                    return false;
 | 
					                    return false;
 | 
				
			||||||
                });
 | 
					                });
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user