You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2015/07/07 23:58:41 UTC

svn commit: r1689750 - in /openoffice/ooo-site/trunk/content/download: download.js globalvars.js

Author: marcus
Date: Tue Jul  7 21:58:41 2015
New Revision: 1689750

URL: http://svn.apache.org/r1689750
Log:
Changed the wording for the both OS X list items, to indicate better what the difference is, when choosing older or newer AOO releases

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

Modified: openoffice/ooo-site/trunk/content/download/download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1689750&r1=1689749&r2=1689750&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Tue Jul  7 21:58:41 2015
@@ -1101,7 +1101,7 @@ DL.getPlatform = function() {
 		}
 
 		// Mac OS X?
-		if( os.indexOf( "mac"			) !== -1 ) {	DL.UI_PLATFORM		= "OS X 64-bit (x86-64) (DMG)";
+		if( os.indexOf( "mac"			) !== -1 ) {	DL.UI_PLATFORM		= "OS X (version >= 10.7) (DMG)";
 									DL.PLATFORM		= "mac64";
 									DL.EXTENSION		= ".dmg";
 
@@ -1113,7 +1113,7 @@ DL.getPlatform = function() {
 			    ua.indexOf( " 10.4"		) !== -1 ||
 			    ua.indexOf( " 10_4"		) !== -1 ||
 			    ua.indexOf( " 10.3"		) !== -1 ||
-			    ua.indexOf( " 10_3"		) !== -1 ) {	DL.UI_PLATFORM		= "Mac OS X (Version <= 10.6)";
+			    ua.indexOf( " 10_3"		) !== -1 ) {	DL.UI_PLATFORM		= "OS X (version <= 10.6) (DMG)";
 									DL.PLATFORM		= "mac32";
 			}
 
@@ -1127,7 +1127,7 @@ DL.getPlatform = function() {
 			    ua.indexOf( " 10.8"		) !== -1 ||
 			    ua.indexOf( " 10_8"		) !== -1 ||
 			    ua.indexOf( " 10.7"		) !== -1 ||
-			    ua.indexOf( " 10_7"		) !== -1 ) {	DL.UI_PLATFORM		= "OS X 64-bit (x86-64) (DMG)";
+			    ua.indexOf( " 10_7"		) !== -1 ) {	DL.UI_PLATFORM		= "OS X (version >= 10.7) (DMG)";
 									DL.PLATFORM		= "mac64";
 			}
 		} 

Modified: openoffice/ooo-site/trunk/content/download/globalvars.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars.js?rev=1689750&r1=1689749&r2=1689750&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/globalvars.js Tue Jul  7 21:58:41 2015
@@ -35,8 +35,8 @@ DL.SEL_OS			= [ "win32",  "Windows (EXE)
 				    "lnx64r", "Linux 64-bit (x86-64) (RPM)",	    	".tar.gz",
 				    "lnx32d", "Linux 32-bit (x86) (DEB)",	    	".tar.gz",
 				    "lnx32r", "Linux 32-bit (x86) (RPM)",	    	".tar.gz",
-				    "mac64",  "OS X 64-bit (x86-64) (DMG)",	    	".dmg",
-				    "mac32",  "OS X 32-bit (x86) (DMG)",	    	".dmg",
+				    "mac64",  "OS X (version >= 10.7) (DMG)",	    	".dmg",
+				    "mac32",  "OS X (version <= 10.6) (DMG)",	    	".dmg",
 				    "other",  "More platforms / operating systems",	"" ];
 
 // Data for the <select> element "lang".