• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removing p tag that wraps around search widgets form tag

adding noquote to account history items

modify action_types

add permission verification

single rule management

    • -0
    • +20
    ./rules/www/delete-single-rule.tcl
    • -0
    • +83
    ./rules/www/single-rule-add-oracle.xql
    • -0
    • +70
    ./rules/www/single-rule-add.adp
    • -0
    • +145
    ./rules/www/single-rule-add.tcl
    • -0
    • +53
    ./rules/www/single-rule-oracle.xql
    • -0
    • +30
    ./rules/www/single-rule.adp
    • -0
    • +104
    ./rules/www/single-rule.tcl
change action_type and permission verifications

    • -16
    • +1
    ./rules/www/change-actions-result.tcl
  1. … 4 more files in changeset.
made the callbacks_array entry in the action data structure an array list rather than a nested list. I think this is what was intendend and the change was needed to make the workflow::action::get_callbacks proc work

fixed mistyped array name for action callbacks - was actions_array but should be action_array

fixes

move some logic to last-session

    • -14
    • +2
    ./assessment/www/sessions-postgresql.xql
add a query to show the score

fitb to tb

fix

    • -2
    • +2
    ./assessment/tcl/as-item-data-procs.tcl
fix typo

    • -1
    • +1
    ./assessment/tcl/as-item-data-procs.xql
show only the last session patch from Natalia Perez <nperper@it.uc3m.es>

implement showing the feedback or nothing at all (including Errors) from Natalia Perez <nperper@it.uc3m.es>

show only the last session patch from Natalia Perez <nperper@it.uc3m.es>

    • -0
    • +47
    ./assessment/www/last-session-postgresql.xql
    • -0
    • +7
    ./assessment/www/last-session.adp
    • -0
    • +84
    ./assessment/www/last-session.tcl
added qty column that appears when quantity is greater than 1

removed unmatched closing div tag

account info is now served via ssl by default

Inline form with widget and button on the same line for really simple forms

such as filters for listbuilder.

    • -0
    • +100
    ./acs-templating/resources/forms/inline.adp
file inline.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./acs-templating/resources/forms/inline.adp
Added code to access the content of a subtopic directly using the package_id

added ec_state_widget for pretty state_widget with working default action for prexisting data, and quoted html attributes

    • -18
    • +32
    ./ecommerce/tcl/ecommerce-widgets-procs.tcl
category widget was not sorting categories according to sort keys

    • -0
    • +1
    ./ecommerce/tcl/ecommerce-widgets-procs-postgresql.xql
removed hot link white space existing between anchor and image tags, added 3 space whitespace between firstnames and lastname for working with payment gateways that require splitting name fields, other minor changes, added ec_capitalize_words and ec_thumbnail_if_it_exists for use with product templates

    • -11
    • +57
    ./ecommerce/tcl/ecommerce-utilities-procs.tcl
an additional credit card transaction failure case exists, namely when failing from a transation triggered by shipping fulfill-3.tcl

    • -0
    • +7
    ./ecommerce/tcl/ecommerce-state-changes-procs.tcl
ec_insecurelink was not returning an insecurelink from secure pages

    • -1
    • +2
    ./ecommerce/tcl/ecommerce-ssl-procs.tcl
changed undeclared variable marked_transaction_id to transaction_id

    • -1
    • +1
    ./ecommerce/tcl/ecommerce-scheduled-procs.tcl
added session activity logging which helps with diagnosing abberant activity, added ec_max_of_list which is used in checkout-one-form* code (to be added shortly)

    • -7
    • +24
    ./ecommerce/tcl/ecommerce-procs.tcl