Closed
Bug 195621
Opened 22 years ago
Closed 22 years ago
Back out taint-related changes from bug 160710
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
1.25 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
In bug 160710 we changed the nice:
- [% PROCESS "account/prefs/${current_tab.name}.html.tmpl" IF
current_tab.name.defined %]
to a nasty hard-coded switch-like thing, for perl 5.005 taint reasons. Now we
are 5.6 only, we can restore the old code.
Gerv
Assignee | ||
Comment 1•22 years ago
|
||
Here we are.
Gerv
Assignee | ||
Updated•22 years ago
|
Attachment #116026 -
Flags: review?(bbaetz)
Comment 2•22 years ago
|
||
Does this work with 5.6.0? That still had some of the bugs relating to this.
Assignee | ||
Comment 3•22 years ago
|
||
Er... I dunno :-) Who still uses 5.6.0 that we can get to test it?
Gerv
Comment 4•22 years ago
|
||
The jdr200 tinderbox machine has 5.6.0 on it still. I can try it there.
Comment 5•22 years ago
|
||
Anyone with OSX, ie justdave :)
Assignee | ||
Comment 6•22 years ago
|
||
Dave: are you going to be able to test this?
Gerv
Updated•22 years ago
|
Attachment #116026 -
Flags: review?(justdave)
Comment 7•22 years ago
|
||
Comment on attachment 116026 [details] [diff] [review]
Patch v.1
works on 5.6.0 osx
Attachment #116026 -
Flags: review?(justdave)
Attachment #116026 -
Flags: review?(bbaetz)
Attachment #116026 -
Flags: review+
Updated•22 years ago
|
Flags: approval+
Assignee | ||
Comment 8•22 years ago
|
||
Fixed.
Checking in template/en/default/account/prefs/prefs.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/account/prefs/prefs.html.tmpl,v
<-- prefs.html.tmpl
new revision: 1.10; previous revision: 1.9
done
Gerv
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
Updated•12 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
•