]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1522548 - Platform "From Reporter" detects macOS client as "Other"
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 24 Jan 2019 17:28:19 +0000 (12:28 -0500)
committerGitHub <noreply@github.com>
Thu, 24 Jan 2019 17:28:19 +0000 (12:28 -0500)
Bugzilla/UserAgent.pm
extensions/BMO/template/en/default/hook/bug/field-help-end.none.tmpl
scripts/generate_bmo_data.pl
template/en/default/bug/create/create-guided.html.tmpl
template/en/default/pages/bug-writing.html.tmpl

index 69968eadcf00ba458172f46088a9dda1cdc53f9a..f890145855cfa907c435e3d3a416bfaa69458894 100644 (file)
@@ -164,7 +164,7 @@ use constant OS_MAP => (
 
   # OS X 10.3 is the most likely default version of PowerPC Macs
   # OS X 10.0 is more for configurations which didn't setup 10.x versions
-  qr/\(.*Mac OS X.*\)/     => [("Mac OS X 10.3",  "Mac OS X 10.0", "Mac OS X")],
+  qr/\(.*Mac OS X.*\)/     => [("Mac OS X 10.3",  "Mac OS X 10.0", "macOS")],
   qr/\(.*Mac OS 9.*\)/     => [("Mac System 9.x", "Mac System 9.0")],
   qr/\(.*Mac OS 8\.6.*\)/  => [("Mac System 8.6", "Mac System 8.5")],
   qr/\(.*Mac OS 8\.5.*\)/  => ["Mac System 8.5"],
@@ -172,7 +172,7 @@ use constant OS_MAP => (
   qr/\(.*Mac OS 8\.0.*\)/  => ["Mac System 8.0"],
   qr/\(.*Mac OS 8[^.].*\)/ => ["Mac System 8.0"],
   qr/\(.*Mac OS 8.*\)/     => ["Mac System 8.6"],
-  qr/\(.*Darwin.*\)/       => [("Mac OS X 10.0",  "Mac OS X")],
+  qr/\(.*Darwin.*\)/       => [("Mac OS X 10.0",  "macOS")],
 
   # Silly
   qr/\(.*Mac.*PowerPC.*\)/ => ["Mac System 9.x"],
index c70b35825895f906e099a32185c27d34c617be69..f7a4ed95042242edcd1d71030594cb8b23d75ead 100644 (file)
@@ -81,7 +81,7 @@
        <ul>
          <li>All (happens on all operating systems; cross-platform ${terms.bug})</li>
          <li>Windows 7</li>
-         <li>Mac OS X</li>
+         <li>macOS</li>
          <li>Linux</li>
        </ul>
        Sometimes the operating system implies the platform, but not
index d96613fb536632d2d0eefd22a0c5876b1daa03fe..225066e1cb5980223bec1bba57ab60ee59519961 100755 (executable)
@@ -119,7 +119,7 @@ my @oses = (
   'Windows Vista', 'Windows 7',
   'Windows 8',     'Windows 8.1',
   'Windows 10',    'Windows Phone',
-  'Mac OS X',      'Linux',
+  'macOS',         'Linux',
   'Android',       'iOS',
   'iOS 7',         'iOS 8',
   'BSDI',          'FreeBSD',
index 4318b0e90c418d38b2c3649df468c6da2f775bfa..132b4380adbac32e3e3f593518bae059538a13a9 100644 (file)
@@ -217,7 +217,7 @@ function PutDescription() {
   </tr>
 
   [% op_sys = [ "Windows 2000", "Windows XP", "Windows Vista", "Windows 7",
-                "Mac OS X", "Linux", "All", "Other" ] %]
+                "macOS", "Linux", "All", "Other" ] %]
 
   <tr>
     <td align="right" valign="top">
index 3d1f4cf34ccc19ccc4c61ca62ff5a1d2dc7e6a2d..f305aaa833f7101d471676c8f8a5e40d75c34e9a 100644 (file)
@@ -76,7 +76,7 @@ no-one else appears to have reported it, then:</p>
 
     <p><b>OS:</b> On which operating system (OS) did you find
           it?
-    (e.g. Linux, Windows XP, Mac OS X.)<br>
+    (e.g. Linux, Windows XP, macOS.)<br>
     If you know the [% terms.bug %] happens on more than one type of
     operating system, choose <em>[% display_value("op_sys", "All") FILTER html %]</em>.
     If your OS isn't listed, choose <em>[% display_value("op_sys", "Other") FILTER html %]</em>.</p>
@@ -165,7 +165,7 @@ Doesn't Occur On Build 2006-08-10 on Windows XP Home (Service Pack 2)
         <li><b>Windows:</b> Note the type of the crash, and the module that the
         application crashed in (e.g. access violation in apprunner.exe).</li>
 
-        <li><b>Mac OS X:</b> Attach the "Crash Reporter" log that appears
+        <li><b>macOS:</b> Attach the "Crash Reporter" log that appears
         upon crash.
         Only include the section directly below the crashing thread, usually
         titled "Thread 0 Crashed". Please do not paste the entire log!</li>