[pan] Update bug URLs



commit edad96df2858f5a586bd96a11ad20fca8e9165ec
Author: Sebastiaan Lokhorst <sebastiaanlokhorst gmail com>
Date:   Mon Dec 10 12:56:56 2018 +0100

    Update bug URLs

 configure.ac                     |  2 +-
 pan.appdata.xml.in               |  2 +-
 pan/data-impl/article-filter.cc  |  2 +-
 pan/gui/gui.cc                   |  2 +-
 pan/gui/pan.cc                   |  2 +-
 pan/tasks/nntp-pool.cc           |  2 +-
 pan/usenet-utils/numbers-test.cc |  2 +-
 po/bs.po                         |  3 +--
 po/cs.po                         |  3 +--
 po/da.po                         |  3 +--
 po/de.po                         |  3 +--
 po/el.po                         |  3 +--
 po/es.po                         |  3 +--
 po/fi.po                         |  3 +--
 po/fr.po                         |  3 +--
 po/hu.po                         |  3 +--
 po/pl.po                         |  3 +--
 po/pt.po                         |  3 +--
 po/ro.po                         | 15 +++++++--------
 po/sl.po                         |  3 +--
 po/sr.po                         |  3 +--
 po/sr latin po                   |  3 +--
 po/tr.po                         |  3 +--
 23 files changed, 29 insertions(+), 45 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9131650..f53d238 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Pan],[0.146],[https://bugzilla.gnome.org/enter_bug.cgi?product=Pan],[pan],[http://pan.rebelbase.com/])
+AC_INIT([Pan],[0.146],[https://gitlab.gnome.org/GNOME/pan/issues],[pan],[http://pan.rebelbase.com/])
 AC_DEFINE(VERSION_MAJOR,0,[Major part of version number])
 AC_DEFINE(VERSION_MINOR,146,[Minor part of version number])
 AC_DEFINE(VERSION_REVISION,0,[Revision part of version number])
diff --git a/pan.appdata.xml.in b/pan.appdata.xml.in
index 400aeb6..4c61053 100644
--- a/pan.appdata.xml.in
+++ b/pan.appdata.xml.in
@@ -20,7 +20,7 @@
   <update_contact>pan-users nongnu org</update_contact>
   <project_license>GPL-2.0</project_license>
   <developer_name>Pan</developer_name>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=Pan</url>
+  <url type="bugtracker">https://gitlab.gnome.org/GNOME/pan/issues</url>
   <url type="donation">http://pan.rebelbase.com/tipjar/</url>
   <url type="help">http://pan.rebelbase.com/manual/html/</url>
   <url type="translate">https://l10n.gnome.org/module/pan/</url>
diff --git a/pan/data-impl/article-filter.cc b/pan/data-impl/article-filter.cc
index 5716a31..b06d0c2 100644
--- a/pan/data-impl/article-filter.cc
+++ b/pan/data-impl/article-filter.cc
@@ -45,7 +45,7 @@ ArticleFilter :: get_header (const Article& a, const Quark& header_name) const
   if (header_name == message_ID) return a.message_id.to_view ();
 
   std::cerr << LINE_ID << ' ' << PACKAGE_STRING << " is misparsing \"" << header_name << "\".\n"
-            << "Please file a bug report to http://bugzilla.gnome.org/enter_bug.cgi?product=Pan\n";;
+            << "Please file a bug report to https://gitlab.gnome.org/GNOME/pan/issues\n";;
   return empty;
 }
 
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index c25ecc4..f79aa1e 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -1698,7 +1698,7 @@ void GUI :: do_pan_web ()
 }
 void GUI :: do_bug_report ()
 {
-  URL :: open (_prefs, "http://bugzilla.gnome.org/enter_bug.cgi?product=Pan";);
+  URL :: open (_prefs, "https://gitlab.gnome.org/GNOME/pan/issues";);
 }
 void GUI :: do_tip_jar ()
 {
diff --git a/pan/gui/pan.cc b/pan/gui/pan.cc
index f732398..8d28fdb 100644
--- a/pan/gui/pan.cc
+++ b/pan/gui/pan.cc
@@ -569,7 +569,7 @@ namespace
 
   /** Queue:::Listener that quits Pan via mainloop_exit()
       when on_queue_size_changed() say the queue is empty.
-      See bugzilla bug #424248. */
+      See https://bugzilla.gnome.org/show_bug.cgi?id=424248. */
   struct PanKiller : public Queue::Listener
   {
     PanKiller(Queue & q) : q(q) { q.add_listener(this); }
diff --git a/pan/tasks/nntp-pool.cc b/pan/tasks/nntp-pool.cc
index 730fec6..83063cb 100644
--- a/pan/tasks/nntp-pool.cc
+++ b/pan/tasks/nntp-pool.cc
@@ -219,7 +219,7 @@ NNTP_Pool :: on_nntp_done (NNTP* nntp, Health health, const StringView& response
      if (   (s.find ("502") != s.npos)
          || (s.find ("400") != s.npos)
          || (s.find ("451") != s.npos)
-         || (s.find ("480") != s.npos) // http://bugzilla.gnome.org/show_bug.cgi?id=409085
+         || (s.find ("480") != s.npos) // https://bugzilla.gnome.org/show_bug.cgi?id=409085
          || (s.find ("too many") != s.npos)
          || (s.find ("limit reached") != s.npos)
          || (s.find ("maximum number of connections") != s.npos)
diff --git a/pan/usenet-utils/numbers-test.cc b/pan/usenet-utils/numbers-test.cc
index 86fa32c..8dfa704 100644
--- a/pan/usenet-utils/numbers-test.cc
+++ b/pan/usenet-utils/numbers-test.cc
@@ -191,7 +191,7 @@ std::cerr << "n.to_string() == " << n.to_string() << std::endl;
        check (n.to_string() == "0-1000")
 #endif
 
-       // http://bugzilla.gnome.org/show_bug.cgi?id=77878
+       // https://bugzilla.gnome.org/show_bug.cgi?id=77878
        n.clear ();
        n.mark_range (1, 4);
        n.mark_range (7, 9);
diff --git a/po/bs.po b/po/bs.po
index 11c5f75..5f5355a 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,8 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: bosnianuniversetranslation\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2015-02-26 23:45+0000\n"
 "PO-Revision-Date: 2015-01-09 14:19+0100\n"
 "Last-Translator: Samir Ribic <samir ribic etf unsa ba>\n"
diff --git a/po/cs.po b/po/cs.po
index 93ecfa0..5b33679 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,8 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2017-12-19 22:51+0100\n"
 "Last-Translator: Petr Kovar <pknbe volny cz>\n"
diff --git a/po/da.po b/po/da.po
index 220dd2c..47cf2fc 100644
--- a/po/da.po
+++ b/po/da.po
@@ -15,8 +15,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan2\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2018-03-06 17:31+0100\n"
 "Last-Translator: Joe Hansen <joedalton2 yahoo dk>\n"
diff --git a/po/de.po b/po/de.po
index 0e137ad..10a0475 100644
--- a/po/de.po
+++ b/po/de.po
@@ -39,8 +39,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan2 master\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2018-02-24 13:30+0100\n"
 "Last-Translator: Mario Blättermann <mario blaettermann gmail com>\n"
diff --git a/po/el.po b/po/el.po
index f206204..6ce3440 100644
--- a/po/el.po
+++ b/po/el.po
@@ -12,8 +12,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: el\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2014-06-14 22:10+0000\n"
 "PO-Revision-Date: 2015-02-26 00:26+0200\n"
 "Last-Translator: Tom Tryfonidis <tomtryf gmail com>\n"
diff --git a/po/es.po b/po/es.po
index 7d12e20..6873678 100644
--- a/po/es.po
+++ b/po/es.po
@@ -13,8 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan2.master\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2018-04-30 16:10+0200\n"
 "Last-Translator: Daniel Mustieles <daniel mustieles gmail com>\n"
diff --git a/po/fi.po b/po/fi.po
index a97dd49..0d6db6a 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -31,8 +31,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Pan\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2014-03-23 17:15+0000\n"
 "PO-Revision-Date: 2007-01-29 17:46+0300\n"
 "Last-Translator: Flammie Pirinen <flammie iki fi>\n"
diff --git a/po/fr.po b/po/fr.po
index 460e8f9..a9ebede 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,8 +12,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Pan2 HEAD fr\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2012-07-06 19:39+0000\n"
 "PO-Revision-Date: 2012-06-06 19:58+0100\n"
 "Last-Translator: Pierre Henry <pierrehenry73 yahoo fr>\n"
diff --git a/po/hu.po b/po/hu.po
index 3fc961f..13d071e 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,8 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan2 master\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2018-03-05 00:18+0100\n"
 "Last-Translator: Balázs Úr <urbalazs gmail com>\n"
diff --git a/po/pl.po b/po/pl.po
index 7304a4e..6520cf3 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,8 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan2\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2017-12-24 17:01+0100\n"
 "Last-Translator: Piotr Drąg <piotrdrag gmail com>\n"
diff --git a/po/pt.po b/po/pt.po
index 9c26b25..46e5bb3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,8 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 2.24\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2015-09-19 23:49+0000\n"
 "PO-Revision-Date: 2015-11-15 09:27+0000\n"
 "Last-Translator: Pedro Albuquerque <palbuquerque73 gmail com>\n"
diff --git a/po/ro.po b/po/ro.po
index 999cccd..d1d3249 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,14 +1,13 @@
-# Traducerea pan în română
-# Copyright (C) 2003 Free Software Foundation, Inc.
-# This file is distributed under the same license as the pan package.
-# Alina Valea <avalea home ro>, 2003.
-# 
-# 
+# Traducerea pan în română
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the pan package.
+# Alina Valea <avalea home ro>, 2003.
+# 
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: pan 0.14.2\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2014-03-23 17:15+0000\n"
 "PO-Revision-Date: 2004-05-09 21:42+0300\n"
 "Last-Translator: Alina Valea <avalea home ro>\n"
diff --git a/po/sl.po b/po/sl.po
index bfa543f..1452c0a 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -9,8 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan2 master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2015-03-24 11:56+0000\n"
 "PO-Revision-Date: 2015-03-24 19:45+0100\n"
 "Last-Translator: Matej Urbančič <mateju svn gnome org>\n"
diff --git a/po/sr.po b/po/sr.po
index d3c31da..d2ae94a 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,8 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=Pan&ke";
-"ywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2018-02-24 09:50+0200\n"
 "Last-Translator: Мирослав Николић <miroslavnikolic rocketmail com>\n"
diff --git a/po/sr latin po b/po/sr latin po
index 3df6f01..c81a5ba 100644
--- a/po/sr latin po
+++ b/po/sr latin po
@@ -7,8 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=Pan&ke";
-"ywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2017-12-19 21:34+0000\n"
 "PO-Revision-Date: 2018-02-24 09:50+0200\n"
 "Last-Translator: Miroslav Nikolić <miroslavnikolic rocketmail com>\n"
diff --git a/po/tr.po b/po/tr.po
index fd71ecd..48eaa2a 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,8 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pan\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=Pan&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pan/issues\n";
 "POT-Creation-Date: 2016-03-18 20:58+0000\n"
 "PO-Revision-Date: 2016-03-19 15:34+0200\n"
 "Last-Translator: Muhammet Kara <muhammetk gmail com>\n"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]