ecommerce-widgets-procs.tcl

  • last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer built-in ns_dbquotevalue over DoubleApos

  1. … 17 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
update url reference to absolute, minor widget update

fixing amp/pm for cases where value is passed to widget

    • -171
    • +186
    ./ecommerce-widgets-procs.tcl
adding ec_show_supporting_files proc and a couple of minor code upgrades

make html tag attributes lowercase

minor fix, code standardization

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.

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

  1. … 913 more files in changeset.
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

  1. … 2275 more files in changeset.
added ec_state_widget for pretty state_widget with working default action for prexisting data, and quoted html attributes

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

  1. … 108 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
fix calls to ad_return_complaint

  1. … 22 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 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..

    • -163
    • +318
    ./ecommerce-widgets-procs.tcl
  1. … 275 more files in changeset.

Big clean up of checkout process, product search and many other fixes scattered throughout the package.

  1. … 37 more files in changeset.

Major clean up. Mostly db_map queries and customer service stuff.

  1. … 76 more files in changeset.

fixed state widget call and country query

  1. … 7 more files in changeset.

fixed country queries

  1. … 4 more files in changeset.

fixed country code reference and state_widget call

  1. … 3 more files in changeset.

fixed state query

  1. … 2 more files in changeset.

query fixes to use ref-* instead of acs-geo-tables

  1. … 2 more files in changeset.

changed ec_column_type_widget to check for postgresql or oracle

added a proc ec_timeentrywidget_time_check to make sure that the time part of the time stamp has all of the necessary digits for HH:MM:SS. If it doesn't, postgresql complains.

changed all procs/proc_docs to ad_proc.

  1. … 11 more files in changeset.

fixed queryname names. fixed outer join which wasn't picked up by the query extractor.

  1. … 2 more files in changeset.
Initial revision

    • -0
    • +957
    ./ecommerce-widgets-procs.tcl
  1. … 2479 more files in changeset.