[interchange-cvs] interchange - racke modified WHATSNEW

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Dec 6 17:02:05 EST 2003


User:      racke
Date:      2003-12-06 22:02:05 GMT
Modified:  .        WHATSNEW
Log:
added some of the latest changes

Revision  Changes    Path
2.170     +21 -1     interchange/WHATSNEW


rev 2.170, prev_rev 2.169
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.169
retrieving revision 2.170
diff -u -r2.169 -r2.170
--- WHATSNEW	6 Dec 2003 00:00:01 -0000	2.169
+++ WHATSNEW	6 Dec 2003 22:02:05 -0000	2.170
@@ -28,6 +28,18 @@
 
 * Add filter option to [scratch], the same as with [value] and [cgi].
 
+* Tolerate empty CGI key/value pairs to avoid unfriendly 500 errors. We
+  already tolerated one at the beginning and one or more at the end of the
+  query parameters:
+
+  http://www.icdevgroup.org/i/dev/index?&id=abcd
+  http://www.icdevgroup.org/i/dev/index?id=abcd&&&&&&
+
+  Now these are handled gracefully too:
+
+  http://www.icdevgroup.org/i/dev/index?&&id=abcd
+  http://www.icdevgroup.org/i/dev/index?id=abcd&&&xyz=123
+
 UI
 --
 
@@ -36,7 +48,15 @@
 
 * Fix content editor to actually use the selected template for new pages.
 
-* Fixed so inactive/HIDE_FIELD are always ignored for record display in UI.
+* inactive/HIDE_FIELD are always ignored for record display in UI.
+
+* Add table= parameter to [query] calls if table is different from products.
+  This fixes a rare problem that only occurs when using multiple external
+  databases in one catalog.
+
+* Improve [flex-select] so that key column can have formatting options 
+  via mv_metadata just like all other columns in a table.
+  The value that is passed to the flex_editor is unadulterated in all cases.
 
 Usertags
 --------








More information about the interchange-cvs mailing list