Closed
Bug 938344
Opened 12 years ago
Closed 12 years ago
Update SeaMonkey website for 2.23 Beta 1
Categories
(SeaMonkey :: Website, defect)
SeaMonkey
Website
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: InvisibleSmiley, Assigned: InvisibleSmiley)
References
Details
Attachments
(1 file, 2 obsolete files)
25.87 KB,
patch
|
InvisibleSmiley
:
review-
ewong
:
feedback+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #931174 +++
For making SeaMonkey 2.23 Beta 1 public, we'll need to update the website.
Please "cvs add src/releases/2.23b1.en.html" locally after applying the patch and before committing.
Assignee | ||
Comment 1•12 years ago
|
||
Comment on attachment 831800 [details] [diff] [review]
changes.patch
Patch regressed by the one on bug 939858
Attachment #831800 -
Attachment is obsolete: true
![]() |
||
Comment 2•12 years ago
|
||
I'm attaching this patch.. once I get a look over by KaiRo, I'll push the website changes and get the process rolling. So this will be an after-push review request. (sorry)
Attachment #8343726 -
Flags: review?(jh)
Attachment #8343726 -
Flags: feedback?(kairo)
![]() |
||
Comment 3•12 years ago
|
||
Comment on attachment 8343726 [details] [diff] [review]
website patch
>@@ -437,7 +437,7 @@
> </dl>
> </div>
>
>-<!--
>+
> <h2><a name="[% betaversion %]">[% betaname %]</a></h2>
> <p class="release-date">Released [% betareleasedate %]</p>
>
>@@ -455,7 +455,7 @@
> </ul>
> </div>
> <hr>
>--->
>+
>
> <h2 id="old_unofficial">Old and Unofficial Releases</h2>
> <p>
I don't think you need to add those additional empty lines in releases/index - otherwise this looks good as far as I can tell.
Attachment #8343726 -
Flags: feedback?(kairo) → feedback+
![]() |
||
Comment 4•12 years ago
|
||
Attachment #8343726 -
Attachment is obsolete: true
Attachment #8343726 -
Flags: review?(jh)
Attachment #8343728 -
Flags: review?(jh)
Attachment #8343728 -
Flags: feedback+
![]() |
||
Comment 5•12 years ago
|
||
Checking in lib/sitemap.xml;
/www/seamonkeyproject-org/lib/sitemap.xml,v <-- sitemap.xml
new revision: 1.195; previous revision: 1.194
done
Checking in src/news.en.xml;
/www/seamonkeyproject-org/src/news.en.xml,v <-- news.en.xml
new revision: 1.238; previous revision: 1.237
done
RCS file: /www/seamonkeyproject-org/src/releases/2.23b1.en.html,v
done
Checking in src/releases/2.23b1.en.html;
/www/seamonkeyproject-org/src/releases/2.23b1.en.html,v <-- 2.23b1.en.html
initial revision: 1.1
done
Checking in src/releases/index.en.html;
/www/seamonkeyproject-org/src/releases/index.en.html,v <-- index.en.html
new revision: 1.314; previous revision: 1.313
done
Something looks weird on http://www.seamonkey-project.org/releases/2.23b1 - all characters which aren't ASCII show up as '?' or '�' which isn't the case for the 2.22* pages. Encoding says UTF-8 as expected.
What changed?
![]() |
||
Comment 7•12 years ago
|
||
(In reply to rsx11m from comment #6)
> Something looks weird on http://www.seamonkey-project.org/releases/2.23b1 -
> all characters which aren't ASCII show up as '?' or '�' which isn't the case
> for the 2.22* pages. Encoding says UTF-8 as expected.
>
> What changed?
I think ewong's editor converted the files to Windows-1252
Flags: needinfo?(ewong)
Comment 8•12 years ago
|
||
happy if ewong or jens can fix this today, I may not have time for at least a few hours...
Flags: needinfo?(jh)
![]() |
||
Comment 9•12 years ago
|
||
Hrm, the attached patch didn't have that conversion in it :(
Assignee | ||
Comment 10•12 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #9)
> Hrm, the attached patch didn't have that conversion in it :(
Mine was OK (but bitrotted). ewong's two were broken AFAICS. Anyway, won't happen again, right, ewong? ;-) [diff if unsure]
fixed wrong characters and date
Checking in 2.23b1.en.html;
/www/seamonkeyproject-org/src/releases/2.23b1.en.html,v <-- 2.23b1.en.html
new revision: 1.2; previous revision: 1.1
done
Will try to fill in the changes until tomorrow at the latest. Leaving bug open until then.
Flags: needinfo?(jh)
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
![]() |
||
Comment 11•12 years ago
|
||
(In reply to Philip Chee from comment #7)
> (In reply to rsx11m from comment #6)
> > Something looks weird on http://www.seamonkey-project.org/releases/2.23b1 -
> > all characters which aren't ASCII show up as '?' or '�' which isn't the case
> > for the 2.22* pages. Encoding says UTF-8 as expected.
> >
> > What changed?
> I think ewong's editor converted the files to Windows-1252
Yeah. In my haste, I didn't convert the patch to unix. My bad.
Flags: needinfo?(ewong)
Assignee | ||
Comment 12•12 years ago
|
||
Comment on attachment 8343728 [details] [diff] [review]
website patch (v2)
> <div class="para" id="old">
> <p>Previously released versions of SeaMonkey:</p>
> <ul class="snav">
>- <!--<li><a href="2.23b1">2.23 Beta 1</a></li>-->
>- <!--<li><a href="2.22.1">2.22.1</a></li>-->
>+ <li><a href="2.23b1">2.23 Beta 1</a></li>
>+ <li><a href="2.22.1">2.22.1</a></li>
> <li><a href="2.22">2.22</a></li>
That's wrong, both 2.23b1 and 2.22.1 are current versions, so...
removed 2.23b1 and 2.22.1 from previous versions list
Checking in index.en.html;
/www/seamonkeyproject-org/src/releases/index.en.html,v <-- index.en.html
new revision: 1.315; previous revision: 1.314
done
Attachment #8343728 -
Flags: review?(jh) → review-
Updated•7 years ago
|
Product: Websites → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•