[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Nov 18 17:15:59 2002


User:      racke
Date:      2002-11-18 22:15:22 GMT
Modified:  .        WHATSNEW
Log:
mv_values_space change documented

Revision  Changes    Path
2.57      +12 -0     interchange/WHATSNEW


rev 2.57, prev_rev 2.56
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.56
retrieving revision 2.57
diff -u -r2.56 -r2.57
--- WHATSNEW	12 Nov 2002 19:20:48 -0000	2.56
+++ WHATSNEW	18 Nov 2002 22:15:22 -0000	2.57
@@ -150,6 +150,18 @@
 * Fix bug where bad [nitems compare=...] could cause server error. Now
   just silently causes bad compare.
 
+* Allow alternate values spaces with $CGI->{mv_values_space}. This allows
+  fill-in wizards, surveys, and such to not pollute the user's normal
+  values.
+
+  Use with caution -- if someone is in the practice of using $Values
+  to set catalog behavior (usually a poor idea) then it can cause
+  anomalies.
+
+* Clean up a few references to $Vend::Session->{values} which should
+  never be done anymore -- we had handled almost all of this previously.
+  It should always reference $::Values.
+
 Installation
 ------------