[interchange-cvs] interchange - docelic modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue May 24 03:33:08 EDT 2005


User:      docelic
Date:      2005-05-24 07:33:08 GMT
Modified:  code/UI_Tag backup_database.coretag uninstall_feature.tag
Log:
* Allow for hide=1 in backup_database
* Add file header (license, cvs id) to recently added uninstall_feature tag

Revision  Changes    Path
1.6       +3 -3      interchange/code/UI_Tag/backup_database.coretag


rev 1.6, prev_rev 1.5
Index: backup_database.coretag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/backup_database.coretag,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- backup_database.coretag	27 Apr 2005 20:38:31 -0000	1.5
+++ backup_database.coretag	24 May 2005 07:33:08 -0000	1.6
@@ -1,10 +1,10 @@
 # Copyright 2002 Interchange Development Group (http://www.icdevgroup.org/)
 # Licensed under the GNU GPL v2. See file LICENSE for details.
-# $Id: backup_database.coretag,v 1.5 2005/04/27 20:38:31 docelic Exp $
+# $Id: backup_database.coretag,v 1.6 2005/05/24 07:33:08 docelic Exp $
 
 UserTag backup-database Order    tables
 UserTag backup-database AddAttr
-UserTag backup-database Version  $Revision: 1.5 $
+UserTag backup-database Version  $Revision: 1.6 $
 UserTag backup-database Routine  <<EOR
 sub {
 	my ($tables, $opt) = @_;
@@ -224,6 +224,6 @@
 		$::Scratch->{ui_error} .= join "</li>\n<li>", @errors;
 		$::Scratch->{ui_error} .= '</li></ul>';
 	}
-	return $done;
+	return $opt->{hide} ? "" : $done;
 }
 EOR



1.2       +7 -2      interchange/code/UI_Tag/uninstall_feature.tag


rev 1.2, prev_rev 1.1
Index: uninstall_feature.tag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/uninstall_feature.tag,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uninstall_feature.tag	22 May 2005 12:57:10 -0000	1.1
+++ uninstall_feature.tag	24 May 2005 07:33:08 -0000	1.2
@@ -1,5 +1,10 @@
-UserTag uninstall_feature Order name
-UserTag uninstall_feature MapRoutine Vend::Config::uninstall_feature
+# Copyright 2005 Interchange Development Group (http://www.icdevgroup.org/)
+# Licensed under the GNU GPL v2. See file LICENSE for details.
+# $Id: uninstall_feature.tag,v 1.2 2005/05/24 07:33:08 docelic Exp $
+
+UserTag uninstall_feature Order       name
+UserTag uninstall_feature MapRoutine  Vend::Config::uninstall_feature
+UserTag uninstall_feature Version     $Revision: 1.2 $
 UserTag uninstall_feature Description <<EOD
 This tag uninstalls features which were installed with Feature.
 EOD








More information about the interchange-cvs mailing list