[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Jan 20 16:59:00 2003


User:      racke
Date:      2003-01-20 21:58:31 GMT
Modified:  .        WHATSNEW
Log:
documented latest changes

Revision  Changes    Path
2.87      +63 -0     interchange/WHATSNEW


rev 2.87, prev_rev 2.86
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.86
retrieving revision 2.87
diff -u -r2.86 -r2.87
--- WHATSNEW	16 Jan 2003 18:44:56 -0000	2.86
+++ WHATSNEW	20 Jan 2003 21:58:31 -0000	2.87
@@ -7,10 +7,73 @@
 
 Interchange 4.9.7 not yet released
 
+Core
+----
+
+* Allow [PREFIX-more-list] ... [/PREFIX-more-list] for nested loops.
+
+Menu
+----
+
+* Add category-specific image links and toggles for the tree menu.
+
+  To enable this for toggles, do:
+
+  	  [menu
+	  		menu-type=tree
+			...
+			specific-image-toggle=N
+			]
+
+  Where N is the level (1 == 0) to which you wish to do this.
+
+  The image for a non-toggled category comes from the tree database field
+  img_up, for a toggled category from img_dn.
+
+  You can set the base URL for the images with:
+
+  		specific-image-base="__IMAGE_DIR__";
+
+  A trailing / is added if not already present.
+
+  If you wish to allow image anchors for links as well, put the image
+  name in the img_up field and add the parameter:
+
+  	       specific-image-link=1
+
+  If the image name is not present, the normal "name" field is used.
+
+  To enable all of this for the example product_tree component, you would
+  have a call of:
+
+	[menu tree-selector="[control tree_selector Products]"
+			link-class="[control link_class barlink]"
+			link-style="[control link_style]"
+			link-class-open="[control link_class_open]"
+			link-style-open="[control link_style_open font-size: larger;]"
+			link-class-closed="[control link_class_closed]"
+			link-style-closed="[control link_style_closed font-size: larger;]"
+			no-image="[control no_image]"
+			menu-type=tree
+			specific-image-toggle=1
+			specific-image-base="__IMAGE_DIR__/tree"
+			specific-image-link=1
+			reparse=0]
+
+
 UI
 --
 
+* Fix dependency of page editor on certain [if ...] conditions in page code.
+
 * Add "send help edit to ICDEVGROUP" function in the online help editor.
+
+* Change name of "Bottom" menu (which was on top) to "Fixed". 
+
+Foundation
+----------
+
+* Make metadata correspond to current UI version.
 
 Debian
 ------