Closed
Bug 251911
Opened 20 years ago
Closed 20 years ago
Silly ThrowUserError bits in attachment.cgi
Categories
(Bugzilla :: Attachments & Requests, defect)
Bugzilla
Attachments & Requests
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: kiko, Assigned: kiko)
References
Details
Attachments
(1 file, 3 obsolete files)
3.47 KB,
patch
|
bugreport
:
review+
|
Details | Diff | Splinter Review |
There are some missing variables in ThrowUserError bits in attachment.cgi.
Assignee | ||
Comment 1•20 years ago
|
||
Basically, the problem here is that the attachment ID isn't getting echoed in the error screen. But why not kill some $::FORM callsites while we're at it, right?
Assignee | ||
Comment 2•20 years ago
|
||
This code is seriously mad.
Assignee | ||
Updated•20 years ago
|
Attachment #153544 -
Attachment is obsolete: true
Assignee | ||
Comment 3•20 years ago
|
||
Well, not so much the code, but the interfaces.
Status: NEW → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Attachment #153548 -
Flags: review?(bugreport)
Updated•20 years ago
|
Attachment #153548 -
Flags: review?(bugreport) → review+
Assignee | ||
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Assignee | ||
Comment 4•20 years ago
|
||
Uhm. It appears I coded this patch while on medication. It's got some serious thinkos in it.
Assignee | ||
Comment 5•20 years ago
|
||
Attachment #153548 -
Attachment is obsolete: true
Assignee | ||
Comment 6•20 years ago
|
||
which happens to not be used anywhere. Don't we all love crud?
Attachment #154238 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #154246 -
Flags: review?(bugreport)
Updated•20 years ago
|
Attachment #154246 -
Flags: review?(bugreport) → review+
Assignee | ||
Comment 7•20 years ago
|
||
/cvsroot/mozilla/webtools/bugzilla/attachment.cgi,v <-- attachment.cgi new revision: 1.60; previous revision: 1.59 One more bit of crud extinguished from the world. Bit by bit we fight back -- thanks!
Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 8•20 years ago
|
||
I think we should have it for 2.18 as well!
Flags: blocking2.18?
Flags: approval2.18?
Comment 9•20 years ago
|
||
This patch applies cleanly to the 2.18 branch.
Updated•20 years ago
|
Flags: blocking2.18?
Flags: blocking2.18+
Flags: approval2.18?
Flags: approval2.18+
Target Milestone: Bugzilla 2.20 → Bugzilla 2.18
Comment 10•20 years ago
|
||
Checking in attachment.cgi; /cvsroot/mozilla/webtools/bugzilla/attachment.cgi,v <-- attachment.cgi new revision: 1.58.2.2; previous revision: 1.58.2.1 done
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Whiteboard: patch awaiting approval
Comment 11•20 years ago
|
||
*** Bug 248299 has been marked as a duplicate of this bug. ***
Comment 12•20 years ago
|
||
*** Bug 248297 has been marked as a duplicate of this bug. ***
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
•