From 05849416ffcfdedaa40e86944face0f63a8731ff Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 24 May 2016 22:35:19 +0200 Subject: [PATCH] Update all links to www.postgresql.org to be https --- .../archives/mailarchives/templates/base.html | 50 +++++++++---------- .../mailarchives/templates/searchform.html | 4 +- .../mailarchives/templatetags/pgfilters.py | 2 +- loader/listsync.py | 2 +- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/django/archives/mailarchives/templates/base.html b/django/archives/mailarchives/templates/base.html index 3ebad39..ec60753 100644 --- a/django/archives/mailarchives/templates/base.html +++ b/django/archives/mailarchives/templates/base.html @@ -1,14 +1,14 @@ - + "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + {%block title%}{%endblock%} {%block meta%}{%endblock%} {# used for custom meta tags such as description which we don't want for every page #} - - + + @@ -34,7 +34,7 @@ Skip section navigation (2)
- Privacy Policy | - About PostgreSQL
+ Privacy Policy | + About PostgreSQL
Copyright © 1996-{% now "Y" %} The PostgreSQL Global Development Group
diff --git a/django/archives/mailarchives/templates/searchform.html b/django/archives/mailarchives/templates/searchform.html index 0422548..dc482b7 100644 --- a/django/archives/mailarchives/templates/searchform.html +++ b/django/archives/mailarchives/templates/searchform.html @@ -1,6 +1,6 @@

- + {%if searchform_list%} {%endif%}
@@ -14,7 +14,7 @@ (enter a message-id to go directly to that message) - Advanced Search + Advanced Search
diff --git a/django/archives/mailarchives/templatetags/pgfilters.py b/django/archives/mailarchives/templatetags/pgfilters.py index 337a1a3..9f97119 100644 --- a/django/archives/mailarchives/templatetags/pgfilters.py +++ b/django/archives/mailarchives/templatetags/pgfilters.py @@ -19,7 +19,7 @@ def hidemail(value): # The archived messages contain a lot of links to other messages in the # mailing list archives: # -# http://www.postgresql.org/message-id/1asd21das@mail.gmail.com +# https://www.postgresql.org/message-id/1asd21das@mail.gmail.com # # Those are not email addresses, so ignore them. The links won't work if they # are mangled. diff --git a/loader/listsync.py b/loader/listsync.py index 8ace075..2d7bdf4 100755 --- a/loader/listsync.py +++ b/loader/listsync.py @@ -67,7 +67,7 @@ if __name__=="__main__": psycopg2.extensions.register_type(psycopg2.extensions.UNICODE) conn = psycopg2.connect(connstr) - u = urllib.urlopen("http://www.postgresql.org/community/lists/listinfo/") + u = urllib.urlopen("https://www.postgresql.org/community/lists/listinfo/") obj = json.load(u) u.close() -- 2.39.5