[interchange-cvs] interchange - racke modified lib/Vend/Config.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon May 5 16:22:00 2003


User:      racke
Date:      2003-05-05 20:21:49 GMT
Modified:  lib/Vend Config.pm
Log:
remove Static* directives never used in a stable Interchange version
deprecate all other directives related to Static page building

Revision  Changes    Path
2.112     +13 -17    interchange/lib/Vend/Config.pm


rev 2.112, prev_rev 2.111
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.111
retrieving revision 2.112
diff -u -r2.111 -r2.112
--- Config.pm	3 May 2003 16:41:02 -0000	2.111
+++ Config.pm	5 May 2003 20:21:49 -0000	2.112
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.111 2003/05/03 16:41:02 racke Exp $
+# $Id: Config.pm,v 2.112 2003/05/05 20:21:49 racke Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 # Copyright (C) 2003 ICDEVGROUP <interchange@icdevgroup.org>
@@ -48,7 +48,7 @@
 use Vend::File;
 use Vend::Data;
 
-$VERSION = substr(q$Revision: 2.111 $, 10);
+$VERSION = substr(q$Revision: 2.112 $, 10);
 
 my %CDname;
 my %CPname;
@@ -127,7 +127,6 @@
         PriceField
 		SalesTax
         SpecialPageDir
-		StaticPath
 		TaxShipping
 
 /   );
@@ -499,7 +498,7 @@
 	['NonTaxableField',  undef,     	     ''],
 	['CyberCash',	 	 'warn',     	     ''],
 	['CreditCardAuto',	 'yesno',     	     'No'],
-	['NoCache',	     	 'boolean',    	     ''],
+	['NoCache',	     	 'warn',    	     ''],
 	['ClearCache',	     'yesno',     	     'No'],
 	['FormIgnore',	     'boolean',    	     ''],
 	['EncryptProgram',	 undef,     	     $Global::EncryptProgram || ''],
@@ -509,16 +508,13 @@
 	['TrackPageParam',	 'hash',     	     ''],
 	['SalesTax',		 undef,     	     ''],
 	['SalesTaxFunction', undef,     	     ''],
-	['StaticDBM',  	 	 undef,     	     ''],
-	['Static',   	 	 'yesno',     	     'No'],
-	['StaticAll',		 'yesno',     	     'No'],
-	['StaticDepth',		 undef,     	     '1'],
-	['StaticFly',		 'yesno',     	     'No'],
-	['StaticLogged',	 'yesno',     	     'No'],
+	['StaticDBM',  	 	 'warn',     	     ''],
+	['Static',   	 	 'warn',     	     ''],
+	['StaticAll',		 'warn',     	     ''],
+	['StaticDepth',		 'warn',     	     ''],
+	['StaticFly',		 'warn',     	     ''],
+	['StaticLogged',	 'warn',     	     ''],
 	['StaticDir',		 undef,     	     ''],
-	['StaticIndex',		 undef,     	     ''], 					  
-	['StaticSessionDefault',	 'hash',     ''],
-	['StaticTrack',		 undef,     	     ''],
 	['SOAP',			 'yesno',			 'No'],
 	['SOAP_Enable',		 'hash',			 ''],
 	['SOAP_Action',		 'action',			 ''],				   
@@ -527,10 +523,10 @@
 	['UserDatabase',	 undef,		     	 ''],  #undocumented
 	['RobotLimit',		 'integer',		      0],
 	['OrderLineLimit',	 'integer',		      0],
-	['StaticPage',		 'boolean',     	     ''],
-	['StaticPath',		 undef,     	     '/'],
-	['StaticPattern',	 'regex',     	     ''],
-	['StaticSuffix',	 undef,     	     '.html'],
+	['StaticPage',		 'warn',     	     ''],
+	['StaticPath',		 'warn',     	     ''],
+	['StaticPattern',	 'warn',     	     ''],
+	['StaticSuffix',	 'warn',     	     ''],
 	['HTMLsuffix',	     undef,     	     '.html'],
 	['CustomShipping',	 undef,     	     ''],
 	['DefaultShipping',	 undef,     	     'default'],