[interchange-cvs] interchange - pajamian modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Aug 13 07:30:50 EDT 2007


User:      pajamian
Date:      2007-08-13 11:30:47 GMT
Modified:  .        WHATSNEW-5.5
Modified:  lib/Vend/Table Editor.pm
Log:
Fixed problem where form values do not always default to the $Values hash
values for corresponding form fields when defaults=1 and wizard=1 are both set
in the table editor.

Revision  Changes    Path
1.56      +4 -0      interchange/WHATSNEW-5.5


rev 1.56, prev_rev 1.55
Index: WHATSNEW-5.5
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW-5.5,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- WHATSNEW-5.5	12 Aug 2007 07:00:43 -0000	1.55
+++ WHATSNEW-5.5	13 Aug 2007 11:30:46 -0000	1.56
@@ -123,6 +123,10 @@
 * New set_process_name sub which is used to change the status in the process
   name indicator.
 
+* Fixed problem where form values do not always default to the $Values hash
+  values for corresponding form fields when defaults=1 and wizard=1 are both
+  set in the table editor.
+
 UserDB
 ------
 



1.88      +3 -2      interchange/lib/Vend/Table/Editor.pm


rev 1.88, prev_rev 1.87
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- Editor.pm	10 Aug 2007 12:05:35 -0000	1.87
+++ Editor.pm	13 Aug 2007 11:30:47 -0000	1.88
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.87 2007/08/10 12:05:35 racke Exp $
+# $Id: Editor.pm,v 1.88 2007/08/13 11:30:47 pajamian Exp $
 #
 # Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.87 $, 10);
+$VERSION = substr(q$Revision: 1.88 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -819,6 +819,7 @@
 								callback_prescript
 								callback_postscript
 								class
+								default
 								extra
 								disabled
 								field








More information about the interchange-cvs mailing list