[interchange] Change [forum] tag to default to NoReparse.

Peter Ajamian interchange-cvs at icdevgroup.org
Tue Jan 5 09:28:30 UTC 2010


commit 3f48a7fbbb4b573c073c6afd224522e1fb508c48
Author: Peter Ajamian <peter at pajamian.dhs.org>
Date:   Tue Jan 5 22:27:22 2010 +1300

    Change [forum] tag to default to NoReparse.

 WHATSNEW-5.7           |   11 +++++++++++
 code/UserTag/forum.tag |   11 +++++------
 2 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7
index b8aeaef..79c121a 100644
--- a/WHATSNEW-5.7
+++ b/WHATSNEW-5.7
@@ -7,6 +7,17 @@
 
 See UPGRADE document for a list of incompatible changes.
 
+Interchange 5.7.5 not yet released.
+
+
+Tags
+----
+
+* Make the [forum] tag default to NoReparse.
+
+
+------------------------------------------------------------------------------
+
 
 Interchange 5.7.4 released 2009-12-09.
 
diff --git a/code/UserTag/forum.tag b/code/UserTag/forum.tag
index 24a10fd..f4097cc 100644
--- a/code/UserTag/forum.tag
+++ b/code/UserTag/forum.tag
@@ -1,15 +1,13 @@
-# Copyright 2002-2007 Interchange Development Group and others
+# Copyright 2002-2010 Interchange Development Group and others
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  See the LICENSE file for details.
-# 
-# $Id: forum.tag,v 1.6 2007-03-30 23:40:57 pajamian Exp $
 
 UserTag forum-userlink PosNumber 0
-UserTag forum-userlink addAttr 
-UserTag forum-userlink Version   $Revision: 1.6 $
+UserTag forum-userlink addAttr
+UserTag forum-userlink Version   1.7
 UserTag forum-userlink Routine   <<EOR
 sub {
 	my ($row) = @_;
@@ -24,7 +22,8 @@ EOR
 UserTag forum Order     top
 UserTag forum addAttr 
 UserTag forum hasEndTag 
-UserTag forum Version   $Revision: 1.6 $
+UserTag forum NoReparse 1
+UserTag forum Version   1.7
 UserTag forum Routine   <<EOR
 my @uls;
 my $lastlevel;



More information about the interchange-cvs mailing list