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
7f9b5813
Commit
7f9b5813
authored
Apr 04, 2002
by
zach%zachlipton.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 135291: add version string to new templates and fix the string for non
xml templates. r=bbaetz, r2=ddk
parent
2cdfeb46
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
5 deletions
+7
-5
004template.t
t/004template.t
+1
-1
code-error.html.tmpl
template/default/global/code-error.html.tmpl
+1
-0
user-error.html.tmpl
template/default/global/user-error.html.tmpl
+1
-0
xul.tmpl
template/default/sidebar/xul.tmpl
+1
-1
emailchangenew.txt.tmpl
template/default/token/emailchangenew.txt.tmpl
+1
-1
emailchangeold.txt.tmpl
template/default/token/emailchangeold.txt.tmpl
+1
-1
tokencancel.txt.tmpl
template/default/token/tokencancel.txt.tmpl
+1
-1
No files found.
t/004template.t
View file @
7f9b5813
...
...
@@ -94,7 +94,7 @@ close SAVEERR;
foreach
my
$file
(
@testitems
)
{
open
(
TMPL
,
"$include_path/$file"
);
my
$firstline
=
<
TMPL
>
;
if
(
$firstline
=~
/
<!-- \d+\.\d+\@[\w\._]+ -->
/
)
{
if
(
$firstline
=~
/
\d+\.\d+\@[\w\.-]+
/
)
{
ok
(
1
,
"$file has a version string"
);
}
else
{
ok
(
0
,
"$file does not have a version string --ERROR"
);
...
...
template/default/global/code-error.html.tmpl
View file @
7f9b5813
<!-- 1.0@bugzilla.org -->
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
...
...
template/default/global/user-error.html.tmpl
View file @
7f9b5813
<!-- 1.0@bugzilla.org -->
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
...
...
template/default/sidebar/xul.tmpl
View file @
7f9b5813
<!-- 1.0@bugzilla.org -->
[%# 1.0@bugzilla.org %]
[%# -*- mode: sgml -*- %]
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
...
...
template/default/token/emailchangenew.txt.tmpl
View file @
7f9b5813
<!-- 1.0@bugzilla.org -->
[%# 1.0@bugzilla.org %]
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
...
...
template/default/token/emailchangeold.txt.tmpl
View file @
7f9b5813
<!-- 1.0@bugzilla.org -->
[%# 1.0@bugzilla.org %]
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
...
...
template/default/token/tokencancel.txt.tmpl
View file @
7f9b5813
<!-- 1.0@bugzilla.org -->
[%# 1.0@bugzilla.org %]
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
...
...
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