[interchange-cvs] interchange - racke modified WHATSNEW-5.3

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 26 07:20:37 EDT 2004


User:      racke
Date:      2004-07-26 11:20:36 GMT
Modified:  .        WHATSNEW-5.3
Log:
continuing documentation of 5.3 features

Revision  Changes    Path
2.9       +46 -0     interchange/WHATSNEW-5.3


rev 2.9, prev_rev 2.8
Index: WHATSNEW-5.3
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW-5.3,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -r2.8 -r2.9
--- WHATSNEW-5.3	30 Apr 2004 16:19:37 -0000	2.8
+++ WHATSNEW-5.3	26 Jul 2004 11:20:36 -0000	2.9
@@ -8,6 +8,40 @@
 
 Interchange 5.3.0 not yet released.
 
+Core
+----
+
+* Fix X-Track headers so that they will always be canonical.
+
+* Add support for uploaded files in IC-in-mod_perl server mode,
+  supplied by Spencer Christensen <schristensen at backcountry.com>.
+
+* Add more file tests than -f for [if file].
+
+	[if file-s catalog.cfg > 10000]
+		catalog.cfg size is greater than 10000
+	[else]
+		catalog.cfg size is not greater than 10000
+	[/else]
+	[/if]
+
+	[if file-w catalog.cfg]
+		catalog.cfg can be written
+	[/if]
+
+	[if file-T catalog.cfg]
+		catalog.cfg is a text file
+	[/if]
+
+	[if file-B catalog.cfg]
+		catalog.cfg is a binary file
+	[/if]
+
+	etc.
+
+  The tests are standard Perl tests, supported are:
+
+	A B d e f g l M r s T u w x
 
 UI
 --
@@ -20,6 +54,18 @@
   return from meta_editor.
 
 * Display "New item" in the HTML title of the item editor for new items.
+
+Menu
+----
+
+* Allow "Create menu from HTML" option to recognize <OPTION value=URL>Anchor
+  lists.
+
+UserTag
+-------
+
+* Make secure image directory be set to something even if no
+  separate secure image directory within [image] UserTag.
 
 Foundation
 ----------








More information about the interchange-cvs mailing list