[bugzilla-gnome-org-extensions] stock answers: Update links to wiki



commit 81cabd886f267b740540c79293f91cca91ed7bc5
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sat Nov 8 21:39:26 2014 +0100

    stock answers: Update links to wiki

 .../hook/bug/edit-after_comment_textarea.html.tmpl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/StockAnswers/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl 
b/StockAnswers/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl
index 13fb0d5..4039af9 100644
--- a/StockAnswers/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl
+++ b/StockAnswers/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl
@@ -67,13 +67,13 @@
   [% ELSIF bug.isopened %]
   <div style="display: block" id="stocklinks" name="stocklinks">
     <script type="text/javascript">
-      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nWithout a stack trace from 
the crash it's very hard to determine what caused it.\nCan you get us a stack trace? Please see 
http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!", 
'need_stacktrace', 'NEEDINFO', '', '1');
-      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nThis [% terms.bug %] report 
isn't very useful because it doesn't describe the [% terms.bug %] well. If you have time and can still 
reproduce the [% terms.bug %], please read http://bugzilla.gnome.org/bug-HOWTO.html and add a more useful 
description to this [% terms.bug %].", 'bad_description', 'NEEDINFO', '', '');
-      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nThis [% terms.bug %] report 
isn't very useful because it doesn't describe the [% terms.bug %] well. If you have time and can still 
reproduce the [% terms.bug %], please read http://bugzilla.gnome.org/bug-HOWTO.html and add a description of 
how to reproduce this [% terms.bug %].\n\nYou'll also need to add a stack trace; please see 
http://live.gnome.org/GettingTraces for more information about how to do so. Thanks in advance!", 
'bad_description+crasher', 'NEEDINFO', '', '1');
-      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nUnfortunately, that stack 
trace is missing some elements that will help a lot to solve the problem, so it will be hard for the 
developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see 
http://live.gnome.org/GettingTraces for more information on how to do so and reopen this [% terms.bug %] or 
report a new one. Thanks in advance!", 'bad_stacktrace', '', 'INCOMPLETE', '1');
+      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nWithout a stack trace from 
the crash it's very hard to determine what caused it.\nCan you get us a stack trace? Please see 
https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces for more information on how to do so. 
Thanks in advance!", 'need_stacktrace', 'NEEDINFO', '', '1');
+      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nThis [% terms.bug %] report 
isn't very useful because it doesn't describe the [% terms.bug %] well. If you have time and can still 
reproduce the [% terms.bug %], please read https://bugzilla.gnome.org/page.cgi?id=bug-writing.html and add a 
more useful description to this [% terms.bug %].", 'bad_description', 'NEEDINFO', '', '');
+      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nThis [% terms.bug %] report 
isn't very useful because it doesn't describe the [% terms.bug %] well. If you have time and can still 
reproduce the [% terms.bug %], please read https://bugzilla.gnome.org/page.cgi?id=bug-writing.html and add a 
description of how to reproduce this [% terms.bug %].\n\nYou'll also need to add a stack trace; please see 
https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces for more information about how to do 
so. Thanks in advance!", 'bad_description+crasher', 'NEEDINFO', '', '1');
+      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nUnfortunately, that stack 
trace is missing some elements that will help a lot to solve the problem, so it will be hard for the 
developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see 
https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces for more information on how to do so 
and reopen this [% terms.bug %] or report a new one. Thanks in advance!", 'bad_stacktrace', '', 'INCOMPLETE', 
'1');
       addStockLink("Thanks for taking the time to report this [% terms.bug %].\nHowever, you are using a 
version that is too old and not supported anymore. GNOME developers are no longer working on that version, so 
unfortunately there will not be any [% terms.bug %] fixes for the version that you use.\n\nBy upgrading to a 
newer version of GNOME you could receive [% terms.bug %] fixes and new functionality. You may need to upgrade 
your Linux distribution to obtain a newer version of GNOME.\nPlease feel free to reopen this [% terms.bug %] 
if the problem still occurs with a newer version of GNOME.", 'obsolete', '', 'OBSOLETE', '');
       addStockLink("Thanks for taking the time to report this [% terms.bug %].\nThis trace indicates that 
Mozilla (which was being used by the program) was responsible for the crash, or alternatively that the 
program was compiled against a different version of Mozilla. Make sure the program was built against the most 
recent mozilla, and if you can duplicate the crash in mozilla itself, report the [% terms.bug %] to 
https://bugzilla.mozilla.org/";, 'mozilla', '','NOTGNOME', '');
-      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nHowever, this application 
does not track its [% terms.bugs %] in the GNOME [% terms.Bugzilla %]. We kindly ask you to report the [% 
terms.bug %] to the application authors. For a selective list of other [% terms.bug %] tracking systems 
please consult http://live.gnome.org/Bugsquad/TriageGuide/NonGnome.\n\nIf the affected third party 
application has a [% terms.bug %] tracking system you should investigate whether a [% terms.bug %] for the 
reported issue is already filed in this system. If it has not been filed yet please do so. Also ensure that 
both [% terms.bug %] reports contain a link to each other.\nThanks in advance!", 'not_gnome', '', 'NOTGNOME', 
'');
+      addStockLink("Thanks for taking the time to report this [% terms.bug %].\nHowever, this application 
does not track its [% terms.bugs %] in the GNOME [% terms.Bugzilla %]. We kindly ask you to report the [% 
terms.bug %] to the application authors. For a selective list of other [% terms.bug %] tracking systems 
please consult https://wiki.gnome.org/Bugsquad/TriageGuide/NonGnome.\n\nIf the affected third party 
application has a [% terms.bug %] tracking system you should investigate whether a [% terms.bug %] for the 
reported issue is already filed in this system. If it has not been filed yet please do so. Also ensure that 
both [% terms.bug %] reports contain a link to each other.\nThanks in advance!", 'not_gnome', '', 'NOTGNOME', 
'');
       addStockLink("Thanks for the [% terms.bug %] report. This particular [% terms.bug %] has already been 
reported into our [% terms.bug %] tracking system, but please feel free to report any further [% terms.bugs 
%] you find.", 'duplicate', '', 'DUPLICATE', '');
       addStockLink("Thanks for taking the time to report this [% terms.bug %].\nThis particular [% terms.bug 
%] has already been reported into our [% terms.bug %] tracking system, but the maintainers need more 
information to fix the [% terms.bug %]. Could you please answer the questions in the other report in order to 
help the developers?", 'dupe+needinfo', '', 'DUPLICATE', '');
       addStockLink("Thanks for taking the time to report this [% terms.bug %].\nThis particular [% terms.bug 
%] has already been reported into our [% terms.bug %] tracking system, but we are happy to tell you that the 
problem has already been fixed. It should be solved in the next software version. You may want to check for a 
software upgrade.", 'dupe+fixed', '', 'DUPLICATE', '');


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