Update URL references to https
authorMagnus Hagander <magnus@hagander.net>
Mon, 30 May 2016 14:02:06 +0000 (16:02 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 30 May 2016 14:02:06 +0000 (16:02 +0200)
gitadmin/gitadmin/adm/templates/base.html
gitadmin/gitadmin/adm/templates/help.html
gitadmin/gitadmin/feeds.py
gitadmin/gitadmin/static/pggit.css

index 4b49d9596bb85802b3e202ffb6c438c1b58422b6..bdbbf4913f737ca0b35f77cd7d0a2e93490d4c6e 100644 (file)
@@ -11,8 +11,8 @@
  <body>
   <div id="pggitWrap">
    <div id="pggitHeader">
-    <div class="fl"><img src="http://www.postgresql.org/layout/images/hdr_left.png" alt="PostgreSQL" /></div>
-    <div class="fr"><img width="210" height="80" src="http://www.postgresql.org/layout/images/hdr_right.png" alt="The world's most advanced open source database" /></div>
+    <div class="fl"><img src="https://www.postgresql.org/layout/images/hdr_left.png" alt="PostgreSQL" /></div>
+    <div class="fr"><img width="210" height="80" src="https://www.postgresql.org/layout/images/hdr_right.png" alt="The world's most advanced open source database" /></div>
     <div class="cb"></div>
    </div> <!-- pggitHeader -->
    <div id="pggitMain">
index 3092c12a90765791332204dc22c9b773b9a4364e..abe50a67683ed86be8d89003a0a9276bbc9c2e36 100644 (file)
@@ -13,7 +13,7 @@ hosting including mailing lists and bug trackers, look at
 <p>
 If you want to to use git, while also getting some of the features
 that are on pgfoundry, we strongly advise you to look at
-<a href="http://github.com">github</a>. They provide full project hosting
+<a href="https://github.com">github</a>. They provide full project hosting
 on git, including webpages, wikis and issue trackers. They provide a much
 more refined hosting product than we do, and as long as your project is
 open source, it's free!
@@ -21,7 +21,7 @@ open source, it's free!
 <p>
 If you want to work on code on one of the main PostgreSQL projects (including
 the backend and pgAdmin for example), there are mirrors of these projects
-available under the <a href="http://github.com/postgres">postgres</a>
+available under the <a href="https://github.com/postgres">postgres</a>
 organization on github. Forking from there will give you access to many
 useful github tools for tracking your work.
 </p>
@@ -81,8 +81,8 @@ If your repository is the main repository for a project, it should live in the
 root namespace. If it's a personal development repository, for example a place
 to push your patches to the main PostgreSQL project, it should live under the
 <i>users</i> namespace, using the pattern <i>users/&lt;userid&gt;/&lt;repository&gt;</i>.
-Note that in most cases, using <a href="http://github.com">github</a> and
-forking the <a href="http://github.com/postgres/postgres">PostgreSQL mirror</a>
+Note that in most cases, using <a href="https://github.com">github</a> and
+forking the <a href="https://github.com/postgres/postgres">PostgreSQL mirror</a>
 is a better way to work with your development branches.
 
 </p>
index ad79fc3c56dc4615e4b38fb04bcf301ea0300f95..97b1fe804a9b068556c1513a47012b8867f68c35 100644 (file)
@@ -15,4 +15,4 @@ class AllReposFeed(Feed):
                return Repository.objects.all().order_by('repoid')
        
        def item_link(self, repo):
-               return "http://git.postgresql.org/gitweb/%s" % repo
+               return "https://git.postgresql.org/gitweb/%s" % repo
index 24d5380c67551a635f4207c56ef33cd65a788123..caf231294941d53296befae8bd58ff2ae427a20f 100644 (file)
@@ -9,7 +9,7 @@ body {
 
 div#pggitHeader {
   width: 100%;
-  background: url(http://www.postgresql.org/layout/images/hdr_fill.png);
+  background: url(https://www.postgresql.org/layout/images/hdr_fill.png);
   padding: 0 0 0 0;
   height: 80px;
   margin: 5px 0 2px 0;