]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1420295 - Remove the Bugzilla version number from homepage
authorKohei Yoshino <kohei.yoshino@gmail.com>
Sat, 2 Dec 2017 15:43:01 +0000 (10:43 -0500)
committerDylan William Hardison <dylan@hardison.net>
Sat, 2 Dec 2017 15:43:01 +0000 (10:43 -0500)
skins/standard/global.css
template/en/default/bug/show-header.html.tmpl
template/en/default/global/header.html.tmpl
template/en/default/index.html.tmpl
template/en/default/reports/chart.html.tmpl
template/en/default/reports/report.html.tmpl
template/en/default/welcome-admin.html.tmpl

index bd822106a162317dc079ac5b853204f2affb7202..ba1371eb99582c19ad3e538b0cf3647d3aefc72d 100644 (file)
@@ -980,12 +980,6 @@ body.mfa-warning #mfa-select button {
     visibility: hidden;
 }
 
-#header #bugzilla_version {
-    float: right;
-    color: #888;
-    padding: 5px 20px;
-}
-
 #titles {
     width: 100%;
     background-color: transparent;
index 2fbc7ef515d5d9ac069676ee1a6abf4c36db110e..6308098b53586deee073addac1600e27ec5a1f5a 100644 (file)
@@ -40,7 +40,6 @@
 [% title = title _ filtered_desc %]
 [% generate_api_token = 1 %]
 [% header = "$terms.Bug&nbsp;$bug.bug_id" %]
-[% header_addl_info = "Last modified: $filtered_timestamp" %]
 [% javascript_urls = [ "js/util.js", "js/field.js" ] %]
 [% javascript_urls.push("js/bug.js") IF user.id  %]
 [% javascript_urls.push('js/comment-tagging.js')
index 6d5d54a485816581bab9557cbeadc604b239b416..90cdbd4e878472b16c0866744652b67d708328de 100644 (file)
@@ -26,7 +26,6 @@
   # title: string. Page title.
   # header: string. Main page header.
   # subheader: string. Page subheader.
-  # header_addl_info: string. Additional header information.
   # bodyclasses: array of extra CSS classes for the <body>
   # onload: string. JavaScript code to run when the page finishes loading.
   # javascript: string. Javascript to go in the header.
@@ -48,7 +47,6 @@
 
 [% DEFAULT
   subheader = ""
-  header_addl_info = ""
   onload = ""
   style_urls = []
   no_yui = 0
        END;
     %]
 
+    <meta name="generator" content="[% terms.Bugzilla _ " " _ constants.BUGZILLA_VERSION FILTER html %]">
     <meta name="bugzilla-global" content="dummy"
         id="bugzilla-global" data-bugzilla="[% json_encode(js_BUGZILLA) FILTER html %]">
     <title>[% title %]</title>
     </tr>
     </table>
 
-    [%# display the version number on the index page %]
-    [% IF title == "$terms.Bugzilla Main Page" %]
-      <div id="bugzilla_version">
-        [% header_addl_info FILTER html %]
-      </div>
-    [% END %]
-
     [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
 
   </div>
index 70c3d7f3efefe048cca822d04d2969a26855f7ae..4e56caa7f31f68da02a5ec0cdcbd48c7ca9e1fca 100644 (file)
@@ -28,7 +28,6 @@
 [% PROCESS global/header.html.tmpl
    title = "$terms.Bugzilla Main Page"
    header = "Main Page" 
-   header_addl_info = "version " _ bugzilla_version
    style_urls = [ 'skins/standard/index.css' ]
    no_yui = 1
 %]
index e14744d311a3e57505f210c3b1714bf5827e05bb..a927c382d60eae8fed710ae414579ab9239431cc 100644 (file)
@@ -29,7 +29,6 @@
 
 [% PROCESS global/header.html.tmpl 
   title = "Chart"
-  header_addl_info = time
 %]
 
 <div align="center">
index deb57020220ca81794e1df8464ed7c3849fdb6b1..c70f3de13a0a4c7c420c0fd77271bad3277fa9b4 100644 (file)
@@ -76,7 +76,6 @@
     .t4     { background-color: #c3d3ed } /* darker blue */
     .ttotal, .ttotal td { background-color: #cfffdf } /* light green */
   "
-  header_addl_info = time
 %]
 
 [% IF debug %]
index 289a6bd7daf5ebde9eb73587dec75e23c80330e8..e37008fc7d690fcce820f41f57d318f596ef5501 100644 (file)
@@ -23,7 +23,6 @@
 
 [% PROCESS global/header.html.tmpl
    title = title
-   header_addl_info = "version $constants.BUGZILLA_VERSION"
    style_urls = [ 'skins/standard/index.css' ]
 %]