From 7b3ec180abd8901aa40d4acc424547bf9353e102 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 11 Mar 2022 13:44:35 -0600 Subject: [PATCH] fix: point to GitHub for bug reports (#3625) * fix: point to GitHub for bug reports * fix: point report bug link to template chooser * fix: point report bug link to template chooser (2) Co-authored-by: Nicolas Giard --- ietf/templates/500.html | 8 ++++---- ietf/templates/base.html | 8 ++++---- ietf/templates/base/menu.html | 6 +++--- ietf/templates/release/about.html | 9 ++++----- 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/ietf/templates/500.html b/ietf/templates/500.html index df81215d9..80c18a735 100644 --- a/ietf/templates/500.html +++ b/ietf/templates/500.html @@ -1,4 +1,4 @@ -{# Copyright The IETF Trust 2007, All Rights Reserved #} +{# Copyright The IETF Trust 2007-2022, All Rights Reserved #} {% extends "base.html" %} {% load static %} {% block title %}500 Internal Server Error{% endblock %} @@ -17,9 +17,9 @@

A failure report with details about what happened has been sent to the - server administrators. It would be helpful if you would file a bug - report with additional information at the - IETF database issue tracker, too. + server administrators. It would be helpful if you would create an issue + providing additional information at + GitHub, too.

{% endblock %} diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 8890e6619..446c87e2d 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -1,5 +1,5 @@ {% load ietf_filters static %} -{# Copyright The IETF Trust 2015-2021, All Rights Reserved #} +{# Copyright The IETF Trust 2015-2022, All Rights Reserved #} {% load origin %}{% origin %} {% load bootstrap3 %} @@ -133,12 +133,12 @@

{% if version_num %} About | - IETF Datatracker | + IETF Datatracker | Version {{ version_num }} | {{revision_date}} | {% endif %} Report a bug: - Tracker: + GitHub: {% if bugreport_email %} Email: {% endif %} @@ -170,4 +170,4 @@ {% endif %} - \ No newline at end of file + diff --git a/ietf/templates/base/menu.html b/ietf/templates/base/menu.html index 7f8886efa..b40e1daa1 100644 --- a/ietf/templates/base/menu.html +++ b/ietf/templates/base/menu.html @@ -1,4 +1,4 @@ -{# Copyright The IETF Trust 2015-2019, All Rights Reserved #}{% load origin %}{% origin %} +{# Copyright The IETF Trust 2015-2022, All Rights Reserved #}{% load origin %}{% origin %} {% load ietf_filters managed_groups wg_menu active_groups_menu group_filters cache %} {% if flavor != "top" %} @@ -157,10 +157,10 @@

  • API Help
  • Release notes
  • {% if flavor == "top" %}{% endif %} -
  • Report a bug
  • +
  • Report a bug
  • {% if flavor == "top" %}{% endif %} {% if flavor == "top" %} {% include "base/menu_user.html" %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/ietf/templates/release/about.html b/ietf/templates/release/about.html index ca306c1aa..481e375b3 100644 --- a/ietf/templates/release/about.html +++ b/ietf/templates/release/about.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{# Copyright The IETF Trust 2015, All Rights Reserved #} +{# Copyright The IETF Trust 2015-2022, All Rights Reserved #} {% load origin %} {% block title %}About the Datatracker{% endblock %} @@ -23,10 +23,9 @@

    All the Datatracker code is publicly avaliable from the - IETF tools SVN repository. - Bug tickets and wiki notes are available from the - Issue Tracker, and - there are also release notes available since version 2.00. + IETF tools GitHub repository. + Bug tickets should be reported as issues at GitHub. + There are also release notes available since version 2.00.