[interchange-cvs] interchange - racke modified WHATSNEW

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Feb 20 05:00:44 EST 2004


User:      racke
Date:      2004-02-20 10:00:44 GMT
Modified:  .        WHATSNEW
Log:
documented last changes

Revision  Changes    Path
2.197     +21 -0     interchange/WHATSNEW


rev 2.197, prev_rev 2.196
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.196
retrieving revision 2.197
diff -u -r2.196 -r2.197
--- WHATSNEW	13 Feb 2004 20:10:06 -0000	2.196
+++ WHATSNEW	20 Feb 2004 10:00:44 -0000	2.197
@@ -127,6 +127,24 @@
 
   Normal DBI quoting is always done, so you don't include quotes.
 
+* Allow (sensible) relative paths for DebugFile directive and
+  change default debug file to $VENDROOT/debug.log.
+
+* Remove obsolete and unused DifferentSecure directive.
+
+* Fix rare but nasty bug that causes chained ITL conditional tests to fail
+  in no-op mode:
+
+	[if scratch something][or value something]...[/if]
+	[if scratch something][and value something]...[/if]
+
+  The problem happens when the first [if] contains a string that doesn't
+  convert nicely to a number, and gets passed to an XOR test directly instead
+  of being converted to a 1 or 0 first. That causes a string XOR to be done,
+  which gives the wrong answer.
+
+* Optimize no-op [if] checks when test is false.
+
 UserTag
 -------
 
@@ -172,6 +190,9 @@
 
 * fix menu loader bug with combined category field type reported by Michael Streubel
   <Michael.Streubel at palmwaregroup.com>
+
+* give focus to username box on login page load to allow immediate 
+  username typing
 
 Foundation
 ----------








More information about the interchange-cvs mailing list