[interchange-cvs] interchange - racke modified WHATSNEW

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Jan 13 17:44:55 EST 2004


User:      racke
Date:      2004-01-13 22:44:55 GMT
Modified:  .        WHATSNEW
Log:
update

Revision  Changes    Path
2.184     +28 -0     interchange/WHATSNEW


rev 2.184, prev_rev 2.183
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.183
retrieving revision 2.184
diff -u -r2.183 -r2.184
--- WHATSNEW	9 Jan 2004 14:17:29 -0000	2.183
+++ WHATSNEW	13 Jan 2004 22:44:55 -0000	2.184
@@ -64,6 +64,11 @@
 
 * Remove Vend::Server::http_log_msg which is only called for SOAP accesses.
 
+* Create way to specify that local override of a global tag should not cause
+  an error message.
+
+  		Limit  override_tag   tag1 tag2 tag3
+
 UserTag
 -------
 
@@ -76,6 +81,8 @@
   using $Config->{SendMailProgram}, weed duplicate email addresses, 
   sort by email instead of last name 
 
+* let [row_edit] honor spread_width meta setting
+
 Foundation
 ----------
 
@@ -88,6 +95,27 @@
 
 * Apply Paul Vinciguerra's patch to number of rows thing, which gets multiple row
   tabs working on the tabbed display if not in ui_style mode.
+
+Menu
+----
+
+* Enhance flyout menus to have a lined-up image indicating a submenu.
+  The parameter is an image name (if not beginning with <) or
+  arbitrary HTML (if first character is <).
+
+  Use by passing the parameter:
+
+  	  submenu_image_right="[var IMAGE_DIR]/right.gif"
+
+  or
+
+  	  submenu_image_left="[image src=asterisk.gif]"
+
+  or to fake it out with some text:
+
+	submenu_image_right=|
+			<span style="font-size: smaller !important"> &nbsp; (more)</span>
+						|
 
 Options
 -------








More information about the interchange-cvs mailing list