Closed
Bug 296582
Opened 20 years ago
Closed 20 years ago
create-guided template refers to "zarro boogs" instead of terms.zeroSearchResults
Categories
(Bugzilla :: User Interface, defect, P4)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: karl, Assigned: karl)
Details
Attachments
(2 files)
788 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
815 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
The default template for bug/create/create-guided.html references the phrase
"Zarro Boogs" directly in the HTML. However, there seems to be a pre-defined
variable (terms.zeroSearchResults in global/variables.none.tmpl) which defaults
to "Zarro Boogs".
Should the code in create-guided.html.tmpl have "Zarro Boogs" hard-coded in
HTML, or should it instead have "[% terms.zeroSearchResults %]"?
Reproducible: Always
Steps to Reproduce:
Assignee | ||
Comment 1•20 years ago
|
||
I hope this is actually correct (first time patching). I modified
`create-guided.html.tmpl` from the current version in CVS to use "[%
terms.zeroSearchResults %]" instead of "Zarro Boogs".
Updated•20 years ago
|
Assignee: myk → kornel.1
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: approval?
Flags: approval2.18?
Priority: -- → P4
Target Milestone: --- → Bugzilla 2.18
Comment 2•20 years ago
|
||
Comment on attachment 185312 [details] [diff] [review]
Change "Zarro Boogs" to "terms.zeroSearchResults" (for CVS tip)
The line exceeds 72 / 80 chars, so probably the length is a little off and it
could be splitted into two lines, but it's pretty tricky with TT prechomping
anyway.
If we want to backport to 2.18, then the patch applies cleanly to it as well
(2.18 has this problem as well).
Attachment #185312 -
Flags: review+
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 3•20 years ago
|
||
sure
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
![]() |
||
Comment 4•20 years ago
|
||
Comment on attachment 185312 [details] [diff] [review]
Change "Zarro Boogs" to "terms.zeroSearchResults" (for CVS tip)
This patch does not apply cleany on the branch.
Assignee | ||
Comment 5•20 years ago
|
||
Comment on attachment 185312 [details] [diff] [review]
Change "Zarro Boogs" to "terms.zeroSearchResults" (for CVS tip)
Absolutely correct. Renamed patch to note it's for tip only. 2.18.1 patch
coming in <10 minutes.
Attachment #185312 -
Attachment description: Change "Zarro Boogs" to "terms.zeroSearchResults" → Change "Zarro Boogs" to "terms.zeroSearchResults" (for CVS tip)
Assignee | ||
Comment 6•20 years ago
|
||
Version of attachment 185312 [details] [diff] [review], this time created by modifying a copy of
create-guided.html.tmpl pulled fresh of CVS (-rBugzilla_Stable).
As noted in comment 2, I kept the lines under 80 characters.
Assignee | ||
Updated•20 years ago
|
Attachment #185731 -
Flags: review?(vladd)
Updated•20 years ago
|
Attachment #185731 -
Flags: review?(vladd) → review+
Comment 7•20 years ago
|
||
Checking in template/en/default/bug/create/create-guided.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl,v
<-- create-guided.html.tmpl
new revision: 1.18.2.2; previous revision: 1.18.2.1
done
Checking in template/en/default/bug/create/create-guided.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl,v
<-- create-guided.html.tmpl
new revision: 1.26; previous revision: 1.25
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•