Closed
Bug 133794
Opened 23 years ago
Closed 23 years ago
Update the About page to Mozilla 1.0 Release Candidate 1, user agent to rv:1.0rc1
Categories
(SeaMonkey :: Build Config, defect, P1)
SeaMonkey
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: lpham, Assigned: leaf)
References
Details
Attachments
(2 files, 2 obsolete files)
699 bytes,
patch
|
scc
:
review+
scc
:
superreview+
|
Details | Diff | Splinter Review |
1.08 KB,
patch
|
granrosebugs
:
review+
granrosebugs
:
superreview+
granrosebugs
:
approval+
|
Details | Diff | Splinter Review |
Mozilla 1.0 RC1 needs to update the About page to display "Mozilla 1.0 RC1".
This is the only change on MOZILLA_1_0_0_BRANCH in term of versioning. Leaf
will contact Asa to confirm the name before updating the About page.
Changed the keyword to mozilla1.0 (requested by Asa)
Keywords: nsbeta1+ → mozilla1.0
Updated•23 years ago
|
Keywords: mozilla1.0 → mozilla1.0+
Comment 2•23 years ago
|
||
must have. mozilla1.0+
Comment 3•23 years ago
|
||
IMHO, the about page belongs at about:mozilla replacing the worthless book of
mozilla easter egg. about: should lead nowhere.
Comment 4•23 years ago
|
||
this bug is only about updating the about page to read Mozilla 1.0 RC1. Period.
No user agent updates, no easter eggs, no nothing. This is a very boring bug
with no discussion required.
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•23 years ago
|
||
I'll make a file with the other locales' patches.
Index: about.html
===================================================================
RCS file: /cvsroot/mozilla/xpfe/global/resources/locale/en-US/about.html,v
retrieving revision 1.13.2.1
diff -u -r1.13.2.1 about.html
--- about.html 10 Apr 2002 03:44:37 -0000 1.13.2.1
+++ about.html 10 Apr 2002 22:00:28 -0000
@@ -68,16 +68,8 @@
<td id="mozver">
<h1>
-<a id="mozlink" href="http://www.mozilla.org/releases/">Mozilla </a>
+<a id="mozlink" href="http://www.mozilla.org/releases/">Mozilla 1.0RC1</a>
</h1>
-<script type="application/x-javascript">
- // using try..catch to handle empty useragents and other cases where the
regex fails to apply
- try {
-
document.getElementById("mozver").appendChild(document.createTextNode(navigator.userAgent));
-
document.getElementById("mozlink").firstChild.appendData(navigator.userAgent.match(/rv:([^;)]+)/)[1]);
- }
- catch (e) {}
-</script>
</td>
</tr>
Assignee | ||
Comment 6•23 years ago
|
||
nevermind; the other locales aren't checked in. i'll stick the comment/patch
into a file for attachment.
Assignee | ||
Comment 7•23 years ago
|
||
fishin for a review and approval
Assignee | ||
Comment 8•23 years ago
|
||
Comment on attachment 78627 [details] [diff] [review]
hardcode 1.0RC1 in about.html. add new release notes page.
><HTML><HEAD/><BODY><PRE>Index: about.html
>===================================================================
>RCS file: /cvsroot/mozilla/xpfe/global/resources/locale/en-US/about.html,v
>retrieving revision 1.13.2.1
>diff -u -r1.13.2.1 about.html
>--- about.html 10 Apr 2002 03:44:37 -0000 1.13.2.1
>+++ about.html 10 Apr 2002 22:00:28 -0000
>@@ -68,16 +68,8 @@
>
> <td id="mozver">
> <h1>
>-<a id="mozlink" href="http://www.mozilla.org/releases/">Mozilla </a>
>+<a id="mozlink" href="http://www.mozilla.org/releases/mozilla1.0/">Mozilla 1.0RC1</a>
> </h1>
>-<script type="application/x-javascript">
>- // using try..catch to handle empty useragents and other cases where the
>regex fails to apply
>- try {
>-
>document.getElementById("mozver").appendChild(document.createTextNode(navigator.userAgent));
>-
>document.getElementById("mozlink").firstChild.appendData(navigator.userAgent.match(/rv:([^;)]+)/)[1]);
>- }
>- catch (e) {}
>-</script>
> </td>
>
> </tr>
>
>
></PRE></BODY></HTML>
Attachment #78627 -
Attachment description: hardcode 1.0RC1 in about.html → hardcode 1.0RC1 in about.html. add new release notes page.
Comment 9•23 years ago
|
||
do you want to take out the javascript or just comment it out so we can put it
back for future 1.0 releases?
Assignee | ||
Comment 10•23 years ago
|
||
i was going to use cvs to revert to the script, but commenting out is probably
safer.
Comment 11•23 years ago
|
||
bug cleanup - all leaf's bugzilla bugs should be assigned to leaf@mozilla.org
(not leaf@netscape.com), now and any future bugs created.
this should be a one time change, apologies for the spam.
Assignee: leaf → leaf
Status: ASSIGNED → NEW
Assignee | ||
Comment 12•23 years ago
|
||
comment out the script, update release notes string.
Attachment #78627 -
Attachment is obsolete: true
Assignee | ||
Comment 13•23 years ago
|
||
updating summary
Status: NEW → ASSIGNED
Summary: Update the About page to Mozilla 1.0 RC1 → Update the About page to Mozilla 1.0 Release Candidate 1, user agent to rv:1.0rc1
Assignee | ||
Comment 14•23 years ago
|
||
Comment 15•23 years ago
|
||
r/sr/a=blizzard
Comment 16•23 years ago
|
||
You no longer display the user-agent on about:, is that intentional?
Comment 17•23 years ago
|
||
Comment on attachment 78923 [details] [diff] [review]
update rv: portion of user agent to 1.0rc1
sr=scc, and marking r=blizzard according to his comment #15, above.
Attachment #78923 -
Flags: superreview+
Attachment #78923 -
Flags: review+
Comment 18•23 years ago
|
||
Comment on attachment 78919 [details] [diff] [review]
hardcode value of 1.0 Release Candidate 1 in about: page
Is this normally how we handle a release (or release candidate)? The change
looks reasonable and does what it says ... I'm just wondering if this is SOP.
If it is, I'm ready to stamp my sr on it.
Comment 19•23 years ago
|
||
Comment on attachment 78919 [details] [diff] [review]
hardcode value of 1.0 Release Candidate 1 in about: page
I see now that this patch is really covered by bug #135855; should it therefor
be marked obsolete here?
Comment 20•23 years ago
|
||
per Christians comment above at
http://bugzilla.mozilla.org/show_bug.cgi?id=133794#c16 this patch needs to be
tweaked so that the user agent is still displayed, it just doesn't get the
version number from the user agent. My js is rusty but I think removing the
second line:
document.getElementById("mozlink").firstChild.appendData(navigator.userAgent.match(/rv:([^;)]+)/)[1]);
will keep the user agent but let the version be hardcoded.
scc - no, usually the about page and user agent update are two separate bugs,
and we don't usually hard code the version number on the about page for mozilla
releases. This is a special case since it's a pre-release. Also, what is the
reference to 135855, that bug doesn't appear related?
Comment 21•23 years ago
|
||
cc'ing scc since he might be interested in the answer to his question :)
granrose, yes, removing the line you mentioned should do it
Assignee | ||
Comment 22•23 years ago
|
||
Attachment #78919 -
Attachment is obsolete: true
Comment 23•23 years ago
|
||
Comment on attachment 79323 [details] [diff] [review]
oops. print out user agent underneath hardcoded link.
looks good. r=granrose
Attachment #79323 -
Flags: review+
Comment 24•23 years ago
|
||
Comment on attachment 79323 [details] [diff] [review]
oops. print out user agent underneath hardcoded link.
better, r=biesi
Comment 25•23 years ago
|
||
Comment on attachment 79323 [details] [diff] [review]
oops. print out user agent underneath hardcoded link.
In that case, I'll change mine to sr...
adding a=asa since he gave us blanket approval for version updates for the 1.0
release.
Attachment #79323 -
Flags: superreview+
Attachment #79323 -
Flags: approval+
Assignee | ||
Comment 26•23 years ago
|
||
patch committed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 27•23 years ago
|
||
verified in 20020416 on linux for about page and user agent.
Status: RESOLVED → VERIFIED
Comment 28•23 years ago
|
||
adding branch verification keyword. This bug has been verified in a comment,
just moving that to the keyword field.
Keywords: verified1.0.0
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•