• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of 4.6.3b1 to HEAD

  1. … 34 more files in changeset.
Under the right circomstances a single partial order can fill the entire order. Modified code to reflect this.

Bug fix for 1959. And global update of my e-mail address.

  1. … 103 more files in changeset.
merge from oacs-4-6

    • -4
    • +4
    ./orders/items-return-3-postgresql.xql
    • -0
    • +64
    ./orders/items-return-4-postgresql.xql
    • -1
    • +2
    ./products/categories-upload-2-postgresql.xql
  1. … 118 more files in changeset.
Fixed bug 1768.

Fixed bug 1767.

    • -4
    • +4
    ./orders/items-return-3-postgresql.xql
Fixed bug 1764.

  1. … 1 more file in changeset.
file one-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./orders/one-postgresql.xql
Fixed bug 1776.

    • -0
    • +64
    ./orders/items-return-4-postgresql.xql
cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc

    • -1
    • +2
    ./products/categories-upload-2-postgresql.xql
  1. … 28 more files in changeset.
Fix for product purchase combinations.

Expired combinations are now being pruned in the scheduled procedure that calculates the combinations.

Combinations are expired when one of the products has been discontinued. For good measure purchase combinations are

also pruned when the store administrator discontinues a product.

    • -0
    • +13
    ./products/toggle-active-p.xql
  1. … 5 more files in changeset.
1) Country code us is now properly set to US.

2) Creditcard_id has default value of "" for sake of bind variable :creditcard_id.

Fixed bug when more than 1 authorization attempt has been made.

ns_return->ad_return, ad_script_abort, redirect to absract urls

    • -2
    • +3
    ./customer-reviews/approval-change.tcl
    • -2
    • +2
    ./customer-service/gift-certificate-add-2.tcl
    • -2
    • +2
    ./customer-service/gift-certificate-edit.tcl
  1. … 92 more files in changeset.
fix calls with literals instead of variables

  1. … 3 more files in changeset.
fix calls to empty_string_p with missing $

  1. … 8 more files in changeset.
Fixed bug #1699 with Brad Duell's patch

  1. … 3 more files in changeset.
Fixed bug #1698 with Brad Duell's patch

    • -0
    • +20
    ./products/recommendations-oracle.xql
    • -0
    • +20
    ./products/recommendations-postgresql.xql
Fixed bug #1691 with one of Brad Duell's patches

Fixed bug #1689 with Brad Duell's patch

    • -0
    • +19
    ./orders/index-oracle.xql
    • -0
    • +19
    ./orders/index-postgresql.xql
  1. … 1 more file in changeset.
Fixed bug #1286

Fixed bug in money_select query as reported by Janus Dubanik

Fixed bug #1692, based on patch by Brad Buell

    • -0
    • +19
    ./orders/by-order-state-and-time-oracle.xql
    • -0
    • +19
    ./orders/by-order-state-and-time-postgresql.xql
    • -18
    • +0
    ./orders/by-order-state-and-time.xql
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 678 more files in changeset.

Fixed typo in the name querytext.

correct my email address.

  1. … 14 more files in changeset.
*** empty log message ***

    • -0
    • +34
    ./orders/items-return-2-postgresql.xql
    • -0
    • +22
    ./problems/index-postgresql.xql
    • -22
    • +0
    ./products/recommendations-oracle.xql
  1. … 128 more files in changeset.

Major overhaul:

- Replaced CyberCash with Payment Service Contract interface.

- Added Shipping Service Contract.

- Many(!) bug fixes.

- Added soft good (goods that don't require shipping) handling capacity.

- And more..

    • -2
    • +5
    ./customer-service/spam-3-postgresql.xql
    • -30
    • +13
    ./orders/by-order-state-and-time-oracle.xql
    • -22
    • +19
    ./orders/by-order-state-and-time-postgresql.xql
  1. … 261 more files in changeset.

Removed misc. test log messages. Fixed check for new address in shipping-address-2.tcl.

  1. … 4 more files in changeset.

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

    • -2
    • +2
    ./customer-service/interaction-add-2.tcl
    • -1
    • +1
    ./customer-service/interaction-add-2.xql
    • -1
    • +1
    ./customer-service/user-identification-search.tcl
    • -1
    • +1
    ./customer-service/user-identification.tcl
    • -1
    • +1
    ./customer-service/user-identification.xql
  1. … 68 more files in changeset.