[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Sep 18 08:44:41 EDT 2004


User:      racke
Date:      2004-09-18 12:44:41 GMT
Modified:  .        UPGRADE
Modified:  lib/Vend Interpolate.pm
Log:
removed "feature" that  translate Interchange tags embedded in
HTML comments like <!--[tag ...]-->

Revision  Changes    Path
2.11      +6 -0      interchange/UPGRADE


rev 2.11, prev_rev 2.10
Index: UPGRADE
===================================================================
RCS file: /var/cvs/interchange/UPGRADE,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- UPGRADE	9 May 2004 20:56:20 -0000	2.10
+++ UPGRADE	18 Sep 2004 12:44:40 -0000	2.11
@@ -63,6 +63,12 @@
 
                 K N O W N   I S S U E S
 
+KNOWN ISSUES UPGRADING FROM 5.2.x
+
+A rather arcane feature has been removed from Interchange. HTML
+comments surrounding ITL like in <!--[data session browser]-->
+are no longer eliminated.
+
 KNOWN ISSUES UPGRADING FROM 5.0.x
 
     None.



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


rev 2.221, prev_rev 2.220
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.220
retrieving revision 2.221
diff -u -r2.220 -r2.221
--- Interpolate.pm	21 Aug 2004 23:02:48 -0000	2.220
+++ Interpolate.pm	18 Sep 2004 12:44:41 -0000	2.221
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.220 2004/08/21 23:02:48 jon Exp $
+# $Id: Interpolate.pm,v 2.221 2004/09/18 12:44:41 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.220 $, 10);
+$VERSION = substr(q$Revision: 2.221 $, 10);
 
 @EXPORT = qw (
 
@@ -625,10 +625,6 @@
 	# Translate legacy atomic [/page] and [/order] tags
 	$$html =~ s,\[/page(?:target)?\],</A>,ig;
 	$$html =~ s,\[/order\],</A>,ig;
-
-	# Translate Interchange tags embedded in HTML comments like <!--[tag ...]-->
-	$$html =~ s/<!--+\[/[/g
-		and $$html =~ s/\]--+>/]/g;
 }
 
 sub interpolate_html {








More information about the interchange-cvs mailing list