Closed
Bug 289373
Opened 20 years ago
Closed 20 years ago
Remove %FORM from editproducts.cgi
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: LpSolit, Assigned: wicked)
References
Details
Attachments
(1 file, 2 obsolete files)
|
8.53 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Another deFORMication job for you.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #179990 -
Flags: review?(LpSolit)
| Assignee | ||
Comment 2•20 years ago
|
||
Fixed handling of disallownew and confirmed variables per these comments:
<@LpSolit> $disallownew = 1 if defined $cgi->param('disallownew')
<@LpSolit> if you have disallownew=0 is the URL, then.....
<@LpSolit> wicked: use $disallownew = 1 if $cgi->param('disallownew') instead
<@LpSolit> wicked: same remark for if (!defined $cgi->param('confirmed'))
Attachment #179990 -
Attachment is obsolete: true
Attachment #180112 -
Flags: review?(LpSolit)
| Assignee | ||
Updated•20 years ago
|
Attachment #179990 -
Flags: review?(LpSolit) → review-
| Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 179990 [details] [diff] [review] Remove %FORM infestation, V1 Clearing submitter's own review.
Attachment #179990 -
Flags: review-
| Reporter | ||
Comment 4•20 years ago
|
||
Comment on attachment 180112 [details] [diff] [review] Remove %FORM infestation, V1.1 I changed my mind, sorry for that: we should use defined($cgi->param('confirmed')) *but* if ($cgi->param('createseries')).
Attachment #180112 -
Flags: review?(LpSolit) → review-
| Assignee | ||
Comment 5•20 years ago
|
||
Attachment #180112 -
Attachment is obsolete: true
Attachment #180122 -
Flags: review?(LpSolit)
| Reporter | ||
Comment 6•20 years ago
|
||
Comment on attachment 180122 [details] [diff] [review] Remove %FORM infestation, V1.2 r=LpSolit
Attachment #180122 -
Flags: review?(LpSolit) → review+
| Reporter | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: approval? → approval+
| Reporter | ||
Comment 7•20 years ago
|
||
Checking in editproducts.cgi; /cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi new revision: 1.79; previous revision: 1.78 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
•