Closed
Bug 238874
Opened 22 years ago
Closed 22 years ago
remove %FORM and %COOKIE from colchange.cgi
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: justdave, Assigned: kiko)
References
Details
Attachments
(2 files, 1 obsolete file)
|
2.15 KB,
patch
|
justdave
:
review+
goobix
:
review+
|
Details | Diff | Splinter Review |
|
559 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
This should be an easy one.
80:if (defined $::FORM{'rememberedquery'}) {
82: if (defined $::FORM{'resetit'}) {
86: if (defined $::FORM{"column_$i"}) {
90: if (exists $::FORM{'splitheader'}) {
91: $splitheader = $::FORM{'splitheader'};
101: -value => $::FORM{'splitheader'},
105: $vars->{'redirect_url'} = "buglist.cgi?$::FORM{'rememberedquery'}";
122:if (defined $::COOKIE{'COLUMNLIST'}) {
123: @collist = split(/ /, $::COOKIE{'COLUMNLIST'});
129:$vars->{'splitheader'} = $::COOKIE{'SPLITHEADER'} ? 1 : 0;
| Reporter | ||
Updated•22 years ago
|
| Assignee | ||
Comment 1•22 years ago
|
||
Assignee: nobody → kiko
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•22 years ago
|
||
Attachment #144987 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Updated•22 years ago
|
Attachment #144988 -
Flags: review?(justdave)
Updated•22 years ago
|
Attachment #144988 -
Flags: review+
Updated•22 years ago
|
Flags: approval?
| Reporter | ||
Updated•22 years ago
|
Attachment #144988 -
Flags: review?(justdave)
| Reporter | ||
Updated•22 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•22 years ago
|
||
/cvsroot/mozilla/webtools/bugzilla/colchange.cgi,v <-- colchange.cgi
new revision: 1.40; previous revision: 1.39
FIXED, thanks.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•22 years ago
|
||
Maybe I'm blind, but..
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•22 years ago
|
||
No idea how I missed this.
| Assignee | ||
Updated•22 years ago
|
Attachment #146024 -
Flags: review?(vlad)
Updated•22 years ago
|
Attachment #146024 -
Flags: review?(vlad) → review+
| Assignee | ||
Comment 6•22 years ago
|
||
Dave, I seem to have missed this. Does saying `I'm sorry' fix things?
Flags: approval+ → approval?
| Reporter | ||
Updated•22 years ago
|
Flags: approval? → approval+
| Reporter | ||
Comment 7•22 years ago
|
||
checked in for kiko, since he's off wandering Europe somewhere.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
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
•