• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
clarification, re-closes bug 1315

clarification, re-closes bug 1315

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. … 686 more files in changeset.
noquote for dimensional and result table

- Added database field length checks.

- Oracle-ized by Brad Duell <bduell@ncacasi.org>. Thanks!

- Removed all query text from Tcl files.

- Updated email address.

    • -0
    • +15
    ./sql/oracle/authorize-gateway-create.sql
    • -0
    • +3
    ./sql/oracle/authorize-gateway-drop.sql
    • -0
    • +69
    ./sql/oracle/authorize-gateway-sc-create.sql
    • -0
    • +47
    ./sql/oracle/authorize-gateway-sc-drop.sql
    • -0
    • +17
    ./tcl/authorize-gateway-procs-oracle.xql
    • -0
    • +17
    ./tcl/authorize-gateway-procs-postgresql.xql
    • -52
    • +65
    ./tcl/authorize-gateway-procs.tcl
    • -0
    • +32
    ./www/admin/index-oracle.xql
    • -32
    • +32
    ./www/admin/index-postgresql.xql
  1. … 6 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 124 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 183 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

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

  1. … 130 more files in changeset.
fix some spelling errors

  1. … 24 more files in changeset.
300 characters for a response from Authorize.net proved not to be enough when each field is enclosed in quotes like ".

Bumped version numbers up from 4.5 to 4.6.

  1. … 4 more files in changeset.
Addapted .adp files to revised master template.

  1. … 2 more files in changeset.
propigate context_bar to master template

Added referer_url to the .info file. This parameter is not strictly needed but can enhance security & versatility.

The Authorize.net Gateway implements the Payment Service Contract for the Authorize.net on-line merchant services.

    • -0
    • +56
    ./authorize-gateway.info
    • -0
    • +16
    ./sql/postgresql/authorize-gateway-create.sql
    • -0
    • +3
    ./sql/postgresql/authorize-gateway-drop.sql
    • -0
    • +57
    ./sql/postgresql/authorize-gateway-sc-create.sql
    • -0
    • +45
    ./sql/postgresql/authorize-gateway-sc-drop.sql
    • -0
    • +829
    ./tcl/authorize-gateway-procs.tcl
    • -0
    • +45
    ./tcl/authorize-gateway-procs.xql
    • -0
    • +32
    ./www/admin/index-postgresql.xql
    • -0
    • +16
    ./www/admin/index.adp
    • -0
    • +80
    ./www/admin/index.tcl
    • -0
    • +32
    ./www/admin/index.xql
    • -0
    • +243
    ./www/doc/index.adp
  1. … 4 more files in changeset.