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/05/02 19:33:30 UTC

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

Author: buildbot
Date: Fri May  2 17:33:30 2014
New Revision: 907790

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/analyze.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  2 17:33:30 2014
@@ -1 +1 @@
-1591976
+1591982

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  2 17:33:30 2014
@@ -1 +1 @@
-1591976
+1591982

Modified: websites/staging/ooo-site/trunk/content/download/test/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze.html Fri May  2 17:33:30 2014
@@ -106,10 +106,7 @@ screen reader. -->
     + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
     + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
   }
-  if ( ARCHIVE ) {
-    VERSION = PRE_VERSION;
-  }
-  document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION + "+Release+Notes'"
+  document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION_SHORT + "+Release+Notes'"
     + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'><b>Release Notes</b></a> | <br />"
     + "<a href='other.html' title='Get all platforms, languages, language packs to download'>"
     + "<b>Get all platforms, languages, language packs</b></a> | "
@@ -172,6 +169,7 @@ screen reader. -->
     document.write( "<tr><td>Language array data			</td><td>" + LANG_ARRAY					+ "</td></tr>" );
     document.write( "<tr><td>Release matrix platform position		</td><td>" + RELEASE_MATRIX_PLATFORM_POS		+ "</td></tr>" );
     document.write( "<tr><td>Release matrix platform array data		</td><td>" + RELEASE_MATRIX_PLATFORM			+ "</td></tr>" );
+    document.write( "<tr><td>Release matrix language array data		</td><td>" + RELEASE_MATRIX_LANG			+ "</td></tr>" );
     document.write( "<tr><td>UI platform name				</td><td>" + UI_PLATFORM				+ "</td></tr>" );
     document.write( "<tr><td>URL platform name				</td><td>" + URL_PLATFORM				+ "</td></tr>" );
     document.write( "<tr><td>File name					</td><td>" + FILENAME					+ "</td></tr>" );