Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
de313c7a
Commit
de313c7a
authored
Jan 08, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 546838: Upgrade Bugzilla to HTML5
r/a=justdave
parent
ba72ec96
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
26 deletions
+21
-26
diff-header.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
+11
-10
header.html.tmpl
template/en/default/global/header.html.tmpl
+1
-2
list-simple.html.tmpl
template/en/default/list/list-simple.html.tmpl
+1
-2
server-push.html.tmpl
template/en/default/list/server-push.html.tmpl
+1
-0
duplicates-simple.html.tmpl
template/en/default/reports/duplicates-simple.html.tmpl
+1
-2
report-simple.html.tmpl
template/en/default/reports/report-simple.html.tmpl
+2
-5
rest.html.tmpl
template/en/default/rest.html.tmpl
+2
-2
strings.txt.pl
template/en/default/setup/strings.txt.pl
+1
-2
mail.html.tmpl
template/en/default/whine/mail.html.tmpl
+1
-1
No files found.
template/en/default/attachment/diff-header.html.tmpl
View file @
de313c7a
...
...
@@ -41,18 +41,19 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
javascript_urls = "js/attachment.js"
style_urls = ['skins/standard/attachment.css'] %]
[% ELSE %]
<!DOCTYPE html>
<html>
<head>
<link
href=
"[% 'skins/standard/global.css' FILTER mtime %]"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"[% 'skins/standard/attachment.css' FILTER mtime %]"
rel=
"stylesheet"
type=
"text/css"
>
<script
src=
"[% 'js/attachment.js' FILTER mtime %]"
type=
"text/javascript"
></script>
</head>
<body
onload=
"[% onload FILTER html %]"
>
<head>
<link
href=
"[% 'skins/standard/global.css' FILTER mtime %]"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"[% 'skins/standard/attachment.css' FILTER mtime %]"
rel=
"stylesheet"
type=
"text/css"
>
<script
src=
"[% 'js/attachment.js' FILTER mtime %]"
type=
"text/javascript"
></script>
</head>
<body
onload=
"[% onload FILTER html %]"
>
[% END %]
[%# If we have attachid, we are in diff, otherwise we're in interdiff %]
[% IF attachid %]
[%# HEADER %]
...
...
template/en/default/global/header.html.tmpl
View file @
de313c7a
...
...
@@ -75,8 +75,7 @@
# set header's default value here only if it is undefined. %]
[% IF !header.defined %][% header = title %][% END %]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
[% Hook.process("start") %]
...
...
template/en/default/list/list-simple.html.tmpl
View file @
de313c7a
...
...
@@ -12,8 +12,8 @@
[% DEFAULT title = "$terms.Bug List" %]
<!DOCTYPE html>
<html>
<head>
<title>
[% title FILTER html %]
</title>
<base
href=
"[% urlbase FILTER html %]"
>
...
...
@@ -28,5 +28,4 @@
[% PROCESS list/table.html.tmpl %]
[% END %]
</body>
</html>
template/en/default/list/server-push.html.tmpl
View file @
de313c7a
...
...
@@ -11,6 +11,7 @@
# query: string. The SQL query which makes the buglist.
#%]
<!DOCTYPE html>
<html>
<head>
<title>
[% terms.Bugzilla %] is pondering your search
</title>
...
...
template/en/default/reports/duplicates-simple.html.tmpl
View file @
de313c7a
...
...
@@ -10,8 +10,7 @@
# You need to fulfill the interface to duplicates-table.html.tmpl.
#%]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html>
<html>
[% IF product.size %]
[% title = BLOCK %]
...
...
template/en/default/reports/report-simple.html.tmpl
View file @
de313c7a
...
...
@@ -10,16 +10,13 @@
# You need to fulfill the interface to report-table.html.tmpl.
#%]
<!DOCTYPE html>
<html>
[% title = "$terms.Bug List" %]
<head>
<title>
[%
title
FILTER html %]
</title>
<title>
[%
"$terms.Bug List"
FILTER html %]
</title>
</head>
<body>
[% PROCESS "reports/report-table.html.tmpl" %]
</body>
</html>
template/en/default/rest.html.tmpl
View file @
de313c7a
...
...
@@ -5,8 +5,8 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
>
<!DOCTYPE html
>
<html>
<head>
<title>
Bugzilla::REST::API
</title>
...
...
template/en/default/setup/strings.txt.pl
View file @
de313c7a
...
...
@@ -360,8 +360,7 @@ WARNING: We are about to convert your table storage format to UTF-8. This
recommend that you stop checksetup.pl NOW and run contrib/recode.pl.
END
no_checksetup_from_cgi => <<END,
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE html>
<html>
<head>
<title>checksetup.pl cannot run from a web browser</title>
...
...
template/en/default/whine/mail.html.tmpl
View file @
de313c7a
...
...
@@ -18,7 +18,7 @@
# recipient: user object for the intended recipient of the message
#%]
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>
<!DOCTYPE html>
<html>
<head>
<title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment