[interchange-cvs] interchange - racke modified WHATSNEW

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Feb 5 19:25:53 EST 2004


User:      racke
Date:      2004-02-06 00:25:53 GMT
Modified:  .        WHATSNEW
Log:
updated with recent changes

Revision  Changes    Path
2.193     +26 -1     interchange/WHATSNEW


rev 2.193, prev_rev 2.192
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.192
retrieving revision 2.193
diff -u -r2.192 -r2.193
--- WHATSNEW	5 Feb 2004 19:23:19 -0000	2.192
+++ WHATSNEW	6 Feb 2004 00:25:53 -0000	2.193
@@ -86,6 +86,13 @@
 
 * Fix problem with invalid cookie if FullUrl is enabled and there is no path.
 
+* Allow standard handler for PUT operations. To enable, do:
+
+	SpecialPage  put_handler  some_action
+
+  The some_action action (could be a page) will be prepended to
+  any path sent with the PUT.
+
 UserTag
 -------
 
@@ -104,7 +111,9 @@
 * let [row_edit] honor spread_width meta setting
 
 * display an error message if for whatever reason the regions directory is
-  empty+
+  empty
+
+* fix item_price.html in order to keep secure mode
 
 Foundation
 ----------
@@ -115,6 +124,9 @@
 
 * Add missing [timed-build] to category_vertical_tree component.
 
+* Improve layout of order tracking page, use [convert-date] for date
+  display.
+
 TableEditor
 -----------
 
@@ -124,6 +136,14 @@
 * Make containing form name (i.e. <form name=foo ...>) available
   to the widget.
 
+* Allow setting of a disabled.param=1 entry so that you can show
+  widgets in a table editor yet not accept data from them. The DISABLED=1
+  flag will be set in the widget (which normally grays it out) and
+  it will be set to be display_only.
+
+* Pass the form and form_name parameters to Vend::Form for use in
+  widgets.
+
 Menu
 ----
 
@@ -166,6 +186,10 @@
 
 * Japanese UI translation update from Murahashi <murahashi at ayayu.com>.
 
+* Improve translation of UI and foundation store.
+
+* [LC] uses DefaultLocale setting if $Scratch->{mv_locale} isn't available
+
 SOAP
 ----
 
@@ -178,6 +202,7 @@
   module out of the package (Closes: #224435, thanks to Henrik Holmboe
   <elements at hack.se> for the bug report)
 
+* Check for existence of expireall binary in cron script.
 
 ------------------------------------------------------------------------------
 








More information about the interchange-cvs mailing list