• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changing rendering of templating to use template::adp_eval instead of ns_eval, because eval in the adp seems to cause some include files to not get processed

adding another bulk import/update capability

    • -0
    • +13
    ./admin/products/vendor-imports-add-update-2.adp
    • -0
    • +56
    ./admin/products/vendor-imports-add-update-2.tcl
    • -0
    • +18
    ./admin/products/vendor-imports-add-update.adp
    • -0
    • +15
    ./admin/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

fixing for cases previously not checked

fixing nextval in sequence for pg 8.2+

    • -1
    • +1
    ./shopping-cart-quantities-change-postgresql.xql
    • -54
    • +51
    ./shopping-cart-quantities-change.tcl
removing duplicate code (that breaks search results pagination), updating ad_parameter to parameter::get

fixing bad adp tag syntax

minor code fixes, more consistent ui for image management

fixing case of 0 subcategories

re-adding sort/add options for subcategories of a category

fixes to adp/tcl templating updates

minor form fixes

updating nextval seq to work with 8.2+

added hidden vars accidently dropped in template upgrade

making errors more relevant by defining a var early

fixing bad reference in template update

fixing pageflow for logout url

fixing register_url page flow to logout user and return to main page, instead of confusing user with trying to login to a new account while still logged in to another one

adding deep link to expose a largely hidden feature of customer-service that is recording all outbound ecommerce system messages

revising documentation by removing or updating historical comments

minor fixes

fix typo

fixing unpassed vars between tcl/adp and a hanging bracket

parsing include directly, because it was not parsing the other way. Updating include template to be more forgiving

  1. … 1 more file in changeset.
quoting tag attributes

    • -7
    • +7
    ./admin/orders/by-order-state-and-time.adp
adding quotes to tag attributes

I accidently removed hidden vars, adding back.

address verification inserts should work as intended now..

fixing typos and incomplete logic