Closed
Bug 365521
Opened 19 years ago
Closed 17 years ago
bug/create/create-guided has unescaped &
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: spam, Assigned: gerv)
References
Details
Attachments
(1 file)
|
3.73 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
<a href="duplicates.cgi?[% productstring %]&format=simple" target="somebugs">All-time Top 100</a> (loaded initially) |
<a href="duplicates.cgi?[% productstring %]&format=simple&sortby=delta&reverse=1&maxrows=100&changedsince=14" target="somebugs">Hot in the last two weeks</a>
src="duplicates.cgi?[% productstring %]&format=simple">
Updated•19 years ago
|
Severity: normal → minor
Comment 1•17 years ago
|
||
The guided bug entry form is going to be removed from the core Bugzilla code (see bug 474086), so we won't be fixing these bugs in upstream Bugzilla. It was always just an example page, to begin with. I'm moving the bugs to the bmo component, to at least preserve a record of the fact that these things may need to be fixed for bmo.
Assignee: ui → nobody
Component: User Interface → Bugzilla: Other b.m.o Issues
Product: Bugzilla → mozilla.org
QA Contact: default-qa → other-bmo-issues
Version: unspecified → other
| Assignee | ||
Comment 3•17 years ago
|
||
This is a roll-up patch which fixes this bug, plus bug 365056, and
there's an update to the default OS list to include Windows 7.
Gerv
Comment 4•17 years ago
|
||
We still support Windows 2000 in Firefox, so I'd keep it.
Comment 5•17 years ago
|
||
Comment on attachment 359475 [details] [diff] [review]
Patch v.1
Looks good to me, unless you need to take Reed's comment 4 into account.
+1 for getting rid of the anti-Netscape stuff, we're long past having to worry about that anymore :)
Attachment #359475 -
Flags: review?(justdave) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
justdave: is it OK to check this in on the trunk and 3.2 branch?
Gerv
Updated•17 years ago
|
Component: Bugzilla: Other b.m.o Issues → Creating/Changing Bugs
Product: mozilla.org → Bugzilla
QA Contact: other-bmo-issues → default-qa
Target Milestone: --- → Bugzilla 3.2
Version: other → 3.2.2
Updated•17 years ago
|
Flags: approval?
Flags: approval3.2?
Comment 7•17 years ago
|
||
OK, to take it (especially because it fixes bug 365056), but please leave Windows 2000 in the list.
Flags: approval?
Flags: approval3.2?
Flags: approval3.2+
Flags: approval+
Comment 8•17 years ago
|
||
gerv, please remove matches.0 from filterexceptions.pl. The tree is now orange:
not ok 27 - (en/default) template/en/default/bug/create/create-guided.html.tmpl - filterexceptions.pl has extra members:
# matches.0
# --WARNING
| Assignee | ||
Comment 9•17 years ago
|
||
Fixed. Sorry :-|
Gerv
| Assignee | ||
Comment 10•17 years ago
|
||
Checked in on trunk. Getting a 3.2 tree is proving difficult over the FOSDEM network. I may have to check it in on the branch once I get home.
Gerv
Comment 11•17 years ago
|
||
Don't forget to paste the new rev numbers. ;)
| Assignee | ||
Comment 12•17 years ago
|
||
Trunk:
Checking in template/en/default/bug/create/create-guided.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl,v <-- create-guided.html.tmpl
new revision: 1.45; previous revision: 1.44
Checking in template/en/default/filterexceptions.pl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl,v <-- filterexceptions.pl
new revision: 1.125; previous revision: 1.124
Gerv
| Assignee | ||
Comment 13•17 years ago
|
||
Checking in template/en/default/bug/create/create-guided.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl,v <-- create-guided.html.tmpl
new revision: 1.42.2.2; previous revision: 1.42.2.1
done
Checking in template/en/default/filterexceptions.pl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl,v <-- filterexceptions.pl
new revision: 1.111.2.4; previous revision: 1.111.2.3
done
Gerv
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•