From 56e23fdd99dcb61750262f33730e9a83183b908a Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Wed, 26 Sep 2018 13:29:32 -0400 Subject: Bug 1493490 - Remove navigator.buildID usage from Bugzilla Helper --- .../en/default/bug/create/comment-guided.txt.tmpl | 1 - .../en/default/bug/create/create-guided.html.tmpl | 27 ---------------------- 2 files changed, 28 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/create/comment-guided.txt.tmpl b/template/en/default/bug/create/comment-guided.txt.tmpl index baf390c18..3e9f84027 100644 --- a/template/en/default/bug/create/comment-guided.txt.tmpl +++ b/template/en/default/bug/create/comment-guided.txt.tmpl @@ -28,7 +28,6 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] User-Agent: [%+ cgi.user_agent() %] -Build Identifier: [%+ cgi.param("buildid") %] [%+ cgi.param("comment") IF cgi.param("comment") %] diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 9201eb977..cfdb0ba4e 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -228,33 +228,6 @@ function PutDescription() { - [% IF product.name.match("Firefox|Camino|SeaMonkey") %] - [% matches = cgi.user_agent('Gecko/(\d+)') %] - [% buildid = cgi.user_agent() IF matches %] - [% END %] - - [%# Accept URL parameter build ID for non-browser products %] - [% IF cgi.param("buildid") %] - [% buildid = cgi.param("buildid") %] - [% END %] - - - - Build Identifier - - - -

- This should identify the exact version of the product you were using. - If the above field is blank or you know it is incorrect, copy the - user agent text from the product's Help | Troubleshooting Information menu - (for browsers this will begin with "Mozilla/5.0..."). - If the product won't start, instead paste the complete URL you downloaded - it from. -

- - - URL -- cgit v1.2.3-24-g4f1b