From d0f3df1c5a965b77cce937ff5da9c0695908b669 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 30 May 2016 16:02:06 +0200 Subject: [PATCH] Update URL references to https --- gitadmin/gitadmin/adm/templates/base.html | 4 ++-- gitadmin/gitadmin/adm/templates/help.html | 8 ++++---- gitadmin/gitadmin/feeds.py | 2 +- gitadmin/gitadmin/static/pggit.css | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gitadmin/gitadmin/adm/templates/base.html b/gitadmin/gitadmin/adm/templates/base.html index 4b49d95..bdbbf49 100644 --- a/gitadmin/gitadmin/adm/templates/base.html +++ b/gitadmin/gitadmin/adm/templates/base.html @@ -11,8 +11,8 @@
-
PostgreSQL
-
The world's most advanced open source database
+
PostgreSQL
+
The world's most advanced open source database
diff --git a/gitadmin/gitadmin/adm/templates/help.html b/gitadmin/gitadmin/adm/templates/help.html index 3092c12..abe50a6 100644 --- a/gitadmin/gitadmin/adm/templates/help.html +++ b/gitadmin/gitadmin/adm/templates/help.html @@ -13,7 +13,7 @@ hosting including mailing lists and bug trackers, look at

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 -github. They provide full project hosting +github. 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!

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 postgres +available under the postgres organization on github. Forking from there will give you access to many useful github tools for tracking your work.

@@ -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 users namespace, using the pattern users/<userid>/<repository>. -Note that in most cases, using github and -forking the PostgreSQL mirror +Note that in most cases, using github and +forking the PostgreSQL mirror is a better way to work with your development branches.

diff --git a/gitadmin/gitadmin/feeds.py b/gitadmin/gitadmin/feeds.py index ad79fc3..97b1fe8 100644 --- a/gitadmin/gitadmin/feeds.py +++ b/gitadmin/gitadmin/feeds.py @@ -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 diff --git a/gitadmin/gitadmin/static/pggit.css b/gitadmin/gitadmin/static/pggit.css index 24d5380..caf2312 100644 --- a/gitadmin/gitadmin/static/pggit.css +++ b/gitadmin/gitadmin/static/pggit.css @@ -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; -- 2.39.5