• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 5 more files in changeset.
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 a bunch of typos

  1. … 118 more files in changeset.
Fix typos

  1. … 147 more files in changeset.
Fix typos

  1. … 23 more files in changeset.
Fix typos

  1. … 59 more files in changeset.
Fix typos

  1. … 51 more files in changeset.
- replace depreacted "ns_mkdir" by "file mkdir"

  1. … 9 more files in changeset.
updated, tested, works with hostnode mapping, too.

adding paypal AddtoCart and ViewCart buttons for PayPal Standard Merchant service

  1. … 3 more files in changeset.
initial procs for PayPal and social networking, untested.

    • -0
    • +29
    ./social-networking-procs.tcl
adding vendorwebuid to list to expand web resource opportunities

minor revisions to improve use cases of displayed info. Added show_product_files proc so display can be included in product template instead of exclusively managed via adp template.

minor revisions from the field, these are for working on aolserver 4.5.1

process enhancements, bug fixes in auto-adding categories, moving batch procs to separate file for easier dynamic handling via apm

    • -0
    • +158
    ./ecds-batch-procs.tcl
formating and shopping lingo updates, fixing url references for some of the newer added features

removing creditcard_expire from receipts according to current card security practices

update url reference to absolute, minor widget update

working, scalable version of CacheProductAsFile that requires a new table, also some minor other changes

  1. … 4 more files in changeset.
minor fixes and updates for ecds procs

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

    • -171
    • +186
    ./ecommerce-widgets-procs.tcl
updating ecds_pagination_by_items to work with lib/pagination-bar

updating ecds_pagination_by_items to be more user friendly ie only using exponential pagination for large numbers of pages; also adding ecds_keyword_search_update which helps to consistently automatically populate products.search_keywords

adding a few more email template options

fixing the sorting of categories when creating new ones, adding a proc that standardizes/fixes all categories when ordered somewhat incidentally, adding a draft pagination proc.. will be drastically changed soon probably.

fixing a nextval, and removing extraneous quotes on other nextval references

    • -6
    • +6
    ./ecommerce-customer-service-procs.tcl
updating ec_create_new_session_if_necessary to work more consistently when CacheProductAsFile parameter is 1 and with web standards expected return code 301 instead of 302, also removed bulky html table code that surely breaks most any html validation of ec_price_line

fixing redirect for cases where webcrawler redirect should not happen