[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sat Nov 9 05:22:00 2002


User:      racke
Date:      2002-11-09 10:21:53 GMT
Modified:  .        WHATSNEW
Log:
documented Mike's latest changes to filters, Order.pm and nitems

Revision  Changes    Path
2.55      +13 -0     interchange/WHATSNEW


rev 2.55, prev_rev 2.54
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.54
retrieving revision 2.55
diff -u -r2.54 -r2.55
--- WHATSNEW	8 Nov 2002 09:00:24 -0000	2.54
+++ WHATSNEW	9 Nov 2002 10:21:53 -0000	2.55
@@ -144,6 +144,12 @@
   ScratchDefault and ValuesDefault values instead of simply
   deleting the scratches and values under its control.
 
+* Added check for no_increment so that mv_order_number can be set in
+  a route.
+
+* Fix bug where bad [nitems compare=...] could cause server error. Now
+  just silently causes bad compare.
+
 Installation
 ------------
 
@@ -205,6 +211,13 @@
   This allows a next-sequential numbering for things that need it.
   Developed to support general-purpose survey UI for Ton's excellent
   product rating system.
+
+* Fix bugs in option_format filter. It would turn commas into new options;
+  and alternate delimiters had no hope of working.
+
+* Add options2line and line2options filters, allowing you to specify
+  options in a textarea without comma separators and instead with one
+  option per line.
 
 Profiles
 --------