Author: buildbot
Date: Sun Jan 19 02:38:43 2014
New Revision: 894694
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/download.js
websites/staging/ooo-site/trunk/content/download/test/download_other.js
websites/staging/ooo-site/trunk/content/download/test/globalvars.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan 19 02:38:43 2014
@@ -1 +1 @@
-1559442
+1559447
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan 19 02:38:43 2014
@@ -1 +1 @@
-1559442
+1559447
Modified: websites/staging/ooo-site/trunk/content/download/test/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download.js Sun Jan
19 02:38:43 2014
@@ -318,8 +318,8 @@ function getPlatform() {
}
}
- // Mac OS x86?
- if ( os.indexOf( "mac" ) != -1 ) { UI_PLATFORM
= "Mac OS 32-bit Intel (DMG)";
+ // OS X x86?
+ if ( os.indexOf( "mac" ) != -1 ) { UI_PLATFORM
= "OS X 32-bit Intel (DMG)";
URL_PLATFORM
= "Mac_x86_install";
EXTENSION
= ".dmg";
}
Modified:
websites/staging/ooo-site/trunk/content/download/test/download_other.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_other.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_other.js Sun
Jan 19 02:38:43 2014
@@ -122,7 +122,7 @@ function write_header( FIRST_HEADER ) {
if ( PLATFORM.indexOf( "Linux_x86-64_deb" ) > -1 )
document.write( "<th><span style='text-align: center'
class='builds'>" + SMALL1 + "Linux <br />x86-64<br />DEB" + SMALL2 +
"</span></th>" );
if ( PLATFORM.indexOf( "MacOS_x86" ) > -1 )
- document.write( "<th><span style='text-align: center'
class='builds'>" + SMALL1 + "Mac OS<br />Intel <br />DMG" + SMALL2 +
"</span></th>" );
+ document.write( "<th><span style='text-align: center'
class='builds'>" + SMALL1 + "OS X<br />Intel <br />DMG" + SMALL2 +
"</span></th>" );
document.write( "</tr></thead>" );
}
Modified: websites/staging/ooo-site/trunk/content/download/test/globalvars.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/globalvars.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/globalvars.js Sun Jan
19 02:38:43 2014
@@ -15,6 +15,7 @@ var VERSION = "4.0.1";
var MILESTONE = "AOO401m5";
var BUILD = "9714";
var SVN_REV = "r1524958";
+var DATE = "2013-Oct-01";
var OLDVERSION = "3.4.1";
var LEGACYVERSION = "3.3.0";