• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing and updating template

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

  1. … 3 more files in changeset.
fix conjuction in tag

added temporary db flushing option (to fix later)

allow image column (but ignore) so the same file can be used for image upload

added some more templating and caching

    • -0
    • +40
    ./products/index.adp
    • -0
    • +61
    ./products/upload-utilities.adp
  1. … 6 more files in changeset.
fixed some bugs and templated

made category bulk upload by name work, also some browsing bug fixes

    • -0
    • +14
    ./products/categories-upload-2.adp
    • -103
    • +80
    ./products/categories-upload-2.tcl
    • -0
    • +34
    ./products/categories-upload.adp
  1. … 6 more files in changeset.
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
    • +42
    ./products/import-images.adp
  1. … 9 more files in changeset.
admin index converted to tcl/adp pair

pragmatically resolving bug #2324

    • -13
    • +21
    ./products/sale-price-edit-2.tcl
  1. … 1 more file in changeset.
removing apparently unused files

Removed calls to deprecated proc page_validation

standardized oracle query, adding postgresql equivalent, closes bug 2491

    • -1
    • +22
    ./customer-service/gift-certificates-oracle.xql
    • -0
    • +24
    ./customer-service/gift-certificates-postgresql.xql
    • -8
    • +17
    ./customer-service/gift-certificates.tcl
Add support for return_url. Ticket#485

Formatted marked_date since 'clock scan' isn't able to recognize it

    • -1
    • +1
    ./orders/items-return-4-postgresql.xql
adding html ability to ec_custom_fields, to be consistent with ec_products.detailed_description. This does not affect other types because the code that validates them is unchanged.

improving error checking and reporting, such as for connect timeouts and inserting of custom field rows (instead of updating)

    • -6
    • +6
    ./products/extras-upload-2-postgresql.xql
file extras-upload-2.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./products/extras-upload-2.xql
getting rid of trailing quote that is breaking sql

    • -1
    • +1
    ./products/extras-upload-2-postgresql.xql
fixing error in product_count queries

adding limit / offset so product list handles catalogs with many items

file list-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./products/list-postgresql.xql
file list.adp was initially added on branch oacs-5-1.

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

  1. … 899 more files in changeset.
fixing bug on orders that are fulfilled after being modified

increasing sort key separation so inserts between existing picklist enteries will work. Also, adding link for picklist management so that admins know where to go

increasing the sortkey value separations from 1 to 512, so that there's room between the sort keys to insert other categories. Right now, the inserts fail because one cannot insert a sort key between two consecutive whole numbers.

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

    • -2
    • +2
    ./customer-service/picklist-item-add-2.tcl
  1. … 675 more files in changeset.
fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files

  1. … 56 more files in changeset.