[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sun Aug 11 17:24:01 2002


User:      racke
Date:      2002-08-11 21:23:46 GMT
Modified:  .        Tag: STABLE_4_8-branch WHATSNEW
Log:
Documented a bunch of changes since 4.8.5 that were missing.
Set release date on 2002-08-12.

Revision  Changes    Path
No                   revision



No                   revision



2.6.2.80  +33 -1     interchange/WHATSNEW


rev 2.6.2.80, prev_rev 2.6.2.79
Index: WHATSNEW
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.6.2.79
retrieving revision 2.6.2.80
diff -u -r2.6.2.79 -r2.6.2.80
--- WHATSNEW	11 Aug 2002 16:21:35 -0000	2.6.2.79
+++ WHATSNEW	11 Aug 2002 21:23:46 -0000	2.6.2.80
@@ -5,7 +5,7 @@
 --------------------------------------------------------------------------=
----
=20
=20
-Interchange 4.8.6=20
+Interchange 4.8.6 released 2002-08-12.
=20
 Core
 ----
@@ -62,6 +62,13 @@
 * Set SQL database attribute _Auto_number in Vend::Table::DBI::create meth=
od
   as we already did in Vend::Table::DBI::open_table.
=20
+* Removed unused code from Vend::Table::DBI which caused error in recent
+  versions of DBI and DBD::Pg.
+
+* Log proper status codes from failed PGP runs.
+
+* Fixed shipping.asc SQL query method.
+
 Usertags
 --------
=20
@@ -104,6 +111,21 @@
   of a static list specified in each component.  It is now possible to add=
 a=20
   promotion without having to modify component source code.
=20
+* Update b_company instead of company with other Bill To information.
+  Reported by Grant Guttero <gguttero@hotmail.com>.
+
+* Fixed HTML output of table editor.
+
+* Removed limit (effectively) on number of categories that can be generated
+  with the "auto-populate" admin function.
+
+* Fixed problem with wrong route in order entry page.
+
+* Fixed bug in profile handling of table editor that kept '$' in profiles =
from
+  working right ($Values->{whatever} and so on). Also tolerate profiles th=
at
+  don't end in a newline (e.g. when quoted with |...| in the=20
+  table-editor tag).
+=20
 Payment
 -------
=20
@@ -131,6 +153,9 @@
=20
 * Fixed German translation of October in locale.txt.
=20
+* Moved code in checkout.html which manipulates shipmode for download-only
+  orders to avoid lopping it off with the UI page editor.
+
 Packaging
 ---------
=20
@@ -163,6 +188,13 @@
   Jos=E9 M=AA Revuelto <josemaria.revuelto@solgrama.com>.
=20
 * Continued the preparation of the UI pages and usertags for translation.
+
+* Allow keys with dashes, dots and at symbols for locales.
+
+* Introduced MV_LOCALE_NO_DEFAULTS to avoid defaults for currency
+  settings on demand.
+
+* Enabled locale parsing in the UI page viewer.
=20
 Miscellaneous
 -------------