Closed
Bug 621886
Opened 15 years ago
Closed 15 years ago
prerelease.html is a mess
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Ms2ger, Unassigned)
References
()
Details
Attachments
(1 file)
|
7.39 KB,
patch
|
reed
:
review-
|
Details | Diff | Splinter Review |
prerelease.html has numerous validation errors and inline styles. Also, the lack of indentation in the script makes it needlessly hard to read and it is inconsistent in checking document.getElementById support.
(It is not clear to me whether
<div>
<input name="useragent" id="useragent" value="Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b5pre) Gecko/2008032504 Minefield/3.0b5pre" type="hidden">
<input id="product" name="product" value="Minefield" type="hidden">
<input name="action" value="submit" type="hidden">
</div>
does anything, maybe it could be removed as well.)
Patch applies over bug 621755.
Attachment #500188 -
Flags: review?(reed)
Comment 1•15 years ago
|
||
Yes, the page is a mess. I'm certainly fine with fixing errors, but I think it will be better to rethink this page entirely.
Comment 2•15 years ago
|
||
Comment on attachment 500188 [details] [diff] [review]
Patch v1
Agree with David. This page needs a complete rewrite, as we're no longer using Hendrix or Reporter.
>+</style>
>+'
Missing semicolon.
I stopped reading after that, as I saw hendrix code, which needs to be removed.
Attachment #500188 -
Flags: review?(reed) → review-
Comment 3•15 years ago
|
||
I recently completely revamped this page. Take a look and let me know if that fixes this bug.
| Reporter | ||
Comment 4•15 years ago
|
||
- <li><a href="http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=48+hours+ago&enddate=now">Last 48 hours of check-ins</a></li>
+ <li><a href="http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=48+hours+ago&enddate=now">Last 48 hours of check-ins</a></li>
still needs to be applied. Looks better otherwise.
Assignee: Ms2ger → nobody
Status: ASSIGNED → NEW
Comment 5•15 years ago
|
||
OK, fixed in r88038.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•