Author: marcus
Date: Sun Jan 19 02:37:33 2014
New Revision: 1559447

URL: http://svn.apache.org/r1559447
Log:
Renamed 'Mac OS X' to 'OS X' as Apple has changed its product name already ~2 
years ago

Modified:
    openoffice/ooo-site/trunk/content/download/test/download.js
    openoffice/ooo-site/trunk/content/download/test/download_other.js
    openoffice/ooo-site/trunk/content/download/test/globalvars.js

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1559447&r1=1559446&r2=1559447&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sun Jan 19 
02:37:33 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: openoffice/ooo-site/trunk/content/download/test/download_other.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_other.js?rev=1559447&r1=1559446&r2=1559447&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_other.js Sun Jan 
19 02:37:33 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&nbsp;OS<br />Intel <br />DMG" + SMALL2 + 
"</span></th>" );
+               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "OS&nbsp;X<br />Intel <br />DMG" + SMALL2 + 
"</span></th>" );
        document.write( "</tr></thead>" );
 }
 

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars.js?rev=1559447&r1=1559446&r2=1559447&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Sun Jan 19 
02:37:33 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";


Reply via email to