[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Oct 31 07:27:00 2002


User:      racke
Date:      2002-10-31 12:26:58 GMT
Modified:  .        WHATSNEW
Log:
changes to button tag documented

Revision  Changes    Path
2.48      +9 -3      interchange/WHATSNEW


rev 2.48, prev_rev 2.47
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.47
retrieving revision 2.48
diff -u -r2.47 -r2.48
--- WHATSNEW	25 Oct 2002 09:33:00 -0000	2.47
+++ WHATSNEW	31 Oct 2002 12:26:58 -0000	2.48
@@ -36,12 +36,13 @@
   menus from a menu specification. See the UI.
 
 * Add robot tolerance facility, where mv_tmp_session is set when either
-  a RobotUA or RobotIP wildcard matches.
+  a RobotUA, RobotIP or RobotHost wildcard matches.
 
   In interchange.cfg:
 
       RobotUA   Inktomi, Scooter, Site*Sucker
       RobotIP   209.135.65, 64.172.5
+      RobotHost *.googlebot.com
 
   After that, it is all automatic. mv_tmp_session gets set to one, the
   Scratch values mv_no_session_id and mv_no_count are set to one, and
@@ -226,9 +227,14 @@
 UserTags
 --------
 
-* [xml-generator] removed.
+* Fixed problem in [button] tag to make sure that the current button being 
+  pressed is the only one whose mv_click_map_* variable gets set.
+
+  This works around the problem of a user clicking one button, using the
+  browser's Back button, then clicking on a different button, and both
+  mv_clicks execute instead of just the most recent one.
 
-* [tabbed-display] tag added. 
+* [xml-generator] removed.
 
 * [history-scan ...] now escapes form parameters properly.