Author: buildbot
Date: Sun Sep 29 16:30:05 2013
New Revision: 880368
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/download.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep 29 16:30:05 2013
@@ -1 +1 @@
-1527343
+1527346
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep 29 16:30:05 2013
@@ -1 +1 @@
-1527343
+1527346
Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Sun Sep 29
16:30:05 2013
@@ -162,7 +162,7 @@ function getLink() {
// FILENAME = FILENAME + EXTENSION;
// Assign the file name (column 3) from the release
matrix of language and platform
- FILENAME = release_aoo400_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ][ 3 ];
+ FILENAME = release_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ][ 3 ];
// LINK = SOURCEFORGE_BASE_URL + NL_LANGUAGE +
"/Apache_OpenOffice_" + VERSION + "_";
// LINK = LINK + URL_PLATFORM + "_" +
NL_LANGUAGE + EXTENSION + "/download";
@@ -347,10 +347,10 @@ function getFilesize() {
// If a platform was found and no error occurred, assign the array data
and filesize from the release matrix
if ( RELEASE_MATRIX_PLATFORM_POS > -1 && !ERROR ) {
// Assign all values from the release matrix of language and
platform
- RELEASE_MATRIX_PLATFORM = release_aoo400_matrix[
LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ];
+ RELEASE_MATRIX_PLATFORM = release_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ];
// Assign the file size (column 2) from the release matrix of
language and platform
- FILESIZE = release_aoo400_matrix[
LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ][ 2 ];
+ FILESIZE = release_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ][ 2 ];
} else {
ERROR = true;
FILESIZE = 0;