[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Nov 26 10:02:46 UTC 2008


User:      racke
Date:      2008-11-26 10:02:46 GMT
Modified:  .        WHATSNEW-5.7
Modified:  lib/Vend Dispatch.pm
Log:
Enable catalog usertags within dispatch routines.

Revision  Changes    Path
2.19                 interchange/WHATSNEW-5.7


rev 2.19, prev_rev 2.18
Index: WHATSNEW-5.7
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW-5.7,v
retrieving revision 2.18
retrieving revision 2.19
diff -u -r2.18 -r2.19
--- WHATSNEW-5.7	12 Nov 2008 04:15:22 -0000	2.18
+++ WHATSNEW-5.7	26 Nov 2008 10:02:46 -0000	2.19
@@ -7,6 +7,16 @@
 
 See UPGRADE document for a list of incompatible changes.
 
+Interchange 5.7.2 not yet released.
+
+Core
+----
+
+* Enable catalog usertags within dispatch routines.
+
+
+------------------------------------------------------------------------------
+
 
 Interchange 5.7.1 released 2008-11-13.
 



1.104                interchange/lib/Vend/Dispatch.pm


rev 1.104, prev_rev 1.103
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- Dispatch.pm	10 Oct 2008 15:08:19 -0000	1.103
+++ Dispatch.pm	26 Nov 2008 10:02:46 -0000	1.104
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.103 2008-10-10 15:08:19 mheins Exp $
+# $Id: Dispatch.pm,v 1.104 2008-11-26 10:02:46 racke 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.103 $, 10);
+$VERSION = substr(q$Revision: 1.104 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -1523,6 +1523,7 @@
 	Vend::Interpolate::reset_calc() if $Global::Foreground;
 	Vend::Interpolate::init_calc();
 	new Vend::Tags;
+	new Vend::Parse;	# enable catalog usertags within dispatch routines
 # LEGACY
 	ROUTINES: {
 		last ROUTINES unless index($Vend::FinalPath, "/$Vend::Cfg->{ProcessPage}/") == 0;







More information about the interchange-cvs mailing list