Closed
Bug 236443
Opened 22 years ago
Closed 22 years ago
Respect customization of customized words in create.html.tmpl
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: goobix, Assigned: goobix)
Details
Attachments
(1 file, 2 obsolete files)
|
795 bytes,
patch
|
kiko
:
review+
|
Details | Diff | Splinter Review |
Eliminate bug word from create.html.tmpl
| Assignee | ||
Comment 1•22 years ago
|
||
This was splited from bug 233282.
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 2•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Attachment #142902 -
Flags: review?(kiko)
Comment 3•22 years ago
|
||
Comment on attachment 142902 [details] [diff] [review]
Version 1
C'mon, you didn't feel like replacing "Bugzilla"? :)
Attachment #142902 -
Flags: review?(kiko) → review-
Comment 4•22 years ago
|
||
Yeah, you should fix "Bugzilla" as well. :-)
Gerv
| Assignee | ||
Updated•22 years ago
|
Summary: Eliminate bug word from create.html.tmpl → Respect customization of customized words in create.html.tmpl
| Assignee | ||
Comment 5•22 years ago
|
||
Attachment #142902 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Attachment #142906 -
Flags: review?(kiko)
| Assignee | ||
Updated•22 years ago
|
Attachment #142906 -
Flags: review?(kiko)
Updated•22 years ago
|
Attachment #142906 -
Flags: review+
Comment 6•22 years ago
|
||
Comment on attachment 142906 [details] [diff] [review]
Version 2
Bother these nuclear collisions.
Attachment #142906 -
Flags: review+
| Assignee | ||
Updated•22 years ago
|
Attachment #142907 -
Flags: review?(kiko)
Updated•22 years ago
|
Attachment #142907 -
Flags: review?(kiko) → review+
| Assignee | ||
Updated•22 years ago
|
Flags: approval?
Comment 8•22 years ago
|
||
Are you sure? I'd expect $terms.Bugzilla to be correct.
Gerv
| Assignee | ||
Comment 9•22 years ago
|
||
> Are you sure?
Yes. The thing is that it takes the dot after Bugzilla and expects another
property as well.
I get:
<vladd> Internal Error
<vladd>
<vladd>
<vladd> Bugzilla has suffered an internal error. Please save this page and send
it to THE MAINTAINER HAS NOT YET BEEN SET with details of what you were doing at
the time this message appeared.
<vladd>
<vladd> URL: http://localhost/bugzilla/enter_bug.cgi?product=TestProduct
<vladd> file error - parse error: bug/create/create.html.tmpl line unknown:
unexpected end of directive [% $terms.Bugzilla. %]
So I needed the { } thing in order to tell him not to do that :-)
Updated•22 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 10•22 years ago
|
||
Checking in template/en/default/bug/create/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl,v
<-- create.html.tmpl
new revision: 1.26; previous revision: 1.25
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 11•21 years ago
|
||
I hate to say this, but you missed another line:
title = "Enter Bug"
should be
title = "Enter $terms.ABug"
(cf create-guided.html.tmpl).
| Assignee | ||
Comment 12•21 years ago
|
||
Peter: thanks! Could you please open a new bug about it?
Comment 13•21 years ago
|
||
> Peter: thanks! Could you please open a new bug about it?
See Bug 238282.
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•