• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
using openacs core proc instead of ecommerce one, and updating review to use more standardized html

more specific and useful info in log notices, standardized new category additions to nexval seq, using newer image resource handling

fixing var references, adding some field length tests to keep processes from stopping during bulk imports

adding ec_show_supporting_files proc and a couple of minor code upgrades

making ns_http work for aolserver 4.5 instead of 4.0

removing tabs in sql, reformatting where there were significant tab conversions

    • -2
    • +2
    ./ecommerce-credit-procs-postgresql.xql
    • -423
    • +423
    ./ecommerce-credit-procs.tcl
removing tabs in sql

    • -6
    • +6
    ./ecommerce-state-changes-procs-postgresql.xql
    • -59
    • +59
    ./ecommerce-state-changes-procs.tcl
fix register_url to point to /register

first attempt at adding optional credit card security cvv2/cvc2/cid processing

  1. … 19 more files in changeset.
fix image_url reference and resource_url call

might be working with these changes.. a local convert is being problematic so cannot fully verify quite yet

  1. … 1 more file in changeset.
adding missing features for GIF images, standardized file commands with tcl, improved logic handling.. there may be some typos, not fully tested.. will test as soon as I convert some other pages to use ecommerce::resource procs

make html tag attributes lowercase

revert to export_url_vars to fix audit function for now

removing ec_report_get_start_date_and_end_date because it is only used in one place. Moved the code back to where the proc was referenced, because it seems over worked anyway

fix array ref

updating ecds_abbreviate to be more flexible

minor fixes and feature improvements

added more skeleton code of more recent working version, though google may not be accepting ftp submissions from servers anymore, the process now saves a file which can be uploaded another way.. (until another automatic way is coded)

adding configuration and operational diagnostic messages

minor fix, code standardization

moving proc definitions to ecommerce/tcl from dynamically generated with each page request

  1. … 3 more files in changeset.
allow for values in sku by default (without breaking), add easy adaption for param DisplayPriceOfZeroAs variations + misc html attrib added

old ec_pretty_price is exactly ec_pretty_pure_price strictly, new ec_pretty_price is backwards compatible but does more..

  1. … 16 more files in changeset.
adding some casual web 2 capabilities

    • -0
    • +259
    ./ecds-ex-procs.tcl
    • -0
    • +1712
    ./ecds-procs.tcl
adding procs and minor fixes to existing ones

    • -19
    • +105
    ./ecommerce-utilities-procs.tcl
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

    • -0
    • +265
    ./resource-procs.tcl
  1. … 14 more files in changeset.
pragmatically resolving bug #2324

  1. … 7 more files in changeset.
Fix y2k08 bug in ecommerce. The year was formatted with leading 0. When

year is 2008 and the this_year_for_db string is "08" tcl tries to add

one to an octal number and finds an invalid octal number. In this case

we strip leading zeros from the year, add one, then format with leading

0 if necessary.

Added other currency symbols