Closed
Bug 208827
Opened 22 years ago
Closed 19 years ago
Default Attachment Creation to "autodetect"
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: jwilmoth, Assigned: goobix)
References
Details
Attachments
(1 file, 2 obsolete files)
|
785 bytes,
patch
|
jouni
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier:
As a user convenience the create.html.tmpl template should default
the "contenttypemethod" radio button group to the "autodetect" value.
Reproducible: Always
Steps to Reproduce:
1. Goto an existing issue
2. Click the "Create a New Attachment" hyperlink
3.
| Reporter | ||
Comment 1•22 years ago
|
||
sets the autodetect radio button option as the default.
Updated•22 years ago
|
Component: Attachments & Requests → User Interface
Comment 3•22 years ago
|
||
Comment on attachment 125250 [details] [diff] [review]
Patch to default the attachment type to "autodetect"
Whew, lots of whitespace changes in that patch. I'm not real concerned about
those though.
The reason for the negative review is the "CHECKED" should be lowercase to
conform with the rest of the html. We may even have a little argument over
whether it should be |checked| or |checked="checked"| so I'll need to find a
few opinions on that. :)
Attachment #125250 -
Flags: review-
Comment 4•22 years ago
|
||
checked="checked" for valid html4.
I should probably run gmuck over the files again at some point.
| Reporter | ||
Comment 5•22 years ago
|
||
made html 4 compliant by changeing input element checked attribute to
checked="checked"
Attachment #125250 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
OS: Windows XP → All
Hardware: PC → All
| Assignee | ||
Comment 6•22 years ago
|
||
An alternative patch if you want to ingore the space-changes made by the
previous one.
| Assignee | ||
Updated•22 years ago
|
Attachment #128283 -
Flags: review?
Comment 7•22 years ago
|
||
Comment on attachment 125761 [details] [diff] [review]
html4 compliant revision of previous patch
r=kiko. The whitespace changes are okay by me, but either is fine
Next time ou might want to do a diff -b to avoid the whitespace slowing down
review.
Attachment #125761 -
Flags: review+
| Assignee | ||
Updated•22 years ago
|
Flags: approval?
Comment 8•22 years ago
|
||
*** Bug 140480 has been marked as a duplicate of this bug. ***
Comment 9•22 years ago
|
||
I think bug 85132 should be fixed before this patch goes in, since otherwise
auto-detect will fail a lot.
Comment 10•22 years ago
|
||
Comment on attachment 128283 [details] [diff] [review]
Previous patch without the space changes
I'd rather go for the one without whitespace changes to avoid unnecessary
possible problems with annotate listings becoming illogal, whitespace changes
causing conflicts when backing out this patch and so on.
Attachment #128283 -
Flags: review? → review+
Updated•21 years ago
|
Target Milestone: --- → Future
Comment 11•20 years ago
|
||
What's the deal with this? We have some review+ patches here... and they're
after the time that approval was asked for.
Flags: approval?
| Assignee | ||
Comment 12•20 years ago
|
||
Targeting bug to 2.20 since the 2.20 feature freeze was canceled.
Target Milestone: Future → Bugzilla 2.20
Updated•20 years ago
|
Target Milestone: Bugzilla 2.20 → Bugzilla 2.22
Comment 14•20 years ago
|
||
Actually, scratch that. Experience shows that auto-detect does a good enough
job enough of the time that we don't need to get magic integrated first before
we do this.
No longer depends on: 85132
Updated•19 years ago
|
Attachment #125761 -
Attachment is obsolete: true
Updated•19 years ago
|
Assignee: myk → vladd
Comment 16•19 years ago
|
||
wow, patch still applies cleanly. :) Vlad: care to do the honors, since it's your patch? If not, LpSolit will probably get it in the next day or so.
Flags: approval? → approval+
QA Contact: mattyt-bugzilla → default-qa
Comment 17•19 years ago
|
||
Checking in template/en/default/attachment/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/create.html.tmpl,v <-- create.html.tmpl
new revision: 1.22; previous revision: 1.21
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 18•19 years ago
|
||
Thanks for the check in, LpSolit!
Comment 19•19 years ago
|
||
*** Bug 327625 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Flags: approval2.20? → approval2.20-
You need to log in
before you can comment on or make changes to this bug.
Description
•