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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jan 30 12:45:49 EST 2006


User:      jon
Date:      2006-01-30 17:45:49 GMT
Modified:  lib/Vend Config.pm
Log:
Remove configuration directives that were deprecated and generated a
warning at startup time.

Revision  Changes    Path
2.193     +3 -16     interchange/lib/Vend/Config.pm


rev 2.193, prev_rev 2.192
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.192
retrieving revision 2.193
diff -u -u -r2.192 -r2.193
--- Config.pm	30 Jan 2006 17:44:10 -0000	2.192
+++ Config.pm	30 Jan 2006 17:45:49 -0000	2.193
@@ -1,8 +1,8 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.192 2006/01/30 17:44:10 jon Exp $
+# $Id: Config.pm,v 2.193 2006/01/30 17:45:49 jon Exp $
 #
-# Copyright (C) 2002-2005 Interchange Development Group
+# Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
@@ -54,7 +54,7 @@
 use Vend::Data;
 use Vend::Cron;
 
-$VERSION = substr(q$Revision: 2.192 $, 10);
+$VERSION = substr(q$Revision: 2.193 $, 10);
 
 my %CDname;
 my %CPname;
@@ -616,7 +616,6 @@
 	['MinQuantityField', undef,     	     ''],
 	['LogFile', 		  undef,     	     'etc/log'],
 	['Pragma',		 	 'boolean_value',    ''],
-	['DynamicData', 	 'warn',     	 ''],
 	['NoImport',	 	 'boolean',     	 ''],
 	['NoImportExternal', 'yesno',	     	 'no'],
 	['CommonAdjust',	 undef,  	     	 ''],
@@ -647,9 +646,7 @@
 	['SeparateItems',    'yesno',			 'No'],
 	['PageSelectField',  undef,     	     ''],
 	['NonTaxableField',  undef,     	     ''],
-	['CyberCash',	 	 'warn',     	     ''],
 	['CreditCardAuto',	 'yesno',     	     'No'],
-	['NoCache',	     	 'warn',    	     ''],
 	['FormIgnore',	     'boolean',    	     ''],
 	['EncryptProgram',	 undef,     	     $Global::EncryptProgram || ''],
 	['EncryptKey',		 undef,     	     ''],
@@ -658,12 +655,6 @@
 	['TrackPageParam',	 'hash',     	     ''],
 	['SalesTax',		 undef,     	     ''],
 	['SalesTaxFunction', undef,     	     ''],
-	['StaticDBM',  	 	 'warn',     	     ''],
-	['Static',   	 	 'warn',     	     ''],
-	['StaticAll',		 'warn',     	     ''],
-	['StaticDepth',		 'warn',     	     ''],
-	['StaticFly',		 'warn',     	     ''],
-	['StaticLogged',	 'warn',     	     ''],
 	['StaticDir',		 undef,     	     ''],
 	['SOAP',			 'yesno',			 'No'],
 	['SOAP_Enable',		 'hash',			 ''],
@@ -674,10 +665,6 @@
 	['UserDatabase',	 undef,		     	 ''],
 	['RobotLimit',		 'integer',		      0],
 	['OrderLineLimit',	 'integer',		      0],
-	['StaticPage',		 'warn',     	     ''],
-	['StaticPath',		 'warn',     	     ''],
-	['StaticPattern',	 'warn',     	     ''],
-	['StaticSuffix',	 'warn',     	     ''],
 	['RedirectCache',	 undef,				 ''],
 	['HTMLsuffix',	     undef,     	     '.html'],
 	['CustomShipping',	 undef,     	     ''],








More information about the interchange-cvs mailing list