You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2010/09/14 17:02:19 UTC

svn commit: r996931 - /incubator/vcl/trunk/web/testsetup.php

Author: jfthomps
Date: Tue Sep 14 15:02:19 2010
New Revision: 996931

URL: http://svn.apache.org/viewvc?rev=996931&view=rev
Log:
-removed check for dojoAjax directory
-changed instructions on installing dojo toolkit from version 1.1.0 to 1.5.0
-changed instructions on installing jpgraph from version 2.x to 3.x

Modified:
    incubator/vcl/trunk/web/testsetup.php

Modified: incubator/vcl/trunk/web/testsetup.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/testsetup.php?rev=996931&r1=996930&r2=996931&view=diff
==============================================================================
--- incubator/vcl/trunk/web/testsetup.php (original)
+++ incubator/vcl/trunk/web/testsetup.php Tue Sep 14 15:02:19 2010
@@ -447,17 +447,8 @@ if(in_array('openssl', $exts)) {
 
 
 # check dojo directories
-title("Testing for existance of dojo and dojoAjax directories");
+title("Testing for existance of dojo directory");
 print "<ul>\n";
-if(is_dir('./dojoAjax')) {
-	pass("dojoAjax directory exists");
-	if(is_readable('./dojoAjax'))
-		pass("dojoAjax directory is readable");
-	else
-		fail("dojoAjax directory is not readable. Check permissions on this directory");
-}
-else
-	fail("dojoAjax directory does not exist. Download and install Dojo Toolkit 0.4.0");
 if(is_dir('./dojo')) {
 	pass("dojo directory exists");
 	if(is_readable('./dojo'))
@@ -466,7 +457,7 @@ if(is_dir('./dojo')) {
 		fail("dojo directory is not readable. Check permissions on this directory");
 }
 else
-	fail("dojo directory does not exist. Download and install Dojo Toolkit 1.1.0");
+	fail("dojo directory does not exist. Download and install Dojo Toolkit 1.5.0");
 print "</ul>\n";
 
 # check for jpgraph directory
@@ -480,7 +471,7 @@ if(is_dir('.ht-inc/jpgraph')) {
 		fail(".ht-inc/jpgraphdirectory is not readable. Check permissions on this directory");
 }
 else
-	fail(".ht-inc/jpgraph directory does not exist. This will only prevent statistic graphs from being generated. To correct, download and install the 2.x series of jpgraph.");
+	fail(".ht-inc/jpgraph directory does not exist. This will only prevent statistic graphs from being generated. To correct, download and install the 3.x series of jpgraph.");
 print "</ul>\n";
 
 # php display errors