Hi -

OK. We should be able to fix these js filenames so that users don’t have to 
clear cache. by versioning the following files:

<script type="text/javascript" src="./globalvars.js"></script>
<script type="text/javascript" src="./msg_prop_l10n_en.js"></script>
<script type="text/javascript" src="./release_matrix.js"></script>
<script type="text/javascript" src="./download.js"></script>

====> Did we miss a clause here for mac32?
In download.js:
        // If version is '4.1.0' (or newer) and platform is 'Mac OS X <= 10.6', 
show the none-availability to the user.
        if( ( DL.VERSION_SEL === "4.1.3" || DL.VERSION_SEL === "4.1.2" || 
DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === 
"mac32" ) {
                // Show an error message that the chosen items do not lead to a 
download.

Should we use DL.VERSION_SEL >= “4.1.0”? If so then we won’t need to version 
download.js.

In globalvars.js:

// Stable release: General properties.
DL.VERSION                      = "4.1.4";              // Release version in 
full format "x.y.z".
DL.VERSION_SHORT                = DL.VERSION;           // Release version in 
short format "x.y".
DL.MILESTONE                    = "AOO414m5";           // Milestone ID (from 
AOO build system).
DL.BUILD                        = "9788";               // Build ID (from AOO 
build system).
DL.SVN_REV                      = "r1811857";           // SVN revision.
DL.REL_DATE                     = "2017-Oct-19";        // Date of the public 
announced release.
DL.PREV_VERSION                 = "4.1.3";              // Release of the 
previous version.
DL.OLDVERSION                   = "3.4.1";              // Old version (last 
stable release of 3.x series).
DL.LEGACYVERSION                = "3.3.0";              // Old legacy version 
(last stable none-Apache release).

In msg_prop_l10n_en.js:

l10n.dl_rel_notes_aoo414_link = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Release+Notes";;
l10n.dl_rel_notes_aoo413_link = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.3+Release+Notes";;
l10n.dl_rel_notes_aoo412_link = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes";;
l10n.dl_rel_notes_aoo411_link = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes";;
l10n.dl_rel_notes_aoo410_link = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";;
l10n.dl_rel_notes_aoo401_link = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes";;
l10n.dl_rel_notes_aoo400_link = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes";;

In release_matrix.js:
/* Description for AOO 4.1.4.
 *
 * For the matrix position and their meanings see the descriptions on top of 
file.
 */
DL.release_matrix_414 = {
….

Regards,
Dave

> On Oct 19, 2017, at 10:36 AM, Dave Fisher <dave2w...@comcast.net> wrote:
> 
> Hi -
> 
> I’m seeing that the banner on www.openoffice.org <http://www.openoffice.org/> 
> has the 4.1.4 release announced on the release, but the download pages are 
> yet to be changed.
> 
> Is the change in progress?
> 
> Regards,
> Dave

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to