[interchange-cvs] interchange - jon modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Apr 22 18:54:09 UTC 2008


User:      jon
Date:      2008-04-22 18:54:09 GMT
Modified:  lib/Vend Config.pm Dispatch.pm
Log:
Change AutoloadEarliest directive name to Preload.

Revision  Changes    Path
2.237                interchange/lib/Vend/Config.pm


rev 2.237, prev_rev 2.236
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.236
retrieving revision 2.237
diff -u -u -r2.236 -r2.237
--- Config.pm	22 Apr 2008 05:28:54 -0000	2.236
+++ Config.pm	22 Apr 2008 18:54:09 -0000	2.237
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.236 2008-04-22 05:28:54 jon Exp $
+# $Id: Config.pm,v 2.237 2008-04-22 18:54:09 jon Exp $
 #
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -54,7 +54,7 @@
 use Vend::Data;
 use Vend::Cron;
 
-$VERSION = substr(q$Revision: 2.236 $, 10);
+$VERSION = substr(q$Revision: 2.237 $, 10);
 
 my %CDname;
 my %CPname;
@@ -128,7 +128,6 @@
 qw/
 		AutoEnd
         Autoload
-        AutoloadEarliest
 		CategoryField
         CommonAdjust
 		DescriptionField
@@ -136,6 +135,7 @@
 		ImageDir
 		ImageDirSecure
 		PageDir
+		Preload
 		PriceCommas
 		PriceDefault
         PriceDivide
@@ -584,7 +584,7 @@
 	['DatabaseAuto',	 'dbauto',	     	 ''],
 	['DatabaseAutoIgnore',	 'regex',	     	 ''],
 	['Database',  		 'database',     	 ''],
-	['AutoloadEarliest', 'routine_array',	 ''],
+	['Preload',          'routine_array',    ''],
 	['Autoload',		 'routine_array',	 ''],
 	['AutoEnd',			 'routine_array',	 ''],
 	['Replace',			 'replace',     	 ''],



1.100                interchange/lib/Vend/Dispatch.pm


rev 1.100, prev_rev 1.99
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -u -r1.99 -r1.100
--- Dispatch.pm	22 Apr 2008 07:00:01 -0000	1.99
+++ Dispatch.pm	22 Apr 2008 18:54:09 -0000	1.100
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.99 2008-04-22 07:00:01 jon Exp $
+# $Id: Dispatch.pm,v 1.100 2008-04-22 18:54:09 jon Exp $
 #
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Dispatch;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.99 $, 10);
+$VERSION = substr(q$Revision: 1.100 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -1228,7 +1228,7 @@
 
 	Vend::Server::set_process_name("$Vend::Cat $CGI::host");
 
-	run_macro($Vend::Cfg->{AutoloadEarliest});
+	run_macro($Vend::Cfg->{Preload});
 
 	$CGI::user = Vend::Util::check_authorization($CGI::authorization)
 		if defined $CGI::authorization;







More information about the interchange-cvs mailing list