You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/04/27 19:54:55 UTC

svn commit: r907066 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/index.html

Author: buildbot
Date: Sun Apr 27 17:54:54 2014
New Revision: 907066

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 27 17:54:54 2014
@@ -1 +1 @@
-1590426
+1590427

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 27 17:54:54 2014
@@ -1 +1 @@
-1590426
+1590427

Modified: websites/staging/ooo-site/trunk/content/download/test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index.html Sun Apr 27 17:54:54 2014
@@ -180,7 +180,7 @@ screen reader. -->
   <!-- Yellow: Beta Release online -->
   <script type="text/javascript">
   <!--
-  if ( BETA_ACTIVE ) {
+  if ( BETA_ACTIVE == 1 ) {
     // Set a specific language ISO code to force to assemble a certain localized build as download URL
     var NL_LANGUAGE = "";
     // Get the download URL for Beta releases (>0 = beta mode)
@@ -258,7 +258,7 @@ screen reader. -->
       + "<b>Get all platforms, languages, language packs</b></a> | "
       + "<a href='all_beta.html#source' title='Get the source code and SDK to download'>Source code and SDK</a></p>"
     + "</div>" );
-  } else {
+  } else if ( BETA_ACTIVE == 0 ) {
     // Yellow: Beta Release coming soon
     var ANN_LINK  = "https://blogs.apache.org/OOo/";
     var ANN_TITLE = "Official blog of Apache OpenOffice";
@@ -270,6 +270,8 @@ screen reader. -->
       + "The Beta release is not yet available. Please make sure to come back on the release date to download and test the "
       + "new version.</a></p>"
     + "</div>" );
+  } else {
+    // Yellow: Beta Release, show nothing as it is not yet ready
   }
   //-->
   </script>