• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file one-postgresql.xql was initially added on branch oacs-4-6.

Fixed bug 1776.

cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc

  1. … 29 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

  1. … 104 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 #1689 with Brad Duell's patch

    • -0
    • +19
    ./index-postgresql.xql
  1. … 1 more file in changeset.
Fixed bug in money_select query as reported by Janus Dubanik

Fixed bug #1692, based on patch by Brad Buell

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

  1. … 679 more files in changeset.

Fixed typo in the name querytext.

*** empty log message ***

    • -0
    • +34
    ./items-return-2-postgresql.xql
  1. … 131 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..

    • -30
    • +13
    ./by-order-state-and-time-oracle.xql
    • -22
    • +19
    ./by-order-state-and-time-postgresql.xql
    • -96
    • +108
    ./by-order-state-and-time.tcl
  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.

Big clean up of checkout process, product search and many other fixes scattered throughout the package.

  1. … 37 more files in changeset.

Cleanup of double cashing. The ad_parameter procedure was often called

within util_memoize.

  1. … 53 more files in changeset.

More nextval cleanup. Removed ns_share.

  1. … 37 more files in changeset.

Major clean up. Mostly db_map queries and customer service stuff.

  1. … 62 more files in changeset.
Fixed order by of query and restricted selection to states chosen in form. Now the page works as intended.

Added missing query.

Added an ec_timeentrywidget_time_check on the time to pad single digit times with a 0 for PG.

fixed tracking code from Bart T.

fixed state widget call and country query

  1. … 7 more files in changeset.

change state_widget call to ec_multiple_state_widget

  1. … 2 more files in changeset.

moved the time check inside the if statment for expected_arrival_time

fixed bug when all_items_p is selected, the item_id_list was not set to item_id so only the last item_id would get passed to fulfill-3.tcl. Also added a time check to make sure all parts of the time had two digits. PostgreSQL chokes if it's not formatted exactly (ie. HH:MI:SS). Created a new function called: ec_timeentrywidget_time_check to do the check.

fixed search query

    • -0
    • +74
    ./search-postgresql.xql