[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Apr 23 11:09:01 2003


User:      racke
Date:      2003-04-23 15:08:29 GMT
Modified:  .        WHATSNEW
Log:
added a couple of recent changes

Revision  Changes    Path
2.118     +13 -2     interchange/WHATSNEW


rev 2.118, prev_rev 2.117
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.117
retrieving revision 2.118
diff -u -r2.117 -r2.118
--- WHATSNEW	18 Apr 2003 22:10:04 -0000	2.117
+++ WHATSNEW	23 Apr 2003 15:08:28 -0000	2.118
@@ -161,6 +161,11 @@
 * Remove attempt to unimport Config (to save a small amount of memory)
   because it causes Perl 5.6.0 to die.
 
+* Allow setting of table type in MySQL (or others if HAS_TABLE_TYPE
+  is put in capabilities). This allows setting the table type to
+  something besides the default -- in particular allows InnoDB type
+  setting for userdb/transactions/orderline.
+
 File
 ----
 
@@ -344,7 +349,7 @@
 
 * The options table contains options for both Matrix and Simple types,
   but only fields for building those simple-type options (which are
-  used to generate variants for Matrix). The followign fields
+  used to generate variants for Matrix). The following fields
   have been removed from options:
 
 	differential
@@ -548,6 +553,8 @@
 
 * Fixed typo in file_navigator tag.
 
+* Fix extra parameter passing in wizard.
+
 * Display size, color and options on "Order view" page again.
 
 * Fix Query-By-Example forms for LARGE tables.
@@ -562,6 +569,8 @@
   you to change "Company" to "Affilation" or "Organization" and have a hope
   of having it show up everywhere.
 
+* Continued preparation for translation.
+
 Payment
 -------
 
@@ -665,9 +674,11 @@
 * Use LENGTH_EXCEPTION_DEFAULT for Postgres userdb, transactions,
   orderline tables in foundation.
 
-* Remove unused large gift certificate image.
+* Remove unused ship address pages and unused large gift certificate image.
 
 * Use the common placeholder for the email address in survey database.
+
+* Set more reasonable default types for each SQL DB.
 
 Debian
 ------