• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 8 more files in changeset.
prefer built-in ns_dbquotevalue over DoubleApos

    • -2
    • +2
    ./customer-service/interaction-add-2.tcl
  1. … 4 more files in changeset.
normalize boolean expressions in .adp files

    • -2
    • +2
    ./customer-service/interaction-add-3.tcl
    • -1
    • +1
    ./customer-service/issues-postgresql.xql
  1. … 20 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

    • -2
    • +2
    ./products/upload-vendor-imports-2.tcl
  1. … 117 more files in changeset.
Fix typos

    • -2
    • +2
    ./products/categories-upload-by-id-2.tcl
    • -2
    • +2
    ./products/upload-vendor-imports-2.tcl
  1. … 143 more files in changeset.
Fix typos

    • -1
    • +1
    ./customer-service/issues-postgresql.xql
  1. … 34 more files in changeset.
Fix typos

  1. … 23 more files in changeset.
Fix typos

  1. … 70 more files in changeset.
commenting out ecds_ dependency

making category/subcategory deletes a little more robust and user friendly

updating description for updating products now not requiring product_name

making product_name not required for price updates etc.

adding sku to admin/products/search, making search more user friendly, adding a guess to sku search results if no exact match exists

increasing search field input lengths, adding warning in case there are duplicate skus in ec_products

adding more parsing flexibility for UPS

add missing, hidden vars in form

fixing code that parses UPS tracking reports

fixing minor typos

    • -4
    • +5
    ./products/categories-upload-by-id-2.tcl
fixing typos

adding tracking update/edit feature

    • -0
    • +40
    ./orders/track-update.tcl
updating FedEx tracking integration for admins

adding quotes to html attributes where unquoted ones generate adp compile errors

    • -3
    • +3
    ./customer-service/interaction-summary.tcl
fixing tcl syntax error

removed redundant query, added more relevant user info for secondary authentication

adding more upkeep points for auto cache of product files, and more convenient options to bulk update products by vendor

    • -14
    • +16
    ./products/vendor-imports-add-update-2.tcl
    • -0
    • +1
    ./products/vendor-imports-add-update.adp
adding another bulk import/update capability

    • -0
    • +13
    ./products/vendor-imports-add-update-2.adp
    • -0
    • +56
    ./products/vendor-imports-add-update-2.tcl
    • -0
    • +18
    ./products/vendor-imports-add-update.adp
    • -0
    • +15
    ./products/vendor-imports-add-update.tcl
heh. this tested fix works through the form workflow unlike the last fix attempt

fixing my mis-application of available_date