[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu May 15 08:37:00 2003


User:      racke
Date:      2003-05-15 12:36:40 GMT
Modified:  .        WHATSNEW
Log:
documented ongoing removal of Static Page Building
documented a couple of other changes

Revision  Changes    Path
2.122     +28 -1     interchange/WHATSNEW


rev 2.122, prev_rev 2.121
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.121
retrieving revision 2.122
diff -u -r2.121 -r2.122
--- WHATSNEW	14 May 2003 15:14:49 -0000	2.121
+++ WHATSNEW	15 May 2003 12:36:40 -0000	2.122
@@ -176,6 +176,8 @@
 * Change processing of [PREFIX-line] to use that value instead of
   rebuilding from scratch.
 
+* Make multi-output play nice with download via [deliver ...].
+
 File
 ----
 
@@ -807,6 +809,8 @@
 
 * protect against scripts ending up in /usr/lib/interchange
 
+* get_url UserTag forces dependency on libwww-perl
+
 UserTags
 --------
 
@@ -827,6 +831,8 @@
 
 * Fix typo in auto-wizard UserTag so it works with ITL conditionals.
 
+* weight  - New usertag to set and determine shipping weight easily.
+
 Filters
 -------
 
@@ -865,6 +871,9 @@
 * Add SOAP_Control configuration directive and soap_gate access
   check routine to control requests to the SOAP server.
 
+* Change to the catalog directory so that log messages end up
+  in the correct file etc.
+
 Shadow Database
 ---------------
 
@@ -884,6 +893,24 @@
 * Introduce mv_shadowpass scratch variable which instructs
   the Shadow database code to return the original database record.
 
+Static Page Generation
+----------------------
+
+* Remove this feature completely from Interchange:
+
+  -- remove configuration directives StaticIndex, StaticSessionDefault,
+     StaticTrack (introduced in 4.9.x)
+  -- deprecate configuration directives NoCache, Static, StaticAll,
+     StaticDBM, StaticDepth, StaticFly, StaticLogged, StaticPage,
+     StaticPath, StaticPattern, StaticSuffix
+  -- remove UI tag regenerate
+  -- remove InvalidateCache attribute from usertags
+  -- remove build flag from [tag] usertag
+  -- remove UI pages (regen and regenerate)
+  -- remove Vend::Interpolate::cache_html, Vend::Interpolate::resolve_static, 
+     Vend::Session::tie_static_dbm routines
+  
+  
 Miscellaneous
 -------------
 
@@ -1090,7 +1117,7 @@
 	- expand_values_form allows setting of ITL tag values even
 	  on multiple form values.  Honors [cgi ..], [value ..], and [var ..].
 
-    - Fix ordering of open paramter for trees -- it was broken by the new
+    - Fix ordering of open parameter for trees -- it was broken by the new
 	  Vend::Util::vendUrl routine.
 
 * Simplify field_settor subroutines with prepared query and placeholders.