[interchange-cvs] interchange - racke modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed May 21 08:00:01 2003


User:      racke
Date:      2003-05-21 11:59:34 GMT
Modified:  .        WHATSNEW
Modified:  lib/Vend Interpolate.pm
Log:
Vend::Interpolate::static_url function removed

Revision  Changes    Path
2.124     +1 -1      interchange/WHATSNEW


rev 2.124, prev_rev 2.123
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.123
retrieving revision 2.124
diff -u -r2.123 -r2.124
--- WHATSNEW	21 May 2003 11:19:57 -0000	2.123
+++ WHATSNEW	21 May 2003 11:59:34 -0000	2.124
@@ -910,7 +910,7 @@
   -- remove path_adjust Pragma which is only useful in conjunction with
      StaticPath configuration directive
   -- remove Vend::Interpolate::cache_html, Vend::Interpolate::resolve_static, 
-     Vend::Session::tie_static_dbm routines
+     Vend::Interpolate::static_url and Vend::Session::tie_static_dbm routines
   
   
 Miscellaneous



2.170     +2 -6      interchange/lib/Vend/Interpolate.pm


rev 2.170, prev_rev 2.169
Index: Interpolate.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.169
retrieving revision 2.170
diff -u -r2.169 -r2.170
--- Interpolate.pm	21 May 2003 11:19:57 -0000	2.169
+++ Interpolate.pm	21 May 2003 11:59:34 -0000	2.170
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.169 2003/05/21 11:19:57 racke Exp $
+# $Id: Interpolate.pm,v 2.170 2003/05/21 11:59:34 racke Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -27,7 +27,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.169 $, 10);
+$VERSION = substr(q$Revision: 2.170 $, 10);
 
 @EXPORT = qw (
 
@@ -2779,10 +2779,6 @@
 PAGELINK: {
 
 my ($urlroutine, $page, $arg, $opt);
-
-sub static_url {
-	return $Vend::Cfg->{StaticPath} . "/" . shift;
-}
 
 sub tag_page {
     my ($page, $arg, $opt) = @_;