
interchange-cvs at icdevgroup
Jul 14, 2009, 11:30 PM
Post #1 of 1
(444 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. 42aeabd01c3ab80b94e2a9271b8a742678a74542
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via 42aeabd01c3ab80b94e2a9271b8a742678a74542 (commit) from f41f51635c7e8cdcb5dc0f9a0b6f4f85dadb2e58 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 42aeabd01c3ab80b94e2a9271b8a742678a74542 Author: Gert van der Spoel <ic [at] 3edge> Date: Wed Jul 15 08:29:34 2009 +0200 Document various latest fixes and updates ----------------------------------------------------------------------- Summary of changes and diff: WHATSNEW-5.7 | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7 index 4162584..0f293a6 100644 --- a/WHATSNEW-5.7 +++ b/WHATSNEW-5.7 @@ -13,6 +13,8 @@ Interchange 5.7.2 not yet released. Core ---- +* Fix validate_charset to return mime charset names only. + * Enabled catalog usertags within dispatch routines. * SpecialSub order_missing added (#221). @@ -145,6 +147,9 @@ Payment should review any custom credit card encryption templates to make sure that the CVV2 is not included, and purge it from any historical data. +* Send correct level 2 card data with AuthorizeNet module. This improves the + discount rate for a lot of card types. + UserTag ------- @@ -176,6 +181,12 @@ SystemTag is also a new compensate_dst attribute that when set to 1 will compensate the adjusted time for daylight savings time changes. +Filter +------ + +* Make code/Filter/text2html.filter output valid code. + Using double <br>'s instead of opening tag <p>. + Checks ------ @@ -191,6 +202,8 @@ Jobs Admin UI -------- +* Check/uncheck all facility for customers/items (#18). + * Allow file removal with uploadhelper widget (#180). * New user_merge specialsub is run from the [user-merge] tag when two users are @@ -199,10 +212,23 @@ Admin UI Standard demo ------------- +* Correct update of saved company value for shipping address (#125). + +* Corrected min/max length for username entry to ship_addresses.html (#114). + +* Refurbished standard/pages/quantity.html (#204). + +* Added German locale translations (#40). + +* Fixed wrong URLs in language selection (#265). + * Removed spurious SQLite database configuration file. * Removed rarely used mass_setting admininstration page. +* Add company name to shipping and billing addresses and filter output + with evalue. + ------------------------------------------------------------------------------ hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|