Releases/Thunderbird 3.0a3:WebsiteNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Process: Add Today's work.)
Line 19: Line 19:
#** Generation table for links isn't perfect (could it be auto-generated from build output?), but is better than hand-generating the table.
#** Generation table for links isn't perfect (could it be auto-generated from build output?), but is better than hand-generating the table.
#* <code>en-US/thunderbird/3.0b1/releasenotes/index.php</code>
#* <code>en-US/thunderbird/3.0b1/releasenotes/index.php</code>
#** Search and replace old version wih new version, be careful with the &nbsp; version.
#** Search and replace old version with new version, be careful with the &nbsp; version.
 
At this stage had a discussion with Gozer re including items from mozilla.com's repository. The <code>includes/product-details/</code> is shared into mozilla.com's repository and is now shared into mozillamessaging.com's repository. This means we can pick up locale code to locale name conversion and other utility functions with minimal effort and not have to manually keep in sync.
 
Next steps:
 
* Created <code>en-US/thunderbird/early-releases/downloads.php</code>
** This is a new page intended that we can just update the source data for each beta release.
** Hence not worry about maintaining links for older releases - we'll just redirect the release notes to the http://ftp.mozilla.org/ site?
* <code>en-US/thunderbird/early_releases/index.php</code>
** This may turn into the release announcement, see what people think (did more updates on it anyway).
* <code>en-US/thunderbird/3.0b1/releasenotes/index.php</code>
** Updated the release notes with the text from <code>en-US/thunderbird/3.0b1/index.php</code> to fill in what's new.
** Search all open bugs in Thunderbird and MailNews core for relnote.
** Worked out the main relevant bugs to include.
* Tidied up code
* Created new <code>includes/thunderbirdBetaDetails.class.php</code> to replace <code>includes/product-details/thunderbirdDetails.class.php</code> as I don't currently know about changing the product-details repository.
 
Posted revision id <code></code> to stage.
 
Still to do:
 
* Get feedback on pages
* Release Dates
* Release Announcement (or just use the 3.0b1 index page?)
* Update file sizes of builds for l10n, and final list of builds.
* Installation directory check
* Tidy up old Shredder links.

Revision as of 10:27, 29 September 2008

Owner

Standard8

Process

Release notes tracking: bug 457186

  1. en-US/thunderbird/early_releases/index.php
    • Add new Thunderbird Beta 1 section.
  2. en-US/thunderbird/3.0b1/index.php
    • New page for this release, highlighting the new features and providing the appropriate download links.
    • Formulate main list of features from:
    • Download Links
      • Took a bit of time to see how Firefox does it [1]
      • Copied various files across from Firefox
      • Generation table for links isn't perfect (could it be auto-generated from build output?), but is better than hand-generating the table.
    • en-US/thunderbird/3.0b1/releasenotes/index.php
      • Search and replace old version with new version, be careful with the   version.

At this stage had a discussion with Gozer re including items from mozilla.com's repository. The includes/product-details/ is shared into mozilla.com's repository and is now shared into mozillamessaging.com's repository. This means we can pick up locale code to locale name conversion and other utility functions with minimal effort and not have to manually keep in sync.

Next steps:

  • Created en-US/thunderbird/early-releases/downloads.php
    • This is a new page intended that we can just update the source data for each beta release.
    • Hence not worry about maintaining links for older releases - we'll just redirect the release notes to the http://ftp.mozilla.org/ site?
  • en-US/thunderbird/early_releases/index.php
    • This may turn into the release announcement, see what people think (did more updates on it anyway).
  • en-US/thunderbird/3.0b1/releasenotes/index.php
    • Updated the release notes with the text from en-US/thunderbird/3.0b1/index.php to fill in what's new.
    • Search all open bugs in Thunderbird and MailNews core for relnote.
    • Worked out the main relevant bugs to include.
  • Tidied up code
  • Created new includes/thunderbirdBetaDetails.class.php to replace includes/product-details/thunderbirdDetails.class.php as I don't currently know about changing the product-details repository.

Posted revision id to stage.

Still to do:

  • Get feedback on pages
  • Release Dates
  • Release Announcement (or just use the 3.0b1 index page?)
  • Update file sizes of builds for l10n, and final list of builds.
  • Installation directory check
  • Tidy up old Shredder links.