• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixingdrop order

removing least function definition because it is now in pg by default

activating ecds-drop.sql with the rest

adding missing function, and reference to ecds file

adding sql for ecds-* procs

    • -0
    • +108
    ./postgresql/ecds-create.sql
    • -0
    • +20
    ./postgresql/ecds-drop.sql
begun refactor of image support:

* created new ecommerce::resource package and moved eg. thumbnail creation there from various places

* added support for two sizes of thumbnail

* added smaller thumbnail to category-browse page

* changed default product template to use larger thumbnail and use new ::resource procs

* fixed bulk image importing page

  1. … 13 more files in changeset.
Remove "least" declaration, which is now included in PG

Bulk update fix incorporating changes from alfredw, torbenb and bartt. Fix for bug 487.

  1. … 108 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -5
    • +5
    ./oracle/ec-product-package-create.sql
  1. … 275 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -1
    • +1
    ./postgresql/ec-product-package-create.sql
    • -115
    • +115
    ./postgresql/ecommerce-create.sql
    • -1
    • +1
    ./postgresql/pl-sql-utilities-drop.sql
  1. … 32 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
    • +1
    ./postgresql/ec-product-package-create.sql
    • -115
    • +115
    ./postgresql/ecommerce-create.sql
    • -1
    • +1
    ./postgresql/pl-sql-utilities-drop.sql
  1. … 36 more files in changeset.
Bug fix for 1959. And global update of my e-mail address.

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

    • -115
    • +115
    ./postgresql/ecommerce-create.sql
  1. … 130 more files in changeset.
More timestamp to timestamp(0) replacements.

    • -78
    • +78
    ./postgresql/ecommerce-create.sql
Changed timestamp to timestamp(0) which isn't subsecond precise.

    • -37
    • +37
    ./postgresql/ecommerce-create.sql
Bug fixes.

  1. … 1 more file in changeset.
*** empty log message ***

    • -3159
    • +0
    ./oracle/ecommerce-create.sql.sans.acs.objects
    • -641
    • +0
    ./oracle/ecommerce-plsql.sql.txt
  1. … 130 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..

    • -65
    • +30
    ./postgresql/ecommerce-create.sql
    • -42
    • +24
    ./postgresql/pl-sql-utilities.sql
  1. … 269 more files in changeset.

More nextval cleanup. Removed ns_share.

  1. … 46 more files in changeset.
Fixed the OpenFTS search by renaming the impl name to ec_product (= the product type).

  1. … 1 more file in changeset.

Fixed reference from ecommerce-x.sql to ec_produxt-sc-x.sql & removed spaces from datacontainer name.

Enabled the ecommerce products to the searched by the OpenFTS search.

    • -0
    • +55
    ./postgresql/ec-product-sc-create.sql
    • -0
    • +13
    ./postgresql/ec-product-sc-drop.sql
  1. … 2 more files in changeset.
Added products to OpenFTS Search.

  1. … 1 more file in changeset.

removed acs-geo-tables and added dependancy to ref-*

    • -124
    • +0
    ./oracle/bboard-epa-regions-create.sql
    • -494
    • +0
    ./oracle/country-codes-create.sql
    • -335
    • +0
    ./oracle/currency-codes-create.sql
    • -73
    • +0
    ./postgresql/acs-geo-tables-create.sql
    • -37
    • +0
    ./postgresql/acs-geo-tables-drop.sql
    • -124
    • +0
    ./postgresql/bboard-epa-regions-create.sql
    • -6602
    • +0
    ./postgresql/counties-create.sql
    • -494
    • +0
    ./postgresql/country-codes-create.sql
  1. … 3 more files in changeset.
*** empty log message ***

fixed trig_ec_order_state_after_tr

changed number to numeric in one of the functions

temporarily add acs-geo-tables to the ecommerce package. will remove after acs-references is completed

    • -0
    • +73
    ./oracle/acs-geo-tables-create.sql
    • -0
    • +37
    ./oracle/acs-geo-tables-drop.sql
    • -0
    • +53
    ./oracle/acs_geo_parents.sql
    • -0
    • +124
    ./oracle/bboard-epa-regions-create.sql
    • -0
    • +6602
    ./oracle/counties-create.sql
    • -0
    • +494
    ./oracle/country-codes-create.sql
    • -0
    • +335
    ./oracle/currency-codes-create.sql
    • -0
    • +149
    ./oracle/states-create.sql

added acs-geo-tables to the ecommerce package as a temporary solution until acs-references is completed

    • -0
    • +73
    ./postgresql/acs-geo-tables-create.sql
    • -0
    • +37
    ./postgresql/acs-geo-tables-drop.sql
    • -0
    • +53
    ./postgresql/acs_geo_parents.sql
    • -0
    • +124
    ./postgresql/bboard-epa-regions-create.sql
    • -0
    • +6602
    ./postgresql/counties-create.sql
    • -0
    • +494
    ./postgresql/country-codes-create.sql
    • -0
    • +335
    ./postgresql/currency-codes-create.sql
    • -0
    • +149
    ./postgresql/states-create.sql

fixed trigger for address_id insert