[interchange-cvs] [SCM] Interchange branch, master, updated. 6225168cd500675c7fffa4cb77608d8b81de87cf

Jon Jensen interchange-cvs at icdevgroup.org
Tue Sep 1 21:52:56 UTC 2009


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  6225168cd500675c7fffa4cb77608d8b81de87cf (commit)
       via  2f2f91f5f4cd730d2d9e846f365301a91ad8c493 (commit)
      from  51cf14b38e268405a02db1d664898256f1fc57b7 (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 6225168cd500675c7fffa4cb77608d8b81de87cf
Author: Jon Jensen <jon at endpoint.com>
Date:   Tue Sep 1 15:52:35 2009 -0600

    Add new commit notes, and be consistent with present tense verbs

commit 2f2f91f5f4cd730d2d9e846f365301a91ad8c493
Author: Jon Jensen <jon at endpoint.com>
Date:   Tue Sep 1 15:52:31 2009 -0600

    Sync manifest

-----------------------------------------------------------------------

Summary of changes and diff:
 MANIFEST     |    1 +
 WHATSNEW-5.7 |   59 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 32 insertions(+), 28 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index fdfb3f9..b60ef7b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1063,6 +1063,7 @@ eg/te
 eg/usertag/benchmark.tag
 eg/usertag/isindex.tag
 eg/usertag/sleep.tag
+eg/usps/get-intl-rate-names
 eg/usps/html2tab
 eg/usps/join123local
 eg/usps/makezone
diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7
index 6795fbf..082bc9b 100644
--- a/WHATSNEW-5.7
+++ b/WHATSNEW-5.7
@@ -15,13 +15,12 @@ Core
 
 * Fix validate_charset to return mime charset names only.
 
-* Enabled catalog usertags within dispatch routines.
+* Enable catalog usertags within dispatch routines.
 
-* SpecialSub order_missing added (#221).
+* Add SpecialSub order_missing (#221).
 
-* Made TAX_CATEGORY_FIELD work as intended, where a colon-separated
-  table and field will work as well as a simple field in the same table
-  as the item.
+* Make TAX_CATEGORY_FIELD work as intended, where a colon-separated table and
+  field will work as well as a simple field in the same table as the item.
 
 * Add environment variable MINIVEND_DISABLE_UTF8 which allows us to
   skip the Encode module entirely.
@@ -70,7 +69,7 @@ Core
   * Add status option to make compile_link.PL to make error content type
     configurable.
 
-* Fixed rare bug that caused requests to / URL with a query string to fail, e.g.:
+* Fix rare bug that caused requests to / URL with a query string to fail, e.g.:
 
   http://hostname/?somevar=1
 
@@ -93,7 +92,7 @@ Core
   * Don't generate a "process" URL for root URL; use DirectoryIndex instead,
     if available.
 
-* Made [email] process cc and bcc options for plain text emails (#250).
+* Make [email] process cc and bcc options for plain text emails (#250).
 
 * Allow catalogs to be set to have Perl always global by default.
     
@@ -126,9 +125,6 @@ Core
   caused by Digest::MD5's reluctance to process characters > 0xFF, so we
   just convert any search options to UTF8 before calculating the MD5.
 
-* Add maps of country names and international shipping services needed
-  by USPS in [usps-query]. By Josh Lavin.
-
 * Add support for SHA1 encrypted userdb passwords.
     
   * Add new "promote" feature. When active, and passwords
@@ -216,7 +212,7 @@ Core
 * Add new SessionCookieSecure boolean catalog directive. When enabled, makes
   session cookie set in https usable only in https.
 
-* Added new SourcePriority catalog directive.
+* Add new SourcePriority catalog directive.
 
   SourcePriority <source_list>
   
@@ -326,8 +322,8 @@ Core
 * Fix table editor bug found by Jeff Boes <jeff at endpoint.com> which
   prevented custom widget type from working.
 
-* Shorthand added to allow beginning/ending year with date widget
-  name (i.e. yearbegin1934, yearend0000 where 0000 means current year).
+* Add shorthand to allow beginning/ending year with date widget name
+  (i.e. yearbegin1934, yearend0000 where 0000 means current year).
 
 * Add ability to configure the number of levels and hash length for
   the directory structure of file-based sessions. Instead of a fixed
@@ -398,18 +394,21 @@ Core
 
 * Clean up UserDB error output by excluding Perl file & line output.
 
+* Fix PreFork mode daemon restart problem. Now child processes are properly
+  killed off.
+
 Payment
 -------
 
-* Added PaypalExpress payment module from Lyn St George <info at zolotek.net>.
+* Add PaypalExpress payment module from Lyn St George <info at zolotek.net>.
 
-* Removed long-defunct BoA (Bank of America) payment module. Bank of America
+* Remove long-defunct BoA (Bank of America) payment module. Bank of America
   is a reseller for CyberSource so its module applies:
   http://www.bankofamerica.com/small_business/merchant_card_processing/index.cfm?template=internet_e_commerce
 
-* Removed long-defunct CyberCash payment module.
+* Remove long-defunct CyberCash payment module.
 
-* Deprecated: Signio payment module, which uses an API that current Payflow
+* Deprecate Signio payment module, which uses an API that current Payflow
   Pro owner PayPal says they will no longer support after September 1, 2009.
 
 * Add new PayflowPro payment module, which replaces Signio. Based on code by
@@ -442,7 +441,7 @@ UserTag
 
 * [run-profile] now accepts ref attribute to check an arbitrary hash.
 
-* Added empty attribute for [convert-date] to display a custom string
+* Add empty attribute for [convert-date] to display a custom string
   instead of the current date when no proper date is passed.
 
 * [component], [convert-date] and [css] now use the new adjust_time() function
@@ -451,13 +450,16 @@ UserTag
 * [convert-date] has a new compensate_dst attribute that when set to 1 will
   compensate the adjusted time for daylight savings time changes.
 
-* Fixed bug in [convert-date] that skewed the time by one hour if the starting
+* Fix bug in [convert-date] that skewed the time by one hour if the starting
   date was during daylight savings time and an adjustment was made.
 
-* Fixed regression in [convert-date] that caused it to display Sunday for every
+* Fix regression in [convert-date] that caused it to display Sunday for every
   day of the week if a raw date was passed and the adjust attribute was not.
   Thanks to Marty Tennison <marty at dripdepot.com> for reporting the bug.
 
+* Add maps of country names and updated international shipping services needed
+  by USPS in [usps-query]. Thanks to Josh Lavin and Mat Jones.
+
 SystemTag
 ---------
 
@@ -491,7 +493,7 @@ Checks
 Jobs
 ----
 
-* Added job group name to error message on missing catalog.
+* Add job group name to error message on missing catalog.
 
 Admin UI
 --------
@@ -531,21 +533,22 @@ Standard demo
 * Display company name in shipping & billing addresses.
   Thanks to Steve Graham <icdev at mrlock.com>.
 
-* Corrected min/max length for username entry to ship_addresses.html (#114).
+* Correct min/max length for username entry to ship_addresses.html (#114).
 
-* Refurbished standard/pages/quantity.html (#204).
+* Refurbish standard/pages/quantity.html (#204).
 
-* Added German locale translations (#40).
+* Add German locale translations (#40).
 
-* Fixed wrong URLs in language selection (#265).
+* Fix wrong URLs in language selection (#265).
 
 * Have tab-delimited files sort by primary key so it's easier to diff and
   see real changes. Affects access, locale, mv_metadata, survey, and variable.
-* Standardized encoding of sample locale table data to UTF-8.
 
-* Removed spurious SQLite database configuration file and corrected others.
+* Standardize encoding of sample locale table data to UTF-8.
+
+* Remove spurious SQLite database configuration file and corrected others.
 
-* Removed rarely used mass_setting admininstration page.
+* Remove rarely used mass_setting admininstration page.
 
 * Add company name to shipping and billing addresses and filter output 
   with evalue.


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list