Closed
Bug 508823
Opened 16 years ago
Closed 16 years ago
template_inner should not have to be reset after calling it with a language-specific variable
Categories
(Bugzilla :: Bugzilla-General, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file, 2 obsolete files)
7.45 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Right now after we do Bugzilla->template_inner($lang) we have to do Bugzilla->template_inner("") later. We should not have to do this.
Assignee | ||
Comment 1•16 years ago
|
||
Here's what I have so far. I suspect I will still have to deal with the times when things like get_text are called from inside a non-English template.
Assignee: general → mkanat
Status: NEW → ASSIGNED
![]() |
||
Comment 2•16 years ago
|
||
We no longer accept new features for Bugzilla 3.6. Retargetting to 3.8.
Target Milestone: Bugzilla 3.6 → Bugzilla 3.8
Assignee | ||
Updated•16 years ago
|
Priority: -- → P1
Assignee | ||
Comment 3•16 years ago
|
||
I believe that this depends on the blocker, but it may not, actually.
Attachment #392958 -
Attachment is obsolete: true
Attachment #426130 -
Flags: review?(LpSolit)
![]() |
||
Comment 4•16 years ago
|
||
Comment on attachment 426130 [details] [diff] [review]
v1
bitrotten
Attachment #426130 -
Flags: review?(LpSolit)
Assignee | ||
Comment 5•16 years ago
|
||
Okay, fixed the bitrot.
Attachment #426130 -
Attachment is obsolete: true
Attachment #429444 -
Flags: review?(LpSolit)
![]() |
||
Comment 6•16 years ago
|
||
Comment on attachment 429444 [details] [diff] [review]
v2
Seems to work fine. r=LpSolit
Attachment #429444 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•16 years ago
|
Flags: approval+
Assignee | ||
Comment 7•16 years ago
|
||
relnote as a change that extension authors and customizers might want to know about.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla.pm
modified relogin.cgi
modified whine.pl
modified whineatnews.pl
modified Bugzilla/BugMail.pm
modified Bugzilla/Flag.pm
modified Bugzilla/Template.pm
modified Bugzilla/Token.pm
modified Bugzilla/Template/Plugin/Hook.pm
modified extensions/Voting/Extension.pm
Committed revision 7038.
You need to log in
before you can comment on or make changes to this bug.
Description
•