• last updated 58 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removing duplicate query

Added missing entry for ec_creditcard_return.transaction_success_update in postgres xql file

    • -0
    • +8
    ./ecommerce-credit-procs-postgresql.xql
Changed ad_parameter calls (for Currency and PaymentGateway) to default to identical parameter value in the ecommerce package so these procs can be called outside of ecommerce

Fixed bug on checking if gift certificate is expired

    • -1
    • +1
    ./ecommerce-state-changes-procs-postgresql.xql
Rolled back added code for after-checkout callback

Callback now takes order_id instead of individual product_id

Replaced two calls to ad_ssl_available_p with ec_ssl_available_p

file callback-procs.tcl was initially added on branch oacs-5-2.

committing changes, improvements and fixes to assessment, assessment-portlet, dotlrn, dotlrn-assessment, dotlrn-catalog, dotlrn-evaluation, ecommerce, evaluation and evaluation-portlet

    • -2
    • +2
    ./ecommerce-customer-service-procs.tcl
    • -1
    • +1
    ./ecommerce-money-computations-procs.tcl
    • -2
    • +2
    ./ecommerce-user-contributions-summary-procs.tcl
  1. … 900 more files in changeset.
updating ssl procs to work with current config.tcl, clarifying annotations

change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

    • -2
    • +2
    ./ecommerce-customer-service-procs-postgresql.xql
    • -27
    • +22
    ./ecommerce-customer-service-procs.tcl
    • -1
    • +13
    ./ecommerce-money-computations-procs.tcl
    • -1
    • +10
    ./ecommerce-state-changes-procs.xql
  1. … 314 more files in changeset.
adding a check for no supplied email, because openacs now allows users to not have email addresses in some cases, and it's going to take some time to go through the code to properly insert checks by narrowing queries, adding parameter constraints etc etc

added postgresql queries, so now procs handle both

    • -2
    • +2
    ./ecommerce-customer-service-procs-postgresql.xql
    • -27
    • +22
    ./ecommerce-customer-service-procs.tcl
adding proc for monetary comparisons, where logical comparisons of binary values are too petty

    • -1
    • +13
    ./ecommerce-money-computations-procs.tcl
adding ad_script_abort to places where the script should stop before making db queries that will fail when cookies are not being accepted

wording clarifications

added missing abbreviation to comment

in-basket needs to be saved so user can find it, because most likely users session id is different and so basket appears empty.

combined a split longline, because interpreter was not recognizing the line continuation backslash

renamed query to be consistent

fixed typo, added query to xql

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -0
    • +21
    ./ecommerce-customer-service-procs-oracle.xql
    • -0
    • +20
    ./ecommerce-customer-service-procs-postgresql.xql
    • -23
    • +40
    ./ecommerce-customer-service-procs.tcl
    • -2
    • +61
    ./ecommerce-money-computations-procs.tcl
    • -1
    • +1
    ./ecommerce-money-computations-procs.xql
    • -0
    • +1
    ./ecommerce-widgets-procs-postgresql.xql
  1. … 2263 more files in changeset.
added ec_state_widget for pretty state_widget with working default action for prexisting data, and quoted html attributes

category widget was not sorting categories according to sort keys

    • -0
    • +1
    ./ecommerce-widgets-procs-postgresql.xql
removed hot link white space existing between anchor and image tags, added 3 space whitespace between firstnames and lastname for working with payment gateways that require splitting name fields, other minor changes, added ec_capitalize_words and ec_thumbnail_if_it_exists for use with product templates

an additional credit card transaction failure case exists, namely when failing from a transation triggered by shipping fulfill-3.tcl

ec_insecurelink was not returning an insecurelink from secure pages

changed undeclared variable marked_transaction_id to transaction_id