Closed Bug 238862 Opened 20 years ago Closed 20 years ago

remove %FORM and %COOKIE from enter_bug.cgi

Categories

(Bugzilla :: Bugzilla-General, enhancement)

2.17.7
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.18

People

(Reporter: justdave, Assigned: kiko)

References

Details

Attachments

(1 file)

This should be another easy one

55:  %MFORM
66:if (!defined $::FORM{'product'}) {
87:        $vars->{'format'} = $::FORM{'format'};
95:    $::FORM{'product'} = (keys %products)[0];
96:    $::MFORM{'product'} = [$::FORM{'product'}];
100:my $product = $::FORM{'product'};
107:    return $::FORM{$name} || $default || "";
245:    $::FORM{'component'} = $::components{$product}->[0];
373:  GetFormat("bug/create/create", $::FORM{'format'}, $::FORM{'ctype'});

47:  %COOKIE
271:$vars->{'reporter'} = $::COOKIE{'Bugzilla_login'};
302:} elsif (exists $::COOKIE{"VERSION-$product"} &&
303:    lsearch($vars->{'version'}, $::COOKIE{"VERSION-$product"}) != -1) {
304:    $default{'version'} = $::COOKIE{"VERSION-$product"};
Blocks: 236678
No longer blocks: 225818
Attached patch kiko_v1: fixSplinter Review
Assignee: nobody → kiko
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.18
Attachment #144994 - Flags: review?(justdave)
Attachment #144994 - Flags: review?(justdave) → review+
Flags: approval+
Severity: normal → enhancement
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v  <--  enter_bug.cgi
new revision: 1.91; previous revision: 1.90
Checking in template/en/default/bug/create/create.html.tmpl;
new revision: 1.29; previous revision: 1.28

Thanks; one more down.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: